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: 28-Jul-2005 08:31:34
Branch: OPENPKG_2_3_SOLID Handle: 2005072807313300
Modified files: (Branch: OPENPKG_2_3_SOLID)
openpkg-src/openpkg openpkg.spec zlib.patch
Log:
Security Bugfix (OpenPKG-SA-2005.014-zlib; CAN-2005-1849)
Summary:
Revision Changes Path
1.397.2.9 +1 -1 openpkg-src/openpkg/openpkg.spec
1.1.8.3 +24 -1 openpkg-src/openpkg/zlib.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.397.2.8 -r1.397.2.9 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 6 Jul 2005 17:51:20 -0000
1.397.2.8
+++ openpkg-src/openpkg/openpkg.spec 28 Jul 2005 06:31:33 -0000
1.397.2.9
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 2.3.4
+%define V_openpkg 2.3.5
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/zlib.patch
============================================================================
$ cvs diff -u -r1.1.8.2 -r1.1.8.3 zlib.patch
--- openpkg-src/openpkg/zlib.patch 6 Jul 2005 17:51:20 -0000 1.1.8.2
+++ openpkg-src/openpkg/zlib.patch 28 Jul 2005 06:31:33 -0000 1.1.8.3
@@ -1,4 +1,4 @@
-Fix Security Issue (OpenPKG-SA-2005.013, CAN-2005-2096)
+Security Bugfix (OpenPKG-SA-2005.013-zlib; CAN-2005-2096)
Index: inftrees.c
--- inftrees.c.orig 2004-09-15 16:30:06 +0200
@@ -12,3 +12,26 @@
return -1; /* incomplete set */
/* generate offsets into symbol table for each length for sorting */
+
+Security Bugfix (OpenPKG-SA-2005.014-zlib; CAN-2005-1849)
+
+Index: inftrees.h
+--- inftrees.h.orig 2003-08-11 00:15:50 +0200
++++ inftrees.h 2005-07-11 08:50:37 +0200
+@@ -36,12 +36,12 @@
+ */
+
+ /* Maximum size of dynamic tree. The maximum found in a long but non-
+- exhaustive search was 1004 code structures (850 for length/literals
+- and 154 for distances, the latter actually the result of an
++ exhaustive search was 1444 code structures (852 for length/literals
++ and 592 for distances, the latter actually the result of an
+ exhaustive search). The true maximum is not known, but the value
+ below is more than safe. */
+-#define ENOUGH 1440
+-#define MAXD 154
++#define ENOUGH 2048
++#define MAXD 592
+
+ /* Type of code to build for inftable() */
+ typedef enum {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]