diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-09-22 17:53:10 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-09-22 17:53:10 +0800 |
commit | af8a39ccb6a2b032b3db242b42f46734d62da830 (patch) | |
tree | 3ae27f1a50aa79101645f90ab7a93f891e6a2a4e /print/ghostscript9-agpl-x11 | |
parent | e0c2c3077c80351a5644afc26195caab2a105e64 (diff) | |
download | freebsd-ports-gnome-af8a39ccb6a2b032b3db242b42f46734d62da830.tar.gz freebsd-ports-gnome-af8a39ccb6a2b032b3db242b42f46734d62da830.tar.zst freebsd-ports-gnome-af8a39ccb6a2b032b3db242b42f46734d62da830.zip |
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
Diffstat (limited to 'print/ghostscript9-agpl-x11')
-rw-r--r-- | print/ghostscript9-agpl-x11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index f094ec9463a5..6b21985b3596 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -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 |