aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2015-09-22 00:03:54 +0800
committererwin <erwin@FreeBSD.org>2015-09-22 00:03:54 +0800
commit670de4ddc2c7d4be5bf306a5c6a815d5f4458559 (patch)
tree5a77239b0213901e7e7b74c969abb3ab079e87e5 /dns
parent06fb0ed1b18beee92de9dba5c3d85d944e392a73 (diff)
downloadfreebsd-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/Makefile6
-rw-r--r--dns/nsd/distinfo4
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
92e895a11b25d3d4e8efed62ce419ef91a06970'>Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-2131-79/+46 * - Fix build after iconv change [1]madpilot2013-09-141-3/+2 * - convert to the new perl5 frameworkaz2013-09-121-6/+3 * - convert to the new perl5 frameworkaz2013-09-121-6/+3 * Add an explicit dependency on pkgconfbapt2013-09-061-2/+1 * . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isbsam2013-09-063-4/+3 * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1 * Add an explicit dependency on pkgconfbapt2013-09-031-2/+1 * Add an explicit dependency on pkgconfantoine2013-09-031-1/+1 * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 * Add an explicit dependency on pkgconfantoine2013-09-031-1/+1 * Add an explicit dependency on pkgconfantoine2013-09-031-1/+1 * Remove expired ports:rene2013-08-286-362/+0 * - Remove MAKE_JOBS_SAFE variableak2013-08-154-4/+0 * - Convert to new perl frameworkaz2013-08-031-7/+2 * Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-271-0/+3 * Convert to new options frameworkbapt2013-06-071-10/+9 * Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-7/+9 * Fix build on currentbapt2013-05-061-1/+1 * In preparation of removing devel/libusb (expires 2013-04-30), remove itrene2013-04-301-3/+0 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-286-10/+6 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-262-3/+2 * - Convert USE_GETTEXT to USES (part 1)ak2013-04-243-6/+3 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-234-6/+4 * Reassign skv@ ports to the heapbapt2013-04-221-6/+2 * - Fix typo in OptionsNG conversionwg2013-04-071-1/+1 * - Broken fails to buildmiwi2013-04-021-0/+1 * Style: tab -> space.eadler2013-03-291-1/+1 * Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-4/+0 * Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-282-11/+6 * Readd removed commentsbdrewery2013-03-221-0/+2 * Convert to new options framework ports in p* catoriesbapt2013-03-221-16/+12 * Add an explicit dependency on pkgconfbapt2013-03-221-6/+4 * Add an explicit dependency on pkgconfbapt2013-03-221-6/+2 * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-193-3/+3 * In categories starting with [n-s], remove empty lines (and also few cases ofdanfe2013-03-171-1/+0 * Convert USE_BISON to USES= bisonbapt2013-03-081-7/+3 * Convert to new options frameworkbapt2013-02-211-6/+5 * - Reassign ports from avl@ back to pool at his request.fluffy2013-02-215-5/+5 * Chase boost updatebapt2013-01-311-2/+2 * Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-7/+2 * - Fix the code instead of suppressing the compiler errorgahr2012-11-302-1/+12 * Fix build with clangbapt2012-11-301-7/+2 * 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtkbapt2012-11-284-29/+0 * Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-5/+4 * 2012-10-20 security/sscep: No more public distfilesbapt2012-10-2610-359/+0 * Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1 * use USE_PKGCONFIG= buildbapt2012-10-061-2/+2 * Convert to new options frameworkbapt2012-10-041-10/+10 * - Reassign to the heap at maintainer's requesttabthorpe2012-09-221-6/+2 * Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's dist...bapt2012-09-211-0/+3 * - Register conflicts in my portspav2012-06-041-0/+2 * - update png to 1.5.10dinoex2012-06-019-8/+9 * Remove expired ports:ak2012-05-1913-348/+0 * Mark as deprecated and set expiration to 2012-05-10 for ports that are mark a...bapt2012-04-101-0/+3 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1 * - fix small typos in COMMENTeadler2011-11-151-1/+1 * Mark as broken on powerpc: does not compile.linimon2011-11-111-0/+4 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * Standardize WWW: tags a bit more:dougb2011-11-071-1/+2 * - Fix build on FreeBSD 10miwi2011-10-301-0/+1 * The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0 * Remove more tags from pkg-descr files fo the form:dougb2011-10-243-11/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-248-13/+8 * 2012-09-20 www/ruby-http-access: Deprecated upstream, please use www/rubygem-...bapt2011-09-2221-2607/+0 * - Track dependencies after databases/gdbm updategabor2011-09-121-2/+2 * Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ...kwm2011-08-242-2/+13 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-126-6/+5 * - Adjust WWW line with link to new author's sitefluffy2011-08-041-1/+1 * Deprecate some ports where I can't find distfiles and upstreambapt2011-08-03