pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-PathTools Update to 3.74



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91e06bdbe46c
branches:  trunk
changeset: 375755:91e06bdbe46c
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Feb 20 11:52:33 2018 +0000

description:
Update to 3.74

Upstream changes:
3.74
- No changes.

3.73
- Define NEED_croak_xs_usage, fixing usage of croak_xs_usage()
- [perl #132853] Add metadata (ABSTRACT, LICENSE, AUTHOR)
- [perl #132733] Skip cwd_enoent test on Cygwin
- [perl #132651] Avoid infinite recursion in _perl_abs_path()

3.72
- [perl #132648] Correct error returns from fast_abs_path()

3.71
- [perl #130818] Remove support for running PathTools on MacOS
  and EPOC

3.70
- Change strcmp into the easier to read strEQ

3.69
- avoid loading modules repeatedly at runtime
- replace 'use vars' by 'our'
- Switch to XSLoader from Dynaloader

3.68
- avoid warning from pre-5.8 code for detecting tainted values
- make taint.t detect that a pre-5.8 Perl supports tainting
- avoid a dynamic linking problem on Perl 5.6

3.67 - Mon Feb 27 09:33:04 EST 2017
- Add security usage note to File::Spec::no_upwards

3.66 - Sat Nov 19 10:30:19 MST 2016
- white space change so can compile under C++11

3.65 - Mon, 25 Jul 2016 23:15:33 -0700
- (perl #127384)(CVE-2016-1238)

3.64 - Tue May 24 10:00:19 MST 2016
- just minor pod changes to silence Pod::Checker

diffstat:

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

diffs (32 lines):

diff -r 9a34430a9853 -r 91e06bdbe46c devel/p5-PathTools/Makefile
--- a/devel/p5-PathTools/Makefile       Tue Feb 20 10:53:30 2018 +0000
+++ b/devel/p5-PathTools/Makefile       Tue Feb 20 11:52:33 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2017/06/05 14:23:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2018/02/20 11:52:33 wen Exp $
 
-DISTNAME=      PathTools-3.62
+DISTNAME=      PathTools-3.74
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/PathTools/
diff -r 9a34430a9853 -r 91e06bdbe46c devel/p5-PathTools/distinfo
--- a/devel/p5-PathTools/distinfo       Tue Feb 20 10:53:30 2018 +0000
+++ b/devel/p5-PathTools/distinfo       Tue Feb 20 11:52:33 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/02/11 14:51:24 he Exp $
+$NetBSD: distinfo,v 1.14 2018/02/20 11:52:33 wen Exp $
 
-SHA1 (PathTools-3.62.tar.gz) = 356530987ccfb61779ce038978a614aa64679d72
-RMD160 (PathTools-3.62.tar.gz) = 28d04689c65bf91f3154a43805e78d4a2bf11c3a
-SHA512 (PathTools-3.62.tar.gz) = c2c39bf57286d11131d027d97e4486698a4ffbb917a8b0fd7466a8c469c009fee1f70bfe4f51d5b6feef4d57de0c9be3145aa3a35625a5f26bbe7788c0ba66aa
-Size (PathTools-3.62.tar.gz) = 146566 bytes
+SHA1 (PathTools-3.74.tar.gz) = c116ce505e30ad48691c17df41fdc12b50170739
+RMD160 (PathTools-3.74.tar.gz) = 95ada91b3d1b730935b5929aa8febdddd3efa9d2
+SHA512 (PathTools-3.74.tar.gz) = 3d0326b76711b06f3408a3f478164cd648b864147283abf05f8aa6de20c05bb4d57afc64107974a053b2cf5974f0a77f3a180542cd5a37f7c2d2a07bf7e3ae7a
+Size (PathTools-3.74.tar.gz) = 119509 bytes



Home | Main Index | Thread Index | Old Index