diff options
author | erwin <erwin@FreeBSD.org> | 2014-09-05 19:20:42 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2014-09-05 19:20:42 +0800 |
commit | 0a1690016e3f6c689ffc3f1330002d91192d4d2a (patch) | |
tree | cebd6f4d8eca7c7f6ff422b5d794fd6e527d835a /UIDs | |
parent | 0170a37c6b90c452418b05ce22bfe55751908c44 (diff) | |
download | freebsd-ports-gnome-0a1690016e3f6c689ffc3f1330002d91192d4d2a.tar.gz freebsd-ports-gnome-0a1690016e3f6c689ffc3f1330002d91192d4d2a.tar.zst freebsd-ports-gnome-0a1690016e3f6c689ffc3f1330002d91192d4d2a.zip |
- Update to 4.1.0
- Use nsd instead of bind user
This release has new features and bugfixes. In nsd.conf you can
configure database: "" this makes NSD not use the large mmapped nsd.db
file, but instead read and write the zonefiles in text format, which
saves about 50% of the memory usage. Also zonefile reading and
writing has been optimised to be faster, as well as processing time
for zone transfers. NSD writes the (changed) zonefiles every hour.
The new nsd-checkzone tool reports if a zonefile parses so you can check
it before reading it into the daemon.
A bug is fixed where NSD 4 causes rising load average and memory
consumption on Linux systems, which is caused by a bug in Linux that
slowly deteriorates system performance by repeated recursive forks.
Full release notes: http://open.nlnetlabs.nl/pipermail/nsd-users/2014-September/002007.html
PR: 193332
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin opendnssec:*:215:215::0:0:Opendnssec Pseudo User:/nonexistent:/usr/sbin/nologin +nsd:*:216:216::0:0:Opendnssec Pseudo User:/nonexistent:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh rtpproxy:*:222:222::0:0:& user:/nonexistent:/sbin/nologin postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin |