From owner-svn-ports-all@freebsd.org Sun Apr 21 16:41:39 2019 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 D00D615917B3; Sun, 21 Apr 2019 16:41:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7176A77C1A; Sun, 21 Apr 2019 16:41:38 +0000 (UTC) (envelope-from tijl@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 60B17112; Sun, 21 Apr 2019 16:41:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3LGfckg033181; Sun, 21 Apr 2019 16:41:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3LGfbIY033177; Sun, 21 Apr 2019 16:41:37 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201904211641.x3LGfbIY033177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 21 Apr 2019 16:41:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499546 - in head/print: ghostscript9-agpl-base ghostscript9-agpl-x11 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/print: ghostscript9-agpl-base ghostscript9-agpl-x11 X-SVN-Commit-Revision: 499546 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7176A77C1A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Sun, 21 Apr 2019 16:41:39 -0000 Author: tijl Date: Sun Apr 21 16:41:37 2019 New Revision: 499546 URL: https://svnweb.freebsd.org/changeset/ports/499546 Log: Update to 9.27. PR: 237390 Exp-run by: antoine Approved by: portmgr (antoine) MFH: 2019Q2 Security: CVE-2019-3835, CVE-2019-3838 Modified: head/print/ghostscript9-agpl-base/Makefile head/print/ghostscript9-agpl-base/distinfo head/print/ghostscript9-agpl-base/pkg-plist head/print/ghostscript9-agpl-x11/Makefile Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Sun Apr 21 15:23:28 2019 (r499545) +++ head/print/ghostscript9-agpl-base/Makefile Sun Apr 21 16:41:37 2019 (r499546) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.26 -PORTREVISION= 1 +PORTVERSION= 9.27 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base Modified: head/print/ghostscript9-agpl-base/distinfo ============================================================================== --- head/print/ghostscript9-agpl-base/distinfo Sun Apr 21 15:23:28 2019 (r499545) +++ head/print/ghostscript9-agpl-base/distinfo Sun Apr 21 16:41:37 2019 (r499546) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544792071 -SHA256 (ghostscript-9.26.tar.xz) = 90ed475f37584f646e9ef829932b2525d5c6fc2e0147e8d611bc50aa0e718598 -SIZE (ghostscript-9.26.tar.xz) = 33059724 +TIMESTAMP = 1555687281 +SHA256 (ghostscript-9.27.tar.xz) = fc0f1fbacd3610c67a9f080487a0e021f14390c38a4b4df9723e2bdf2b90b619 +SIZE (ghostscript-9.27.tar.xz) = 33182608 Modified: head/print/ghostscript9-agpl-base/pkg-plist ============================================================================== --- head/print/ghostscript9-agpl-base/pkg-plist Sun Apr 21 15:23:28 2019 (r499545) +++ head/print/ghostscript9-agpl-base/pkg-plist Sun Apr 21 16:41:37 2019 (r499546) @@ -68,18 +68,23 @@ man/man1/ps2ps.1.gz share/cmap/Identity-H share/cmap/Identity-UTF16-H share/cmap/Identity-V +share/color/icc/ghostscript/a98.icc share/color/icc/ghostscript/default_cmyk.icc share/color/icc/ghostscript/default_gray.icc share/color/icc/ghostscript/default_rgb.icc +share/color/icc/ghostscript/esrgb.icc share/color/icc/ghostscript/gray_to_k.icc share/color/icc/ghostscript/lab.icc share/color/icc/ghostscript/ps_cmyk.icc share/color/icc/ghostscript/ps_gray.icc share/color/icc/ghostscript/ps_rgb.icc +share/color/icc/ghostscript/rommrgb.icc +share/color/icc/ghostscript/scrgb.icc share/color/icc/ghostscript/sgray.icc share/color/icc/ghostscript/srgb.icc %%PORTDOCS%%%%DOCSDIR%%/API.htm %%PORTDOCS%%%%DOCSDIR%%/C-style.htm +%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/Commprod.htm %%PORTDOCS%%%%DOCSDIR%%/DLL.htm %%PORTDOCS%%%%DOCSDIR%%/Deprecated.htm @@ -196,8 +201,6 @@ share/color/icc/ghostscript/srgb.icc %%DATADIR%%/Resource/Init/gs_cspace.ps %%DATADIR%%/Resource/Init/gs_dbt_e.ps %%DATADIR%%/Resource/Init/gs_diskn.ps -%%DATADIR%%/Resource/Init/gs_dpnxt.ps -%%DATADIR%%/Resource/Init/gs_dps.ps %%DATADIR%%/Resource/Init/gs_dps1.ps %%DATADIR%%/Resource/Init/gs_dps2.ps %%DATADIR%%/Resource/Init/gs_dscp.ps @@ -210,7 +213,6 @@ share/color/icc/ghostscript/srgb.icc %%DATADIR%%/Resource/Init/gs_il1_e.ps %%DATADIR%%/Resource/Init/gs_img.ps %%DATADIR%%/Resource/Init/gs_init.ps -%%DATADIR%%/Resource/Init/gs_l2img.ps %%DATADIR%%/Resource/Init/gs_lev2.ps %%DATADIR%%/Resource/Init/gs_ll3.ps %%DATADIR%%/Resource/Init/gs_mex_e.ps Modified: head/print/ghostscript9-agpl-x11/Makefile ============================================================================== --- head/print/ghostscript9-agpl-x11/Makefile Sun Apr 21 15:23:28 2019 (r499545) +++ head/print/ghostscript9-agpl-x11/Makefile Sun Apr 21 16:41:37 2019 (r499546) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.26 +PORTVERSION= 9.27 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-x11