pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Socket6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  5 14:58:20 UTC 2008

Modified Files:
        pkgsrc/net/p5-Socket6: Makefile distinfo

Log Message:
Update to 0.23:

2008-11-02  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Bump version number to 0.23.

        * Makefile.PL (configure_mswin32): Added a conditional #define for
        HAVE_INET_(PTON|NTOP) to make the module.
        Change was necessary because the SDK for Vista now includes
        inet_(pton|ntop) in ws2tcpip.h

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

        * Makefile.PL (configure_mswin32): Added a line to #define
        HAVE_SOCKLEN_T since it is defined for MSWin32

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

        * Socket6.pm: Added @EXPORT_OK to export AF_INET6 and PF_INET6 if
        requested.  This allows the use of the Socke6 module without
        having to perform the same conditional check that was added to
        avoid conflicts with the Socket module default exports (i.e. use
        Socket6 qw(AF_INET6 inet_pton inet_ntop); )

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

        * Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling
        constant().  This should not be required since errno was being set
        to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to
        be done or all constants reported unsupported.

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

2008-08-18  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Use strict environment.

        * Socket6.pm: Bump version number to 0.22.

        * Socket6.pm: Make AF_INET6 check actually work.

        Submitted by:   Tatsuya Noda <topia%clovery.jp@localhost>

        * Makefile.PL: Make sure to include config.pl in current
        directory.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/net/p5-Socket6/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/p5-Socket6/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index