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
This commit is contained in:
parent
0b49318d5e
commit
159064b9c9
2 changed files with 6 additions and 7 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue