Date: Sun, 18 Aug 2019 14:46:54 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509213 - head/x11/libICE Message-ID: <201908181446.x7IEksLo018352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sun Aug 18 14:46:54 2019 New Revision: 509213 URL: https://svnweb.freebsd.org/changeset/ports/509213 Log: x11/libICE: Update to 1.0.10 This release contains a fix for CVE-2017-2626 on platforms without arc4random_buf(). Since FreeBSD has arc4random_buf(), this should not affect us. Changelog: https://lists.x.org/archives/xorg-announce/2019-July/003006.html Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs Modified: head/x11/libICE/Makefile head/x11/libICE/distinfo Modified: head/x11/libICE/Makefile ============================================================================== --- head/x11/libICE/Makefile Sun Aug 18 14:45:06 2019 (r509212) +++ head/x11/libICE/Makefile Sun Aug 18 14:46:54 2019 (r509213) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libICE -PORTVERSION= 1.0.9 -PORTREVISION= 3 +PORTVERSION= 1.0.10 PORTEPOCH= 1 CATEGORIES= x11 Modified: head/x11/libICE/distinfo ============================================================================== --- head/x11/libICE/distinfo Sun Aug 18 14:45:06 2019 (r509212) +++ head/x11/libICE/distinfo Sun Aug 18 14:46:54 2019 (r509213) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libICE-1.0.9.tar.bz2) = 8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202 -SIZE (xorg/lib/libICE-1.0.9.tar.bz2) = 384921 +TIMESTAMP = 1566060127 +SHA256 (xorg/lib/libICE-1.0.10.tar.bz2) = 6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348 +SIZE (xorg/lib/libICE-1.0.10.tar.bz2) = 393116
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908181446.x7IEksLo018352>