summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-05-10 19:20:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-05-10 19:20:09 +0000
commit9fad9a158feddf834cfb839810474eac146e24e2 (patch)
tree2167eaf9a1735d95f003e2c86ab98bfb1acc56d2 /app-text/pdftk/files
parentAdd a comment :) (diff)
downloadgentoo-2-9fad9a158feddf834cfb839810474eac146e24e2.tar.gz
gentoo-2-9fad9a158feddf834cfb839810474eac146e24e2.tar.bz2
gentoo-2-9fad9a158feddf834cfb839810474eac146e24e2.zip
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pdftk/files')
-rw-r--r--app-text/pdftk/files/pdftk-1.12-user-pw.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-text/pdftk/files/pdftk-1.12-user-pw.patch b/app-text/pdftk/files/pdftk-1.12-user-pw.patch
deleted file mode 100644
index 58fee35c4fa2..000000000000
--- a/app-text/pdftk/files/pdftk-1.12-user-pw.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur -x '*.o' -x '*.a' -x '*.class' -x tags -x '*.h' -x pdftk pdftk-1.12.orig/java_libs/com/lowagie/text/pdf/PdfReader.java pdftk-1.12/java_libs/com/lowagie/text/pdf/PdfReader.java
---- pdftk-1.12.orig/java_libs/com/lowagie/text/pdf/PdfReader.java 2004-10-23 02:22:44.000000000 +0200
-+++ pdftk-1.12/java_libs/com/lowagie/text/pdf/PdfReader.java 2006-03-28 21:15:37.000000000 +0200
-@@ -107,7 +107,7 @@
- protected char pdfVersion;
- protected PdfEncryption decrypt;
- protected byte password[] = null; //added by ujihara for decryption
-- protected boolean passwordIsOwner= false; // added by ssteward
-+ protected boolean passwordIsOwner= true;
- protected ArrayList strings = new ArrayList();
- protected boolean sharedStreams = true;
- protected boolean consolidateNamedDestinations = false;