diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-01 18:23:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-01 18:23:05 +0000 |
commit | 2f81ffb47f67a1bda424d58bc32381849122dcff (patch) | |
tree | 5b2b0550baae0a72fe6f284733e30a71116f4b26 /net/p5-Net/Makefile | |
parent | 459da57149a3a1fad68ddfff9acd60d085421b0a (diff) | |
download | pkgsrc-2f81ffb47f67a1bda424d58bc32381849122dcff.tar.gz |
Update to 1.21:
libnet 1.21 -- Sat May 19 08:53:09 CDT 2007
Bug Fixes
* Fix bug causing utf8 encoding of 8bit strings in Net::Cmd
* Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea
* Fixed bug causing removal of last character on the line when
doing ASCII FTP transfers
Enhancements
* Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec
* Changed default for FTP transfers to be passive
* Added support for FTP FEAT command
Diffstat (limited to 'net/p5-Net/Makefile')
-rw-r--r-- | net/p5-Net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index c3de0d8bdeb..3b7776380bd 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2007/02/05 23:06:55 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/06/01 18:23:05 wiz Exp $ -DISTNAME= libnet-1.20 -PKGNAME= p5-Net-1.20 +DISTNAME= libnet-1.21 +PKGNAME= p5-Net-1.21 SVR4_PKGNAME= p5net CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} |