diff options
author | wiz <wiz@pkgsrc.org> | 2019-11-13 21:51:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-11-13 21:51:24 +0000 |
commit | 060a7b0f03a92a3ea633c24603301fecbac3aff2 (patch) | |
tree | fd84b31bb1ed6fbec0c6e7bb008dffdbbe6f7e58 | |
parent | cac9952e867836203620cef4b7687bdfbc7b0a35 (diff) | |
download | pkgsrc-060a7b0f03a92a3ea633c24603301fecbac3aff2.tar.gz |
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.)
-rw-r--r-- | x11/libICE/Makefile | 5 | ||||
-rw-r--r-- | x11/libICE/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 49897e0ca3f..e0292bcc3f0 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -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 diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo index 6c9f678a2d6..1b08bd8e11c 100644 --- a/x11/libICE/distinfo +++ b/x11/libICE/distinfo @@ -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 |