source: trunk/server/fedora/specs/gzip.spec.patch @ 1448

Last change on this file since 1448 was 1433, checked in by mitchb, 14 years ago
Scriptsify gzip to patch for CVE-2009-2624 and CVE-2010-0001
File size: 1.1 KB
  • gzip.spec

    old new  
    11Summary: The GNU data compression program
    22Name: gzip
    33Version: 1.3.12
    4 Release: 9%{?dist}
     4Release: 9.scripts.%{scriptsversion}%{?dist}
    55# info pages are under GFDL license
    66License: GPLv2 and GFDL
    77Group: Applications/File
     
    1717Patch16: gzip-1.3.5-cve-2006-4337_len.patch
    1818Patch17: gzip-1.3.12-futimens.patch
    1919Patch18: gzip-1.3.12-zdiff.patch
     20Patch100: gzip-cve-2009-2624.patch
     21Patch101: gzip-cve-2010-0001.patch
    2022URL: http://www.gzip.org/
    2123Requires: /sbin/install-info
    2224Requires: mktemp less
     
    4345%patch16 -p1 -b .4337l
    4446%patch17 -p1 -b .futimens
    4547%patch18 -p1 -b .ret
     48%patch100 -p0 -b .cve-2009-2624
     49%patch101 -p0 -b .cve-2010-0001
    4650%build
    4751export DEFS="NO_ASM"
    4852export CPPFLAGS="-DHAVE_LSTAT"
     
    8993%{_infodir}/gzip.info*
    9094
    9195%changelog
     96* Thu Jan 21 2010 Mitchell Berger <mitchb@mit.edu> 1.3.12-9.scripts.1432
     97- Add patch for CVE-2009-2624
     98- Add patch for CVE-2010-0001
     99
    92100* Fri Mar 13 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-9
    93101- fix #484213 - zdiff shows no output
    94102
Note: See TracBrowser for help on using the repository browser.