Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXdmcp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 19 08:10:45 2022 UTC (12 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.14: +4 -7
lines
Diff to previous 1.14 (colored)
libXdmcp: update to 1.1.4. Alan Coopersmith (11): Update configure.ac bug URL for gitlab migration gitlab CI: add a basic build test Fix build on Solaris 11.3.0 - 11.3.8 Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: enable doc builds in basic build test Use memcpy() instead of memmove() when buffers are known not to overlap arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined XdmcpDisposeARRAYofARRAY8: Reduce scope of i Only link with libbsd if needed for arc4random_buf() libXdmcp 1.1.4 Guillem Jover (1): Switch from libbsd to libbsd-overlay
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 17 01:05:48 2022 UTC (20 months, 3 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.13: +4 -2
lines
Diff to previous 1.13 (colored)
libXdmcp: apply upstream version of SunOS compilation fix Patch to match what the next release will do here, in part so we don't run the risk of merging two versions of handling the same issue on next update. Addresses PR pkg/54628. (Compile tested on Fedora Linux and OmniOS, but as neither of these are affected by the issue to begin with, and not having an environment where I can reproduce it, I can't verify the fix myself.)
Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 23 03:10:26 2022 UTC (21 months, 2 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
libXdmcp: fix builds with Solaris 11.3 There are circumstances where getentropy() exists but arc4random_buf() does not, as reported to be the case with Solaris 11.3 in PR pkg/54628, report and analysis by Sad Clouds. sys/random.h only needs to be included on SunOS, in that case (second patch iteration).
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 14 16:13:53 2022 UTC (22 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
libXdmcp: revert Solaris 11.3 build fix This requires further discussion in PR pkg/54628. This patch didn't cause an issue for me in a Linux build environment that doesn't have arc4random_buf() available, and doesn't need sys/random.h, but it could cause issues elsewhere.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 14 01:59:59 2022 UTC (22 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
libXdmcp: fix builds with Solaris 11.3 There are circumstances where getentropy() exists but arc4random_buf() does not, as reported to be the case with Solaris 11.3 in PR pkg/54628, report and analysis by Sad Clouds.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 26 11:34:05 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
x11: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 7 15:13:50 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
x11: Remove SHA1 hashes for distfiles
Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 17 08:04:00 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: 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,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
libXdmcp: update to 1.1.3. This release provides a fix for CVE-2017-2625 for platforms which don't have arc4random_buf() in their default libraries but do have getentropy(), such as Linux platforms with a kernel version of 3.17 or newer and a glibc version of 2.25 or newer. (libXdmcp 1.1.2 already ensured that arc4random_buf() is used on platforms that have it to provide sufficient entropy in XDMCP key generation, but left other platforms with the weaker methods. Linux platforms could also have linked against libbsd to use arc4random_buf() with libXdmcp 1.1.2 for stronger keys.) Alan Coopersmith (2): Update README for gitlab migration libXdmcp 1.1.3 Benjamin Tissoires (2): Use getentropy() if arc4random_buf() is not available Fix compilation error when arc4random_buf is not available Emil Velikov (1): autogen.sh: use quoted string variables Helmut Grohne (1): do not use &fullrelvers; in xdmcp.xml (Debian bug 761628) Jon TURNEY (1): Link with winsock library for socket functions on MinGW Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 4 03:28:45 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
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
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Add SHA512 digests for distfiles for x11 category Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 2 22:35:06 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Update to 1.1.2: This release has hardened handling of invalid arguments & allocation failures, adds support for using arc4random in key generation, and adds some unit tests to help developers prevent regressions in the future. Alan Coopersmith (11): Remove unused TLI ("STREAMSCONN") code from libXdmcp Ensure ARRAY* structs are zero'ed out when allocation fails Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating it Add unit tests for Array allocation functions Ensure ARRAY* structs are zero'ed out when oversize values are passed Ensure ARRAYofARRAY8 pointers are initialized to NULL Also reject requests to allocate negative sized amounts of memory configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Add AC_USE_SYSTEM_EXTENSIONS to expose arc4random() interfaces in headers libXdmcp 1.1.2 Matthieu Herrb (1): Use arc4random when available to produce the XDM-AUTHENTICATION1 key
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 3 17:26:03 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: 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,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Update to 1.1.1. 1.1.1: This release builds on the DocBook/XML conversion of the XDMCP spec included in the 1.1.0 release with cleanups & improvements to make the documentation more useful and usable. 1.1.0: This release features a major refactoring and cleanup of the code base, and conversion of the XDMCP specification from troff to DocBook/XML, along with the usual recent set of build configuration improvements and janitorial cleanups.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 15 18:46:21 2010 UTC (13 years, 10 months ago) by tnn
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
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Update to libXdmcp-1.0.3. Changes: Add README with pointers to mailing list, bugzilla & git repos Mark Xalloc, Xrealloc, and Xfree as weak symbols. Ansification and compile warning fixes. Require macros 1.3 for XORG_DEFAULT_OPTIONS. libXdmcp 1.0.3
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 24 06:33:11 2008 UTC (15 years, 5 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
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: +1 -1
lines
Diff to previous 1.2 (colored)
Fix broken distinfo.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 22 15:18:50 2007 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to libXdmcp-1.0.2. Some ANSIfication, no functional changes.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 3 17:59:48 2006 UTC (17 years, 1 month ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import libXdmcp-1.0.1 from pkgsrc-wip: This is the X Display Manager Control Protocol library. This is from the modular X.org X11 project.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 3 17:59:48 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
Initial revision