diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-06-15 00:49:59 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-06-15 00:49:59 +0000 |
commit | a5e07169fa665e9d78d522d8a7dfb58553a5e09e (patch) | |
tree | c6c297b0f1eb389f15be73aa48492d15f70e98d2 | |
parent | Update Mozilla japanese language package (diff) |
Update to 0.23:
Fixed Net::DNS::mx() to work properly in scalar context.
Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
a hostname as an argument.
Notes
Notes:
svn path=/head/; revision=61307
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-DNS/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-DNS/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 993c968dd1ce..b08a76cdf1b7 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 176f17fce426..91e37eb8afe1 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1 +1 @@ -MD5 (Net-DNS-0.22.tar.gz) = 84009860add45090c05887de71948ce3 +MD5 (Net-DNS-0.23.tar.gz) = 2d0a02e8288da289f65648f8ab4dd713 diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 993c968dd1ce..b08a76cdf1b7 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index 176f17fce426..91e37eb8afe1 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1 +1 @@ -MD5 (Net-DNS-0.22.tar.gz) = 84009860add45090c05887de71948ce3 +MD5 (Net-DNS-0.23.tar.gz) = 2d0a02e8288da289f65648f8ab4dd713 |