diff options
author | mef <mef@pkgsrc.org> | 2016-06-05 09:43:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-06-05 09:43:35 +0000 |
commit | 969750d2c3fa0b5e764a1a7b8cbca3cafed8f541 (patch) | |
tree | ff81a981166bed945f10cd4950ba07d2cf1f1166 | |
parent | 8e65ed2e27700e297c9254841dd09ab0610c57ed (diff) | |
download | pkgsrc-969750d2c3fa0b5e764a1a7b8cbca3cafed8f541.tar.gz |
Updated devel/p5-Cache-FastMmap to 1.44
---------------------------------------
1.44 Wed Jun 1 21:45 2016
- Set FD_CLOEXEC flag on cache files when opened.
Particularly useful in Net::Server where
HUPing a process causes it to exec() itself.
Unless you undef the cache references, you'll
leak fd's after each HUP
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Cache-FastMmap/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile index 4c809366c9f..4b83f25fe48 100644 --- a/devel/p5-Cache-FastMmap/Makefile +++ b/devel/p5-Cache-FastMmap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/01/01 03:43:16 wen Exp $ +# $NetBSD: Makefile,v 1.19 2016/06/05 09:43:35 mef Exp $ -DISTNAME= Cache-FastMmap-1.43 +DISTNAME= Cache-FastMmap-1.44 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} diff --git a/devel/p5-Cache-FastMmap/distinfo b/devel/p5-Cache-FastMmap/distinfo index ffcc4a9f89b..4e099e7f494 100644 --- a/devel/p5-Cache-FastMmap/distinfo +++ b/devel/p5-Cache-FastMmap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/01/01 03:43:16 wen Exp $ +$NetBSD: distinfo,v 1.11 2016/06/05 09:43:35 mef Exp $ -SHA1 (Cache-FastMmap-1.43.tar.gz) = 9e3c09ee23da72a5e2d246fe863990d6e737ae70 -RMD160 (Cache-FastMmap-1.43.tar.gz) = 8e63223c04143bddecd77baa99fd78fb29272485 -SHA512 (Cache-FastMmap-1.43.tar.gz) = 57b30c4071a0ecacfc3cc398d40e546ac7db4267a64a0523979445a4afa74853436751404f1827192c89baba9d5bd5ffb28375e61b2b841e3ec94c4fbef95050 -Size (Cache-FastMmap-1.43.tar.gz) = 48725 bytes +SHA1 (Cache-FastMmap-1.44.tar.gz) = 42849872bfd3ec0242a90f5689bd1c39490ac4be +RMD160 (Cache-FastMmap-1.44.tar.gz) = a3328ca206e921660f190fe62ad0736d8df5d825 +SHA512 (Cache-FastMmap-1.44.tar.gz) = 35ac9ef19fe8f7857d3d999274fcfb8fb3b62524e29db5dde846ab51e77a0166b48e063ece4e1621f4ad53a3264ac607879e3a0ae4decaf1d3a16c4284b4b6ce +Size (Cache-FastMmap-1.44.tar.gz) = 49451 bytes |