diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 40bf7f1591e7..82f7ffa26201 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.15 +PORTVERSION= 4.1.16 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 5d6de1e02c9c..db702dde0309 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487325750 -SHA256 (nsd-4.1.15.tar.gz) = 494a862cfcd26a525a4bf06306eb7ab0387b34678ac6d37767507438e3a23a4b -SIZE (nsd-4.1.15.tar.gz) = 1087383 +TIMESTAMP = 1493107885 +SHA256 (nsd-4.1.16.tar.gz) = 7f8367ad23cc5cddffa885e7e2f549123c8b4123db9726df41d99f255d6baab2 +SIZE (nsd-4.1.16.tar.gz) = 1088633 diff --git a/dns/nsd/files/patch-query.c b/dns/nsd/files/patch-query.c deleted file mode 100644 index 467aea23c4b2..000000000000 --- a/dns/nsd/files/patch-query.c +++ /dev/null @@ -1,20 +0,0 @@ ---- query.c.orig 2017-03-09 14:53:32 UTC -+++ query.c -@@ -664,7 +664,7 @@ add_additional_rrsets(struct query *quer - temp->rnode = NULL; - temp->dname = additional->dname; - #else -- memcpy(&temp->node, &additional->node, sizeof(rbnode_t)); -+ memcpy(&temp->node, &additional->node, sizeof(rbnode_type)); - temp->node.parent = NULL; - #endif - temp->number = additional->number; -@@ -1113,7 +1113,7 @@ answer_authoritative(struct nsd *nsd, - match->rnode = NULL; - match->dname = wildcard_child->dname; - #else -- memcpy(&match->node, &wildcard_child->node, sizeof(rbnode_t)); -+ memcpy(&match->node, &wildcard_child->node, sizeof(rbnode_type)); - match->node.parent = NULL; - #endif - match->parent = closest_encloser;