diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-16 17:32:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-16 17:32:43 +0800 |
commit | d476f7da5ecbdb9c8d2402f0aba9d6dfaa965ace (patch) | |
tree | 8a2807453c73c2707c1d1b73db28434d47eecb13 /graphics | |
parent | 845a546e78c959898cd24cfc9591daae06ac5ee5 (diff) | |
download | freebsd-ports-gnome-d476f7da5ecbdb9c8d2402f0aba9d6dfaa965ace.tar.gz freebsd-ports-gnome-d476f7da5ecbdb9c8d2402f0aba9d6dfaa965ace.tar.zst freebsd-ports-gnome-d476f7da5ecbdb9c8d2402f0aba9d6dfaa965ace.zip |
- Security update to 3.9.4 to fix tiff2rgba
Security: http://www.remotesensing.org/libtiff/v3.9.4.html
Security: http://www.ocert.org/advisories/ocert-2009-012.html
Security: CVE-2009-2347
PR: 147900
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index a3efc4117b32..399f6adb6f08 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -8,7 +8,7 @@ # PORTNAME= tiff -PORTVERSION= 3.9.3 +PORTVERSION= 3.9.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://dl1.maptools.org/dl/libtiff/ diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index ed5e1cd4dc37..d6dc23b4e2f6 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,3 +1,3 @@ -MD5 (tiff-3.9.3.tar.gz) = 8e9c2ee955ed7d277dca83a972f306be -SHA256 (tiff-3.9.3.tar.gz) = 60e08794966b7cbf46bbf13c347f1fe41c982f98714909f49d6f198add4fdee6 -SIZE (tiff-3.9.3.tar.gz) = 1439203 +MD5 (tiff-3.9.4.tar.gz) = 2006c1bdd12644dbf02956955175afd6 +SHA256 (tiff-3.9.4.tar.gz) = 67b76d075fb74f7cb32e7e4b217701674755fe6cee0f463b259a753fce691da6 +SIZE (tiff-3.9.4.tar.gz) = 1436968 |