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:           Wed Nov 13 21:51:24 UTC 2019

Modified Files:
        pkgsrc/x11/libICE: Makefile distinfo

Log Message:
libICE: update to 1.0.10.

This release provides a fix for CVE-2017-2626 for platforms which don't have
arc4random_buf() in their default libraries but do have getentropy(), such
as Linux platforms with a kernel version of 3.17 or newer and a glibc version
of 2.25 or newer.   (libICE 1.0.9 already ensured that arc4random_buf()
is used on platforms that have it to provide sufficient entropy in ICE
key generation, but left other platforms with the weaker methods.  Linux
platforms could also have linked against libbsd to use arc4random_buf()
with libICE 1.0.9 for stronger keys.)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/libICE/Makefile
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/x11/libICE/Makefile:1.14
--- pkgsrc/x11/libICE/Makefile:1.13     Wed Mar  7 11:57:35 2018
+++ pkgsrc/x11/libICE/Makefile  Wed Nov 13 21:51:24 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/03/07 11:57:35 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/13 21:51:24 wiz Exp $
 
-DISTNAME=              libICE-1.0.9
-PKGREVISION=           1
+DISTNAME=              libICE-1.0.10
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/x11/libICE/distinfo
diff -u pkgsrc/x11/libICE/distinfo:1.8 pkgsrc/x11/libICE/distinfo:1.9
--- pkgsrc/x11/libICE/distinfo:1.8      Wed Nov  4 03:28:44 2015
+++ pkgsrc/x11/libICE/distinfo  Wed Nov 13 21:51:24 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 03:28:44 agc Exp $
+$NetBSD: distinfo,v 1.9 2019/11/13 21:51:24 wiz Exp $
 
-SHA1 (libICE-1.0.9.tar.bz2) = 3c3a857a117ce48a1947a16860056e77cd494fdf
-RMD160 (libICE-1.0.9.tar.bz2) = 933e67f69cef94b03fc96a026222013060323c03
-SHA512 (libICE-1.0.9.tar.bz2) = daa8126ee5279c08f801274a2754132762dea2a40f4733c4b0bf8e8bdad61cba826939a2e067beb3524e256a98a2b83f23c8d4643f3e75a284ab02cc73da41b7
-Size (libICE-1.0.9.tar.bz2) = 384921 bytes
+SHA1 (libICE-1.0.10.tar.bz2) = 5b5eb125d4f43a3ab8153b0f850963ee6c982c24
+RMD160 (libICE-1.0.10.tar.bz2) = f34d9b26934de6d3df0d34081fa888a7e4c64816
+SHA512 (libICE-1.0.10.tar.bz2) = 2f1ef2c32c833c71894a08fa7e7ed53f301f6c7bd22485d71c12884d8e8b36b99f362ec886349dcc84d08edc81c8b2cea035320831d64974edeba021b433c468
+Size (libICE-1.0.10.tar.bz2) = 393116 bytes



Home | Main Index | Thread Index | Old Index