diff options
author | pawel <pawel@FreeBSD.org> | 2016-10-02 00:37:31 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-10-02 00:37:31 +0800 |
commit | 11011c3f4a0cb5d094ff59a4396965e2fde5b9b9 (patch) | |
tree | ee93569cf92684a6ad4d8a7b66fd19884cb20635 /dns | |
parent | ad5ee9174d3a5e754cea038bddf97b7c315e4032 (diff) | |
download | freebsd-ports-gnome-11011c3f4a0cb5d094ff59a4396965e2fde5b9b9.tar.gz freebsd-ports-gnome-11011c3f4a0cb5d094ff59a4396965e2fde5b9b9.tar.zst freebsd-ports-gnome-11011c3f4a0cb5d094ff59a4396965e2fde5b9b9.zip |
Update to version 4.1.13
SUMMARY:
Some features, such as multi master check option that does not upgrade
from the first master that answers, but picks the best one.
Additional section handling for type SRV. And bug fixes.
FEATURES:
- multi-master-check: yes can be used to check all masters for the
last version, using the higher version from the configured masters,
from Manabu Sonoda.
- Support RR type OPENPGPKEY from RFC 7929.
- Can config key algorithms with the digest name, eg. 'sha256'.
- configure --disable-radix-tree for about 15% lower memory usage.
- for type SRV add A/AAAA to the additional section (if possible),
just like we already do for type MX.
- more extensible edns option handling.
BUG FIXES:
- Fix compile warnings about unused result from write and strtol.
and signcompare in minmax retrytime.
- Fix #812: fix that make depend fails after distribution.
- Fix #817: xfrd update failed loop.
- Add robustness against unallocated data in nsec3 trees.
- Fix README spelling error of BSD license (reported by Joerg Jung).
- Fix multimaster for not tried full zone transfer for a expired zone.
- Fix #827: fix compile with openssl 1.1.0 with api=1.1.0.
PR: 213021
Submitted by: maintainer
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 9 | ||||
-rw-r--r-- | dns/nsd/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index cc39f5c9a1ca..2b81cf81561b 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.12 +PORTVERSION= 4.1.13 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -50,8 +50,9 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ differences.tex OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ - MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN -OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL + MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN \ + RADIXTREE +OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL RADIXTREE OPTIONS_SUB= yes MUNIN_PLUGIN_IMPLIES= BIND8_STATS @@ -66,6 +67,7 @@ MMAP_DESC= Use mmap instead of malloc (experimental) RRL_DESC= Response Rate Limiting ZONE_STATS_DESC= Separate statistics for each zone MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS) +RADIXTREE_DESC= Enabled: more (15%) memory use but less CPU cycles LIB_DEPENDS+= libevent.so:devel/libevent2 @@ -79,6 +81,7 @@ MMAP_CONFIGURE_ENABLE= mmap RRL_CONFIGURE_ENABLE= ratelimit ZONE_STATS_CONFIGURE_ENABLE= zone-stats IPV6_CONFIGURE_ENABLE= ipv6 +RADIXTREE_CONFIGURE_ENABLE= radix-tree post-build-MUNIN_PLUGIN-on: ${REINPLACE_CMD} \ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index a042f9e33ee4..35c5ef9c9a4a 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472804520 -SHA256 (nsd-4.1.12.tar.gz) = fd1979dff1fba55310fd4f439dc9f3f4701d435c0ec4fb9af533e12c7f27d5de -SIZE (nsd-4.1.12.tar.gz) = 1080273 +TIMESTAMP = 1474969514 +SHA256 (nsd-4.1.13.tar.gz) = c45cd4ba2101a027e133b2be44db9378e27602e05f09a5ef25019e1ae45291af +SIZE (nsd-4.1.13.tar.gz) = 1085701 |