Update to version 2.56.

Approved by MAINTAINER.

Pkgsrc changes: switched to the IO-Socket-INET6 distribution
tarball without changing the package name, mark as not
requiring any compiler.

Changes since last packaged version (2.01):

2008-10-06 Shlomi Fish <shlomif@iglu.org.il>
	* Applied a modified version of a patch by Anicka Bernathova
	<anicka@suse.cz>:
	{{{
	Previously IO-Socket-INET6 tried to bind even when one side
	is AF_INET and the other AF_INET6 and this cannot work.

	The FAMILY_CHECK loop is meant to make sure both sides have
	the same family.
	}}}
	* New Release IO-Socket-INET6-2.56

2008-09-24 Shlomi Fish <shlomif@iglu.org.il>
	* Fixed: http://rt.cpan.org/Ticket/Display.html?id=39550 :
	Problem with connect to IPv4 w/o given domain on FreeBSD6.1 (and
	other BSD systems). (Thanks to Steffen Ullrich)
	* New Release IO-Socket-INET6-2.55

2008-02-22 Shlomi Fish <shlomif@iglu.org.il>
	* Added pack_sockaddr_in6_all to the imports from Socket6 to fix
	the "configure" sub in several cases. Added t/configure6.t to test it.
	* New Release IO-Socket-INET6-2.54

2008-02-21 Shlomi Fish <shlomif@iglu.org.il>
	* Converted to Build.PL and placed INET6.pm under lib/.
	* Added a "repository" URL to the POD.
	* Added the pod.t and pod-coverage.t files and we now have full POD
	coverage.
	* Added more dependencies to the Build.PL.
	* Added the credit of "Shlomi Fish".
	* Changed the email address of Rafael to the new one in the ChangeLog
	and README files.
	* Someone reported that sockflow() and peerflow() were broken. The reason
	for that was that unpack_sockaddr_in6_all was not imported from Socket6.
	This release fixes it (with tests in t/host6.t).
	* New Release IO-Socket-INET6-2.53

2008-02-05 Shlomi Fish <shlomif@iglu.org.il>

	* New Release IO-Socket-INET6-2.52
	* Added a test for peerhost() too.
	* Fixed sockhost() with the fact that inet_ntop() was not imported.
		- Added a test.
	* Added "use warnings" to IO::Socket::INET6.
	* Added a modified version of my patch (with more comments) to patch
	the problems I found in IO-Socket-INET6. (generating
	warnings upon using and failed tests.).

2004-18-10  Rafael Martinez Torres <rmartine@fdi.ucm.es>

	* New Release INET6-2.51 .
	* Patch from David Town <David.Town@marconi.com>
	  - peeraddr(), sockaddr() methods implemented.
	  - peerhost(), peerport(), sockhost(), sockport() improved efficiency.
	  - New optional parameters: Local(Peer)Flow,Local(Peer)Scopeid. (Only for IPv6)
	  - Local hack for MSWin32 platforms.
This commit is contained in:
seb 2008-10-12 18:44:01 +00:00
parent 1e45c6d8e3
commit 92423b53a6
2 changed files with 9 additions and 9 deletions

View file

@ -1,16 +1,16 @@
# $NetBSD: Makefile,v 1.11 2007/04/17 22:52:04 joerg Exp $
# $NetBSD: Makefile,v 1.12 2008/10/12 18:44:01 seb Exp $
#
DISTNAME= INET6-2.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
DISTNAME= IO-Socket-INET6-2.56
PKGNAME= p5-INET6-2.56
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mondejar/INET6/
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/
COMMENT= Object interface for AF_INET and AF_INET6 domain sockets
USE_LANGUAGES= # empty
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/24 12:13:58 agc Exp $
$NetBSD: distinfo,v 1.4 2008/10/12 18:44:01 seb Exp $
SHA1 (INET6-2.01.tar.gz) = eca150f728c492d7a6076a2c6698a534ccd1b520
RMD160 (INET6-2.01.tar.gz) = 5685dfe0402d8d57ed8a0fb3ef43816437e4f374
Size (INET6-2.01.tar.gz) = 8628 bytes
SHA1 (IO-Socket-INET6-2.56.tar.gz) = 90e0f7d481278cbe837e14bac89deddcb90b5bab
RMD160 (IO-Socket-INET6-2.56.tar.gz) = 8f5c3e09597f003475f4bbfa709b3980057e5df8
Size (IO-Socket-INET6-2.56.tar.gz) = 12282 bytes