diff options
author | recht <recht@pkgsrc.org> | 2003-12-16 08:05:05 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-16 08:05:05 +0000 |
commit | 30fd1a8b0bd9fa66fd5920954b11091b08832112 (patch) | |
tree | b1417da99853c0e99f8b1a181344aeac4fa25428 /net/p5-Socket6 | |
parent | 210bb5ef2da35a9d2b9a5a298feb264175d546ef (diff) | |
download | pkgsrc-30fd1a8b0bd9fa66fd5920954b11091b08832112.tar.gz |
update to 0.12
Patch provided by Adrian Portelli in PR 23764
From the CHANGELOG:
2003-10-28 Hajimu UMEMOTO <ume@mahoroba.org>
* Bump version number to 0.12.
* Socket6.pm: Mention that getipnodeby*() was deprecated in
RFC3493.
2001-09-20 Hajimu UMEMOTO <ume@mahoroba.org>
* getaddrinfo.c (getaddrinfo): Correct AI_PASSIVE parsing bug.
2001-09-18 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.11.
* getaddrinfo.c (getaddrinfo), gai.h: Add support of AI_NUMERICHOST.
* getnameinfo.c (getnameinfo): Use socklen_t rather than size_t.
* getnameinfo.c (getnameinfo): Fix buffer overflow problem.
2001-09-17 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm, Socket6.xs, config.h.in, configure.in: Add glue
functions for getipnodeby*() and gai_strerror().
* Socket6.xs: inet_pton() should work as it is.
* Socket6.xs: Better documentation of inet_pton() and inet_ntop().
* Socket6.pm: Description was filled.
* Socket6.pm, Socket6.xs: Return an error message string if
getaddrinfo() fails.
2001-03-27 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.10.
* Socket6.xs: Make compilable under OpenBSD. Though OpenBSD has
KAME, OpenBSD doesn't have netinet6/ipsec.h.
2001-03-21 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.09.
* aclocal.m4 (IPv6_CHECK_FUNC): There is getaddrinfo(3) in
libsocket under Solaris8.
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Socket6/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 3bb74258ad2..5c14fd15138 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/07/21 17:11:05 martti Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/16 08:05:05 recht Exp $ # -DISTNAME= Socket6-0.08 -PKGNAME= p5-Socket6-0.08 +DISTNAME= Socket6-0.12 +PKGNAME= p5-Socket6-0.12 SVR4_PKGNAME= p5so6 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/} diff --git a/net/p5-Socket6/distinfo b/net/p5-Socket6/distinfo index 369769db70f..876d0819a86 100644 --- a/net/p5-Socket6/distinfo +++ b/net/p5-Socket6/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:28 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/12/16 08:05:05 recht Exp $ -SHA1 (Socket6-0.08.tar.gz) = 847710069b3d0b016bdbd8ecf18260418835c002 -Size (Socket6-0.08.tar.gz) = 28554 bytes +SHA1 (Socket6-0.12.tar.gz) = 0619c2348247f24686c38c7a4313b5aedf6b9494 +Size (Socket6-0.12.tar.gz) = 33096 bytes |