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