Security update for File::Path to 2.13.
2.13 2017-05-31 - Document security vulnerability reported as CVE-2017-6512. 2.12_008 2017-05-07 - Patch from John Lightsey. 2.12_007 2017-04-22 - Skip tests where filesystem doesn't support permissions (RT 121248). - Add AppVeyor configuration; thanks to Charlie Gonzalez and Hayo Baan. 2.12_006 2017-04-21 - Modernize README, Makefile.PL, updating of version number and release date in documentation. 2.12_005 2017-04-21 - Recommend use of 'safe => 1' in remove_tree() and rmtree(). - Warn if mkpath() or make_path() is passed implausible options on Windows. - Corrections to errors in previous release. 2.12_004 2017-04-18 - Certain functions used in tests are not available on Windows; skip them. - Move certain functions used in testing to t/FilePathTest.pm. 2.12_003 2017-04-07 - Add tests to improve coverage ratios as measured by Devel::Cover - No functional changes. 2.12_002 2017-03-12 - GH#41 RT 117019 Fixed File::Path::remove_tree option hash is auto populated and cannot be reused - GH#40 Unskip in path root t - GH#39 Remove superfluous assignment to $arg{perm} - GH#38 Minor grammatical doc fixes. - GH#37 Minor grammatical doc fixes. 2.12_001 2016-09-18 - RT 94209 document that the thread safety issue will not change and communicate alternative. - RT 85878 be more generous with error check regex given we could be dealing with a pre-1.25 Carp. - GH #33 Be more precise in documentation example for make_path error checking. - GH #34 Skip Windows 2000 and earlier unit tests (test change). - GH #36 Do not hardcode ENOENT (test change).
This commit is contained in:
parent
d473972471
commit
e5f10dbf30
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2017/06/05 14:23:00 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2017/06/05 18:01:06 bsiegert Exp $
|
||||
|
||||
DISTNAME= File-Path-2.12
|
||||
DISTNAME= File-Path-2.13
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2015/11/15 04:50:59 wen Exp $
|
||||
$NetBSD: distinfo,v 1.7 2017/06/05 18:01:06 bsiegert Exp $
|
||||
|
||||
SHA1 (File-Path-2.12.tar.gz) = 346a8b06e02b3bf517e23c3d242b3b2d2a7fc5ac
|
||||
RMD160 (File-Path-2.12.tar.gz) = 0b1ab8d8d3903e59b71dcc62e8291fe2f250f544
|
||||
SHA512 (File-Path-2.12.tar.gz) = be13d2c9bcf3ee1e08f40c3a11bfcc58dd2f966bebd54b84e841c6c2feaae64d972378bd803b61b63b527021d97d4503bd326118b4a0c46d34098d00e0782ec5
|
||||
Size (File-Path-2.12.tar.gz) = 27469 bytes
|
||||
SHA1 (File-Path-2.13.tar.gz) = 7fbd5feca771bebb652b2547ab9c3534b96565f2
|
||||
RMD160 (File-Path-2.13.tar.gz) = 9fcec348fce618ac35d60861fdce3680dcc8ff64
|
||||
SHA512 (File-Path-2.13.tar.gz) = 9684737947bd46a3a4a1bd5f04b712d69cb08c3c6a2801c1017d2a796946162d8121bc614408cbdbb4749d2cdacfd5279ee4db11797e3053efef1d1ec7012562
|
||||
Size (File-Path-2.13.tar.gz) = 31094 bytes
|
||||
|
|
Loading…
Reference in a new issue