Update to cups-filters-1.27.3.
This commit is contained in:
parent
8cc582d792
commit
6ed371ac50
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.173 2020/03/15 10:54:33 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.174 2020/03/21 13:51:45 ajacoutot Exp $
|
||||
|
||||
BROKEN-alpha= ICE in cupsfilters/image-jpeg.c:316
|
||||
BROKEN-hppa= ICE on filter/pdftopdf/qpdf_pdftopdf.cc:147
|
||||
|
||||
COMMENT= OpenPrinting CUPS filters
|
||||
|
||||
DISTNAME= cups-filters-1.27.2
|
||||
REVISION= 1
|
||||
DISTNAME= cups-filters-1.27.3
|
||||
|
||||
CATEGORIES= print
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cups-filters-1.27.2.tar.gz) = F0oqXJGb+IxjztaSohcK3Wws1w/wbEm86jLpz1aWBJI=
|
||||
SIZE (cups-filters-1.27.2.tar.gz) = 1951175
|
||||
SHA256 (cups-filters-1.27.3.tar.gz) = sXVU6aqem3n0DhY+FS/JjNrwWer7Sw1SPkqbQoZf+Ik=
|
||||
SIZE (cups-filters-1.27.3.tar.gz) = 1955188
|
||||
|
@ -1,19 +0,0 @@
|
||||
$OpenBSD: patch-filter_foomatic-rip_pdf_c,v 1.2 2020/03/15 10:54:33 ajacoutot Exp $
|
||||
|
||||
From 84d0b48a4f20a770e5daff3c19f33ea1a02b66c3 Mon Sep 17 00:00:00 2001
|
||||
From: Till Kamppeter <till.kamppeter@gmail.com>
|
||||
Date: Tue, 10 Mar 2020 17:04:55 +0100
|
||||
Subject: [PATCH] foomatic-rip: Do PDF page count in -dNOSAFER mode
|
||||
|
||||
Index: filter/foomatic-rip/pdf.c
|
||||
--- filter/foomatic-rip/pdf.c.orig
|
||||
+++ filter/foomatic-rip/pdf.c
|
||||
@@ -47,7 +47,7 @@ int pdf_count_pages(const char *filename)
|
||||
size_t bytes;
|
||||
char *p;
|
||||
|
||||
- snprintf(gscommand, CMDLINE_MAX, "%s -dNODISPLAY -dSAFER -dNOPAUSE -q -c "
|
||||
+ snprintf(gscommand, CMDLINE_MAX, "%s -dNODISPLAY -dNOSAFER -dNOPAUSE -q -c "
|
||||
"'/pdffile (%s) (r) file runpdfbegin (PageCount: ) print "
|
||||
"pdfpagecount = quit'",
|
||||
gspath, filename);
|
Loading…
x
Reference in New Issue
Block a user