diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-12-29 11:44:09 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-12-29 11:44:09 +0000 |
commit | 6f98298314d8d4ab016310b4a077de6aa0ddc942 (patch) | |
tree | 103d4a75e2bb5b3b24c9296007165e655be71f60 | |
parent | 5f51885862cca61a7327b0d05daff4422d0e2400 (diff) | |
download | pkgsrc-6f98298314d8d4ab016310b4a077de6aa0ddc942.tar.gz |
- Bump to 2.01
* New Release INET6-2.01 .
* Patch from Wouter de Jong <wouter (at) widexs.nl>
- fixing the parser on regexp at sock_info()
* Patch from Olaf M.Kolkman <olafr (at) ipe.net>
- Toggle the -w flag to avoid some warning messages around tests
* fixing peerhost method.
-rw-r--r-- | net/p5-INET6/Makefile | 7 | ||||
-rw-r--r-- | net/p5-INET6/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile index 80052a1473f..4948c5471bc 100644 --- a/net/p5-INET6/Makefile +++ b/net/p5-INET6/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:06 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/29 11:44:09 adrianp Exp $ # -DISTNAME= INET6-2.00 +DISTNAME= INET6-2.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} -MAINTAINER= adrianp@stindustries.net +MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~mondejar/INET6/ COMMENT= Object interface for AF_INET|AF_INET6 domain sockets diff --git a/net/p5-INET6/distinfo b/net/p5-INET6/distinfo index 9e9f40ec040..4d0bdb6e93d 100644 --- a/net/p5-INET6/distinfo +++ b/net/p5-INET6/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/16 19:41:04 martti Exp $ +$NetBSD: distinfo,v 1.2 2004/12/29 11:44:09 adrianp Exp $ -SHA1 (INET6-2.00.tar.gz) = 97eb1eea62c05b79fbbff28d472062192326e90d -Size (INET6-2.00.tar.gz) = 8462 bytes +SHA1 (INET6-2.01.tar.gz) = eca150f728c492d7a6076a2c6698a534ccd1b520 +Size (INET6-2.01.tar.gz) = 8628 bytes |