From 11c5e207e713e39a4203b0f6b5eae958f439a98510b621b36e53d88f273a2e7f Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 4 Dec 2022 23:00:56 +0000 Subject: [PATCH] - 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 --- libICE-1.0.10.tar.bz2 | 3 --- libICE-1.1.0.tar.xz | 3 +++ libICE.changes | 20 ++++++++++++++++++++ libICE.spec | 8 ++++---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 libICE-1.0.10.tar.bz2 create mode 100644 libICE-1.1.0.tar.xz diff --git a/libICE-1.0.10.tar.bz2 b/libICE-1.0.10.tar.bz2 deleted file mode 100644 index aa89dd5..0000000 --- a/libICE-1.0.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348 -size 393116 diff --git a/libICE-1.1.0.tar.xz b/libICE-1.1.0.tar.xz new file mode 100644 index 0000000..de14708 --- /dev/null +++ b/libICE-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d2fc40d81180bd4aae73e8356acfa2a7671e8e8b472e6a7bfa825235ab225b +size 335864 diff --git a/libICE.changes b/libICE.changes index bb2c5ec..72be359 100644 --- a/libICE.changes +++ b/libICE.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Dec 4 22:56:03 UTC 2022 - Stefan Dirsch + +- 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 + ------------------------------------------------------------------- Mon Jul 15 09:45:31 UTC 2019 - Stefan Dirsch diff --git a/libICE.spec b/libICE.spec index 7a005cc..2362fad 100644 --- a/libICE.spec +++ b/libICE.spec @@ -1,7 +1,7 @@ # # spec file for package libICE # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,16 @@ Name: libICE %define lname libICE6 -Version: 1.0.10 +Version: 1.1.0 Release: 0 Summary: X11 Inter-Client Exchange Library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libICE #Git-Web: http://cgit.freedesktop.org/xorg/lib/libICE/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool