diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-05 23:06:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-05 23:06:55 +0000 |
commit | 835e2fb34cb6d0f9be0f1dec0ace91a32ec30ba7 (patch) | |
tree | 1820075b69086faa8b9a5cd993e6f60e9f9c7dc4 /net/p5-Net | |
parent | 373b9b84797e1f2ee86468c5489f640bba581e0e (diff) | |
download | pkgsrc-835e2fb34cb6d0f9be0f1dec0ace91a32ec30ba7.tar.gz |
Update to 1.20:
libnet 1.20 -- Fri Feb 2 19:42:51 CST 2007
Bug Fixes
* Fixed incorrect handling of CRLF that straddled two blocks
* Fix bug in response() which was too liberal in what it thought was a response line
* Silence uninitialized value warnings in Net::Cmd during testing on Win32
* Documentations typos and updates
Enhancements
* Added support for ORCPT into Net::SMTP
* Support for servers that expect the USER command in upper or lower case. Try USER
first then try user if that fails
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 6d32bcd89cd..c3de0d8bdeb 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2006/11/05 17:31:10 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2007/02/05 23:06:55 wiz Exp $ -DISTNAME= libnet-1.19 -PKGNAME= p5-Net-1.19 +DISTNAME= libnet-1.20 +PKGNAME= p5-Net-1.20 SVR4_PKGNAME= p5net -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index ff75c47253e..d96201ac62f 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2005/12/01 20:25:44 wiz Exp $ +$NetBSD: distinfo,v 1.13 2007/02/05 23:06:55 wiz Exp $ -SHA1 (libnet-1.19.tar.gz) = 8da9d05f1ef346e07d9e1c74327174d98b13b13a -RMD160 (libnet-1.19.tar.gz) = a8d5c9b306cd29a220201dec067074ba0a08f308 -Size (libnet-1.19.tar.gz) = 64835 bytes +SHA1 (libnet-1.20.tar.gz) = 1a3b7294e17a9718c311c303aafb40ad98bc5da4 +RMD160 (libnet-1.20.tar.gz) = e6b30a45178eacfa60b1cbcfcecb96c6f08887b9 +Size (libnet-1.20.tar.gz) = 67954 bytes SHA1 (patch-aa) = 982c1b169f7be3ec06457f1227d612bb9e1062d2 |