diff options
author | vs <vs@FreeBSD.org> | 2004-05-15 22:21:47 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-15 22:21:47 +0800 |
commit | 1e6ae276ae29e79ab7509fff4ef123213efecdd4 (patch) | |
tree | 5e572f96adca240fa9bd40fc623e564f9920874a /dns | |
parent | 33409e156fc7bfa35c302c5018107c34c07fe983 (diff) | |
download | freebsd-ports-gnome-1e6ae276ae29e79ab7509fff4ef123213efecdd4.tar.gz freebsd-ports-gnome-1e6ae276ae29e79ab7509fff4ef123213efecdd4.tar.zst freebsd-ports-gnome-1e6ae276ae29e79ab7509fff4ef123213efecdd4.zip |
Update to 2.1.0: New networking code allows a single server to handle both
UDP and TCP connections.
(Remove cruft from pkg-descr while here)
PR: ports/66651
Submitted by: Olafur Osvaldsson
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 2 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 | ||||
-rw-r--r-- | dns/nsd/pkg-descr | 6 |
3 files changed, 3 insertions, 9 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index fcc040d5893e..b773d56ece0a 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nsd -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 1f9219607583..b1be40a1b266 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,2 +1,2 @@ -MD5 (nsd-2.0.2.tar.gz) = 6e2634f0edb81ed2d248975783644432 -SIZE (nsd-2.0.2.tar.gz) = 209062 +MD5 (nsd-2.1.0.tar.gz) = d2b6246c1b639ca23894f95b4203f016 +SIZE (nsd-2.1.0.tar.gz) = 215442 diff --git a/dns/nsd/pkg-descr b/dns/nsd/pkg-descr index cf4aa60ed877..1b42a0b144e2 100644 --- a/dns/nsd/pkg-descr +++ b/dns/nsd/pkg-descr @@ -1,10 +1,4 @@ NSD (Name Server Daemon) is a complete implementation of an authoritative DNS nameserver. -For more information: - WWW: http://www.nlnetlabs.nl/nsd - -The source code is available from: - -WWW: http://www.nlnetlabs.nl/downloads/nsd |