|
|
@ -6,7 +6,7 @@
|
|
|
|
Summary: A utility for unpacking zip files
|
|
|
|
Summary: A utility for unpacking zip files
|
|
|
|
Name: unzip
|
|
|
|
Name: unzip
|
|
|
|
Version: 6.0
|
|
|
|
Version: 6.0
|
|
|
|
Release: 64%{?dist}
|
|
|
|
Release: 66%{?dist}
|
|
|
|
License: Info-ZIP
|
|
|
|
License: Info-ZIP
|
|
|
|
Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz
|
|
|
|
Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz
|
|
|
|
|
|
|
|
|
|
|
@ -74,6 +74,9 @@ Patch33: unzip-zipbomb-switch.patch
|
|
|
|
Patch34: unzip-gnu89-build.patch
|
|
|
|
Patch34: unzip-gnu89-build.patch
|
|
|
|
Patch35: unzip-6.0-wcstombs-fortify.patch
|
|
|
|
Patch35: unzip-6.0-wcstombs-fortify.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#https://sources.debian.org/patches/unzip/6.0-28/21-fix-warning-messages-on-big-files.patch/
|
|
|
|
|
|
|
|
Patch36: unzip-6.0-fix-warning-messages-on-big-files.patch
|
|
|
|
|
|
|
|
|
|
|
|
URL: http://infozip.sourceforge.net
|
|
|
|
URL: http://infozip.sourceforge.net
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: bzip2-devel, gcc
|
|
|
|
BuildRequires: bzip2-devel, gcc
|
|
|
@ -127,6 +130,7 @@ a zip archive.
|
|
|
|
%patch33 -p1
|
|
|
|
%patch33 -p1
|
|
|
|
%patch34 -p1
|
|
|
|
%patch34 -p1
|
|
|
|
%patch35 -p1
|
|
|
|
%patch35 -p1
|
|
|
|
|
|
|
|
%patch36 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# IZ_HAVE_UXUIDGID is needed for right functionality of unzip -X
|
|
|
|
# IZ_HAVE_UXUIDGID is needed for right functionality of unzip -X
|
|
|
@ -145,9 +149,18 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_
|
|
|
|
%{_mandir}/*/*
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.0-64
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.0-66
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.0-65
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 03 2024 Jakub Martisko <jamartis@redhat.com> - 6.0-65
|
|
|
|
|
|
|
|
- Fix: Unzip Fails on Large Zip Files
|
|
|
|
|
|
|
|
- Use the patch from Debian dealing with this
|
|
|
|
|
|
|
|
Resolves: RHEL-45993
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.0-64
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.0-64
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|