Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 19 years ago
parent
commit
109928340f
2 changed files with 13 additions and 1 deletions
  1. +12
    -0
      package/public/xpdf/xpdf-3.00pl3.patch.xpdf
  2. +1
    -1
      package/public/xpdf/xpdf.desc

+ 12
- 0
package/public/xpdf/xpdf-3.00pl3.patch.xpdf

@ -0,0 +1,12 @@
--- ./xpdf/XRef.cc.vanilla 2005-08-11 14:49:30.000000000 +0200
+++ ./xpdf/XRef.cc 2005-08-11 14:50:35.000000000 +0200
@@ -793,6 +793,9 @@
} else {
keyLength = 5;
}
+ if (keyLength > 16) {
+ keyLength = 16;
+ }
permFlags = permissions.getInt();
if (encVersion >= 1 && encVersion <= 2 &&
encRevision >= 2 && encRevision <= 3) {

+ 1
- 1
package/public/xpdf/xpdf.desc

@ -35,7 +35,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 3.00pl2
[V] 3.00pl3
[P] X -?---5---9 178.300 [P] X -?---5---9 178.300
[SRC] . [SRC] .

Loading…
Cancel
Save