Commit Graph

24 Commits

Author SHA256 Message Date
Dominique Leuenberger
d9c45646f8 Accepting request 1045921 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1045921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=12
2023-01-01 08:38:26 +00:00
9b06282207 Accepting request 1041732 from home:dirkmueller:Factory
- update to 1.1.1:
  * ICEmsg: Fix C++ interoperability error due to static_assert define
- drop U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1041732
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=23
2022-12-31 13:24:56 +00:00
Dominique Leuenberger
914acef676 Accepting request 1040585 from X11:XOrg
- U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch
  * needed by plasma5-workspace

- Update to version 1.1.0
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * configure: check for libbsd before libxtrans checks for strlcpy
  * ConnectToPeer: be doubly sure that use-after-free doesn't happen
  * ProcessAuthReply: rename status variable to avoid shadowing
  * Only link to libbsd for arc4random_buf if it is not found in libc
  * IceGetHeaderExtra: only include extra space in outbufptr if there's room
  * Refactor Fatal I/O error handling into a common function
  * IceFlush: signal fatal I/O error if bufptr is past end of buffer
  * ICEmsg.h: Add static asserts that message header length <= ICE_OUTBUFSIZE
  * Handle arrays too large to fit in iceConn buffers
  * Only link with libbsd if needed for arc4random_buf() or getentropy()
  * Avoid -Wdeclaration-after-statement warnings from static_assert
  * ice.pc.in: "Libs.Private" should be "Libs.private"
  * configure: Use AC_SYS_LARGEFILE to enable large file support

OBS-URL: https://build.opensuse.org/request/show/1040585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=11
2022-12-07 16:34:19 +00:00
b1df562cdd - U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch
* needed by plasma5-workspace

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=21
2022-12-06 10:23:28 +00:00
11c5e207e7 - Update to version 1.1.0
* Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * configure: check for libbsd before libxtrans checks for strlcpy
  * ConnectToPeer: be doubly sure that use-after-free doesn't happen
  * ProcessAuthReply: rename status variable to avoid shadowing
  * Only link to libbsd for arc4random_buf if it is not found in libc
  * IceGetHeaderExtra: only include extra space in outbufptr if there's room
  * Refactor Fatal I/O error handling into a common function
  * IceFlush: signal fatal I/O error if bufptr is past end of buffer
  * ICEmsg.h: Add static asserts that message header length <= ICE_OUTBUFSIZE
  * Handle arrays too large to fit in iceConn buffers
  * Only link with libbsd if needed for arc4random_buf() or getentropy()
  * Avoid -Wdeclaration-after-statement warnings from static_assert
  * ice.pc.in: "Libs.Private" should be "Libs.private"
  * configure: Use AC_SYS_LARGEFILE to enable large file support

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=20
2022-12-04 23:00:56 +00:00
Dominique Leuenberger
9abb62ba9b Accepting request 715444 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/715444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=10
2019-07-17 12:22:43 +00:00
122b710b9c - 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=18
2019-07-15 09:49:23 +00:00
Dominique Leuenberger
abf095dd96 Accepting request 502905 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/502905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=9
2017-06-20 08:57:21 +00:00
c3ff238840 - tagged baselibs.conf as source in specfile
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=16
2017-06-11 19:30:14 +00:00
9655cf025d added autotools; run autoreconf
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=15
2017-06-11 18:21:51 +00:00
892e4ad50b - U_Use-getentropy-if-arc4random_buf-is-not-available.patch
* Use getentropy() if arc4random_buf() is not available
    (bnc#1025068, CVE-2017-2626)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=14
2017-06-11 18:07:47 +00:00
Stephan Kulow
043d197c58 Accepting request 236778 from X11:XOrg
- 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.

OBS-URL: https://build.opensuse.org/request/show/236778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=7
2014-06-18 05:50:35 +00:00
8d216e32f4 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=12
2014-06-10 15:34:28 +00:00
5119e65c5c Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=11
2014-04-27 22:07:34 +00:00
Stephan Kulow
5224afc39f Accepting request 160078 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=5
2013-03-22 10:26:44 +00:00
5bd3f7778f OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=9 2013-03-19 19:47:10 +00:00
Stephan Kulow
638c384fb2 Accepting request 115343 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=2
2012-05-08 09:57:02 +00:00
08af056a63 Accepting request 113240 from home:vuntz:branches:X11:XOrg
Update to 1.0.8

OBS-URL: https://build.opensuse.org/request/show/113240
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=7
2012-04-12 10:43:53 +00:00
535ee6c5ee OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=6 2012-03-07 09:46:43 +00:00
Stephan Kulow
97c5a99dca Accepting request 105439 from X11:XOrg
-------------------------------------------------------------------
Sat Feb 11 18:23:28 UTC 2012 - jengelh@medozas.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 15:57:48 UTC 2012 - sndirsch@suse.com

- back to previous provides/obsoletes for xorg-x11-libICE(-devel) 

-------------------------------------------------------------------
Fri Feb 10 14:22:37 UTC 2012 - sndirsch@suse.com

- provide/obsolete xorg-x11-libICE(-devel), no matter which version
  number

-------------------------------------------------------------------
Thu Feb  9 18:26:26 UTC 2012 - jengelh@medozas.de

- Rename xorg-x11-libICE to libICE and utilize shlib policy

OBS-URL: https://build.opensuse.org/request/show/105439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=1
2012-02-17 11:01:16 +00:00
b7f368719d Accepting request 104206 from home:jengelh:branches:X11:XOrg
Fill in URLs/descriptions, and baselibs corrections

OBS-URL: https://build.opensuse.org/request/show/104206
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=4
2012-02-13 10:06:21 +00:00
157d4b712b - back to previous provides/obsoletes for xorg-x11-libICE(-devel)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=3
2012-02-10 15:58:26 +00:00
71f7ebd406 - provide/obsolete xorg-x11-libICE(-devel), no matter which version
number

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=2
2012-02-10 14:24:02 +00:00
b7d0f7d45e Accepting request 103673 from home:jengelh:branches:X11:XOrg
Replaces xorg-x11-libICE; uses specfile template also used with other recent libs (e.g. libXevie) so might look different though cleaner

OBS-URL: https://build.opensuse.org/request/show/103673
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=1
2012-02-10 07:03:31 +00:00