[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package unzip-6.0-48.el8_10.x86_64 download

Name unzip
Epoch 0
Version 6.0
Release 48.el8_10
Architecture x86_64
Website/URL http://www.info-zip.org/UnZip.html
License BSD
Build Time 2025-06-04 09:07:19
Build Host builder-x86-04.inferitos.ru
Summary A utility for unpacking zip files
Repositories BaseOS
Description The unzip utility is used to list, test, or extract files from a zip archive. Zip archives are commonly found on MS-DOS systems. The zip utility, included in the zip package, creates zip archives. Zip and unzip are both compatible with archives created by PKWARE(R)'s PKZIP for MS-DOS, but the programs' options and default behaviors do differ in some respects. Install the unzip package if you need to list, test or extract files from a zip archive.
Errata
Size 196 KiB
Source Project unzip-6.0-48.el8_10
SHA-256 checksum a8dbf1c93c7896497c3b2635034ca2eeab19a23205abb92def358c4d37003cfd
× Full screenshot
Changelog link
* Mon Apr 07 2025 Jakub Martisko <jamartis@redhat.com> - 6.0-48
- Allow decompression of some wrongly compressed files
Resolves: RHEL-86231

* Wed Jul 03 2024 Jakub Martisko <jamartis@redhat.com> - 6.0-47
- Fix: Unzip Fails on Large Zip Files
- Use the patch from Debian dealing with this
Resolves: RHEL-45997

* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.0-46
- Rebuilt for MSVSphere 8.8

* Thu Dec 16 2021 Jakub Martisko <jamartis@redhat.com> - 6.0-46
- Add environment variable that disables the zipbomb detection
- Resolves: rhbz#2020320

* Tue Nov 24 2020 Jakub Martisko <jamartis@redhat.com> - 6.0-45
Fix a false positive zipbomb detection
Related: 1954649
Related: 1953565

* Tue Nov 24 2020 Jakub Martisko <jamartis@redhat.com> - 6.0-44
* Fix out of memory errors while checking for zip-bombs
Resolves: #1900915

* Mon Nov 18 2019 Jakub Martisko <jamartis@redhat.com> - 6.0-43
- Update the man page with the new exit code introduced in 6.0-42
- Related: CVE-2019-13232

* Thu Oct 17 2019 Jakub Martisko <jamartis@redhat.com> - 6.0-42
- Fix CVE-2019-13232
- Resolves: CVE-2019-13232

* Wed Nov 14 2018 Jakub Martisko <jamartis@redhat.com> - 6.0-41
- Fix strcpy call with possibly overlapping src/dest strings.
- Related: #1602721

* Mon Nov 12 2018 Jakub Martisko <jamartis@redhat.com> - 6.0-40
- fix several possibly unterminated strings
  When copying to OEM_CP and ISO_CP strings, the string could end unterminated
  (stncpy does not append '\0').
- Related: #1602721