libarchive-zip-perl 1.56-2ubuntu0.1 source package in Ubuntu

Changelog

libarchive-zip-perl (1.56-2ubuntu0.1) xenial-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 13:06:54 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.56.orig.tar.gz 185.7 KiB 109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8
libarchive-zip-perl_1.56-2ubuntu0.1.debian.tar.xz 12.2 KiB ee265e2e93ac3515419b48e9e70fb9e4c6bc0889a3097470b3503bd6df054707
libarchive-zip-perl_1.56-2ubuntu0.1.dsc 2.2 KiB c9b7fc78746e3085cd12f352e9d5ef692be5a7e76d6cf6c0e27403db78532904

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.