diff options
author | shell <shell> | 2002-06-03 13:06:20 +0000 |
---|---|---|
committer | shell <shell> | 2002-06-03 13:06:20 +0000 |
commit | 97a682b5a6c83299c31ab6d35bec870e20eb0d9d (patch) | |
tree | 64a8b3c3598da616ec7ca75c745e661d2f1a0e90 /net/p5-Net | |
parent | 6eae84fb8702400781c80474c978ab26c6484267 (diff) | |
download | pkgsrc-97a682b5a6c83299c31ab6d35bec870e20eb0d9d.tar.gz |
Updated p5-Net from 1.11 to 1.12
Changes :
Net::SMTP - Use Authen::SASL to do auth
Net::SMTP - Minor change to address sanitize code, mainly to allow <>
Net::FTP - Minor change to pattern to extract unique filename from
server response
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 72b2d502ebf..b11cf1f57b8 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2002/04/17 10:36:22 shell Exp $ +# $NetBSD: Makefile,v 1.27 2002/06/03 13:06:20 shell Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # -DISTNAME= libnet-1.11 -PKGNAME= p5-Net-1.11 +DISTNAME= libnet-1.12 +PKGNAME= p5-Net-1.12 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 50af27d36ee..d3534fafd5c 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2002/04/17 10:36:22 shell Exp $ +$NetBSD: distinfo,v 1.7 2002/06/03 13:06:20 shell Exp $ -SHA1 (libnet-1.11.tar.gz) = 1678fcd6a8728c3c641ea2958af97a74373130fb -Size (libnet-1.11.tar.gz) = 65502 bytes +SHA1 (libnet-1.12.tar.gz) = 51f3bc4fb76d72ec6fb8c9264b5324b5ae44737a +Size (libnet-1.12.tar.gz) = 65841 bytes SHA1 (patch-aa) = 655b2ee1c751818c7f90123dfde0cb06a8237b34 |