pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-PAR
Module Name: pkgsrc
Committed By: mef
Date: Sun Oct 27 13:57:39 UTC 2019
Modified Files:
pkgsrc/devel/p5-PAR: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-PAR/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-PAR/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-PAR/Makefile
diff -u pkgsrc/devel/p5-PAR/Makefile:1.34 pkgsrc/devel/p5-PAR/Makefile:1.35
--- pkgsrc/devel/p5-PAR/Makefile:1.34 Sun Aug 11 13:20:04 2019
+++ pkgsrc/devel/p5-PAR/Makefile Sun Oct 27 13:57:39 2019
@@ -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/}
Index: pkgsrc/devel/p5-PAR/distinfo
diff -u pkgsrc/devel/p5-PAR/distinfo:1.13 pkgsrc/devel/p5-PAR/distinfo:1.14
--- pkgsrc/devel/p5-PAR/distinfo:1.13 Sun Jun 18 03:14:22 2017
+++ pkgsrc/devel/p5-PAR/distinfo Sun Oct 27 13:57:39 2019
@@ -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