Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 08:53:16 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499618 - in branches/2019Q2/print: ghostscript9-agpl-base ghostscript9-agpl-x11
Message-ID:  <201904220853.x3M8rG9H058010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Apr 22 08:53:16 2019
New Revision: 499618
URL: https://svnweb.freebsd.org/changeset/ports/499618

Log:
  MFH: r499546
  
  Update to 9.27.
  
  PR:		237390
  Security:	CVE-2019-3835, CVE-2019-3838
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q2/print/ghostscript9-agpl-base/Makefile
  branches/2019Q2/print/ghostscript9-agpl-base/distinfo
  branches/2019Q2/print/ghostscript9-agpl-base/pkg-plist
  branches/2019Q2/print/ghostscript9-agpl-x11/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/print/ghostscript9-agpl-base/Makefile
==============================================================================
--- branches/2019Q2/print/ghostscript9-agpl-base/Makefile	Mon Apr 22 08:48:38 2019	(r499617)
+++ branches/2019Q2/print/ghostscript9-agpl-base/Makefile	Mon Apr 22 08:53:16 2019	(r499618)
@@ -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-base

Modified: branches/2019Q2/print/ghostscript9-agpl-base/distinfo
==============================================================================
--- branches/2019Q2/print/ghostscript9-agpl-base/distinfo	Mon Apr 22 08:48:38 2019	(r499617)
+++ branches/2019Q2/print/ghostscript9-agpl-base/distinfo	Mon Apr 22 08:53:16 2019	(r499618)
@@ -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: branches/2019Q2/print/ghostscript9-agpl-base/pkg-plist
==============================================================================
--- branches/2019Q2/print/ghostscript9-agpl-base/pkg-plist	Mon Apr 22 08:48:38 2019	(r499617)
+++ branches/2019Q2/print/ghostscript9-agpl-base/pkg-plist	Mon Apr 22 08:53:16 2019	(r499618)
@@ -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: branches/2019Q2/print/ghostscript9-agpl-x11/Makefile
==============================================================================
--- branches/2019Q2/print/ghostscript9-agpl-x11/Makefile	Mon Apr 22 08:48:38 2019	(r499617)
+++ branches/2019Q2/print/ghostscript9-agpl-x11/Makefile	Mon Apr 22 08:53:16 2019	(r499618)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904220853.x3M8rG9H058010>