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: Wed Apr 30 07:43:33 UTC 2025
Modified Files:
pkgsrc/fonts/ghostscript-cidfonts-ryumin: Makefile
pkgsrc/print/ghostscript-agpl: Makefile Makefile.common PLIST distinfo
Log Message:
ghostscript-agpl fonts/ghostscript-cidfonts-ryumin: updated to 10.05.1
Version 10.05.1 (2025-04-29)
Highlights in this release include:
The 10.05.1 patch release addresses:
An overflow issue in Freetype on platforms where long is a 4 byte (rather than 8 byte) type (Microsoft Windows, for example) causing corrupted glyph rendering at higher resolutions
An issue with embedded files, affecting Zugferd format PDF creation.
Broken logic in PDF Optional Content processing
Potential slow down due to searching for identifiable font files
A small number of extreme edge case segmentation faults.
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, CVE-2025-46646
The 10.05.1 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).
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/print/ghostscript-agpl/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/print/ghostscript-agpl/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/ghostscript-agpl/PLIST
cvs rdiff -u -r1.54 -r1.55 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.59 pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.60
--- pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile:1.59 Thu Apr 24 14:13:53 2025
+++ pkgsrc/fonts/ghostscript-cidfonts-ryumin/Makefile Wed Apr 30 07:43:33 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2025/04/24 14:13:53 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2025/04/30 07:43:33 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.97 pkgsrc/print/ghostscript-agpl/Makefile:1.98
--- pkgsrc/print/ghostscript-agpl/Makefile:1.97 Thu Apr 24 14:15:33 2025
+++ pkgsrc/print/ghostscript-agpl/Makefile Wed Apr 30 07:43:33 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2025/04/24 14:15:33 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2025/04/30 07:43:33 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.36 pkgsrc/print/ghostscript-agpl/Makefile.common:1.37
--- pkgsrc/print/ghostscript-agpl/Makefile.common:1.36 Sun Mar 30 06:31:12 2025
+++ pkgsrc/print/ghostscript-agpl/Makefile.common Wed Apr 30 07:43:33 2025
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.common,v 1.36 2025/03/30 06:31:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.37 2025/04/30 07:43:33 adam Exp $
# used by print/ghostscript-agpl/Makefile
# used by fonts/ghostscript-cidfonts-ryumin/Makefile
-GS_VERSION= 10.05.0
+GS_VERSION= 10.05.1
Index: pkgsrc/print/ghostscript-agpl/PLIST
diff -u pkgsrc/print/ghostscript-agpl/PLIST:1.28 pkgsrc/print/ghostscript-agpl/PLIST:1.29
--- pkgsrc/print/ghostscript-agpl/PLIST:1.28 Sun Mar 30 06:31:12 2025
+++ pkgsrc/print/ghostscript-agpl/PLIST Wed Apr 30 07:43:33 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2025/03/30 06:31:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/04/30 07:43:33 adam Exp $
bin/dvipdf
bin/eps2eps
bin/gs
@@ -11,6 +11,7 @@ bin/gslp
bin/gsnd
bin/gsx
bin/lprsetup.sh
+bin/pdf2dsc
bin/pdf2ps
bin/pf2afm
bin/pfbtopfa
@@ -458,6 +459,7 @@ 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
@@ -522,4 +524,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
+share/ghostscript/${PKGVERSION}/lib/zugferd.ps
Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.54 pkgsrc/print/ghostscript-agpl/distinfo:1.55
--- pkgsrc/print/ghostscript-agpl/distinfo:1.54 Sun Mar 30 06:31:12 2025
+++ pkgsrc/print/ghostscript-agpl/distinfo Wed Apr 30 07:43:33 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2025/03/30 06:31:12 adam Exp $
+$NetBSD: distinfo,v 1.55 2025/04/30 07:43:33 adam Exp $
-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
+BLAKE2s (ghostscript-10.05.1.tar.xz) = 09e88f05b82df5a23104382d05b809003347e52cdfc1e5e565c30967020fabcc
+SHA512 (ghostscript-10.05.1.tar.xz) = 1a3f2b0f53db9a00a245df19ce8fdce0fbccc6fad47b64d14fc9058b494ab07c77e21bb073df8d4a2522b3ccb0df26735f8224a9e36c07367031ed2262fb26af
+Size (ghostscript-10.05.1.tar.xz) = 68043644 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