60c5b2
Summary: The GNU data compression program
60c5b2
Name: gzip
60c5b2
Version: 1.10
6d29d6
Release: 9%{?dist}
60c5b2
# info pages are under GFDL license
60c5b2
License: GPLv3+ and GFDL
60c5b2
Source0: http://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
60c5b2
Source1: https://www.gnu.org/licenses/fdl-1.3.txt
60c5b2
60c5b2
# downstream solution for coloured z*grep (#1034839)
60c5b2
Source100: colorzgrep.csh
60c5b2
Source101: colorzgrep.sh
60c5b2
60c5b2
Patch1: gnulib.patch
60c5b2
Patch2: gzexe.patch
60c5b2
Patch3: ibm.patch
60c5b2
Patch4: ibm2.patch
60c5b2
Patch5: ibm4.patch
60c5b2
Patch6: dfltcc-segfault.patch
60c5b2
Patch7: ibm5.patch
60c5b2
6d29d6
Patch9: cve-2022-1271-part1.patch
6d29d6
Patch10: cve-2022-1271-part2.patch
6d29d6
Patch11: cve-2022-1271-part3.patch
6d29d6
60c5b2
# Fixed in upstream code.
60c5b2
# http://thread.gmane.org/gmane.comp.gnu.gzip.bugs/378
60c5b2
URL: http://www.gzip.org/
60c5b2
# Requires should not be added for gzip wrappers (eg. zdiff, zgrep,
60c5b2
# zless) of another tools, because gzip "extends" the tools by its
60c5b2
# wrappers much more than it "requires" them.
60c5b2
Requires: coreutils 
60c5b2
BuildRequires: texinfo, gcc, autoconf, automake, less
60c5b2
BuildRequires: make
60c5b2
Conflicts: filesystem < 3
60c5b2
Provides: /bin/gunzip
60c5b2
Provides: /bin/gzip
60c5b2
Provides: /bin/zcat
60c5b2
# Gzip contains bundled Gnulib
60c5b2
# exception https://fedorahosted.org/fpc/ticket/174
60c5b2
Provides: bundled(gnulib)
60c5b2
60c5b2
%description
60c5b2
The gzip package contains the popular GNU gzip data compression
60c5b2
program. Gzipped files have a .gz extension.
60c5b2
60c5b2
Gzip should be installed on your system, because it is a
60c5b2
very commonly used data compression program.
60c5b2
60c5b2
%prep
60c5b2
%setup -q
60c5b2
#%patch1 -p1 -b .gnulib
60c5b2
%patch2 -p1 -b .gzexe
60c5b2
%patch3 -p1 
60c5b2
%patch4 -p1 
60c5b2
%patch5 -p1 
60c5b2
%patch6 -p1 
60c5b2
%patch7 -p1 
6d29d6
6d29d6
%patch9 -p1
6d29d6
%patch10 -p1
6d29d6
%patch11 -p1
60c5b2
cp %{SOURCE1} .
60c5b2
autoreconf
60c5b2
60c5b2
%build
60c5b2
export DEFS="NO_ASM"
60c5b2
export CPPFLAGS="-DHAVE_LSTAT"
60c5b2
export CC="%{__cc}"
60c5b2
export CPP="%{__cpp}"
60c5b2
export CXX="%{__cxx}"
60c5b2
60c5b2
%ifarch s390x
60c5b2
export CFLAGS="$RPM_OPT_FLAGS -DDFLTCC_LEVEL_MASK=0x7e"
60c5b2
%configure --enable-dfltcc 
60c5b2
%else
60c5b2
%configure
60c5b2
%endif
60c5b2
60c5b2
make
60c5b2
make check
60c5b2
#make gzip.info
60c5b2
60c5b2
%install
60c5b2
rm -rf ${RPM_BUILD_ROOT}
60c5b2
%makeinstall
60c5b2
60c5b2
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/gzip.info*
60c5b2
60c5b2
# we don't ship it, so let's remove it from ${RPM_BUILD_ROOT}
60c5b2
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
60c5b2
# uncompress is a part of ncompress package
60c5b2
rm -f ${RPM_BUILD_ROOT}/%{_bindir}/uncompress
60c5b2
60c5b2
# coloured z*grep (#1034839)
60c5b2
%global profiledir %{_sysconfdir}/profile.d
60c5b2
mkdir -p %{buildroot}%{profiledir}
60c5b2
install -p -m 644 %{SOURCE100} %{buildroot}%{profiledir}
60c5b2
install -p -m 644 %{SOURCE101} %{buildroot}%{profiledir}
60c5b2
60c5b2
%files
60c5b2
%doc NEWS README AUTHORS ChangeLog THANKS TODO
60c5b2
%{!?_licensedir:%global license %%doc}
60c5b2
%license COPYING fdl-1.3.txt
60c5b2
%{_bindir}/*
60c5b2
%{_mandir}/*/*
60c5b2
%{_infodir}/gzip.info*
60c5b2
%{profiledir}/*
60c5b2
60c5b2
%changelog
6d29d6
* Tue Apr 19 2022 Jakub Martisko <jamartis@redhat.com> - 1.10-9
6d29d6
- fix an arbitrary-file-write vulnerability in zgrep
6d29d6
Resolves: CVE-2022-1271
6d29d6
60c5b2
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10-8
60c5b2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
60c5b2
  Related: rhbz#1991688
60c5b2
60c5b2
* Fri Jul 30 2021 Jakub Martisko <jamartis@redhat.com> - 1.10-7
60c5b2
- Add the ibm patches dealing with s390x optimizations
60c5b2
Resolves: rhbz#1986357
60c5b2
60c5b2
* Fri Jul 30 2021 Jakub Martisko <jamartis@redhat.com> - 1.10-6
60c5b2
- Add gating tests
60c5b2
Resolves: rhbz#1986357
60c5b2
60c5b2
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10-5
60c5b2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
60c5b2
60c5b2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-4
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
60c5b2
60c5b2
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
60c5b2
60c5b2
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
60c5b2
60c5b2
* Fri Aug 09 2019 Jakub Martisko <jamartis@redhat.com> - 1.10-1
60c5b2
- Rebase to 1.10
60c5b2
60c5b2
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-10
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
60c5b2
60c5b2
* Tue Mar 26 2019 Jakub Martisko <jamartis@redhat.com> - 1.9-9
60c5b2
- Fix wrong skip size in gzexe
60c5b2
- Add new test dealing with the ^^ (needs autoreconf)
60c5b2
- Enable make check (needs less)
60c5b2
  Related: 1690825
60c5b2
60c5b2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-8
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
60c5b2
60c5b2
* Thu Jul 26 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-7
60c5b2
- Fix FTBFS bug (gnulib problems)
60c5b2
- more details: https://lists.gnu.org/r/bug-gnulib/2018-03/msg00000.html
60c5b2
  Resolves 1604303
60c5b2
60c5b2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-6
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
60c5b2
60c5b2
* Thu Mar 01 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-5
60c5b2
- Fix previous commit (gcc was added to requires instead of buildrequires)
60c5b2
60c5b2
* Thu Mar 01 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-4
60c5b2
- Add gcc to buildrequires
60c5b2
60c5b2
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9-3
60c5b2
- Escape macros in %%changelog
60c5b2
60c5b2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-2
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
60c5b2
60c5b2
* Wed Jan 10 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-1
60c5b2
- rebase to v1.9
60c5b2
60c5b2
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-4
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
60c5b2
60c5b2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
60c5b2
60c5b2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
60c5b2
60c5b2
* Fri Jul 01 2016 Petr Stodulka <pstodulk@redhat.com> - 1.8-1
60c5b2
- rebase to v1.8
60c5b2
- gzip -l no longer falsely reports a write error when writing to a pipe
60c5b2
60c5b2
* Tue Apr 05 2016 Petr Stodulka <pstodulk@redhat.com> - 1.7-1
60c5b2
- rebase to new upstream version 1.7
60c5b2
- dropped all patches (almost all issues are fixed in new upstream version,
60c5b2
  sometimes in different way)
60c5b2
  - only patch gzip-1.3.12-openbsd-owl-tmp.patch is untested - code is changed
60c5b2
    significantly and patch is undocumented from archaic time, so I drop it too
60c5b2
  Resolves: #1321560
60c5b2
60c5b2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-10
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
60c5b2
60c5b2
* Thu Jul 09 2015 Petr Stodulka <pstodulk@redhat.com> - 1.6-9
60c5b2
- fix zless for archive with empty file (#1238298)
60c5b2
60c5b2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-8
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
60c5b2
60c5b2
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.6-7
60c5b2
- Rebuilt for Fedora 23 Change
60c5b2
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
60c5b2
60c5b2
* Tue Aug 26 2014 Petr Stodulka <pstodulk@redhat.com> - 1.6-7
60c5b2
- correct changelog
60c5b2
60c5b2
* Tue Aug 26 2014 Petr Stodulka <pstodulk@redhat.com> - 1.6-6
60c5b2
- changed spec file - build section
60c5b2
  obey compiler macros %%__cc, %%__cpp, %%__cxx (#667144)
60c5b2
- zgrep inherits color setup from grep (#1034839)
60c5b2
60c5b2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-5
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
60c5b2
60c5b2
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.6-4
60c5b2
- fix license handling
60c5b2
60c5b2
* Fri Jun 06 2014 Petr Stodulka <pstodulk@redhat.com> - 1.6-3
60c5b2
- Added description of rsyncable into the manpage (#988713)
60c5b2
60c5b2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
60c5b2
60c5b2
* Tue Jun 11 2013 Michal Luscon <mluscon@redhat.com> - 1.6-1
60c5b2
- New upstream version
60c5b2
- Removed addsuffix.patch
60c5b2
60c5b2
* Thu Mar 14 2013 Michal Luscon <mluscon@redhat.com> - 1.5-5
60c5b2
- Adjust gzip-1.3.5-zforce patch
60c5b2
60c5b2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
60c5b2
60c5b2
* Tue Nov 13 2012 Daniel Drake <dsd@laptop.org> - 1.5-3
60c5b2
- Fix "gzip --rsyncable" functionality by removing a spurious blank line from
60c5b2
  the patch.
60c5b2
60c5b2
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
60c5b2
60c5b2
* Thu Jun 21 2012 Michal Luscon <mluscon@redhat.com>
60c5b2
- Added bundled(glib) 
60c5b2
60c5b2
* Tue Jun 19 2012 Michal Luscon <mluscon@redhat.com> 1.5-1
60c5b2
- New upstream version
60c5b2
- Removed gzip-1.3.9-stderr.patch
60c5b2
- Removed gzip-1.3.10-zgreppipe.patch
60c5b2
- Removed gzip-1.3.13-noemptysuffix.patch
60c5b2
60c5b2
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-6
60c5b2
- add filesystem guard
60c5b2
60c5b2
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-5
60c5b2
- install everything in /usr
60c5b2
  https://fedoraproject.org/wiki/Features/UsrMove
60c5b2
60c5b2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
60c5b2
60c5b2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
60c5b2
60c5b2
* Mon Sep  6 2010 Karel Klic <kklic@redhat.com> - 1.4-2
60c5b2
- Removed the dependency on less (rhbz#629580)
60c5b2
- Removed the BuildRoot tag
60c5b2
- Removed the %%clean section
60c5b2
60c5b2
* Tue Mar 16 2010 Karel Klic <kklic@redhat.com> - 1.4-1
60c5b2
- New upstream release
60c5b2
- Use XZ upstream source archive
60c5b2
- Removed cve-2010-0001 patch as it's fixed in this release
60c5b2
- Removed zdiff patch as it's fixed in this release
60c5b2
60c5b2
* Mon Feb 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-3
60c5b2
- Added a patch to disallow -S '' parameter (noemptysuffix)
60c5b2
60c5b2
* Fri Jan 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-2
60c5b2
- Fixed CVE-2010-0001 (rhbz#554418)
60c5b2
60c5b2
* Tue Dec  1 2009 Karel Klic <kklic@redhat.com> - 1.3.13-1
60c5b2
- New upstream version
60c5b2
- Updated license from GPLv2 to GPLv3+
60c5b2
- Removed gzip-1.3.12-futimens.patch, as it is fixed in the new version
60c5b2
- Updated rsync patch to the new upstream version
60c5b2
- Updated cve-2006-4337 patch to use gzip_error instead of error
60c5b2
60c5b2
* Fri Oct  9 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-12
60c5b2
- change the source tag
60c5b2
60c5b2
* Tue Aug 11 2009 Ivana Varekova <varekova redhat com> - 1.3.12-11
60c5b2
- fix installation with --excludedocs option (#515975)
60c5b2
60c5b2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-10
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
60c5b2
60c5b2
* Fri Mar 13 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-9
60c5b2
- fix #484213 - zdiff shows no output
60c5b2
60c5b2
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-8
60c5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
60c5b2
60c5b2
* Mon Sep  1 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-7
60c5b2
- update patches
60c5b2
60c5b2
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.12-6
60c5b2
- Autorebuild for GCC 4.3
60c5b2
60c5b2
* Fri Jan 18 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-5
60c5b2
- rebuild
60c5b2
60c5b2
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.3.12-4
60c5b2
- Rebuild for selinux ppc32 issue.
60c5b2
60c5b2
* Fri Jun 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-3
60c5b2
- remove useless patches (fixed in upstream version)
60c5b2
60c5b2
* Mon Jun 11 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-2
60c5b2
- remove useless patches
60c5b2
60c5b2
* Mon Jun  4 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-1
60c5b2
- update to 1.3.12
60c5b2
60c5b2
* Mon Mar  5 2007 Ivana Varekova <varekova@redhat.com> - 1.3.11-1
60c5b2
- update to 1.3.11
60c5b2
  remove uncompress
60c5b2
60c5b2
* Tue Feb  6 2007 Ivana Varekova <varekova@redhat.com> - 1.3.10-1
60c5b2
- Resolves: 225878
60c5b2
  update to 1.3.10
60c5b2
  change BuildRoot
60c5b2
60c5b2
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-2
60c5b2
- Resolves: 223702
60c5b2
  fix non-failsafe install-info problem
60c5b2
60c5b2
* Mon Jan 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-1
60c5b2
- rebuild to 1.3.9
60c5b2
- spec cleanup
60c5b2
60c5b2
* Wed Nov 22 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-11
60c5b2
- fix too strict uncompress function
60c5b2
60c5b2
* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-10
60c5b2
- fix package description (#208924)
60c5b2
60c5b2
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-9
60c5b2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
60c5b2
60c5b2
* Wed Sep 20 2006 Ivana Varekova <varekova@redhat.com> 1.3.5-8
60c5b2
- fix bug 204676 (patches by Tavis Ormandy)
60c5b2
  - cve-2006-4334 - null dereference problem
60c5b2
  - cve-2006-4335 - buffer overflow problem
60c5b2
  - cve-2006-4336 - buffer underflow problem
60c5b2
  - cve-2006-4338 - infinite loop problem
60c5b2
  - cve-2006-4337 - buffer overflow problem
60c5b2
60c5b2
* Fri Jul 14 2006 Karsten Hopp <karsten@redhat.de> 1.3.5-7
60c5b2
- buildrequire texinfo, otherwise gzip.info will be empty
60c5b2
60c5b2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.2
60c5b2
- rebuild
60c5b2
60c5b2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.1
60c5b2
- bump again for double-long bug on ppc(64)
60c5b2
60c5b2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2
60c5b2
- rebuilt for new gcc4.1 snapshot and glibc changes
60c5b2
60c5b2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
60c5b2
- rebuilt
60c5b2
60c5b2
* Mon May 02 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-6
60c5b2
- rebuilt
60c5b2
60c5b2
* Fri Apr 29 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-5
60c5b2
- fix bug 156269 - CAN-2005-1228 directory traversal bug
60c5b2
 (using the patch from Ulf Harnhammar)
60c5b2
60c5b2
* Tue Apr 26 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-4
60c5b2
- fix bug 155746 - CAN-2005-0988 Race condition in gzip (patch9)
60c5b2
60c5b2
* Wed Mar 23 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-3
60c5b2
- don't use the asm code again as it's slower than the gcc compiled one
60c5b2
- convert the .spec to UTF-8
60c5b2
60c5b2
* Tue Mar 22 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-2
60c5b2
- upstream 1.3.5
60c5b2
- dropped long ago obsolete dirinfo patch
60c5b2
- escape file names in zgrep (#123012)
60c5b2
- make stack in match.S nonexecutable
60c5b2
60c5b2
* Fri Mar 04 2005 Jiri Ryska <jryska@redhat.com>
60c5b2
- rebuilt
60c5b2
60c5b2
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
60c5b2
- fix patch - remove brackets
60c5b2
60c5b2
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
60c5b2
- fix bug #106551 problem with zmore which requires the suffix .gz in file name
60c5b2
60c5b2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
60c5b2
- rebuilt
60c5b2
60c5b2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
60c5b2
- rebuilt
60c5b2
60c5b2
* Tue Oct 28 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-11
60c5b2
- rebuilt.
60c5b2
60c5b2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
60c5b2
- rebuilt
60c5b2
60c5b2
* Fri Jan 31 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-9
60c5b2
- enlarge window buffer to avoid accessing beyond end-of-buffer (#78413,#83095).
60c5b2
- re-enable rsync ready patch.
60c5b2
60c5b2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
60c5b2
- rebuilt
60c5b2
60c5b2
* Fri Nov 22 2002 Jeff Johnson <jbj@redhat.com> 1.3.3-7
60c5b2
- workaround mis-compilation with gcc-3.2-4 on alpha for now (#78413).
60c5b2
60c5b2
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
60c5b2
- rebuild on all arches
60c5b2
- remove file from buildroot we aren't shipping
60c5b2
60c5b2
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
60c5b2
- automated rebuild
60c5b2
60c5b2
* Fri Jun 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-4
60c5b2
- Fix the reading of unitialized memory problem (#66913)
60c5b2
60c5b2
* Thu May 23 2002 Tim Powers <timp@redhat.com>
60c5b2
- automated rebuild
60c5b2
60c5b2
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-2
60c5b2
- Rebuild
60c5b2
60c5b2
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-1
60c5b2
- 1.3.3
60c5b2
60c5b2
* Sun Mar 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
60c5b2
- add rsyncable patch #58888
60c5b2
60c5b2
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.2-3
60c5b2
- Rebuild
60c5b2
60c5b2
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
60c5b2
- automated rebuild
60c5b2
60c5b2
* Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.2-1
60c5b2
- 1.3.2: no need for autoconf 2.5x hacks anymore
60c5b2
60c5b2
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
60c5b2
- update to 1.3.1:
60c5b2
- disable patch2
60c5b2
60c5b2
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-16
60c5b2
- replace tempfile patches with improved ones solar@openwall.com
60c5b2
- Add less to the dependency chain - zless needs it
60c5b2
60c5b2
* Thu Aug 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-15
60c5b2
- Fix typo in comment in zgrep (#52465) 
60c5b2
- Copyright -> License
60c5b2
60c5b2
* Tue Jun  5 2001 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- Patch various uses of $$ in the bundled scripts
60c5b2
60c5b2
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- Fix the SIGPIPE patch to avoid blank lines (#43319)
60c5b2
60c5b2
* Thu Feb 08 2001 Philipp Knirsch <pknirsch@redhat.de>
60c5b2
- Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced
60c5b2
  overwrite for output file during decompression.
60c5b2
60c5b2
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- trap SIGPIPE in zgrep, so "zgrep | less" gets a happy ending
60c5b2
  (#24104)
60c5b2
60c5b2
* Sun Dec 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- add HAVE_LSTAT define, to avoid it doing weird things to symlinks
60c5b2
  instead of ignoring them as the docs say it should (#22045)
60c5b2
60c5b2
* Fri Dec 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- rebuild
60c5b2
60c5b2
* Thu Nov 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- patch all scripts so usage error messages are written to 
60c5b2
  stderr (#20597)
60c5b2
60c5b2
* Mon Oct 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- disable assembly, as it is faster without it (bug #19910)
60c5b2
60c5b2
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
60c5b2
- automatic rebuild
60c5b2
60c5b2
* Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- rebuild
60c5b2
60c5b2
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- Use %%{_mandir}, %%{_infodir},  %%configure, %%makeinstall
60c5b2
  and %%{_tmppath}
60c5b2
60c5b2
* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- Add root as default owner of the files, permits building 
60c5b2
  as non-root user
60c5b2
60c5b2
* Wed May 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
60c5b2
- Build system handles stripping
60c5b2
- Don't do thing the system does, like creating directories
60c5b2
- use --bindir /bin
60c5b2
- Added URL
60c5b2
- skip unnecesarry sed step
60c5b2
- Include THANKS, AUTHORS, ChangeLog, TODO
60c5b2
60c5b2
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
60c5b2
- 1.3
60c5b2
- handle RPM_OPT_FLAGS
60c5b2
60c5b2
* Tue Feb 15 2000 Cristian Gafton <gafton@redhat.com>
60c5b2
- handle compressed man pages even better
60c5b2
60c5b2
* Tue Feb 08 2000 Cristian Gafton <gafton@redhat.com>
60c5b2
- adopt patch from Paul Eggert to fix detection of the improper tables in
60c5b2
  inflate.c(huft_build)
60c5b2
- the latest released version 1.2.4a, which provides documentation updates
60c5b2
  only. But it lets us use small revision numbers again
60c5b2
- add an dirinfo entry for gzip.info so we can get rid of the ugly --entry
60c5b2
  args to install-info
60c5b2
60c5b2
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
60c5b2
- handle compressed manpages
60c5b2
60c5b2
* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
60c5b2
- Fix bug #7970
60c5b2
60c5b2
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
60c5b2
- auto rebuild in the new build environment (release 14)
60c5b2
60c5b2
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
60c5b2
- built against gliibc 2.1
60c5b2
60c5b2
* Thu May 07 1998 Prospector System <bugs@redhat.com>
60c5b2
- translations modified for de, fr, tr
60c5b2
60c5b2
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
60c5b2
- added /usr/bin/gzip and /usr/bin/gunzip symlinks as some programs are too
60c5b2
  brain dead to figure out they should be at least trying to use $PATH
60c5b2
- added BuildRoot
60c5b2
60c5b2
* Wed Jan 28 1998 Erik Troan <ewt@redhat.com>
60c5b2
- fix /tmp races
60c5b2
60c5b2
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
60c5b2
- uses install-info
60c5b2
- applied patch for gzexe
60c5b2
60c5b2
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
60c5b2
- built against glibc
60c5b2
60c5b2
* Tue Apr 22 1997 Marc Ewing <marc@redhat.com>
60c5b2
- (Entry added for Marc by Erik) fixed gzexe to use /bin/gzip
60c5b2