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: Sat Dec 14 12:40:39 UTC 2024
Modified Files:
pkgsrc/x11/libICE: Makefile distinfo
Log Message:
libICE: update to 1.1.2.
This release fixes a number of issues found by compiler warnings and
static analysis.
Alan Coopersmith (19):
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Set close-on-exec when opening files
gitlab CI: Update to latest CI templates
gitlab CI: add xz-utils to container for "make distcheck"
IceOpenConnection: stop processing messages if connection was closed
ConnectToPeer: return failure if malloc() fails
EXTRACT_STRING: Avoid writing to NULL pointer if malloc fails
_IceAddOpcodeMapping: Avoid writing to NULL pointer if malloc fails
Clear some -Wuseless-cast warnings from gcc 14.1
IceReadCompleteMessage: callers need to check if malloc() failed
ProcessConnectionSetup: avoid writing to NULL pointer if malloc() failed
ProcessProtocolSetup: return failure if malloc() failed for ProtocolName
IceProtocolSetup: return failure if malloc() failed for authIndices
IceRegisterForProtocolSetup: return failure if malloc() failed
AuthRequired: avoid undefined behavior in memcpy() call
write_counted_string: avoid undefined behavior in fwrite() call
ICElibint.h: add do ... while (0) around macro definitions
ProcessAuthReply: Handle -Wconditional-uninitialized warning
libICE 1.1.2
mahendra (1):
libICE : Dereferencing a possible NULL pointer in error.c
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libICE/Makefile
cvs rdiff -u -r1.13 -r1.14 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.20 pkgsrc/x11/libICE/Makefile:1.21
--- pkgsrc/x11/libICE/Makefile:1.20 Thu Dec 8 23:36:29 2022
+++ pkgsrc/x11/libICE/Makefile Sat Dec 14 12:40:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/12/08 23:36:29 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/12/14 12:40:39 wiz Exp $
-DISTNAME= libICE-1.1.1
+DISTNAME= libICE-1.1.2
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/libICE/distinfo
diff -u pkgsrc/x11/libICE/distinfo:1.13 pkgsrc/x11/libICE/distinfo:1.14
--- pkgsrc/x11/libICE/distinfo:1.13 Thu Dec 8 23:36:29 2022
+++ pkgsrc/x11/libICE/distinfo Sat Dec 14 12:40:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/12/08 23:36:29 wiz Exp $
+$NetBSD: distinfo,v 1.14 2024/12/14 12:40:39 wiz Exp $
-BLAKE2s (libICE-1.1.1.tar.xz) = 4d7a4cc84e7e14a8d959178b5c22ca1d8e7722cf4cea06c66d3e9c192a8b0c46
-SHA512 (libICE-1.1.1.tar.xz) = 2f7833a25f31cc743ca95cb88f9a8403b50e19ffb5bf43bfef87ba405857d359789daaa9ec2391351237d958f16d35dbf082adb76d301e46d3a54162a6b452d3
-Size (libICE-1.1.1.tar.xz) = 335960 bytes
+BLAKE2s (libICE-1.1.2.tar.xz) = f481971f96e1eec51cca2484cec7e02a2dcc201c4cb3cb7f0d033d7880d076b7
+SHA512 (libICE-1.1.2.tar.xz) = 340f51ffa1f14ed442ab8bcea92dd63df147c48242e232e818cafe02f43de7ab6e99c5430b9cb8d0dc661295239d2b3f6bdb6a092ce51a98afa06235257e9b1f
+Size (libICE-1.1.2.tar.xz) = 342900 bytes
Home |
Main Index |
Thread Index |
Old Index