libarchive-zip-perl 1.30-7ubuntu0.1 source package in Ubuntu
Changelog
libarchive-zip-perl (1.30-7ubuntu0.1) trusty-security; urgency=medium * SECURITY UPDATE: Traversal path vulnerability - debian/patches/CVE-2018-10860.patch: fix in lib/Archive/Zip/Archive.pm and add test in t/25_traversal.t and some .zip files for test. - CVE-2018-10860 -- <email address hidden> (Leonidas S. Barbosa) Tue, 03 Jul 2018 12:35:32 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | updates | main | perl | |
Trusty | security | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libarchive-zip-perl_1.30.orig.tar.gz | 192.6 KiB | f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318 |
libarchive-zip-perl_1.30-7ubuntu0.1.debian.tar.gz | 13.7 KiB | b378e432102b35bf0eab762432b3110395aed1d90ee85bc6ac198ea1f9947882 |
libarchive-zip-perl_1.30-7ubuntu0.1.dsc | 2.3 KiB | cfe06cf8c2e1c204de7ce6e77deb7f879942e017c7bb767686100d6862fb755b |
Available diffs
Binary packages built by this source
- libarchive-zip-perl: Perl module for manipulation of ZIP archives
The Archive::Zip module allows a Perl program to create, manipulate,
read, and write Zip archive files.
.
Zip archives can be created, or you can read from existing zip files.
Once created, they can be written to files, streams, or strings.
.
Members can be added, removed, extracted, replaced, rearranged, and
enumerated. They can also be renamed or have their dates, comments,
or other attributes queried or modified. Their data can be
compressed or uncompressed as needed. Members can be created from
members in existing Zip files, or from existing directories, files,
or strings.