2004-03-07 02:42:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.20 2004/03/07 01:42:09 heinz Exp $
|
1999-11-08 02:06:49 +01:00
|
|
|
#
|
|
|
|
|
2004-03-07 02:42:09 +01:00
|
|
|
DISTNAME= Net-DNS-0.46
|
2000-08-27 09:10:59 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= p5ndn
|
1999-11-08 02:06:49 +01:00
|
|
|
CATEGORIES= net perl5
|
2002-09-09 02:22:22 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
|
|
|
|
http://www.net-dns.org/download/
|
1999-11-08 02:06:49 +01:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= hubertf@NetBSD.org
|
2002-09-09 02:22:22 +02:00
|
|
|
HOMEPAGE= http://www.net-dns.org/
|
2003-11-26 06:59:50 +01:00
|
|
|
COMMENT= Perl5 module for DNS resolution
|
1999-11-08 02:06:49 +01:00
|
|
|
|
2002-09-09 02:22:22 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple
|
|
|
|
DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
|
|
|
|
DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
|
2003-03-03 11:56:57 +01:00
|
|
|
DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
|
2002-09-09 02:22:22 +02:00
|
|
|
|
2004-01-05 23:16:24 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
|
|
|
USE_BUILDLINK3= YES
|
2004-02-10 03:22:49 +01:00
|
|
|
PERL5_REQD+= 5.6.0
|
Update to 0.45.
Patch to enable online tests no longer necessary.
Changes since 0.42:
Revision history for Net::DNS
=============================
*** 0.45 January 8, 2004
No changes from 0.44_02.
** 0.44_02 January 3, 2004
The XS detection code was broken. We actually use the XS bits now.
Major cleanups/optimizations of the various RR subclasses. This release
of Net::DNS is over twice as fast at parsing dns packets as 0.44.
** NOTICE **
$rr->rdatastr no longer returns '; no data' if the RR record has no
data. This happens in $rr->string now.
Net::DNS::Packet::safe_push() no longer exists. The method is now only
avalible from Net::DNS::Update objects.
** 0.44_01 January 3, 2004
Net::DNS::RR objects were not playing nice with Storable, this caused
the axfr demo script to fail. Thanks to Joe Dial for the report.
** NOTICE **
This may cause RR objects that are already serialize to not deserialize
correctly.
Reply handlers in Net::DNS::Nameserver are now passed the query object.
Fixed a nasty bug in Nameserver.pm related to the qr bit. As Olaf
explained:
Replies are sent if the query has its "qr" bit set. The "qr" bit is an
indication that the packet is sent as a response to a query. Since
there are more implementations that suffer from this bug one can cause
all kinds of nasty ping-pong loops by spoofing the initial packet or
have an infinite query loop by spoofing a query from the localhost:53
address.
Various Win32/Cygwin cleanups from Sidney Markowitz.
*** 0.44 December 12, 2003
The Wrath of CPAN Release.
CPAN.pm doesn't understand the nature of revision numbers. 1.10 is
newer than 1.9; but CPAN.pm treats them as floats. This is bad.
All the internal version numbers in Net::DNS have been bumped to
2.100 in order to fix this.
No actual code changes in this release.
*** 0.43 December 11, 2003
Added warning of deprecation of Net::DNS::Packet::safe_push. This will
move into Net::DNS::Update, as Net::DNS::Update is now a proper subclass
of Net::DNS::Packet.
** 0.42_02 December 11, 2003
Fixed a long standing bug with zone transfers in the "many-answers" format.
CPAN #1903.
Added the '--online-tests' flag to Makefile.PL. This activates the online
tests without asking the user interactively. "--no-online-tests" turns
the tests off.
Cleaned up Makefile.PL a little. The "--pm" flag is now deprecated, use
"--no-xs" instead.
Added support for unknown RR types (rfc3597). Note for developers: the
typesbyname, typesbyval, classesbyname and classesbyval hashes should
not be used directly, use the same named wrapper functions
instead. [Olaf Kolkman]
Added two hashes for administrative use; they store which types are
qtypes and metatypes (rfc2929). [Olaf Kolkman]
** 0.42_01 November 30, 2003
Major work to get Net::DNS functioning properly on Cygwin by Sidney
Markowitz.
Fixed a bug in Net::DNS::Nameserver's error handling. CPAN #4195
2004-01-18 23:36:52 +01:00
|
|
|
MAKE_PARAMS= --online-tests
|
2002-09-09 02:22:22 +02:00
|
|
|
|
2000-08-27 09:10:59 +02:00
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist
|
1999-11-08 02:06:49 +01:00
|
|
|
|
2002-10-06 04:37:56 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
1999-11-08 02:06:49 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|