The NetBSD Project

CVS log for pkgsrc/x11/libXcursor/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXcursor

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 3 10:06:14 2024 UTC (6 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.13 (colored)

libXcursor: update to 1.2.2.

Alan Coopersmith (6):
      gitlab CI: stop requiring Signed-off-by in commits
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      If O_CLOEXEC is defined, add "e" to fopen modes
      Add comment about keeping libxcb-cursor copy of code in sync
      XcursorXcFileLoad: plug memory leak in error paths
      libXcursor 1.2.2

Robin Linden (1):
      Remove superfluous and unguarded config.h include

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:20 2022 UTC (17 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Reset MAINTAINER

Revision 1.13 / (download) - annotate - [selected], Sun Apr 3 18:33:57 2022 UTC (2 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

libXcursor: update to 1.2.1.

This release provides bug fixes, code cleanups, and some significant
documentation improvements.

Alan Coopersmith (5):
      Convert COPYING from ISO-8859-1 to UTF-8
      Fix spelling/wording issues
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      libXcursor 1.2.1

Thomas E. Dickey (31):
      quiet normal gcc warnings using casts (no object change)
      fix a missing initializer
      quiet warnings for unused parameters
      fix stricter gcc warnings by changing the type for the loop variable to
      fix stricter gcc warnings using casts
      fix stricter gcc warnings using casts
      add check in case the image size is 0x0
      amend that...
      document the other environment variables
      make the function-prototypes easier to read, by eliminating hyphenation and filling
      further formatting fixes.  added script to create/find ".so" files which are missing
      correct a prototype
      italicize parameter names, for readability
      improve explanation for functions which load images
      document the theme_core setter/getter functions
      document the library-attributes
      add see-also section
      document the cursor-load functions
      update ".so" links, and fix a special case for "const char *" in parsing function-names
      start on the animated cursors; fixup whitespace
      improve explanation of Xcursor's search algorithm
      document the animation support functions
      document the cursor-comments functions
      document the API called from libX11
      fix raggedy prototypes and structure declarations using tabstops in appropriate macros
      update copyright notice
      fix a typo and a style issue
      eliminate special escaping for "/*" which produces look-alike Unicode for
      mention "Inherits=" lists
      cppcheck style-fixes
      more cppcheck-style fixes

Tobias Stoeckmann (2):
      Handle more theme loop situations
      fix XcursorTheme loop regression

Valentin (2):
      Use fixed size integer type
      Fix undefined behavior

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 18 23:35:51 2020 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.13 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 11 07:09:56 2019 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) to selected 1.13 (colored)

libXcursor: update to 1.2.0.

This release adds ~/.local/share/icons to the front of the default
cursor path in the library in support of the XDG user data dir.

This default can still be overridden at build time using the
--with-cursorpath argument to configure, and at run time using
the XCURSOR_PATH environment variable - if you or your users rely
on either of those, you should consider whether you'd like to
update those overrides to include this path as well.

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libXcursor 1.2.0

Cosimo Cecchi (1):
      Support XDG user data dir location

Philipp Ludwig (1):
      Fix crash when encountering cursor themes with circular dependencies.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 7 11:57:35 2018 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.9: +3 -4 lines
Diff to previous 1.9 (colored) to selected 1.13 (colored)

xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.8.38.1 / (download) - annotate - [select for diffs], Wed Dec 20 18:44:06 2017 UTC (6 years, 4 months ago) by spz
Branch: pkgsrc-2017Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) next main 1.9 (colored) to selected 1.13 (colored)

Pullup ticket #5662 - requested by bsiegert
x11/libXcursor: security update

Revisions pulled up:
- x11/libXcursor/Makefile                                       1.9
- x11/libXcursor/distinfo                                       1.7

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Tue Nov 28 14:57:20 UTC 2017

   Modified Files:
           pkgsrc/x11/libXcursor: Makefile distinfo

   Log Message:
   libXcursor: update to 1.1.15.

   Alan Coopersmith (4):
         configure: Drop AM_MAINTAINER_MODE
         autogen.sh: Honor NOCONFIGURE=1
         Use strdup() instead of malloc(strlen())+strcpy()
         Fix some clang integer sign/size mismatch warnings

   Emil Velikov (1):
         autogen.sh: use quoted string variables

   Matthieu Herrb (1):
         libXcursor 1.1.15

   Mihail Konev (1):
         autogen: add default patch prefix

   Peter Hutterer (1):
         autogen.sh: use exec instead of waiting for configure to finish

   Tobias Stoeckmann (1):
         Fix heap overflows when parsing malicious files. (CVE-2017-16612)

   shubham shrivastav (1):
         Insufficient memory for terminating null of string in
   _XcursorThemeInherits


   To generate a diff of this commit:
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libXcursor/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libXcursor/distinfo

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 28 14:57:20 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.13 (colored)

libXcursor: update to 1.1.15.

Alan Coopersmith (4):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use strdup() instead of malloc(strlen())+strcpy()
      Fix some clang integer sign/size mismatch warnings

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matthieu Herrb (1):
      libXcursor 1.1.15

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
      Fix heap overflows when parsing malicious files. (CVE-2017-16612)

shubham shrivastav (1):
      Insufficient memory for terminating null of string in _XcursorThemeInherits

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 30 07:05:21 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Branch point for: pkgsrc-2017Q3
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored) to selected 1.13 (colored)

Update to 1.14:

This release delivers the fix for security vulnerability CVE-2013-2003
and makes the Makefile.am more compatible with future automake releases.

Alan Coopersmith (3):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]
      libXcursor 1.1.14

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 29 05:06:34 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored) to selected 1.13 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 9 07:00:48 2012 UTC (11 years, 10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored) to selected 1.13 (colored)

Require hacks for fixing autoconf + space in variable name issue.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 3 17:39:56 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.13 (colored)

Update to 1.1.13:

1.1.13:
This release fixes a few bugs, including making the version number
reported in Xcursor.h match that reported in xcursor.pc & configure.

1.1.12:
This bug fix release fixes bugs.

1.1.11:
This minor maintenance release provides the usual recent set of
build configuration improvements and janitorial cleanups.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 29 15:35:51 2009 UTC (14 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.13 (colored)

Update to 1.1.10:

Just a few packaging changes and cleanups.

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Matthieu Herrb (1):
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: make distcheck, compiler warnings, extra .gitignore files.

Peter Hutterer (1):
      libXcursor 1.1.10

Revision 1.3 / (download) - annotate - [select for diffs], Sat May 24 21:45:15 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.13 (colored)

Switch master site to MASTER_SITE_XORG.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 15 23:20:12 2008 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

Update to 1.1.9:
Changes undocumented, but many more man pages installed.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 3 22:27:45 2006 UTC (17 years, 5 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-basep, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

Import libXcursor-1.1.8 from pkgsrc-wip:
This package, libXcursor, provides the client-side cursor loading
library for X.  This cursor management library is a simple library
designed to help locate and load cursors (from files or memory).

This is from the modular X.org project.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 3 22:27:45 2006 UTC (17 years, 5 months ago) by joerg
Branch: MAIN
Diff to selected 1.13 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>