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)
This commit is contained in:
parent
f02ea6fdc0
commit
c29885ce1e
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue