pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 30 06:31:12 UTC 2025

Modified Files:
        pkgsrc/fonts/ghostscript-cidfonts-ryumin: Makefile
        pkgsrc/print/ghostscript-agpl: Makefile Makefile.common PLIST distinfo

Log Message:
ghostscript-agpl: updated to 10.05.0

10.05.0

This release addresses CVEs: CVE-2025-27835, CVE-2025-27832, CVE-2025-27831, CVE-2025-27836, CVE-2025-27830, CVE-2025-27833, CVE-2025-27837, CVE-2025-27834

In addition one other security fix for which a CVE is pending which will be added to the online version of this document when assigned: News

The 10.05.0 release deprecates the non-standard operator "selectdevice", all code should now be using the standard "setpagedevice" operator. "selectdevice" will be removed in the 10.06.0 release.

We now support production of PDF/X-1a and PDF/X-4a in addition to the existing support for PDF/X-3

IMPORTANT: In the 10.04.0 release we added protection for device selection from PostScript input. This will mean that, by default, only the device specified on the command line will be permitted. 
Similar to the file permissions, there will be a "--permit-devices=" allowing a comma separation list of allowed devices. This will also take a single wildcard "*" allowing any device.

Any application which relies on allowing PostScript to change devices during a job will have to be aware, and take action to deal with this change.

The exception is "nulldevice", switching to that requires no special action.

Our efforts in code hygiene and maintainability continue.

The usual round of bug fixes, compatibility changes, and incremental improvements.

(9.53.0) We have added the capability to build with the Tesseract OCR engine. In such a build, new devices are available (pdfocr8/pdfocr24/pdfocr32) which render the output file to an image, OCR that 
image, and output the image "wrapped" up as a PDF file, with the OCR generated text information included as "invisible" text (in PDF terms, text rendering mode 3).

Mainly due to time constraints, we only support including Tesseract from source included in our release packages, and not linking to Tesseract/Leptonica shared libraries. Whether we add this 
capability will be largely dependent on community demand for the feature.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/print/ghostscript-agpl/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/ghostscript-agpl/Makefile.common
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/ghostscript-agpl/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/print/ghostscript-agpl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile
diff -u pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.55 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.56
--- pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.55      Thu Nov 14 22:19:46 2024
+++ pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile   Sun Mar 30 06:31:12 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2024/11/14 22:19:46 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/03/30 06:31:12 adam Exp $
 
 DISTNAME=      ghostscript-cidfonts-ryumin-${GS_VERSION}
 DISTFILES=     # empty
-PKGREVISION=   3
 CATEGORIES=    fonts
 
 MAINTAINER=    makoto%ki.nu@localhost

Index: pkgsrc/print/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.93 pkgsrc/print/ghostscript-agpl/Makefile:1.94
--- pkgsrc/print/ghostscript-agpl/Makefile:1.93 Thu Nov 14 22:21:24 2024
+++ pkgsrc/print/ghostscript-agpl/Makefile      Sun Mar 30 06:31:12 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2024/11/14 22:21:24 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2025/03/30 06:31:12 adam Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
-PKGREVISION=   3
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
 GITHUB_PROJECT=        ghostpdl-downloads

Index: pkgsrc/print/ghostscript-agpl/Makefile.common
diff -u pkgsrc/print/ghostscript-agpl/Makefile.common:1.35 pkgsrc/print/ghostscript-agpl/Makefile.common:1.36
--- pkgsrc/print/ghostscript-agpl/Makefile.common:1.35  Sun Sep 22 15:22:57 2024
+++ pkgsrc/print/ghostscript-agpl/Makefile.common       Sun Mar 30 06:31:12 2025
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.common,v 1.35 2024/09/22 15:22:57 wiz Exp $
+# $NetBSD: Makefile.common,v 1.36 2025/03/30 06:31:12 adam Exp $
 # used by print/ghostscript-agpl/Makefile
 # used by fonts/ghostscript-cidfonts-ryumin/Makefile
 
-GS_VERSION=    10.04.0
+GS_VERSION=    10.05.0

Index: pkgsrc/print/ghostscript-agpl/PLIST
diff -u pkgsrc/print/ghostscript-agpl/PLIST:1.27 pkgsrc/print/ghostscript-agpl/PLIST:1.28
--- pkgsrc/print/ghostscript-agpl/PLIST:1.27    Sun Sep 22 15:22:57 2024
+++ pkgsrc/print/ghostscript-agpl/PLIST Sun Mar 30 06:31:12 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2024/09/22 15:22:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.28 2025/03/30 06:31:12 adam Exp $
 bin/dvipdf
 bin/eps2eps
 bin/gs
@@ -11,7 +11,6 @@ bin/gslp
 bin/gsnd
 bin/gsx
 bin/lprsetup.sh
-bin/pdf2dsc
 bin/pdf2ps
 bin/pf2afm
 bin/pfbtopfa
@@ -33,7 +32,7 @@ include/ghostscript/iapi.h
 include/ghostscript/ierrors.h
 lib/libgs.so
 lib/libgs.so.10
-lib/libgs.so.10.04
+lib/libgs.so.10.05
 man/man1/dvipdf.1
 man/man1/eps2eps.1
 man/man1/gs.1
@@ -43,7 +42,6 @@ man/man1/gsdj500.1
 man/man1/gslj.1
 man/man1/gslp.1
 man/man1/gsnd.1
-man/man1/pdf2dsc.1
 man/man1/pdf2ps.1
 man/man1/pf2afm.1
 man/man1/pfbtopfa.1
@@ -460,7 +458,6 @@ share/ghostscript/${PKGVERSION}/lib/line
 share/ghostscript/${PKGVERSION}/lib/mkcidfm.ps
 share/ghostscript/${PKGVERSION}/lib/necp2x.upp
 share/ghostscript/${PKGVERSION}/lib/necp2x6.upp
-share/ghostscript/${PKGVERSION}/lib/pdf2dsc.ps
 share/ghostscript/${PKGVERSION}/lib/pdf_info.ps
 share/ghostscript/${PKGVERSION}/lib/pf2afm.ps
 share/ghostscript/${PKGVERSION}/lib/pfbtopfa.ps
@@ -525,3 +522,4 @@ share/ghostscript/${PKGVERSION}/lib/view
 share/ghostscript/${PKGVERSION}/lib/viewps2a.ps
 share/ghostscript/${PKGVERSION}/lib/winmaps.ps
 share/ghostscript/${PKGVERSION}/lib/zeroline.ps
+share/ghostscript/10.05.0/lib/zugferd.ps

Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.53 pkgsrc/print/ghostscript-agpl/distinfo:1.54
--- pkgsrc/print/ghostscript-agpl/distinfo:1.53 Wed Sep 25 20:27:24 2024
+++ pkgsrc/print/ghostscript-agpl/distinfo      Sun Mar 30 06:31:12 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.53 2024/09/25 20:27:24 triaxx Exp $
+$NetBSD: distinfo,v 1.54 2025/03/30 06:31:12 adam Exp $
 
-BLAKE2s (ghostscript-10.04.0.tar.xz) = 879dfb40a937f0141eab1043cc4bcd3d5ad78da7020dbe4939146a55352e0ec9
-SHA512 (ghostscript-10.04.0.tar.xz) = 2e711f8ba86491570684f13851190f41e6eee87dcfacce0a4adfd09a4523abf2e0b6727f0958ee2683834218f5705675b531fd2419cb7fc314ed4becf51f3ce3
-Size (ghostscript-10.04.0.tar.xz) = 68070680 bytes
+BLAKE2s (ghostscript-10.05.0.tar.xz) = e6c8a36459f65860f0727bcb71cb2a1d0521f87f37a75643314693d03a6fbff1
+SHA512 (ghostscript-10.05.0.tar.xz) = 5a8695726ea2c70fd153bac47696c9e9046e9f74eccf8eea500794f79f09d5d2be70597c9d85c0b51b71d46d7974f50c5c9e3b0e242816bb84e64f1098a306a6
+Size (ghostscript-10.05.0.tar.xz) = 68044488 bytes
 SHA1 (patch-base_gserrors_h) = 36c8fcf27fcb0bfdcc075ad96efe3e44fb727d9a
 SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
 SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0



Home | Main Index | Thread Index | Old Index