Changelog for
libXdmcp6-1.1.4-slfo.1.1.5.x86_64.rpm :
* Sun Nov 20 2022 sndirschAATTsuse.com- Update to version 1.1.4
* 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
* 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()
* Switch from libbsd to libbsd-overlay
* Thu Mar 21 2019 sndirschAATTsuse.com- Update to version 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.)- supersedes U_Fix-compilation-error-when-arc4random_buf-is-not-ava.patch, U_Use-getentropy-if-arc4random_buf-is-not-available.patch
* Sun Jun 11 2017 sndirschAATTsuse.com- U_Use-getentropy-if-arc4random_buf-is-not-available.patch
* Use getentropy() if arc4random_buf() is not available (bsc#1025046, CVE-2017-2625)- U_Fix-compilation-error-when-arc4random_buf-is-not-ava.patch
* Fix compilation error when arc4random_buf is not available
* Mon Mar 23 2015 sndirschAATTsuse.com- added baselibs.conf as source to specfile
* Sun Mar 22 2015 tobias.johannes.klausmannAATTmni.thm.de- Update to version 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.
* Sun Feb 17 2013 jengelhAATTinai.de- Use more robust make install call
* Wed Apr 11 2012 vuntzAATTopensuse.org- Update to version 1.1.1: + Improvements to documentation + Build configuration improvements
* Sat Feb 11 2012 jengelhAATTmedozas.de- Provide package descriptions and update homepage URL
* Sat Feb 11 2012 jengelhAATTmedozas.de- Rename xorg-x11-libXdmcp to libXdmcp and utilize shlib policy
* Sun Nov 20 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Tue Dec 21 2010 sndirschAATTnovell.com- bumped version number to 7.6
* Wed Dec 01 2010 sndirschAATTnovell.com- revert \'export only public API symbols\' it breaks at least build of xdm (package xorg-x11)
* Tue Nov 30 2010 cristian.rodriguezAATTopensuse.org- export only public API symbols- disable silent rules, defeat the purpose of post build checks
* Sat Oct 30 2010 sndirschAATTnovell.com- libXdmcp 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.
* Sun Apr 04 2010 sndirschAATTsuse.de- libXdmcp 1.0.3- bumped version number to 7.5
* Tue Dec 15 2009 sndirschAATTsuse.de- add baselibs.conf as a source
* Sat May 02 2009 eichAATTsuse.de- revert static library and .la file removal for SUSE versions <= 11.1.
* Tue Apr 21 2009 crrodriguezAATTsuse.de- remove static libraries
* Thu Sep 11 2008 sndirschAATTsuse.de- bumped release number to 7.4
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support
* Wed Dec 26 2007 crrodriguezAATTsuse.de- fix library-without-ldconfig-postun error- PreReq coreutils- libXdmcp.la has dependency_libs empty, removed.
* Sat Sep 29 2007 sndirschAATTsuse.de- bumped version to 7.3
* Thu Oct 26 2006 sndirschAATTsuse.de- set version to 7.2 in specfile
* Sat Aug 12 2006 sndirschAATTsuse.de- updated to minor cleanup release 1.0.2
* added hooks for checking code with lint & sparse, and cleaned up a couple of warnings from them.
* Wed Aug 02 2006 sndirschAATTsuse.de- fix setup line
* Fri Jul 28 2006 sndirschAATTsuse.de- use \"-fno-strict-aliasing\"
* Thu Jul 27 2006 sndirschAATTsuse.de- use $RPM_OPT_FLAGS- remove existing /usr/include/X11 symlink in %pre
* Thu Jun 22 2006 sndirschAATTsuse.de- created package