Summary: The GNU data compression program. Name: gzip Version: 1.3.5 Release: 5 License: GPL Group: Applications/File Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz Patch0: gzip-1.3.5-openbsd-owl-tmp.patch Patch1: gzip-1.3.5-zforce.patch Patch3: gzip-1.3.5-stderr.patch Patch4: gzip-1.3.1-zgreppipe.patch Patch5: gzip-1.3-rsync.patch Patch6: gzip-1.3.3-window-size.patch Patch7: gzip-1.3.3-addsuffix.patch Patch8: gzip-1.3.5-zgrep-sed.patch Patch9: gzip-1.3.5-gzip-perm.patch Patch10: gzip-1.3.5-gunzip-dir.patch URL: http://www.gzip.org/ Prereq: /sbin/install-info Requires: mktemp less Buildroot: %{_tmppath}/gzip-%{version}-root %description The gzip package contains the popular GNU gzip data compression program. Gzipped files have a .gz extension. Gzip should be installed on your Red Hat Linux system, because it is a very commonly used data compression program. %prep %setup -q %patch0 -p1 -b .owl-tmp %patch1 -p1 -b .zforce %patch3 -p1 -b .stderr %patch4 -p1 -b .nixi %patch5 -p1 -b .rsync %patch6 -p1 -b .window-size %patch7 -p1 -b .addsuffix %patch8 -p0 -b .sed %patch9 -p1 -b .perm %patch10 -p1 -b .dir %build export DEFS="NO_ASM" export CPPFLAGS="-DHAVE_LSTAT" %configure --bindir=/bin make make gzip.info %install rm -rf ${RPM_BUILD_ROOT} %makeinstall bindir=${RPM_BUILD_ROOT}/bin mkdir -p ${RPM_BUILD_ROOT}%{_bindir} ln -sf ../../bin/gzip ${RPM_BUILD_ROOT}%{_bindir}/gzip ln -sf ../../bin/gunzip ${RPM_BUILD_ROOT}%{_bindir}/gunzip for i in zcmp zegrep zforce zless znew gzexe zdiff zfgrep zgrep zmore ; do mv ${RPM_BUILD_ROOT}/bin/$i ${RPM_BUILD_ROOT}%{_bindir}/$i done gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/gzip.info* # we don't ship it, so let's remove it from ${RPM_BUILD_ROOT} rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir %clean rm -rf ${RPM_BUILD_ROOT} %post /sbin/install-info %{_infodir}/gzip.info.gz %{_infodir}/dir %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/gzip.info.gz %{_infodir}/dir fi %files %defattr(-,root,root) %doc NEWS README AUTHORS ChangeLog THANKS TODO /bin/* %{_bindir}/* %{_mandir}/*/* %{_infodir}/gzip.info* %changelog * Fri Apr 29 2005 Ivana Varekova 1.3.5-5 - fix bug 156269 - CAN-2005-1228 directory traversal bug (using the patch from Ulf Harnhammar) * Tue Apr 26 2005 Ivana Varekova 1.3.5-4 - fix bug 155746 - CAN-2005-0988 Race condition in gzip (patch9) * Wed Mar 23 2005 Tomas Mraz 1.3.5-3 - don't use the asm code again as it's slower than the gcc compiled one - convert the .spec to UTF-8 * Tue Mar 22 2005 Tomas Mraz 1.3.5-2 - upstream 1.3.5 - dropped long ago obsolete dirinfo patch - escape file names in zgrep (#123012) - make stack in match.S nonexecutable * Fri Mar 04 2005 Jiri Ryska - rebuilt * Mon Dec 13 2004 Ivana Varekova - fix patch - remove brackets * Mon Dec 13 2004 Ivana Varekova - fix bug #106551 problem with zmore which requires the suffix .gz in file name * Tue Jun 15 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Tue Oct 28 2003 Jeff Johnson 1.3.3-11 - rebuilt. * Wed Jun 04 2003 Elliot Lee - rebuilt * 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 * Fri Jun 21 2002 Tim Powers - automated rebuild * Fri Jun 21 2002 Trond Eivind Glomsrød 1.3.3-4 - Fix the reading of unitialized memory problem (#66913) * Thu May 23 2002 Tim Powers - automated rebuild * Thu Apr 25 2002 Trond Eivind Glomsrød 1.3.3-2 - Rebuild * Wed Mar 13 2002 Trond Eivind Glomsrød 1.3.3-1 - 1.3.3 * Sun Mar 10 2002 Florian La Roche - add rsyncable patch #58888 * Thu Feb 21 2002 Trond Eivind Glomsrød 1.3.2-3 - Rebuild * Wed Jan 09 2002 Tim Powers - automated rebuild * Mon Nov 19 2001 Bernhard Rosenkraenzer 1.3.2-1 - 1.3.2: no need for autoconf 2.5x hacks anymore * Sat Nov 17 2001 Florian La Roche - update to 1.3.1: - disable patch2 * Fri Oct 26 2001 Trond Eivind Glomsrød 1.3.0-16 - replace tempfile patches with improved ones solar@openwall.com - Add less to the dependency chain - zless needs it * Thu Aug 23 2001 Trond Eivind Glomsrød 1.3.0-15 - Fix typo in comment in zgrep (#52465) - Copyright -> License * Tue Jun 5 2001 Trond Eivind Glomsrød - Patch various uses of $$ in the bundled scripts * Mon Jun 4 2001 Trond Eivind Glomsrød - Fix the SIGPIPE patch to avoid blank lines (#43319) * Thu Feb 08 2001 Philipp Knirsch - Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced overwrite for output file during decompression. * Tue Jan 30 2001 Trond Eivind Glomsrød - trap SIGPIPE in zgrep, so "zgrep | less" gets a happy ending (#24104) * Sun Dec 10 2000 Trond Eivind Glomsrød - add HAVE_LSTAT define, to avoid it doing weird things to symlinks instead of ignoring them as the docs say it should (#22045) * Fri Dec 01 2000 Trond Eivind Glomsrød - rebuild * Thu Nov 09 2000 Trond Eivind Glomsrød - patch all scripts so usage error messages are written to stderr (#20597) * Mon Oct 30 2000 Trond Eivind Glomsrød - disable assembly, as it is faster without it (bug #19910) * Thu Jul 13 2000 Prospector - automatic rebuild * Tue Jun 27 2000 Trond Eivind Glomsrød - rebuild * Wed Jun 07 2000 Trond Eivind Glomsrød - Use %%{_mandir}, %%{_infodir}, %%configure, %%makeinstall and %%{_tmppath} * Fri May 12 2000 Trond Eivind Glomsrød - Add root as default owner of the files, permits building as non-root user * Wed May 10 2000 Trond Eivind Glomsrød - Build system handles stripping - Don't do thing the system does, like creating directories - use --bindir /bin - Added URL - skip unnecesarry sed step - Include THANKS, AUTHORS, ChangeLog, TODO * Mon Mar 20 2000 Bernhard Rosenkraenzer - 1.3 - handle RPM_OPT_FLAGS * Tue Feb 15 2000 Cristian Gafton - handle compressed man pages even better * Tue Feb 08 2000 Cristian Gafton - adopt patch from Paul Eggert to fix detection of the improper tables in inflate.c(huft_build) - the latest released version 1.2.4a, which provides documentation updates only. But it lets us use small revision numbers again - add an dirinfo entry for gzip.info so we can get rid of the ugly --entry args to install-info * Mon Feb 7 2000 Bill Nottingham - handle compressed manpages * Thu Feb 03 2000 Elliot Lee - Fix bug #7970 * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 14) * Thu Dec 17 1998 Cristian Gafton - built against gliibc 2.1 * Thu May 07 1998 Prospector System - translations modified for de, fr, tr * Thu Apr 09 1998 Cristian Gafton - added /usr/bin/gzip and /usr/bin/gunzip symlinks as some programs are too brain dead to figure out they should be at least trying to use $PATH - added BuildRoot * Wed Jan 28 1998 Erik Troan - fix /tmp races * Sun Sep 14 1997 Erik Troan - uses install-info - applied patch for gzexe * Mon Jun 02 1997 Erik Troan - built against glibc * Tue Apr 22 1997 Marc Ewing - (Entry added for Marc by Erik) fixed gzexe to use /bin/gzip