pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-File-Path-Tiny



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Dec 30 12:55:39 UTC 2017

Modified Files:
        pkgsrc/devel/p5-File-Path-Tiny: Makefile distinfo

Log Message:
Update to 0.9

Upstream changes:
0.9  2017-12-29 16:17:42
    - Do chdir() for security reasons by default
    - Stop emptying/removing a path if it is changed out from underneath us
    - rt 96843: Add SEE ALSO section
    - prereq and unit test fixups
    - Unit tests for symlink toggling protection


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-File-Path-Tiny/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-File-Path-Tiny/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-File-Path-Tiny/Makefile
diff -u pkgsrc/devel/p5-File-Path-Tiny/Makefile:1.11 pkgsrc/devel/p5-File-Path-Tiny/Makefile:1.12
--- pkgsrc/devel/p5-File-Path-Tiny/Makefile:1.11        Mon Jun  5 14:23:00 2017
+++ pkgsrc/devel/p5-File-Path-Tiny/Makefile     Sat Dec 30 12:55:38 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/30 12:55:38 wen Exp $
 
-DISTNAME=      File-Path-Tiny-0.8
+DISTNAME=      File-Path-Tiny-0.9
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
 

Index: pkgsrc/devel/p5-File-Path-Tiny/distinfo
diff -u pkgsrc/devel/p5-File-Path-Tiny/distinfo:1.4 pkgsrc/devel/p5-File-Path-Tiny/distinfo:1.5
--- pkgsrc/devel/p5-File-Path-Tiny/distinfo:1.4 Sun Apr 10 05:49:15 2016
+++ pkgsrc/devel/p5-File-Path-Tiny/distinfo     Sat Dec 30 12:55:38 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/04/10 05:49:15 mef Exp $
+$NetBSD: distinfo,v 1.5 2017/12/30 12:55:38 wen Exp $
 
-SHA1 (File-Path-Tiny-0.8.tar.gz) = 402237692f2eabc2630ea434d479ffd66c710d2e
-RMD160 (File-Path-Tiny-0.8.tar.gz) = 0354b07dafcb5e406b9ede985afecbc7ca7bacda
-SHA512 (File-Path-Tiny-0.8.tar.gz) = 7c2f9b482e5cb680dcb5b13dc05cf4aec6644c7dc76d566d4dd57d8cadf63225e6ffcaa265733ea115abb7059b33b51a329a517555fa7abbb39fcedac2543533
-Size (File-Path-Tiny-0.8.tar.gz) = 7723 bytes
+SHA1 (File-Path-Tiny-0.9.tar.gz) = 1327cb5795b558fef931b46b7b8c8961bdb72fa0
+RMD160 (File-Path-Tiny-0.9.tar.gz) = 4c415349ca7d71f6725f9c931699edb8abcf165c
+SHA512 (File-Path-Tiny-0.9.tar.gz) = da0dd470aa3e5dd8558e6bb744ecfa8f463ec315542a75baebedca73f6cbdfd95310513dbe7956569297096faaffcaac7e88157808e3262df6e72d5963c032b2
+Size (File-Path-Tiny-0.9.tar.gz) = 9883 bytes



Home | Main Index | Thread Index | Old Index