Update to 0.19
From the ChangeLog: > * Socket6.xs: the "sin6_scope_id" field of the "sockaddr_in6" > structure is expected to passed and is returned in host byte > order. > * getaddrinfo.c (getaddrinfo): Support for AI_NUMERICSERV. > * Socket6.pm: Fix documentation of the gethostbyname2. The > gethostbyname2 function takes a FAMILY, not a SERVNAME.
This commit is contained in:
parent
067d1be359
commit
6c93dce759
2 changed files with 8 additions and 9 deletions
|
@ -1,15 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.20 2005/08/06 06:19:28 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2005/10/11 19:59:25 adrianp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Socket6-0.17
|
||||
PKGNAME= p5-Socket6-0.17
|
||||
DISTNAME= Socket6-0.19
|
||||
PKGNAME= p5-Socket6-0.19
|
||||
SVR4_PKGNAME= p5so6
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
|
||||
HOMEPAGE= http://search.cpan.org/~umemoto/${DISTNAME}/
|
||||
COMMENT= Perl5 module to support getaddrinfo() and getnameinfo()
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2005/02/24 12:13:59 agc Exp $
|
||||
$NetBSD: distinfo,v 1.6 2005/10/11 19:59:25 adrianp Exp $
|
||||
|
||||
SHA1 (Socket6-0.17.tar.gz) = 9ebf7be7176961a9330187cfae88cb0e13662220
|
||||
RMD160 (Socket6-0.17.tar.gz) = 2181b84521862f069d974543be9bc9afa0f0566d
|
||||
Size (Socket6-0.17.tar.gz) = 39817 bytes
|
||||
SHA1 (Socket6-0.19.tar.gz) = f710a0acfcbbfc41213a23ff71462c1f392cedda
|
||||
RMD160 (Socket6-0.19.tar.gz) = f30fc50bc517b1988216ebdbb318ad3dcac1c3b3
|
||||
Size (Socket6-0.19.tar.gz) = 55664 bytes
|
||||
|
|
Loading…
Reference in a new issue