pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Socket6 Update p5-Socket6 to 0.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4e90c58dc66
branches:  trunk
changeset: 477125:b4e90c58dc66
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jun 26 22:02:12 2004 +0000

description:
Update p5-Socket6 to 0.17

Ok'ed wiz@/snj@

>From the CHANGELOG:

2004-03-24  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Bump version number to 0.17.

        * Socket6.xs: Shut up signed/unsigned mismatch warning from
        Microsoft C++.

                Reported by:    "David Town" <dtown%cpan.org@localhost>

        * Makefile.PL: CC is not a valid parameter for WriteMakefile().
        Use CONFIGURE instead.

                Submitted by:   "David Town" <dtown%cpan.org@localhost>

        * Socket6.pm: Correct typos (inaddr6_* -> in6addr_*).

                Submitted by:   "David Town" <dtown%cpan.org@localhost>

2004-03-23  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Provide substitutes for systems the lack support for inet_ntop()
        and inet_pton().

                Submitted by:   "David Town" <dtown%cpan.org@localhost>

        * Add support for MSWin32.  It was tested with the following
        configuration:

          - ActivePerl 5.8.0 (805)
          - Windows 2000
          - Microsoft IPv6 Technology Preview for Windows 2000 (not needed
            for XP)
            (http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp)
          - Microsoft Visual C++ v6.0
          - Microsoft Platform SDK February 2003 (must have at least
            August 2001)
            (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/downlevel.htm)

                Submitted by:   "David Town" <dtown%cpan.org@localhost>

        * t/use.t: Pass an empty string as the SERVICENAME to
        getaddrinfo().  MSWin32's getaddrinfo() doesn't like "0" as a
        numeric servname.

                Submitted by:   "David Town" <dtown%cpan.org@localhost>

2004-02-21  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Bump version number to 0.16.

        * aclocal.m4: inet_ntop and inet_pton are in libnsl on Solaris.

        Submitted by:   Mike McCauley <mikem%open.com.au@localhost>

2004-01-05  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Bump version number to 0.14.

        * gailookup.pl.in: Though some systems has NI_WITHSCOPEID, RFC
        2553 doesn't mention it, and RFC 3493 deprecated it.  So, make use
        of NI_WITHSCOPEID optional.

        * gailookup.pl.in: Add -S option which suppress scopeid.  RFC 3493
        system always adds scopeid in a result of getnameinfo().

        * Socket6.xs: Make pack_sockaddr_in6() and pack_sockaddr_in6_all()
        actual work on systems which have sin6_len in struct sockaddr_in6.

2004-01-04  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * aclocal.m4: getaddrinfo() is a macro on some systems.

        * Socket6.pm: Bump version number to 0.13.

        * getaddrinfo.c (getaddrinfo): EAI_NODATA was deprecated in RFC
        3493.  return EAI_NONAME instead.

        * getnameinfo.c (getnameinfo): add support for NI_NAMEREQD.

2003-12-29  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * add simple test.

diffstat:

 net/p5-Socket6/Makefile |  6 +++---
 net/p5-Socket6/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r caf5f82be945 -r b4e90c58dc66 net/p5-Socket6/Makefile
--- a/net/p5-Socket6/Makefile   Sat Jun 26 21:23:43 2004 +0000
+++ b/net/p5-Socket6/Makefile   Sat Jun 26 22:02:12 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/05/31 16:47:48 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/06/26 22:02:12 adrianp Exp $
 #
 
-DISTNAME=              Socket6-0.12
-PKGNAME=               p5-Socket6-0.12
+DISTNAME=              Socket6-0.17
+PKGNAME=               p5-Socket6-0.17
 SVR4_PKGNAME=          p5so6
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Socket6/}
diff -r caf5f82be945 -r b4e90c58dc66 net/p5-Socket6/distinfo
--- a/net/p5-Socket6/distinfo   Sat Jun 26 21:23:43 2004 +0000
+++ b/net/p5-Socket6/distinfo   Sat Jun 26 22:02:12 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/12/16 08:05:05 recht Exp $
+$NetBSD: distinfo,v 1.4 2004/06/26 22:02:12 adrianp Exp $
 
-SHA1 (Socket6-0.12.tar.gz) = 0619c2348247f24686c38c7a4313b5aedf6b9494
-Size (Socket6-0.12.tar.gz) = 33096 bytes
+SHA1 (Socket6-0.17.tar.gz) = 9ebf7be7176961a9330187cfae88cb0e13662220
+Size (Socket6-0.17.tar.gz) = 39817 bytes



Home | Main Index | Thread Index | Old Index