diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-31 16:53:24 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-31 16:53:24 +0000 |
commit | a2649b599500068a29565deb7bb6c38b15cf68d8 (patch) | |
tree | 010457e6522c2c01fae6ccc02d341707a02d6e46 /graphics/linux-tiff/Makefile | |
parent | Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removal (diff) |
use patchlevel 47.6.
Security: This fixes a buffer overflow in the BitsPerSample() function.
Securtiy: VuXML: 68222076-010b-11da-bc08-0001020eed82
Requested by: simon on multimedia@
Diffstat (limited to 'graphics/linux-tiff/Makefile')
-rw-r--r-- | graphics/linux-tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-tiff/Makefile b/graphics/linux-tiff/Makefile index b1514ecacddd..fbe04c1d25db 100644 --- a/graphics/linux-tiff/Makefile +++ b/graphics/linux-tiff/Makefile @@ -7,12 +7,12 @@ PORTNAME= tiff PORTVERSION= 3.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux MASTER_SITES= ${MASTER_SITE_SUSE} MASTER_SITE_SUBDIR= i386/update/9.2/rpm/i586 PKGNAMEPREFIX= linux- -DISTNAME= libtiff-3.6.1-47.4.i586.rpm +DISTNAME= libtiff-3.6.1-47.6.i586.rpm EXTRACT_ONLY= EXTRACT_SUFX= |