diff options
author | 2018-09-07 22:41:34 +1200 | |
---|---|---|
committer | 2018-09-07 22:42:06 +1200 | |
commit | e150c595db68b4ca474b7f0f521eaa7199c16716 (patch) | |
tree | 1b201b5345f0936dc8f9c4a4e87f567370977a6d /dev-perl | |
parent | net-misc/networkmanager-pptp: bump to 1.2.6 (diff) | |
download | gentoo-e150c595db68b4ca474b7f0f521eaa7199c16716.tar.gz gentoo-e150c595db68b4ca474b7f0f521eaa7199c16716.tar.bz2 gentoo-e150c595db68b4ca474b7f0f521eaa7199c16716.zip |
dev-perl/Archive-Zip: Bump to version 1.630.0 re bug #660466
Upstream:
- Fix symlink traversal CVE
- Turn on untainting of File::Find results
Bug: https://bugs.gentoo.org/660466
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Archive-Zip/Archive-Zip-1.630.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Archive-Zip/Manifest | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.630.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.630.0.ebuild new file mode 100644 index 000000000000..9566394bb36a --- /dev/null +++ b/dev-perl/Archive-Zip/Archive-Zip-1.630.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PHRED +DIST_VERSION=1.63 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Compress-Raw-Zlib-2.17.0 + virtual/perl-Encode + virtual/perl-File-Path + >=virtual/perl-File-Spec-0.800.0 + virtual/perl-File-Temp + virtual/perl-IO + virtual/perl-Time-Local +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-MockModule + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/Archive-Zip/Manifest b/dev-perl/Archive-Zip/Manifest index 1acaa5bf8775..d48eb39be6be 100644 --- a/dev-perl/Archive-Zip/Manifest +++ b/dev-perl/Archive-Zip/Manifest @@ -1 +1,2 @@ DIST Archive-Zip-1.60.tar.gz 191318 BLAKE2B 97b66b360c55ba864e9e78e74ab5bbeec145859cd551efe5a248a4ad9af7ddbdbd32ad61dd8f30bbfb7e9bb583d0463b657bbe6d67464105fd536adc6a0bd660 SHA512 5af85e1717e7026b5ebe9533b0dd57290b35099d166ee400ca648cb558a37529a3ec290fb9a44679c16cf955a2de9b75328c2fa88d3e87e51c10cac80247852f +DIST Archive-Zip-1.63.tar.gz 191957 BLAKE2B e69f132e09458a2d4286b504113b53a7efef44c08a119434f6966f2019d439d6101d8f9ee82cb8d7e0dd29e40c5c92621ebdfc70d75abcf68ff79d4a487bd3fa SHA512 53876bbda170ab8184f80bb43794d348aff1b82ba650694158ddef28b27b87f5d4ac1e4cb11be2c82c939e09787478543faec116ac76f0802064da667b4ebac2 |