Received: by mail.netbsd.org (Postfix, from userid 605) id 144A784D93; Sat, 30 Dec 2017 12:55:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 947B484D91 for ; Sat, 30 Dec 2017 12:55:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id E0qXaeU-OPKE for ; Sat, 30 Dec 2017 12:55:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 20C9884D32 for ; Sat, 30 Dec 2017 12:55:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17B22FB40; Sat, 30 Dec 2017 12:55:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514638539245630" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 12:55:39 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-Path-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20171230125539.17B22FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1514638539245630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1514638539245630 Content-Disposition: inline Content-Length: 1771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1514638539245630--