diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-23 21:15:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-23 21:15:08 +0000 |
commit | c56a90df89eb1ecbf1223f20904ac96c16c603a1 (patch) | |
tree | 490c796a4e05829c9603e742af65cedfc910b2cf /net/p5-Socket6 | |
parent | b2f1c838009aaf2be38305144c44e6c21115ec39 (diff) | |
download | pkgsrc-c56a90df89eb1ecbf1223f20904ac96c16c603a1.tar.gz |
Update to 1.20:
2008-02-16 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.20.
* Socket6.pm: Make the AF_INET6 and PF_INET6 exports optional.
They are exported from Socket on 5.10.0, and it contlicts with
Socket6.
PR: http://rt.cpan.org/Public/Bug/Display.html?id=32362
Reported by: "Shlomi Fish via RT" <bug-Socket6@rt.cpan.org>
Submitted by: "KONDOU, Kazuhiro" <kazuhiro@alib.jp>
2008-01-27 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.xs, Socket6.pm: Make getaddrinfo() return the string
error or the numeric value according to the context.
Make getnameinfo() return error value.
Export the EAI_* error constants.
Submitted by: Paul LeoNerd Evans <leonerd@leonerd.org.uk>
* Socket6.xs: FreeBSD 7 and later don't have KAME IPsec anymore.
* Socket6.xs: gai_strerror() returns `const char *'.
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Socket6/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index af0dac41b17..86dc4f415ab 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2007/09/07 22:12:19 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2008/04/23 21:15:08 wiz Exp $ # -DISTNAME= Socket6-0.19 -PKGNAME= p5-Socket6-0.19 +DISTNAME= Socket6-0.20 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5so6 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~umemoto/${DISTNAME}/ +HOMEPAGE= http://search.cpan.org/~umemoto/Socket6/ COMMENT= Perl5 module to support getaddrinfo() and getnameinfo() PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/net/p5-Socket6/distinfo b/net/p5-Socket6/distinfo index 85898cb2dae..0dc7bd5736f 100644 --- a/net/p5-Socket6/distinfo +++ b/net/p5-Socket6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/10/11 19:59:25 adrianp Exp $ +$NetBSD: distinfo,v 1.7 2008/04/23 21:15:08 wiz Exp $ -SHA1 (Socket6-0.19.tar.gz) = f710a0acfcbbfc41213a23ff71462c1f392cedda -RMD160 (Socket6-0.19.tar.gz) = f30fc50bc517b1988216ebdbb318ad3dcac1c3b3 -Size (Socket6-0.19.tar.gz) = 55664 bytes +SHA1 (Socket6-0.20.tar.gz) = f727a3e7f9ce32861f218c8837da26ab95dc22b0 +RMD160 (Socket6-0.20.tar.gz) = ddd617e4a72f9eb451d2ae53701c17e48543f166 +Size (Socket6-0.20.tar.gz) = 57153 bytes |