aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-01-27 15:44:17 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-01-27 15:44:17 +0000
commitf602e79ae6c26f3ea3836b0101f66ef4b935dd8d (patch)
tree11069f8028941eff26f99b540b2355cd30de829b /print/cups-base
parent58d1f498c1bebc10c9b01961219597b5c4d57a68 (diff)
downloadports-f602e79ae6c26f3ea3836b0101f66ef4b935dd8d.tar.gz
ports-f602e79ae6c26f3ea3836b0101f66ef4b935dd8d.zip
Notes
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile2
-rw-r--r--print/cups-base/files/patch-CAN-2005-006414
2 files changed, 15 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index c57077f1411e..b4da7029d84c 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -9,7 +9,7 @@
PORTNAME= cups-base
PORTVERSION= ${CUPS_PORTVER}
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
MASTER_SITES= ${CUPS_MASTER_SITES}
diff --git a/print/cups-base/files/patch-CAN-2005-0064 b/print/cups-base/files/patch-CAN-2005-0064
new file mode 100644
index 000000000000..5ea9006128e6
--- /dev/null
+++ b/print/cups-base/files/patch-CAN-2005-0064
@@ -0,0 +1,14 @@
+*** pdftops/XRef.cxx.orig Wed Jan 12 17:10:53 2005
+--- pdftops/XRef.cxx Wed Jan 12 17:11:22 2005
+***************
+*** 793,798 ****
+--- 793,801 ----
+ } else {
+ keyLength = 5;
+ }
++ if (keyLength > 16) {
++ keyLength = 16;
++ }
+ permFlags = permissions.getInt();
+ if (encVersion >= 1 && encVersion <= 2 &&
+ encRevision >= 2 && encRevision <= 3) {