Update to cups-pdf-3.0.3.

This commit is contained in:
ajacoutot
2026-05-09 06:44:53 +00:00
parent d2c878841e
commit 7dc8d90b12
4 changed files with 11 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT= PDF backend for CUPS COMMENT= PDF backend for CUPS
DISTNAME= cups-pdf-3.0.2 DISTNAME= cups-pdf-3.0.3
CATEGORIES= print CATEGORIES= print
HOMEPAGE= http://www.cups-pdf.de/ HOMEPAGE= http://www.cups-pdf.de/
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (cups-pdf_3.0.2.tar.gz) = VihAAfQNqYVOViFVJ+KS3kgRzjSeJ9ej6K3TXHLaL5U= SHA256 (cups-pdf_3.0.3.tar.gz) = SmbhaXazDzxt9e0RPtnW4T9/NGF+qzSfcLA4L85U4Is=
SIZE (cups-pdf_3.0.2.tar.gz) = 32776 SIZE (cups-pdf_3.0.3.tar.gz) = 36473
@@ -1,8 +1,8 @@
Index: extra/cups-pdf.conf Index: extra/cups-pdf.conf
--- extra/cups-pdf.conf.orig --- extra/cups-pdf.conf.orig
+++ extra/cups-pdf.conf +++ extra/cups-pdf.conf
@@ -48,7 +48,7 @@ @@ -49,7 +49,7 @@
## root_squash! ## root_squash!
### Default: /var/spool/cups-pdf/${USER} ### Default: /var/spool/cups-pdf/${USER}
-#Out /var/spool/cups-pdf/${USER} -#Out /var/spool/cups-pdf/${USER}
@@ -10,7 +10,7 @@ Index: extra/cups-pdf.conf
### Key: AnonDirName (config) ### Key: AnonDirName (config)
## ABSOLUTE path for anonymously created PDF files ## ABSOLUTE path for anonymously created PDF files
@@ -188,9 +188,9 @@ @@ -189,9 +189,9 @@
### Key: Grp (config) ### Key: Grp (config)
## group cups-pdf is supposed to run as - this will also be the gid for all ## group cups-pdf is supposed to run as - this will also be the gid for all
## created directories and log files ## created directories and log files
@@ -22,8 +22,8 @@ Index: extra/cups-pdf.conf
### Key: AllowUnsafeOptions (config) ### Key: AllowUnsafeOptions (config)
## DON'T CHANGE THIS SETTING UNLESS YOU ABSOLUTELY KNOW WHAT YOU ARE DOING ## DON'T CHANGE THIS SETTING UNLESS YOU ABSOLUTELY KNOW WHAT YOU ARE DOING
@@ -236,9 +236,9 @@ @@ -237,9 +237,9 @@
## location of GhostScript binary (gs) ## location of GhostScript binary (gs)
## MacOSX: for using pstopdf (recommended) set this to /usr/bin/pstopdf ## MacOSX: for using pstopdf (recommended) set this to /usr/bin/pstopdf
## or its proper location on your system ## or its proper location on your system
-### Default: /usr/bin/gs -### Default: /usr/bin/gs
@@ -33,13 +33,4 @@ Index: extra/cups-pdf.conf
+#GhostScript ${LOCALBASE}/bin/gs +#GhostScript ${LOCALBASE}/bin/gs
### Key: GSTmp (config) ### Key: GSTmp (config)
## location of temporary files during GhostScript operation ## location of temporary files during GhostScript operation
@@ -269,7 +269,7 @@
## set this to an empty value to use no postprocessing
### Default: <empty>
-#PostProcessing
+#PostProcessing ${TRUEPREFIX}/bin/cups-pdf-dispatch
###########################################################################
+2 -2
View File
@@ -1,7 +1,7 @@
Index: src/cups-pdf.h Index: src/cups-pdf.h
--- src/cups-pdf.h.orig --- src/cups-pdf.h.orig
+++ src/cups-pdf.h +++ src/cups-pdf.h
@@ -18,7 +18,7 @@ @@ -19,7 +19,7 @@
/ they are reasonable for most systems. */ / they are reasonable for most systems. */
/* location of the configuration file */ /* location of the configuration file */
@@ -10,7 +10,7 @@ Index: src/cups-pdf.h
/* --- DO NOT EDIT BELOW THIS LINE --- */ /* --- DO NOT EDIT BELOW THIS LINE --- */
@@ -57,9 +57,9 @@ struct { @@ -58,9 +58,9 @@ struct {
} configData[] = { } configData[] = {
{ "AnonDirName", SEC_CONF|SEC_PPD, { "/var/spool/cups-pdf/ANONYMOUS" } }, { "AnonDirName", SEC_CONF|SEC_PPD, { "/var/spool/cups-pdf/ANONYMOUS" } },
{ "AnonUser", SEC_CONF|SEC_PPD, { "nobody" } }, { "AnonUser", SEC_CONF|SEC_PPD, { "nobody" } },