diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-18 22:46:54 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-18 22:46:54 +0800 |
commit | 5b2318e47ca3f57ba033ae65fc3324b876c7ed0d (patch) | |
tree | c53e57fd793d2c2ac678bf0df2cee5a1cacef21a /x11 | |
parent | 6b1bf6ebc3e1803d8ee4e3620c64485bb455dfc1 (diff) | |
download | freebsd-ports-gnome-5b2318e47ca3f57ba033ae65fc3324b876c7ed0d.tar.gz freebsd-ports-gnome-5b2318e47ca3f57ba033ae65fc3324b876c7ed0d.tar.zst freebsd-ports-gnome-5b2318e47ca3f57ba033ae65fc3324b876c7ed0d.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libICE/Makefile | 3 | ||||
-rw-r--r-- | x11/libICE/distinfo | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 8817608ea384..c83d21044c01 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libICE -PORTVERSION= 1.0.9 -PORTREVISION= 3 +PORTVERSION= 1.0.10 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo index a598b312e44e..7d00219b4906 100644 --- a/x11/libICE/distinfo +++ b/x11/libICE/distinfo @@ -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 |