pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-PAR (devel/p5-PAR) Updated 1.015 to 1.016



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02f491275cdc
branches:  trunk
changeset: 342907:02f491275cdc
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Oct 27 13:57:39 2019 +0000

description:
(devel/p5-PAR) Updated 1.015 to 1.016

1.016  2019-05-20

  - Fix #129312: Code signing for OSX

    Avoid Archive::Zip::Archive error "can't find EOCD signature" for pp'ed
    executables with lots of stuff appended (e.g. by OSX codesign):
    temporarily increase Archive::Zip::ChunkSize around the call to
    Archive::Zip::readFromFileHandle().

    Note this is prerequisite for the corresponding fix in PAR::Packer.

  - Fix: Archive::Unzip::Burst::unzip result is ignored and _extract_inc
    does always the slow way, too

    PR from Vit Spinka <vit.spinka%gmail.com@localhost>, thanks!

  - Show debug messages if $ENV{PERL_DL_DEBUG} is true

diffstat:

 devel/p5-PAR/Makefile |   5 ++---
 devel/p5-PAR/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r c7b0b17a8816 -r 02f491275cdc devel/p5-PAR/Makefile
--- a/devel/p5-PAR/Makefile     Sun Oct 27 13:55:28 2019 +0000
+++ b/devel/p5-PAR/Makefile     Sun Oct 27 13:57:39 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2019/08/11 13:20:04 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/10/27 13:57:39 mef Exp $
 #
 
-DISTNAME=              PAR-1.015
+DISTNAME=              PAR-1.016
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/}
 
diff -r c7b0b17a8816 -r 02f491275cdc devel/p5-PAR/distinfo
--- a/devel/p5-PAR/distinfo     Sun Oct 27 13:55:28 2019 +0000
+++ b/devel/p5-PAR/distinfo     Sun Oct 27 13:57:39 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/06/18 03:14:22 mef Exp $
+$NetBSD: distinfo,v 1.14 2019/10/27 13:57:39 mef Exp $
 
-SHA1 (PAR-1.015.tar.gz) = b0b2c8b11a66c2abb59ed494c679b11b9e115533
-RMD160 (PAR-1.015.tar.gz) = 879421b712ce4689b79e5e4dba0e2447dcb7b129
-SHA512 (PAR-1.015.tar.gz) = 411048cb6517364b04cb46c179574b4baf2dc0788efecedc1e5fe2283a203d25157f1e74411761b8dd3019f50b651b0f40bf7d50131cf40077c4372571aa62b7
-Size (PAR-1.015.tar.gz) = 65748 bytes
+SHA1 (PAR-1.016.tar.gz) = c414314d254c9f56b2dd3b68f23300a27b38fb5a
+RMD160 (PAR-1.016.tar.gz) = 6d00358106f4e04a9ffe11e1adbdbf84e39d6f95
+SHA512 (PAR-1.016.tar.gz) = abbea766f214b51f54241f791ba496b62d8580cfeedec473ad7c98daad44d0ef495cb157df6f1b0402ab81eda6603e6092625d80f19f8f1ff2cea7f56861b259
+Size (PAR-1.016.tar.gz) = 66317 bytes



Home | Main Index | Thread Index | Old Index