libarchive-zip-perl 1.60-1ubuntu0.1 source package in Ubuntu

Changelog

libarchive-zip-perl (1.60-1ubuntu0.1) bionic-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 15:29:39 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.60.orig.tar.gz 186.8 KiB eac75b05f308e860aa860c3094aa4e7915d3d31080e953e49bc9c38130f5c20b
libarchive-zip-perl_1.60-1ubuntu0.1.debian.tar.xz 12.0 KiB 85994748fee23ee396fee95889960bc2943408e2dcfd9e2330b9edd7a27c0f7e
libarchive-zip-perl_1.60-1ubuntu0.1.dsc 2.2 KiB 61aabdca55c60b1173ab4487a627c49d2e47da12c635f3afb9d6888c39407299

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.