From: Volker Schlecht Subject: [Maintainer Update] print/ghostscript/gnu 10.03.0 To: ports@openbsd.org Date: Thu, 7 Mar 2024 19:20:11 +0100 Updates print/ghostscript/gnu to latest release 10.03.0 This is marked as a security release, but the only documented vulnerability affects builds with tesseract enabled. In our port we disable it, so we seem to be unaffected. https://ghostscript.readthedocs.io/en/gs10.03.0/News.html Built and tested on amd64. print/lilypond in particular still builds :-) ok? Index: Makefile =================================================================== RCS file: /cvs/ports/print/ghostscript/gnu/Makefile,v retrieving revision 1.129 diff -u -p -r1.129 Makefile --- Makefile 3 Nov 2023 10:53:15 -0000 1.129 +++ Makefile 7 Mar 2024 18:13:52 -0000 @@ -1,10 +1,10 @@ COMMENT = PostScript and PDF interpreter -VERSION = 10.02.1 +VERSION = 10.03.0 DISTNAME = ghostscript-${VERSION} EXTRACT_SUFX = .tar.xz CATEGORIES = lang print -SHARED_LIBS = gs 18.1 +SHARED_LIBS = gs 18.2 SITES = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${VERSION:S/.//g}/ Index: distinfo =================================================================== RCS file: /cvs/ports/print/ghostscript/gnu/distinfo,v retrieving revision 1.24 diff -u -p -r1.24 distinfo --- distinfo 3 Nov 2023 10:53:15 -0000 1.24 +++ distinfo 7 Mar 2024 18:13:52 -0000 @@ -1,2 +1,2 @@ -SHA256 (ghostscript-10.02.1.tar.xz) = jFjJSLByG+zvzQApyNuV+bsyaK/8JeoB1MWmsH+hqwg= -SIZE (ghostscript-10.02.1.tar.xz) = 68017088 +SHA256 (ghostscript-10.03.0.tar.xz) = 8l/0kacm2IPwsPnIr5uJXGdM93zd2BSqOCSzIj9DnuU= +SIZE (ghostscript-10.03.0.tar.xz) = 68041176 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-configure,v retrieving revision 1.7 diff -u -p -r1.7 patch-configure --- patches/patch-configure 25 Sep 2023 07:55:12 -0000 1.7 +++ patches/patch-configure 7 Mar 2024 18:13:52 -0000 @@ -1,7 +1,7 @@ Index: configure --- configure.orig +++ configure -@@ -13149,8 +13149,8 @@ DLL_EXT="" +@@ -13158,8 +13158,8 @@ DLL_EXT="" SO_LIB_VERSION_SEPARATOR="." libname1="_SO_BASE)\$(GS_SOEXT)\$(DLL_EXT)" @@ -12,7 +12,7 @@ Index: configure GS_SONAME="lib\$(GS${libname1}" GS_SONAME_MAJOR="lib\$(GS${libname2}" GS_SONAME_MAJOR_MINOR="lib\$(GS${libname3}" -@@ -13262,11 +13262,11 @@ case $host in +@@ -13271,11 +13271,11 @@ case $host in ;; *bsd*) DYNAMIC_CFLAGS="-fPIC $DYNAMIC_CFLAGS"