Changelog for
libICE6-1.0.10-3.1.i586.rpm :
* Mon Jul 15 2019 Stefan Dirsch
- Update to version 1.0.10
* This release provides a fix for CVE-2017-2626 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. (libICE 1.0.9 already ensured that arc4random_buf() is used on platforms that have it to provide sufficient entropy in ICE key generation, but left other platforms with the weaker methods. Linux platforms could also have linked against libbsd to use arc4random_buf() with libICE 1.0.9 for stronger keys.)- supersedes 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 (bnc#1025068, CVE-2017-2626)- tagged baselibs.conf as source in specfile
* Tue Jun 10 2014 sndirschAATTsuse.com- Update to version 1.0.9
* This release fixes a number of issues found by static analysis and compiler warnings, and other minor code cleanups. On systems with arc4random() in either libc or libbsd, it will now use that function for generating authentication cookies.
* Sun Feb 17 2013 jengelhAATTinai.de- Use more robust make install call
* Wed Apr 11 2012 vuntzAATTopensuse.org- Update to version 1.0.8: + Fix a number of issues found by static analysis and compiler warnings + Large set of cleanups and improvements to the DocBook format specs for the protocol and docs for the API.
* Sat Feb 11 2012 jengelhAATTmedozas.de- Fix typo in baselibs.conf: should be libICE, not libFS- Provide package descriptions and update homepage URL- Add Obsoletes/Provides to baselibs.conf as well
* Fri Feb 10 2012 sndirschAATTsuse.com- back to previous provides/obsoletes for xorg-x11-libICE(-devel)
* Fri Feb 10 2012 sndirschAATTsuse.com- provide/obsolete xorg-x11-libICE(-devel), no matter which version number
* Thu Feb 09 2012 jengelhAATTmedozas.de- Rename xorg-x11-libICE to libICE 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 jslabyAATTsuse.de- revert \'export only public API symbols\'- it breaks everything
* Tue Nov 30 2010 cristian.rodriguezAATTopensuse.org- export only public API symbols- disable silent rules, defeat the purpose of post build checks
* Wed Oct 20 2010 sndirschAATTnovell.com- libICE-1.0.7
* Sun Apr 04 2010 sndirschAATTsuse.de- libICE 1.0.6- bumped version number to 7.5
* Mon Dec 14 2009 jengelhAATTmedozas.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
* Tue Mar 03 2009 sndirschAATTsuse.de- libICE 1.0.5
* 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
* Tue Jan 01 2008 crrodriguezAATTsuse.de- fix library-without-ldconfig-
* error- add missing PreReq coreutils
* Sat Sep 29 2007 sndirschAATTsuse.de- bumped version to 7.3
* Fri Aug 24 2007 sndirschAATTsuse.de- libICE 1.0.4
* Coverity #1085: Double free of pointer \"
*listenObjsRet\"
* Coverity #1086: Double free of pointer \"
*listenObjsRet\"
* Convert authutil.c static helpers to ANSI C prototypes to clear sparse warnings
* Provide ANSI C prototypes for more static functions
* Replace many malloc(strlen()); strcpy() pairs with strdup()
* Sat Dec 16 2006 sndirschAATTsuse.de- update to release 1.0.3
* Makefile.am: make ChangeLog hook safer
* Tue Oct 24 2006 dmuellerAATTsuse.de- strip .la file
* Sat Oct 14 2006 sndirschAATTsuse.de- update to X.Org 7.2RC1
* 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