r4117 - in
dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches:
. series
Simon Horman
horms at costa.debian.org
Thu Sep 1 07:21:25 UTC 2005
Author: horms
Date: 2005-09-01 07:21:25 +0000 (Thu, 01 Sep 2005)
New Revision: 4117
Added:
dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/186_zlib-revert-broken-change.diff
Removed:
dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/186_zlib-revert-broken-change.dpatch
Modified:
dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-10sarge2
Log:
fix patch name
Copied: dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/186_zlib-revert-broken-change.diff (from rev 4115, dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/186_zlib-revert-broken-change.dpatch)
Deleted: dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/186_zlib-revert-broken-change.dpatch
===================================================================
--- dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/186_zlib-revert-broken-change.dpatch 2005-09-01 07:18:29 UTC (rev 4116)
+++ dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/186_zlib-revert-broken-change.dpatch 2005-09-01 07:21:25 UTC (rev 4117)
@@ -1,37 +0,0 @@
-From plasmaroo at gentoo.org Wed Aug 17 13:19:31 2005
-Date: Wed, 17 Aug 2005 21:19:24 +0100
-Subject: [PATCH] Revert unnecessary zlib_inflate/inftrees.c fix
-
-From: Linus Torvalds <torvalds at osdl.org>
-
-It turns out that empty distance code tables are not an error, and that
-a compressed block with only literals can validly have an empty table
-and should not be flagged as a data error.
-
-Some old versions of gzip had problems with this case, but it does not
-affect the zlib code in the kernel.
-
-Analysis and explanations thanks to Sergey Vlasov <vsu at altlinux.ru>
-
-Cc: Sergey Vlasov <vsu at altlinux.ru>
-Cc: Tavis Ormandy <taviso at gentoo.org>
-Cc: Tim Yamin <plasmaroo at gentoo.org>
-Signed-off-by: Linus Torvalds <torvalds at osdl.org>
-Signed-off-by: Chris Wright <chrisw at osdl.org>
----
- lib/zlib_inflate/inftrees.c | 2 +-
- 1 files changed, 1 insertion(+), 1 deletion(-)
-
-Index: linux-2.6.12.y/lib/zlib_inflate/inftrees.c
-===================================================================
---- linux-2.6.12.y.orig/lib/zlib_inflate/inftrees.c
-+++ linux-2.6.12.y/lib/zlib_inflate/inftrees.c
-@@ -141,7 +141,7 @@ static int huft_build(
- {
- *t = NULL;
- *m = 0;
-- return Z_DATA_ERROR;
-+ return Z_OK;
- }
-
-
Modified: dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-10sarge2
===================================================================
--- dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-10sarge2 2005-09-01 07:18:29 UTC (rev 4116)
+++ dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-10sarge2 2005-09-01 07:21:25 UTC (rev 4117)
@@ -1,4 +1,4 @@
+ 185_net-sockglue-cap.diff
-+ 186_zlib-revert-broken-change.dpatch
++ 186_zlib-revert-broken-change.diff
+ 187_zisofs-2.diff
More information about the Kernel-svn-changes
mailing list