pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libICE libICE: update to 1.1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f726a07b1c19
branches: trunk
changeset: 389405:f726a07b1c19
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 04 15:47:40 2022 +0000
description:
libICE: update to 1.1.0.
Note that some of the bug fixes in this release are in the macros in the
header files, and thus will only be fully effective once ICE consumers
are rebuilt with the new header files.
Alan Coopersmith (17):
Build xz tarballs instead of bzip2
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
libICE 1.1.0
David Callu (1):
ice.pc.in: add -lbsd flags when required
Guillem Jover (1):
Switch from libbsd to libbsd-overlay
walter harms (3):
connect.c: FIX 'iceConn' shadows a previous local, [-Wshadow]
add check for malloc
make sure buffer is zero filled and report if allocation failed
diffstat:
x11/libICE/Makefile | 6 +++---
x11/libICE/builtin.mk | 6 +++---
x11/libICE/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (51 lines):
diff -r 60e8e5c8f204 -r f726a07b1c19 x11/libICE/Makefile
--- a/x11/libICE/Makefile Sun Dec 04 15:47:29 2022 +0000
+++ b/x11/libICE/Makefile Sun Dec 04 15:47:40 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:20 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2022/12/04 15:47:40 wiz Exp $
-DISTNAME= libICE-1.0.10
+DISTNAME= libICE-1.1.0
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
diff -r 60e8e5c8f204 -r f726a07b1c19 x11/libICE/builtin.mk
--- a/x11/libICE/builtin.mk Sun Dec 04 15:47:29 2022 +0000
+++ b/x11/libICE/builtin.mk Sun Dec 04 15:47:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2019/11/03 09:14:10 rillig Exp $
+# $NetBSD: builtin.mk,v 1.4 2022/12/04 15:47:40 wiz Exp $
BUILTIN_PKG:= libICE
@@ -31,10 +31,10 @@
. else
USE_BUILTIN.libICE= ${IS_BUILTIN.libICE}
. if defined(BUILTIN_PKG.libICE) && \
- !empty(IS_BUILTIN.libICE:M[yY][eE][sS])
+ ${IS_BUILTIN.libICE:tl} == yes
USE_BUILTIN.libICE= yes
. for _dep_ in ${BUILDLINK_API_DEPENDS.libICE}
-. if !empty(USE_BUILTIN.libICE:M[yY][eE][sS])
+. if ${USE_BUILTIN.libICE:tl} == yes
USE_BUILTIN.libICE!= \
if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libICE:Q}; then \
${ECHO} yes; \
diff -r 60e8e5c8f204 -r f726a07b1c19 x11/libICE/distinfo
--- a/x11/libICE/distinfo Sun Dec 04 15:47:29 2022 +0000
+++ b/x11/libICE/distinfo Sun Dec 04 15:47:40 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:04 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/12/04 15:47:40 wiz Exp $
-BLAKE2s (libICE-1.0.10.tar.bz2) = a2a33818507f628c3eb710e7aa3fe3a118d16f090921b7d9d508f1827ad54052
-SHA512 (libICE-1.0.10.tar.bz2) = 2f1ef2c32c833c71894a08fa7e7ed53f301f6c7bd22485d71c12884d8e8b36b99f362ec886349dcc84d08edc81c8b2cea035320831d64974edeba021b433c468
-Size (libICE-1.0.10.tar.bz2) = 393116 bytes
+BLAKE2s (libICE-1.1.0.tar.xz) = e71d72bc439230bb3dbc92ad270513800b04a8e92cc16ac56b3b449315da91cc
+SHA512 (libICE-1.1.0.tar.xz) = bf8ca11a20bc120337003a8ef1c190e26e3650dede653287aae7893abd8c72191401d90ddc4bb9b367ae832eee23a22d02b0d4a3b9071c392f865379034b2838
+Size (libICE-1.1.0.tar.xz) = 335864 bytes
Home |
Main Index |
Thread Index |
Old Index