diff options
author | sem <sem@FreeBSD.org> | 2004-11-30 20:58:19 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-30 20:58:19 +0800 |
commit | c16edf38e3d8f7f00fd4fc80af1ca926c4d95632 (patch) | |
tree | 5052e22f66633a4206289030e7f419115bb0eded | |
parent | 34d7d3e6f07f0da3e4ad9b3b01595d2f65e5a3c6 (diff) | |
download | freebsd-ports-gnome-c16edf38e3d8f7f00fd4fc80af1ca926c4d95632.tar.gz freebsd-ports-gnome-c16edf38e3d8f7f00fd4fc80af1ca926c4d95632.tar.zst freebsd-ports-gnome-c16edf38e3d8f7f00fd4fc80af1ca926c4d95632.zip |
- Update to 2.1.5
BUG FIXES:
- Bug #90: handle \000 in TXT records correctly
- Fixed undefined behavior in the use of vsnprintf when
logging messages.
PR: ports/74517
Submitted by: maintainer
-rw-r--r-- | dns/nsd/Makefile | 2 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 731a0bd29ca5..775834b4be73 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nsd -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index c8bc96c79b19..596cfe7dee2b 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,2 +1,2 @@ -MD5 (nsd-2.1.4.tar.gz) = 8aee452493b93f27c52e8b4dd2d5a161 -SIZE (nsd-2.1.4.tar.gz) = 225414 +MD5 (nsd-2.1.5.tar.gz) = 24e81b2bb25f0663e153e174bb585f04 +SIZE (nsd-2.1.5.tar.gz) = 225543 |