diff options
author | fernape <fernape@FreeBSD.org> | 2018-07-25 02:12:29 +0800 |
---|---|---|
committer | fernape <fernape@FreeBSD.org> | 2018-07-25 02:12:29 +0800 |
commit | 9cccf0c7a2a0f35a783385565b2f121c9c071e62 (patch) | |
tree | 38f75dbb21650af1a5cacab605cd78a1cf927048 | |
parent | 84da3149ed92ea8e01fe6c44427539d3f11f9ab4 (diff) | |
download | freebsd-ports-gnome-9cccf0c7a2a0f35a783385565b2f121c9c071e62.tar.gz freebsd-ports-gnome-9cccf0c7a2a0f35a783385565b2f121c9c071e62.tar.zst freebsd-ports-gnome-9cccf0c7a2a0f35a783385565b2f121c9c071e62.zip |
devel/libsixel: update to 1.8.2
Fixes:
* CVE-2018-14072
* CVE-2018-14073
PR: 229975
Submitted by: sue@iwmt.org (maintainer)
Approved by: tcberner (mentor)
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16421
-rw-r--r-- | graphics/libsixel/Makefile | 2 | ||||
-rw-r--r-- | graphics/libsixel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile index a30c3c7a4c0c..e787475e7deb 100644 --- a/graphics/libsixel/Makefile +++ b/graphics/libsixel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsixel -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/saitoha/libsixel/releases/download/v${PORTVERSION}/ diff --git a/graphics/libsixel/distinfo b/graphics/libsixel/distinfo index aca58158b39e..f8fd13641f6a 100644 --- a/graphics/libsixel/distinfo +++ b/graphics/libsixel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1528698296 -SHA256 (libsixel-1.8.1.tar.gz) = 6f31a5db6a195155b2168aad5c1b6b62ac3b10919e16576029f9b4ced5384e8d -SIZE (libsixel-1.8.1.tar.gz) = 4777791 +TIMESTAMP = 1532317736 +SHA256 (libsixel-1.8.2.tar.gz) = c464d2a6fcf35e9e6bad1876729e853a8b9f6abfe97d9e3487c9bfac45cf2a5f +SIZE (libsixel-1.8.2.tar.gz) = 4778776 |