From: Bdale Garbee Date: Tue, 19 Jun 2012 20:08:32 +0000 (-0600) Subject: fixed in upstream 1.5 X-Git-Tag: debian/1.5-1~15 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=e1d88ba4120aa10c8755281808c95134173bf294 fixed in upstream 1.5 --- diff --git a/debian/patches/determinism.diff b/debian/patches/determinism.diff deleted file mode 100644 index 7cd881b..0000000 --- a/debian/patches/determinism.diff +++ /dev/null @@ -1,23 +0,0 @@ -From 0a284baeaedca68017f46d2646e4c921aa98a90d Mon Sep 17 00:00:00 2001 -From: Paul Eggert -Date: Sun, 18 Mar 2012 18:07:02 +0000 -Subject: gzip: fix nondeterministic compression results - -Reported by Jakub Wilk in . -* deflate.c (fill_window): Don't let garbage pollute the dictionary. ---- -diff --git a/deflate.c b/deflate.c -index 6c19552..5405f10 100644 ---- a/deflate.c -+++ b/deflate.c -@@ -571,6 +571,8 @@ local void fill_window() - n = read_buf((char*)window+strstart+lookahead, more); - if (n == 0 || n == (unsigned)EOF) { - eofile = 1; -+ /* Don't let garbage pollute the dictionary. */ -+ memzero (window + strstart + lookahead, MIN_MATCH - 1); - } else { - lookahead += n; - } --- -cgit v0.9.0.2 diff --git a/debian/patches/series b/debian/patches/series index c938deb..ccfacc4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,7 +1,6 @@ rsyncable.diff zless-LESSOPEN.diff sys_stat.in.h.diff -determinism.diff zgrep-dash-h.diff gzip-man-pack.diff zdiff-man.diff