svn commit: r485196 - in head/graphics/tiff: . files

Antoine Brodin antoine at FreeBSD.org
Sat Nov 17 20:44:03 UTC 2018


Author: antoine
Date: Sat Nov 17 20:44:01 2018
New Revision: 485196
URL: https://svnweb.freebsd.org/changeset/ports/485196

Log:
  Update to 4.0.10
  
  PR:		233146
  Reported by:	Roger Leigh

Deleted:
  head/graphics/tiff/files/patch-CVE-2017-18013
  head/graphics/tiff/files/patch-CVE-2017-9935
Modified:
  head/graphics/tiff/Makefile
  head/graphics/tiff/distinfo
  head/graphics/tiff/files/patch-Makefile.in
  head/graphics/tiff/files/patch-tiffcrop.1
  head/graphics/tiff/pkg-plist

Modified: head/graphics/tiff/Makefile
==============================================================================
--- head/graphics/tiff/Makefile	Sat Nov 17 20:40:28 2018	(r485195)
+++ head/graphics/tiff/Makefile	Sat Nov 17 20:44:01 2018	(r485196)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tiff
-PORTVERSION=	4.0.9
-PORTREVISION=	1
+PORTVERSION=	4.0.10
 CATEGORIES=	graphics
 MASTER_SITES=	http://download.osgeo.org/libtiff/
 
@@ -23,7 +22,10 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
 			--with-jpeg-lib-dir=${LOCALBASE}/lib \
-			--without-x
+			--without-x \
+			--disable-webp \
+			--disable-zstd
+
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 

Modified: head/graphics/tiff/distinfo
==============================================================================
--- head/graphics/tiff/distinfo	Sat Nov 17 20:40:28 2018	(r485195)
+++ head/graphics/tiff/distinfo	Sat Nov 17 20:44:01 2018	(r485196)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511092936
-SHA256 (tiff-4.0.9.tar.gz) = 6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd
-SIZE (tiff-4.0.9.tar.gz) = 2305681
+TIMESTAMP = 1541970522
+SHA256 (tiff-4.0.10.tar.gz) = 2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4
+SIZE (tiff-4.0.10.tar.gz) = 2402867

Modified: head/graphics/tiff/files/patch-Makefile.in
==============================================================================
--- head/graphics/tiff/files/patch-Makefile.in	Sat Nov 17 20:40:28 2018	(r485195)
+++ head/graphics/tiff/files/patch-Makefile.in	Sat Nov 17 20:44:01 2018	(r485196)
@@ -1,6 +1,6 @@
---- Makefile.in.orig	2017-05-21 18:49:35 UTC
+--- Makefile.in.orig	2018-11-10 15:24:13 UTC
 +++ Makefile.in
-@@ -495,19 +495,6 @@ distclean-libtool:
+@@ -492,19 +492,6 @@ distclean-libtool:
  	-rm -f libtool config.lt
  install-dist_docDATA: $(dist_doc_DATA)
  	@$(NORMAL_INSTALL)

Modified: head/graphics/tiff/files/patch-tiffcrop.1
==============================================================================
--- head/graphics/tiff/files/patch-tiffcrop.1	Sat Nov 17 20:40:28 2018	(r485195)
+++ head/graphics/tiff/files/patch-tiffcrop.1	Sat Nov 17 20:44:01 2018	(r485196)
@@ -1,6 +1,6 @@
---- man/tiffcrop.1.orig	2016-09-25 20:05:52 UTC
+--- man/tiffcrop.1.orig	2017-12-02 15:21:49 UTC
 +++ man/tiffcrop.1
-@@ -496,7 +496,6 @@ the portrait or landscape option. The pa
+@@ -495,7 +495,6 @@ the portrait or landscape option. The pa
  the image. It breaks each original image into a series of smaller images
  that will fit on the target paper size at the specified resolution.
  .fi 

Modified: head/graphics/tiff/pkg-plist
==============================================================================
--- head/graphics/tiff/pkg-plist	Sat Nov 17 20:40:28 2018	(r485195)
+++ head/graphics/tiff/pkg-plist	Sat Nov 17 20:44:01 2018	(r485196)
@@ -24,11 +24,11 @@ include/tiffvers.h
 lib/libtiff.a
 lib/libtiff.so
 lib/libtiff.so.5
-lib/libtiff.so.5.3.0
+lib/libtiff.so.5.4.0
 lib/libtiffxx.a
 lib/libtiffxx.so
 lib/libtiffxx.so.5
-lib/libtiffxx.so.5.3.0
+lib/libtiffxx.so.5.4.0
 libdata/pkgconfig/libtiff-4.pc
 man/man1/fax2ps.1.gz
 man/man1/fax2tiff.1.gz
@@ -280,6 +280,7 @@ man/man3/libtiff.3tiff.gz
 %%PORTDOCS%%%%DOCSDIR%%/v3.9.2.html
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.0.html
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.1.html
+%%PORTDOCS%%%%DOCSDIR%%/v4.0.10.html
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.2.html
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.3.html
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.4.html


More information about the svn-ports-all mailing list