summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-10-01 18:11:29 +0000
committeradam <adam>2012-10-01 18:11:29 +0000
commitb7c2c4ac413a2c4c03a9f6cc95292bd505f394be (patch)
tree2e13e079ab15b1e258e2a1a1c969579f7ebb573a /graphics/tiff/Makefile
parentc233601c64ee324dc45d3cafa8065b48e66aa1bb (diff)
downloadpkgsrc-b7c2c4ac413a2c4c03a9f6cc95292bd505f394be.tar.gz
Changes 4.0.3:
MAJOR CHANGES: None CHANGES IN THE SOFTWARE CONFIGURATION: Updated to use Automake 1.12.4. Avoids security problem with 'make distcheck' (CVE-2012-3386). CHANGES IN LIBTIFF: Various memory buffer access fixes. Fix handling when writing RGBA jpeg compressed imagery (http://trac.osgeo.org/gdal/ticket/4732). Fix to work properly with IJG JPEG 7+. New functions TIFFFieldTag(), TIFFFieldName(), TIFFFieldDataType(), TIFFFieldPassCount(), TIFFFieldReadCount(), TIFFFieldWriteCount() to use as external accessors for the opaque type TIFFField. Fix bug rewriting image tiles in a compressed file (http://trac.osgeo.org/gdal/ticket/4771). Add TIFF/FX tag support in libtiff. CHANGES IN THE TOOLS: tiff2pdf: Fail when TIFFSetDirectory() fails. This prevents core dumps or perhaps even arbitrary code execution when processing a corrupt input file (CVE-2012-3401). tiff2pdf: Fix two places where t2p_error didn't get set after a malloc failure. No crash risk AFAICS, but the program might not report exit code 1 as desired. CHANGES IN THE CONTRIB AREA: None
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index efbc88fe335..f251aadab95 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2012/07/19 21:41:45 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2012/10/01 18:11:29 adam Exp $
-DISTNAME= tiff-4.0.2
-PKGREVISION= 1
+DISTNAME= tiff-4.0.3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
http://libtiff.maptools.org/dl/
@@ -9,6 +8,7 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.remotesensing.org/libtiff/
COMMENT= Library and tools for reading and writing TIFF data files
+LICENSE= mit
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -17,7 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-rpath
CONFIGURE_ARGS+= --enable-cxx