pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libICE
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 4 15:47:40 UTC 2022
Modified Files:
pkgsrc/x11/libICE: Makefile builtin.mk distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/libICE/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libICE/builtin.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libICE/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libICE/Makefile
diff -u pkgsrc/x11/libICE/Makefile:1.18 pkgsrc/x11/libICE/Makefile:1.19
--- pkgsrc/x11/libICE/Makefile:1.18 Wed Nov 9 13:14:20 2022
+++ pkgsrc/x11/libICE/Makefile Sun Dec 4 15:47:40 2022
@@ -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/
Index: pkgsrc/x11/libICE/builtin.mk
diff -u pkgsrc/x11/libICE/builtin.mk:1.3 pkgsrc/x11/libICE/builtin.mk:1.4
--- pkgsrc/x11/libICE/builtin.mk:1.3 Sun Nov 3 09:14:10 2019
+++ pkgsrc/x11/libICE/builtin.mk Sun Dec 4 15:47:40 2022
@@ -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 @@ USE_BUILTIN.libICE= no
. 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; \
Index: pkgsrc/x11/libICE/distinfo
diff -u pkgsrc/x11/libICE/distinfo:1.11 pkgsrc/x11/libICE/distinfo:1.12
--- pkgsrc/x11/libICE/distinfo:1.11 Tue Oct 26 11:34:04 2021
+++ pkgsrc/x11/libICE/distinfo Sun Dec 4 15:47:40 2022
@@ -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