diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-07-05 20:55:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-07-05 20:55:18 +0000 |
commit | 8166ce463f140bec9e8d7cbdeb2ab802fcf5cffb (patch) | |
tree | 083c9db380a1eae07c1bd46e5b53288e19e9c637 /editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff | |
parent | Document cacti -- multiple vulnerabilities. (diff) |
Update to KOffice 1.4.0a.
Note that 'a' does *not* stand for 'alpha', but denotes a short-notice
bugfix release made after KOffice 1.4.0.
Diffstat (limited to 'editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff')
-rw-r--r-- | editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff b/editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff deleted file mode 100644 index 4635b7562fac..000000000000 --- a/editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- filters/kword/pdf/xpdf/xpdf/XRef.cc 30 Oct 2004 16:35:33 -0000 1.6 -+++ filters/kword/pdf/xpdf/xpdf/XRef.cc 20 Jan 2005 17:36:38 -0000 1.8 -@@ -501,6 +501,12 @@ GBool XRef::checkEncrypted(GString *owne - } else { - keyLength = 5; - } -+ if (keyLength < 1) { -+ keyLength = 1; -+ } -+ if (keyLength > 16) { -+ keyLength = 16; -+ } - permFlags = permissions.getInt(); - if (encVersion >= 1 && encVersion <= 2 && - encRevision >= 2 && encRevision <= 3) { |