diff --git a/unzip-zipbomb-manpage.patch b/unzip-zipbomb-manpage.patch index cdeeea5..bcee827 100644 --- a/unzip-zipbomb-manpage.patch +++ b/unzip-zipbomb-manpage.patch @@ -16,7 +16,7 @@ index 21816d1..4d66073 100644 .IP 11 no matching files were found. +.IP 12 -+invalid zip file with overlapped components (possible zip bomb). ++invalid zip file with overlapped components (possible zip-bomb). The zip-bomb checks can be disabled by using the UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE environment variable. .IP 50 the disk is (or was) full during extraction. .IP 51 diff --git a/unzip.spec b/unzip.spec index 76f0375..bea8d95 100644 --- a/unzip.spec +++ b/unzip.spec @@ -6,7 +6,7 @@ Summary: A utility for unpacking zip files Name: unzip Version: 6.0 -Release: 55%{?dist} +Release: 56%{?dist} License: BSD Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz @@ -141,6 +141,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_ %{_mandir}/*/* %changelog +* Thu Dec 16 2021 Jakub Martisko - 6.0-56 +- Update the manpage regarding the 6.0-55 + * Mon Dec 13 2021 Jakub Martisko - 6.0-55 - Allow to opt-out of the zipbomb detection