pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-File-NFSLock Update 1.21 to 1.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5a649a41d09
branches:  trunk
changeset: 645270:d5a649a41d09
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jan 26 07:02:19 2015 +0000

description:
Update 1.21 to 1.27
-------------------
1.27  Nov 12 13:00 2014
        - RT#99431:
        - More Win32 compatibility fixes in test suite.
        - RT#48102:
        - Add tests for new ->fork() method.

1.26  Nov 07 16:00 2014
        - Add File::NFSLock->fork() convenience method.
        - RT#48102 Report by Todd Foggoa:
        - More gracefully handle fork() to behave like
          Linux by sharing the lock between both parent
          and child processes when ->newpid() is called.

1.25  Jul 30 14:00 2014
        - RT#99431 Report by Nathan Glenn:
        - Fixed tempfile syntax by Christian Walde.
        - Fixed Win32 Shared Lock by Christian Walde.
        - RT#42122 Report by converter at cpan.org:
        - Add tests to help debug Taint issues

1.24  Jul 30 14:00 2014
        - Fixed a race condition in crash recovery.
        - RT#88520 Thanks David Steinbrunner: Fix typos

1.23  Jul 28 11:00 2014
        - More gracefully handle arbitrary hostnames.
        - Patch RT#84658 by Yann Rouillard:
        - Avoid gleefully double removing valid lockfile
          when ->unlock is explicitly called.
        - Patch RT#61258 by cpan at danonline.net:
        - Fixed $graceful_sig to exit with non-zero to
          more closely match stock signal handlers.

1.22  Jul 26 09:00 2014
        - Reported by Kent Fredric and Karen Etheridge:
        - Patch RT#86125 and RT#91546
        - Use File::Temp for concurrency compatibility
          in test suite, such as HARNESS_OPTIONS=j20

diffstat:

 devel/p5-File-NFSLock/Makefile |  5 ++---
 devel/p5-File-NFSLock/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 491e807abc6c -r d5a649a41d09 devel/p5-File-NFSLock/Makefile
--- a/devel/p5-File-NFSLock/Makefile    Mon Jan 26 06:58:56 2015 +0000
+++ b/devel/p5-File-NFSLock/Makefile    Mon Jan 26 07:02:19 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:18 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/01/26 07:02:19 mef Exp $
 
-DISTNAME=      File-NFSLock-1.21
+DISTNAME=      File-NFSLock-1.27
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
 
diff -r 491e807abc6c -r d5a649a41d09 devel/p5-File-NFSLock/distinfo
--- a/devel/p5-File-NFSLock/distinfo    Mon Jan 26 06:58:56 2015 +0000
+++ b/devel/p5-File-NFSLock/distinfo    Mon Jan 26 07:02:19 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/08/13 08:20:29 adam Exp $
+$NetBSD: distinfo,v 1.3 2015/01/26 07:02:19 mef Exp $
 
-SHA1 (File-NFSLock-1.21.tar.gz) = c196e281a90d2eb45ba7b85d4019d6a4bae6c77e
-RMD160 (File-NFSLock-1.21.tar.gz) = 5e3bfdc409779336bb13b0c5c7d0c4894924402d
-Size (File-NFSLock-1.21.tar.gz) = 17301 bytes
+SHA1 (File-NFSLock-1.27.tar.gz) = 8a91392ce493dbe348f1acaae2ae87e9878fc14d
+RMD160 (File-NFSLock-1.27.tar.gz) = 8492cb314ccb893463906637118ac275163dd8c2
+Size (File-NFSLock-1.27.tar.gz) = 21518 bytes



Home | Main Index | Thread Index | Old Index