- 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
This commit is contained in:
Stefan Dirsch 2022-12-04 23:00:56 +00:00 committed by Git OBS Bridge
parent 122b710b9c
commit 11c5e207e7
4 changed files with 27 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348
size 393116

3
libICE-1.1.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02d2fc40d81180bd4aae73e8356acfa2a7671e8e8b472e6a7bfa825235ab225b
size 335864

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Dec 4 22:56:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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