summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-01-19 13:38:05 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-01-19 13:38:05 +0000
commit76991096282502632cfa8fe67830c798f30ca890 (patch)
tree29e15d7fd6a580126a4317bf3e78315e21b968d7 /app-text/xpdf/files/xpdf-3.00-pl3.patch
parentAdded some extra logic to create correct symlink for multilib profiles. (diff)
downloadgentoo-2-76991096282502632cfa8fe67830c798f30ca890.tar.gz
gentoo-2-76991096282502632cfa8fe67830c798f30ca890.tar.bz2
gentoo-2-76991096282502632cfa8fe67830c798f30ca890.zip
security bump;
Diffstat (limited to 'app-text/xpdf/files/xpdf-3.00-pl3.patch')
-rw-r--r--app-text/xpdf/files/xpdf-3.00-pl3.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-text/xpdf/files/xpdf-3.00-pl3.patch b/app-text/xpdf/files/xpdf-3.00-pl3.patch
new file mode 100644
index 000000000000..9000f0b529bf
--- /dev/null
+++ b/app-text/xpdf/files/xpdf-3.00-pl3.patch
@@ -0,0 +1,14 @@
+*** xpdf/XRef.cc.orig Wed Jan 12 17:10:53 2005
+--- xpdf/XRef.cc 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) {