| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.21 20 May 2016 18:27:09 👁 Revision:415568 👁 Original commit message 👁 files touched by this commit
|
rene 👁 search for other commits by this committer
|
Remove expired port:
2016-05-20 dns/nsd3: NSD 3 is EOL, please upgrade to NSD 4 in dns/nsd |
3.2.21 13 Mar 2016 20:08:48 👁 Revision:411028 👁 Original commit message 👁 files touched by this commit
|
ohauer 👁 search for other commits by this committer
|
- update to 3.2.21
Changes:
Fix potential segfault in zone transfer corner case.
NSD 3 is end of life and support stops on May 20th, 2016.
BUG FIXES:
- Define _DEFAULT_SOURCE with _BSD_SOURCE for glibc 2.20 on Linux.
(Same as NSD 4.1.8).
- Fix #736: segfault during zone transfer. (Same as NSD 4.1.8).
PR: 207952
Submitted by: jaap@NLnetLabs.nl (maintainer)
MFH: 2016Q1 |
3.2.20 16 Dec 2015 05:10:48 👁 Revision:403837 👁 Original commit message 👁 files touched by this commit
|
miwi 👁 search for other commits by this committer
|
- Update to 3.2.20
- Switch to options heler
PR: 205290
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: D4578 |
3.2.19_1 30 Oct 2015 22:43:16 👁 Revision:400556 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992 |
3.2.19 28 May 2015 19:29:43 👁 Revision:387762 👁 Original commit message 👁 files touched by this commit
|
erwin 👁 search for other commits by this committer
|
Warn users of the EOL and set expiration date.
Submitted by: mat
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by: DK Hostmaster A/S |
3.2.19 28 May 2015 13:33:22 👁 Revision:387726 👁 Original commit message 👁 files touched by this commit
|
erwin 👁 search for other commits by this committer
|
iupgrade to 3.2.19
FEATURES:
- Synthesize CNAMEs with same TTL as DNAME.
- RFC 7344: CDS and CDNSKEY (read in).
- hmac sha224, sha384 and sha512 support, patch from David Gwynne.
- max-interfaces raised to 32.
BUG FIXES:- Fix endian.h include for OpenBSD.
- Fix per-zone query class statistics.
- Fixes for wildcard addition and deletion.
- Fixes to zonec origin and b64 read (like in NSD 4.1.2).
- Fix tcp waiting list for zone transfers where the bind and connect calls
fail. (like in NSD 4.1.2)
- Removed compiler warnings from lex about unput and input functions.
NSD 3 is end-of-life. Please install an NSD 4 package if you want to
use NSD. Our support commitment lasts for about a year. For details,
see http://www.nlnetlabs.nl/pipermail/nsd-users/2015-May/002100.html .
PR: 200491
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
3.2.18 01 Dec 2014 23:25:51 👁 Revision:373728 👁 Original commit message 👁 files touched by this commit
|
ohauer 👁 search for other commits by this committer
|
- use new @dir macros to create empty folders |
3.2.18 27 Oct 2014 12:13:23 👁 Revision:371557 👁 Original commit message 👁 files touched by this commit
|
bapt 👁 search for other commits by this committer
|
Cleanup plist |
3.2.18 30 Jul 2014 14:50:04 👁 Revision:363484 👁 Original commit message 👁 files touched by this commit
|
wg 👁 search for other commits by this committer
|
dns/nsd3: update to 3.2.18
PR: 192273
Submitted by: maintainer |
3.2.17_1 23 Feb 2014 23:58:35 👁 Revision:345777 👁 Original commit message 👁 files touched by this commit
|
ohauer 👁 search for other commits by this committer
|
- remove duplicate PORTDOCS (from r343903)
- remove pre-patch delay
- remove PKGMESSAGE and PKG-INSTALL from post-install section
- move MANx into pkg-plist
- move pkg-install and pkg-deinstall into pkg-plist
- adopt ${opt}_ENABLE|ON syntax |
3.2.17 12 Feb 2014 10:52:24 👁 Revision:343903 👁 Original commit message 👁 files touched by this commit
|
erwin 👁 search for other commits by this committer
|
Reinstated PKGNAMESUFFIX which was missing
Added STAGING support
Other small changes to make portlint happy
PR: 186630
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
3.2.17 07 Feb 2014 14:47:22 👁 Revision:343251 👁 Original commit message 👁 files touched by this commit
|
decke 👁 search for other commits by this committer
|
- Update to 3.2.17
- Add notice that support for nsd3 will stop in the future
FEATURES:
- Support for CAA RR type (RFC6844).
- EUI48 and EUI64 RR types (RFC7043) enabled by default.
BUG FIXES:
- Bugfix #509: USE_ZONE_STATS used initialised memory for statistics data.
- Bugfix #510: USE_ZONE_STATS use a different zone stats file per process.
- Bugfix #542: Match RRSIG TTL with SOA TTL in negative response.
PR: ports/186307
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
3.2.16 12 Nov 2013 13:24:45 👁 Revision:333569 👁 Original commit message 👁 files touched by this commit
|
erwin 👁 search for other commits by this committer
|
Please welcome NSD 4.0.0
For all new features, see
http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/doc/NSD-4-features
This version replaces the nsdc control program with nsd-control.
This requires some manual setup with nsd-control-setup and editing
of the config files. nsd-control is incompatible with nsdc so when
that is used in scripts, these should be adapted.
NSD 3 is still supported as dns/nsd3.
PR: 183888
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |