From owner-svn-ports-all@freebsd.org Sat Nov 17 20:44:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D71E1105045; Sat, 17 Nov 2018 20:44:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 248D87E219; Sat, 17 Nov 2018 20:44:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 057761383; Sat, 17 Nov 2018 20:44:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAHKi2aL073422; Sat, 17 Nov 2018 20:44:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAHKi1Cb073414; Sat, 17 Nov 2018 20:44:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201811172044.wAHKi1Cb073414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 17 Nov 2018 20:44:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485196 - in head/graphics/tiff: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/graphics/tiff: . files X-SVN-Commit-Revision: 485196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 248D87E219 X-Spamd-Result: default: False [0.07 / 15.00]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.07)[0.068,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2018 20:44:03 -0000 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