From a0fdb8c212323003424acc1dce69f6d53e19ed33 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:04:19 +0000 Subject: [PATCH] auto-import changelog data from gzip-1.3.3-9.src.rpm Fri Jan 31 2003 Jeff Johnson 1.3.3-9 - enlarge window buffer to avoid accessing beyond end-of-buffer (#78413,#83095). - re-enable rsync ready patch. Wed Jan 22 2003 Tim Powers - rebuilt Fri Nov 22 2002 Jeff Johnson 1.3.3-7 - workaround mis-compilation with gcc-3.2-4 on alpha for now (#78413). Mon Nov 18 2002 Tim Powers - rebuild on all arches - remove file from buildroot we aren't shipping --- gzip-1.3.3-window-size.patch | 11 ++++++++ gzip.spec | 51 +++++++++++++++++++++++++----------- 2 files changed, 46 insertions(+), 16 deletions(-) create mode 100644 gzip-1.3.3-window-size.patch diff --git a/gzip-1.3.3-window-size.patch b/gzip-1.3.3-window-size.patch new file mode 100644 index 0000000..d2e957d --- /dev/null +++ b/gzip-1.3.3-window-size.patch @@ -0,0 +1,11 @@ +--- gzip-1.3.3/gzip.c.orig Thu Jan 30 21:19:36 2003 ++++ gzip-1.3.3/gzip.c Thu Jan 30 21:09:52 2003 +@@ -198,7 +198,7 @@ + DECLARE(uch, inbuf, INBUFSIZ +INBUF_EXTRA); + DECLARE(uch, outbuf, OUTBUFSIZ+OUTBUF_EXTRA); + DECLARE(ush, d_buf, DIST_BUFSIZE); +-DECLARE(uch, window, 2L*WSIZE); ++DECLARE(uch, window, 2L*WSIZE + 4096); + #ifndef MAXSEG_64K + DECLARE(ush, tab_prefix, 1L< $RPM_BUILD_ROOT/usr/bin/zless < ${RPM_BUILD_ROOT}%{_bindir}/zless < 1.3.3-9 +- enlarge window buffer to avoid accessing beyond end-of-buffer (#78413,#83095). +- re-enable rsync ready patch. + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Nov 22 2002 Jeff Johnson 1.3.3-7 +- workaround mis-compilation with gcc-3.2-4 on alpha for now (#78413). + +* Mon Nov 18 2002 Tim Powers +- rebuild on all arches +- remove file from buildroot we aren't shipping + * Fri Jun 21 2002 Tim Powers - automated rebuild