diff options
author | mjl <mjl@pkgsrc.org> | 2002-01-19 02:57:52 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-01-19 02:57:52 +0000 |
commit | c29885ce1ec32e2b94e64ebda361d0025477593c (patch) | |
tree | 922a1ab0387dffb115a3c082ebfda42f57ba000a /net/p5-Net | |
parent | f02ea6fdc04b67f51b91c4493acb9d16424726b1 (diff) | |
download | pkgsrc-c29885ce1ec32e2b94e64ebda361d0025477593c.tar.gz |
Update to 1.09.1 (libnet 1.0901).
Make tests run with 5.004
Net::SMTP
- Don't attempt to resolve the hostname to send in the greating.
If it is not provided, use localhost.localdomain
(patch from Eduardo P?rez Ureta)
netrc.t - fix RE for libnet_t.pl
Various doc cleanups
Net::FTP
- Dont send QUIT on DESTROY. Causes problems when fork() is used.
Net::Domain
- Fix bug causing $_ to be modified
Net::FTP
- Send -anonymous@ as the password for the anonymous user, not
the real username.
Net::SMTP
- Add support for SASL AUTH (only PLAIN right now)
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index d6833662b7a..5259bb5137c 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2001/11/26 06:50:09 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2002/01/19 02:57:52 mjl Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # -DISTNAME= libnet-1.09 -PKGNAME= p5-Net-1.09 +DISTNAME= libnet-1.0901 +PKGNAME= p5-Net-1.09.1 SVR4_PKGNAME= p5net CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index acbbd8cd106..3e2a59d255c 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/11/22 08:35:58 martti Exp $ +$NetBSD: distinfo,v 1.4 2002/01/19 02:57:52 mjl Exp $ -SHA1 (libnet-1.09.tar.gz) = 09fb95b5ee1ba50044937fa5ffd060a38a2ae06a -Size (libnet-1.09.tar.gz) = 60585 bytes +SHA1 (libnet-1.0901.tar.gz) = bb057a8662256319ea87f0694cb193173c29227f +Size (libnet-1.0901.tar.gz) = 63556 bytes SHA1 (patch-aa) = 655b2ee1c751818c7f90123dfde0cb06a8237b34 |