OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jul-2005 08:35:13
Branch: HEAD Handle: 2005072207351300
Modified files:
openpkg-src/ghostscript ghostscript.patch ghostscript.spec
Log:
modifying package: ghostscript-8.51 20050706 -> 20050722
Summary:
Revision Changes Path
1.13 +0 -15 openpkg-src/ghostscript/ghostscript.patch
1.71 +2 -2 openpkg-src/ghostscript/ghostscript.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.patch
============================================================================
$ cvs diff -u -r1.12 -r1.13 ghostscript.patch
--- openpkg-src/ghostscript/ghostscript.patch 6 Jul 2005 17:55:59 -0000
1.12
+++ openpkg-src/ghostscript/ghostscript.patch 22 Jul 2005 06:35:13 -0000
1.13
@@ -15,18 +15,3 @@
/* other archs may want to add defines here,
or use the fallbacks in std.h */
#endif
-
-Fix Security Issue (OpenPKG-SA-2005.013, CAN-2005-2096)
-
-Index: zlib/inftrees.c
---- zlib/inftrees.c.orig 2004-09-15 16:30:06 +0200
-+++ zlib/inftrees.c 2005-07-06 18:31:14 +0200
-@@ -134,7 +134,7 @@
- left -= count[len];
- if (left < 0) return -1; /* over-subscribed */
- }
-- if (left > 0 && (type == CODES || (codes - count[0] != 1)))
-+ if (left > 0 && (type == CODES || max != 1))
- return -1; /* incomplete set */
-
- /* generate offsets into symbol table for each length for sorting */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.70 -r1.71 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 6 Jul 2005 17:55:59 -0000
1.70
+++ openpkg-src/ghostscript/ghostscript.spec 22 Jul 2005 06:35:13 -0000
1.71
@@ -29,7 +29,7 @@
%define V_font_other 6.0
%define V_jpeg 6b
%define V_png 1.2.8
-%define V_zlib 1.2.2
+%define V_zlib 1.2.3
# package information
Name: ghostscript
@@ -42,7 +42,7 @@
Group: Graphics
License: Aladdin
Version: %{V_real}
-Release: 20050706
+Release: 20050722
# package options
%option with_x11 yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]