summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {