From owner-svn-ports-all@freebsd.org Sat Sep 22 09:53:12 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 E8C9E109220A; Sat, 22 Sep 2018 09:53:11 +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.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 9250D8C07A; Sat, 22 Sep 2018 09:53:11 +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 6DF2B1A508; Sat, 22 Sep 2018 09:53:11 +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 w8M9rBoe098339; Sat, 22 Sep 2018 09:53:11 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8M9rAdo098336; Sat, 22 Sep 2018 09:53:10 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201809220953.w8M9rAdo098336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 22 Sep 2018 09:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480373 - in head/print: ghostscript9-agpl-base ghostscript9-agpl-base/files 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-base/files ghostscript9-agpl-x11 X-SVN-Commit-Revision: 480373 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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, 22 Sep 2018 09:53:12 -0000 Author: tijl Date: Sat Sep 22 09:53:10 2018 New Revision: 480373 URL: https://svnweb.freebsd.org/changeset/ports/480373 Log: Update to 9.25. This release fixes problems with argument handling, some unintended results of the security fixes to the SAFER file access restrictions (specifically accessing ICC profile files), and some additional security issues over the recent 9.24 release. PR: 231547 Exp-run by: antoine MFH: 2018Q3 Deleted: head/print/ghostscript9-agpl-base/files/patch-010-bc3df07 head/print/ghostscript9-agpl-base/files/patch-020-c8c01f8 head/print/ghostscript9-agpl-base/files/patch-030-1341854 head/print/ghostscript9-agpl-base/files/patch-040-9528102 Modified: head/print/ghostscript9-agpl-base/Makefile head/print/ghostscript9-agpl-base/distinfo head/print/ghostscript9-agpl-x11/Makefile Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Sat Sep 22 09:38:26 2018 (r480372) +++ head/print/ghostscript9-agpl-base/Makefile Sat Sep 22 09:53:10 2018 (r480373) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.24 -PORTREVISION= 2 +PORTVERSION= 9.25 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 Sat Sep 22 09:38:26 2018 (r480372) +++ head/print/ghostscript9-agpl-base/distinfo Sat Sep 22 09:53:10 2018 (r480373) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536049976 -SHA256 (ghostscript-9.24.tar.xz) = d44917df24979a05e0cb3916531928cc2adc91f5b17b419ee023d16ab31069d6 -SIZE (ghostscript-9.24.tar.xz) = 33015704 +TIMESTAMP = 1537537103 +SHA256 (ghostscript-9.25.tar.xz) = a2971a23bf15bbd9ddcd173141b15504e51ddc1d5a0a0144b00a6a8b14a62fed +SIZE (ghostscript-9.25.tar.xz) = 33027708 Modified: head/print/ghostscript9-agpl-x11/Makefile ============================================================================== --- head/print/ghostscript9-agpl-x11/Makefile Sat Sep 22 09:38:26 2018 (r480372) +++ head/print/ghostscript9-agpl-x11/Makefile Sat Sep 22 09:53:10 2018 (r480373) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.24 +PORTVERSION= 9.25 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-x11