diff options
author | mef <mef@pkgsrc.org> | 2015-02-27 13:45:43 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-27 13:45:43 +0000 |
commit | ac402f7a118589ef0c4019ca78cf74f7903d65c5 (patch) | |
tree | 065f7ceb2378909ebe34e04c978791f9cef58eee /net | |
parent | ba7a53f4b5fe095e449d64e4c7e0e3209ef856c8 (diff) | |
download | pkgsrc-ac402f7a118589ef0c4019ca78cf74f7903d65c5.tar.gz |
Update 1.07 to 1.09
-------------------
1.09 Sun Feb 15 18:06:48 CET 2015
- update: EUID 0 check is done at open() call instead of new() call
- bugfix: take inet_pton() and getaddrinfo() from Socket if available, or from Socket6
- tests: added tests 02 and 03 to test if inet_pton() and N:W:L3 open() are working
1.08 Fri Jan 23 07:53:16 CET 2015
- bugfix: on setting AF_INET6(), and makes Socket6 module optional
=> thanks to Vince
- update: copyright notice
- update: Kwalitee
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Write/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Write/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Write/Makefile b/net/p5-Net-Write/Makefile index d7e1f001c32..87f8f3114b8 100644 --- a/net/p5-Net-Write/Makefile +++ b/net/p5-Net-Write/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2014/05/29 23:37:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/02/27 13:45:43 mef Exp $ # -DISTNAME= Net-Write-1.07 +DISTNAME= Net-Write-1.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-Write/distinfo b/net/p5-Net-Write/distinfo index 30b8d4c4d62..df052024f9f 100644 --- a/net/p5-Net-Write/distinfo +++ b/net/p5-Net-Write/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/03/08 12:37:22 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/02/27 13:45:43 mef Exp $ -SHA1 (Net-Write-1.07.tar.gz) = b04b8208f12a91cab8e8b0db8e410888b1b0066e -RMD160 (Net-Write-1.07.tar.gz) = 23c64c1d21af3a1c6fa2957419c860727c3b5449 -Size (Net-Write-1.07.tar.gz) = 9228 bytes +SHA1 (Net-Write-1.09.tar.gz) = dd54f779bbf19dbad6e361814b406917fdea951e +RMD160 (Net-Write-1.09.tar.gz) = 8ae36266c7ed95d7e31b0dfe6b9b053abaef655c +Size (Net-Write-1.09.tar.gz) = 13216 bytes |