c9760d
Summary: The GNU data compression program
c9760d
Name: gzip
c9760d
Version: 1.5
c9760d
Release: 10%{?dist}
c9760d
# info pages are under GFDL license
c9760d
License: GPLv3+ and GFDL
c9760d
Group: Applications/File
c9760d
Source: http://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
c9760d
Patch0: gzip-1.3.12-openbsd-owl-tmp.patch
c9760d
Patch1: gzip-1.3.5-zforce.patch
c9760d
Patch4: gzip-1.3.13-rsync.patch
c9760d
Patch5: gzip-1.3.9-addsuffix.patch
c9760d
Patch6: gzip-1.3.5-cve-2006-4338.patch
c9760d
Patch7: gzip-1.3.13-cve-2006-4337.patch
c9760d
Patch8: gzip-1.3.5-cve-2006-4337_len.patch
c9760d
Patch9: gzip-1.5-nonblock.patch
c9760d
Patch10: gzip-1.5-overwrite.patch
c9760d
Patch11: gzip-1.5-missing-grep-options-part1.patch
c9760d
Patch12: gzip-1.5-missing-grep-options-part2.patch
c9760d
# Fixed in upstream code.
c9760d
# http://thread.gmane.org/gmane.comp.gnu.gzip.bugs/378
c9760d
URL: http://www.gzip.org/
c9760d
# Requires should not be added for gzip wrappers (eg. zdiff, zgrep,
c9760d
# zless) of another tools, because gzip "extends" the tools by its
c9760d
# wrappers much more than it "requires" them.
c9760d
Requires: /sbin/install-info
c9760d
Requires: coreutils
c9760d
BuildRequires: texinfo
c9760d
Conflicts: filesystem < 3
c9760d
Provides: /bin/gunzip
c9760d
Provides: /bin/gzip
c9760d
Provides: /bin/zcat
c9760d
# Gzip contains bundled Gnulib
c9760d
# exception https://fedorahosted.org/fpc/ticket/174 
c9760d
Provides: bundled(gnulib)
c9760d
c9760d
%description
c9760d
The gzip package contains the popular GNU gzip data compression
c9760d
program. Gzipped files have a .gz extension.
c9760d
c9760d
Gzip should be installed on your system, because it is a
c9760d
very commonly used data compression program.
c9760d
c9760d
%prep
c9760d
%setup -q
c9760d
%patch0 -p1 -b .owl-tmp
c9760d
%patch1 -p1 -b .zforce
c9760d
%patch4 -p1 -b .rsync
c9760d
%patch5 -p1 -b .addsuffix
c9760d
%patch6 -p1 -b .4338
c9760d
%patch7 -p1 -b .4337
c9760d
%patch8 -p1 -b .4337l
c9760d
%patch9 -p1 -b .nonblock
c9760d
%patch10 -p1 -b .overwrite
c9760d
%patch11 -p1 -b .options1
c9760d
%patch12 -p1 -b .options2
c9760d
c9760d
%build
c9760d
export DEFS="NO_ASM"
c9760d
export CPPFLAGS="-DHAVE_LSTAT"
c9760d
%configure 
c9760d
c9760d
make
c9760d
#make gzip.info
c9760d
c9760d
%install
c9760d
rm -rf ${RPM_BUILD_ROOT}
c9760d
%makeinstall 
c9760d
c9760d
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/gzip.info*
c9760d
c9760d
# we don't ship it, so let's remove it from ${RPM_BUILD_ROOT}
c9760d
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
c9760d
# uncompress is a part of ncompress package
c9760d
rm -f ${RPM_BUILD_ROOT}/%{_bindir}/uncompress
c9760d
c9760d
%post
c9760d
if [ -f %{_infodir}/gzip.info* ]; then
c9760d
    /sbin/install-info %{_infodir}/gzip.info.gz %{_infodir}/dir || :
c9760d
fi
c9760d
c9760d
%preun
c9760d
if [ $1 = 0 ]; then
c9760d
    if [ -f %{_infodir}/gzip.info* ]; then
c9760d
        /sbin/install-info --delete %{_infodir}/gzip.info.gz %{_infodir}/dir || :
c9760d
    fi
c9760d
fi
c9760d
c9760d
%files
c9760d
%defattr(-,root,root)
c9760d
%doc NEWS README AUTHORS ChangeLog THANKS TODO
c9760d
%{_bindir}/*
c9760d
%{_mandir}/*/*
c9760d
%{_infodir}/gzip.info*
c9760d
c9760d
%changelog
c9760d
* Mon Sep 11 2017 Jakub Martisko <jamartis@redhat.com> - 1.5-10
c9760d
- doc change: missing grep options are now mentioned in the zgrep 
c9760d
  man pages/help message
c9760d
  Resolves: #1437002
c9760d
c9760d
* Tue Feb 28 2017 Petr Stodulka <pstodulk@redhat.com> - 1.5-9
c9760d
- fix zfoce
c9760d
  Resolves: #1382054
c9760d
c9760d
* Mon Mar 16 2015 Petr Stodulka <pstodulk@redhat.com> - 1.5-8
c9760d
- Gzip overwrite existing files when user choose "no" on yes/no question.
c9760d
  It's due to wrong dupicit declaration of yesno() function in gzip.h
c9760d
  which is compiled wrong with -O2 option.
c9760d
  Resolves: rhbz#1201689
c9760d
c9760d
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.5-7
c9760d
- Mass rebuild 2014-01-24
c9760d
c9760d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.5-6
c9760d
- Mass rebuild 2013-12-27
c9760d
c9760d
* Fri Nov 15 2013 Petr Stodulka <pstodulk@redhat.com> - 1.5-5
c9760d
- fix issue with nonblocking open for PAR and OFL file
c9760d
  Resolves: rhbz#1028052
c9760d
c9760d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
c9760d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c9760d
c9760d
* Tue Nov 13 2012 Daniel Drake <dsd@laptop.org> - 1.5-3
c9760d
- Fix "gzip --rsyncable" functionality by removing a spurious blank line from
c9760d
  the patch.
c9760d
c9760d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
c9760d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c9760d
c9760d
* Thu Jun 21 2012 Michal Luscon <mluscon@redhat.com>
c9760d
- Added bundled(glib) 
c9760d
c9760d
* Tue Jun 19 2012 Michal Luscon <mluscon@redhat.com> 1.5-1
c9760d
- New upstream version
c9760d
- Removed gzip-1.3.9-stderr.patch
c9760d
- Removed gzip-1.3.10-zgreppipe.patch
c9760d
- Removed gzip-1.3.13-noemptysuffix.patch
c9760d
c9760d
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-6
c9760d
- add filesystem guard
c9760d
c9760d
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-5
c9760d
- install everything in /usr
c9760d
  https://fedoraproject.org/wiki/Features/UsrMove
c9760d
c9760d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
c9760d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c9760d
c9760d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
c9760d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c9760d
c9760d
* Mon Sep  6 2010 Karel Klic <kklic@redhat.com> - 1.4-2
c9760d
- Removed the dependency on less (rhbz#629580)
c9760d
- Removed the BuildRoot tag
c9760d
- Removed the %%clean section
c9760d
c9760d
* Tue Mar 16 2010 Karel Klic <kklic@redhat.com> - 1.4-1
c9760d
- New upstream release
c9760d
- Use XZ upstream source archive
c9760d
- Removed cve-2010-0001 patch as it's fixed in this release
c9760d
- Removed zdiff patch as it's fixed in this release
c9760d
c9760d
* Mon Feb 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-3
c9760d
- Added a patch to disallow -S '' parameter (noemptysuffix)
c9760d
c9760d
* Fri Jan 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-2
c9760d
- Fixed CVE-2010-0001 (rhbz#554418)
c9760d
c9760d
* Tue Dec  1 2009 Karel Klic <kklic@redhat.com> - 1.3.13-1
c9760d
- New upstream version
c9760d
- Updated license from GPLv2 to GPLv3+
c9760d
- Removed gzip-1.3.12-futimens.patch, as it is fixed in the new version
c9760d
- Updated rsync patch to the new upstream version
c9760d
- Updated cve-2006-4337 patch to use gzip_error instead of error
c9760d
c9760d
* Fri Oct  9 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-12
c9760d
- change the source tag
c9760d
c9760d
* Tue Aug 11 2009 Ivana Varekova <varekova redhat com> - 1.3.12-11
c9760d
- fix installation with --excludedocs option (#515975)
c9760d
c9760d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-10
c9760d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c9760d
c9760d
* Fri Mar 13 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-9
c9760d
- fix #484213 - zdiff shows no output
c9760d
c9760d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-8
c9760d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c9760d
c9760d
* Mon Sep  1 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-7
c9760d
- update patches
c9760d
c9760d
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.12-6
c9760d
- Autorebuild for GCC 4.3
c9760d
c9760d
* Fri Jan 18 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-5
c9760d
- rebuild
c9760d
c9760d
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.3.12-4
c9760d
- Rebuild for selinux ppc32 issue.
c9760d
c9760d
* Fri Jun 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-3
c9760d
- remove useless patches (fixed in upstream version)
c9760d
c9760d
* Mon Jun 11 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-2
c9760d
- remove useless patches
c9760d
c9760d
* Mon Jun  4 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-1
c9760d
- update to 1.3.12
c9760d
c9760d
* Mon Mar  5 2007 Ivana Varekova <varekova@redhat.com> - 1.3.11-1
c9760d
- update to 1.3.11
c9760d
  remove uncompress
c9760d
c9760d
* Tue Feb  6 2007 Ivana Varekova <varekova@redhat.com> - 1.3.10-1
c9760d
- Resolves: 225878
c9760d
  update to 1.3.10
c9760d
  change BuildRoot
c9760d
c9760d
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-2
c9760d
- Resolves: 223702
c9760d
  fix non-failsafe install-info problem
c9760d
c9760d
* Mon Jan 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-1
c9760d
- rebuild to 1.3.9
c9760d
- spec cleanup
c9760d
c9760d
* Wed Nov 22 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-11
c9760d
- fix too strict uncompress function
c9760d
c9760d
* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-10
c9760d
- fix package description (#208924)
c9760d
c9760d
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-9
c9760d
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
c9760d
c9760d
* Wed Sep 20 2006 Ivana Varekova <varekova@redhat.com> 1.3.5-8
c9760d
- fix bug 204676 (patches by Tavis Ormandy)
c9760d
  - cve-2006-4334 - null dereference problem
c9760d
  - cve-2006-4335 - buffer overflow problem
c9760d
  - cve-2006-4336 - buffer underflow problem
c9760d
  - cve-2006-4338 - infinite loop problem
c9760d
  - cve-2006-4337 - buffer overflow problem
c9760d
c9760d
* Fri Jul 14 2006 Karsten Hopp <karsten@redhat.de> 1.3.5-7
c9760d
- buildrequire texinfo, otherwise gzip.info will be empty
c9760d
c9760d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.2
c9760d
- rebuild
c9760d
c9760d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.1
c9760d
- bump again for double-long bug on ppc(64)
c9760d
c9760d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2
c9760d
- rebuilt for new gcc4.1 snapshot and glibc changes
c9760d
c9760d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c9760d
- rebuilt
c9760d
c9760d
* Mon May 02 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-6
c9760d
- rebuilt
c9760d
c9760d
* Fri Apr 29 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-5
c9760d
- fix bug 156269 - CAN-2005-1228 directory traversal bug
c9760d
 (using the patch from Ulf Harnhammar)
c9760d
c9760d
* Tue Apr 26 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-4
c9760d
- fix bug 155746 - CAN-2005-0988 Race condition in gzip (patch9)
c9760d
c9760d
* Wed Mar 23 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-3
c9760d
- don't use the asm code again as it's slower than the gcc compiled one
c9760d
- convert the .spec to UTF-8
c9760d
c9760d
* Tue Mar 22 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-2
c9760d
- upstream 1.3.5
c9760d
- dropped long ago obsolete dirinfo patch
c9760d
- escape file names in zgrep (#123012)
c9760d
- make stack in match.S nonexecutable
c9760d
c9760d
* Fri Mar 04 2005 Jiri Ryska <jryska@redhat.com>
c9760d
- rebuilt
c9760d
c9760d
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
c9760d
- fix patch - remove brackets
c9760d
c9760d
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
c9760d
- fix bug #106551 problem with zmore which requires the suffix .gz in file name
c9760d
c9760d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c9760d
- rebuilt
c9760d
c9760d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c9760d
- rebuilt
c9760d
c9760d
* Tue Oct 28 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-11
c9760d
- rebuilt.
c9760d
c9760d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c9760d
- rebuilt
c9760d
c9760d
* Fri Jan 31 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-9
c9760d
- enlarge window buffer to avoid accessing beyond end-of-buffer (#78413,#83095).
c9760d
- re-enable rsync ready patch.
c9760d
c9760d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
c9760d
- rebuilt
c9760d
c9760d
* Fri Nov 22 2002 Jeff Johnson <jbj@redhat.com> 1.3.3-7
c9760d
- workaround mis-compilation with gcc-3.2-4 on alpha for now (#78413).
c9760d
c9760d
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
c9760d
- rebuild on all arches
c9760d
- remove file from buildroot we aren't shipping
c9760d
c9760d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
c9760d
- automated rebuild
c9760d
c9760d
* Fri Jun 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-4
c9760d
- Fix the reading of unitialized memory problem (#66913)
c9760d
c9760d
* Thu May 23 2002 Tim Powers <timp@redhat.com>
c9760d
- automated rebuild
c9760d
c9760d
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-2
c9760d
- Rebuild
c9760d
c9760d
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-1
c9760d
- 1.3.3
c9760d
c9760d
* Sun Mar 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
c9760d
- add rsyncable patch #58888
c9760d
c9760d
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.2-3
c9760d
- Rebuild
c9760d
c9760d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
c9760d
- automated rebuild
c9760d
c9760d
* Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.2-1
c9760d
- 1.3.2: no need for autoconf 2.5x hacks anymore
c9760d
c9760d
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
c9760d
- update to 1.3.1:
c9760d
- disable patch2
c9760d
c9760d
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-16
c9760d
- replace tempfile patches with improved ones solar@openwall.com
c9760d
- Add less to the dependency chain - zless needs it
c9760d
c9760d
* Thu Aug 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-15
c9760d
- Fix typo in comment in zgrep (#52465) 
c9760d
- Copyright -> License
c9760d
c9760d
* Tue Jun  5 2001 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- Patch various uses of $$ in the bundled scripts
c9760d
c9760d
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- Fix the SIGPIPE patch to avoid blank lines (#43319)
c9760d
c9760d
* Thu Feb 08 2001 Philipp Knirsch <pknirsch@redhat.de>
c9760d
- Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced
c9760d
  overwrite for output file during decompression.
c9760d
c9760d
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- trap SIGPIPE in zgrep, so "zgrep | less" gets a happy ending
c9760d
  (#24104)
c9760d
c9760d
* Sun Dec 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- add HAVE_LSTAT define, to avoid it doing weird things to symlinks
c9760d
  instead of ignoring them as the docs say it should (#22045)
c9760d
c9760d
* Fri Dec 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- rebuild
c9760d
c9760d
* Thu Nov 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- patch all scripts so usage error messages are written to 
c9760d
  stderr (#20597)
c9760d
c9760d
* Mon Oct 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- disable assembly, as it is faster without it (bug #19910)
c9760d
c9760d
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
c9760d
- automatic rebuild
c9760d
c9760d
* Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- rebuild
c9760d
c9760d
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- Use %%{_mandir}, %%{_infodir},  %%configure, %%makeinstall
c9760d
  and %%{_tmppath}
c9760d
c9760d
* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- Add root as default owner of the files, permits building 
c9760d
  as non-root user
c9760d
c9760d
* Wed May 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
c9760d
- Build system handles stripping
c9760d
- Don't do thing the system does, like creating directories
c9760d
- use --bindir /bin
c9760d
- Added URL
c9760d
- skip unnecesarry sed step
c9760d
- Include THANKS, AUTHORS, ChangeLog, TODO
c9760d
c9760d
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
c9760d
- 1.3
c9760d
- handle RPM_OPT_FLAGS
c9760d
c9760d
* Tue Feb 15 2000 Cristian Gafton <gafton@redhat.com>
c9760d
- handle compressed man pages even better
c9760d
c9760d
* Tue Feb 08 2000 Cristian Gafton <gafton@redhat.com>
c9760d
- adopt patch from Paul Eggert to fix detection of the improper tables in
c9760d
  inflate.c(huft_build)
c9760d
- the latest released version 1.2.4a, which provides documentation updates
c9760d
  only. But it lets us use small revision numbers again
c9760d
- add an dirinfo entry for gzip.info so we can get rid of the ugly --entry
c9760d
  args to install-info
c9760d
c9760d
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
c9760d
- handle compressed manpages
c9760d
c9760d
* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
c9760d
- Fix bug #7970
c9760d
c9760d
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
c9760d
- auto rebuild in the new build environment (release 14)
c9760d
c9760d
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
c9760d
- built against gliibc 2.1
c9760d
c9760d
* Thu May 07 1998 Prospector System <bugs@redhat.com>
c9760d
- translations modified for de, fr, tr
c9760d
c9760d
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
c9760d
- added /usr/bin/gzip and /usr/bin/gunzip symlinks as some programs are too
c9760d
  brain dead to figure out they should be at least trying to use $PATH
c9760d
- added BuildRoot
c9760d
c9760d
* Wed Jan 28 1998 Erik Troan <ewt@redhat.com>
c9760d
- fix /tmp races
c9760d
c9760d
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
c9760d
- uses install-info
c9760d
- applied patch for gzexe
c9760d
c9760d
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
c9760d
- built against glibc
c9760d
c9760d
* Tue Apr 22 1997 Marc Ewing <marc@redhat.com>
c9760d
- (Entry added for Marc by Erik) fixed gzexe to use /bin/gzip
c9760d