[ 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-46.el8.src download

Name unzip
Epoch 0
Version 6.0
Release 46.el8
Architecture src
Website/URL http://www.info-zip.org/UnZip.html
License BSD
Build Time 2023-08-03 15:36:19
Build Host builder-x86-01.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 1407 KiB
Source Project unzip-6.0-46.el8
SHA-256 checksum ae165a455993b58ae428ddb51ed8543cee0830c0b29410c84f4b2f5397c36d84
× Full screenshot
Changelog link
* 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

* Mon Nov 05 2018 Jakub Martisko <jamartis@redhat.com> - 6.0-39
- Fix CVE-2018-18384
  Resolves: CVE-2018-18384

* Tue Feb 13 2018 Jakub Martisko <jamartis@redhat.com> - 6.0-38
- Fix CVE-2018-1000035 - heap based buffer overflow when opening
  password protected files.
  Resolves: 1537043