From f8099c10629adec3236dbb1d8bafa922e2c449ba Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 14 Feb 2015 02:36:36 +0000 Subject: Update 1.005 to 1.008 --------------------- 1.008 2015-01-24 - Fix #101662: Prevent shared libs from being cached in memory on AIX applied patch from Thoke@northpeak.org, thanks. Note: this is one half of the fix, the other is in PAR::Packer - Fix #86178: dll files not extracted to shlib subfolder when using -l or to other folder when using -a extract all files from the zip, including all DLLs - Fix #86014: [PATCH] POD fix applied Debian patch from gregor herrmann , thanks! while we're at it fix two bad L<> hyperlinks reported by podchecker - Fix RT #86650: typo fixes - reformat ChangeLog file according to CPAN::Changes::Spec and rename it to Changes - Update to Module::Build 1.14 1.007 2012-10-22 - Hopefully fix "pp -C ..." for any modules that assume an actual tree of files, e.g. looking for all installed modules Foo::Bar::*; call _extract_inc even when $ENV{PAR_CLEAN} is true - update to Module::Install 1.06 1.006 2012-10-15 - Fix RT #78633: PAR::import ignores url => $repo_client_object applied patch from KENO, thanks! - Fix RT #73491: cache directory naming problem In PAR::SetupTemp::_get_par_user_tempdir (actually _find_username) we try to sanitize username (so that there are no problematic characters in the name of the per-user cache directory), but the strategy fails miserably for some charset encodings. E.g. for EUC-KR or CP949 (as in the bug report) we may produce an illegal sequence of bytes; in other cases we may cause collisions (different usernames mapping to the same directory name). Fix the problem once and for all by encoding the username (bytewise) as 2 hex digits. --- devel/p5-PAR/Makefile | 5 ++--- devel/p5-PAR/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'devel/p5-PAR') diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index e0b3d57ea83..0793dc21771 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2014/05/29 23:36:10 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/02/14 02:36:36 mef Exp $ # -DISTNAME= PAR-1.005 +DISTNAME= PAR-1.008 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/} diff --git a/devel/p5-PAR/distinfo b/devel/p5-PAR/distinfo index c0844e88616..85a774ec37d 100644 --- a/devel/p5-PAR/distinfo +++ b/devel/p5-PAR/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/12/04 20:52:25 gls Exp $ +$NetBSD: distinfo,v 1.8 2015/02/14 02:36:36 mef Exp $ -SHA1 (PAR-1.005.tar.gz) = 2d9c1ff3a243607374e3f9f1fb61c3d1bb4d8dc1 -RMD160 (PAR-1.005.tar.gz) = 4dd6ae986d65d64ad5740fe75e5e030d1811faca -Size (PAR-1.005.tar.gz) = 88293 bytes +SHA1 (PAR-1.008.tar.gz) = 939dafaeec5d9f9a98d30426bf86752304708a32 +RMD160 (PAR-1.008.tar.gz) = 28ea4fed411fc71979f60388c01385ab3be54889 +Size (PAR-1.008.tar.gz) = 74635 bytes -- cgit v1.2.3