libarchive-zip-perl 1.30-6ubuntu0.1 source package in Ubuntu

Changelog

libarchive-zip-perl (1.30-6ubuntu0.1) precise-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)  Mon, 02 Jul 2018 17:13:14 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main perl
Precise security main perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.30.orig.tar.gz 192.6 KiB f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318
libarchive-zip-perl_1.30-6ubuntu0.1.debian.tar.gz 13.2 KiB 6dc6c694d914dd0f2c85b7bc9597b2ecbfb552d095f0708bf941d5e59c30f704
libarchive-zip-perl_1.30-6ubuntu0.1.dsc 2.4 KiB 5ef488bbab24485443a8bac026007dde8b475e036225fb1d79d2f1d304203623

View changes file

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.