diff options
author | erwin <erwin@FreeBSD.org> | 2015-09-22 00:03:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-09-22 00:03:54 +0800 |
commit | 670de4ddc2c7d4be5bf306a5c6a815d5f4458559 (patch) | |
tree | 5a77239b0213901e7e7b74c969abb3ab079e87e5 /dns | |
parent | 06fb0ed1b18beee92de9dba5c3d85d944e392a73 (diff) | |
download | freebsd-ports-gnome-670de4ddc2c7d4be5bf306a5c6a815d5f4458559.tar.gz freebsd-ports-gnome-670de4ddc2c7d4be5bf306a5c6a815d5f4458559.tar.zst freebsd-ports-gnome-670de4ddc2c7d4be5bf306a5c6a815d5f4458559.zip |
Upgrade from 4.1.3 to version to 4.1.5 (includes up 4.1.4)
FEATURES:
- RFC7553 RR Type URI support.
- removed hardcoded interface limit, --with-max-ips removed.
- Admitted axfrs are logged at verbosity 1. Refused at verbosity 2.
Major BUG FIXES:
- Fix NSID response for short edns sizes.
- Fix that for expired zones NSD performs an AXFR and accepts newer
and older serial numbers.
PR: 203231
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 6 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 8dd56c17c861..6517927d71b2 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.5 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -51,7 +51,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ differences.tex OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ - MINRESPSIZE NSEC3 MMAP MAXIPS DOCS RRL ZONE_STATS MUNIN_PLUGIN + MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL OPTIONS_SUB= yes @@ -62,7 +62,6 @@ CHECKING_DESC= Internal run-time checks NSEC3_DESC= NSEC3 support MINRESPSIZE_DESC= Minimial response sizing MMAP_DESC= Use mmap instead of malloc (experimental) -MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} RRL_DESC= Response Rate Limiting ZONE_STATS_DESC= Separate statistics for each zone MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS) @@ -77,7 +76,6 @@ CHECKING_CONFIGURE_ENABLE= checking NSEC3_CONFIGURE_ENABLE= nsec3 MINRESPSIZE_CONFIGURE_ENABLE= minimal-responses MMAP_CONFIGURE_ENABLE= mmap -MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS} RRL_CONFIGURE_ENABLE= ratelimit ZONE_STATS_CONFIGURE_ENABLE= zone-stats diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 18b673d539a2..9d2c5165d017 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (nsd-4.1.3.tar.gz) = 097cb295cdd3e8a73a8afac343caf0fca11b72b2214b022689ddc423312d17e5 -SIZE (nsd-4.1.3.tar.gz) = 1068672 +SHA256 (nsd-4.1.5.tar.gz) = 105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa +SIZE (nsd-4.1.5.tar.gz) = 1070873 |