Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXdmcp / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Sat Nov 19 08:10:45 2022 UTC (12 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1
lines
FILE REMOVED
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.4 / (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.3: +12 -11
lines
Diff to previous 1.3 (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.3 / (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.2: +9 -8
lines
Diff to previous 1.2 (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.2, Fri Jan 14 16:13:53 2022 UTC (22 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.1: +1 -1
lines
FILE REMOVED
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.1 / (download) - annotate - [select for diffs], Fri Jan 14 02:00:00 2022 UTC (22 months, 3 weeks ago) by gutteridge
Branch: MAIN
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.