summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Archive-Zip: Stabilize 1.680.0 ppc, #738212Sam James2020-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Archive-Zip: Stabilize 1.680.0 ppc64, #738212Sam James2020-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Archive-Zip: Stabilize 1.680.0 amd64, #738212Sam James2020-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Archive-Zip: Stabilize 1.680.0 x86, #738212Sam James2020-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Archive-Zip: stable 1.680.0 for hppa/sparc, bug #738212Rolf Eike Beer2020-08-211-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Archive-Zip: s390 stable wrt bug #738212Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Archive-Zip: Stabilize 1.680.0 arm, #738212Sam James2020-08-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Archive-Zip: Disable parallel tests re bug #738308Kent Fredric2020-08-211-0/+5
| | | | | | | | | | | Seems there are a lot of ways concurrency in these tests can collide, they share some 'test directory' magic which seems hard to fix without being invasive Closes: https://bugs.gentoo.org/738308 Bug: https://github.com/redhotpenguin/perl-Archive-Zip/issues/82 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Archive-Zip: Stabilize 1.680.0 arm64, #738212Sam James2020-08-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Archive-Zip: Bump to version 1.680.0Kent Fredric2020-04-291-0/+33
- EAPI7 - Add app-arch/unzip for tests - Dropped keywords: - amd64-linux m68k-mint ppc-aix sparc-solaris sparc64-solaris x64-solaris x86-solaris ppc-macos x64-macos x86-macos - Due to app-arch/unzip Upstream: - Fix for members using bzip compression - Expect NetBSD unzip not minding empty zips - Add diag for Solaris test failures - Fix skip line for Windows - Skip tests that assume /tmp on windows - Improved Zip64 support - Set 'compressedSize' after writing central directory header - Add $noFormatError parameter for _readSignature - Add error handling for failing object conversion after calling A:Z:Member::_become - A:Z:{Archive,Member}::contents now consistently returns a ($contents,$status) in list context, and just $contents in scalar context - A:Z:Member::extractToFileHandle now supports file names when extracting symbolic links - Remove need for Test::MockModule - examples/zipcheck.pl now skips symbolic links - Tests now less picky about OS-specific unzip -t quirks - Various other test suite overhauls and improvements Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>