notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
nsd2 An authoritative only non-recursive name server
2.3.7_2 dns Deleted on this many watch lists=3 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.7_2Version of this port present on the latest quarterly branch.
Forbidden FORBIDDEN: Vulnerable since 2009-05-19, http://portaudit.freebsd.org/37a8603d-4494-11de-bea7-000c29a67389.html
Expired This port expired on: 2011-10-14
Ignore IGNORE: is forbidden: Vulnerable since 2009-05-19, http://portaudit.freebsd.org/37a8603d-4494-11de-bea7-000c29a67389.html
Maintainer: jaap@NLnetLabs.nl search for ports maintained by this maintainer
Port Added: 2006-11-01 13:50:07
Last Update: 2011-09-30 18:58:40
SVN Revision: UNKNOWN
People watching this port, also watch:: fakeroot, fetchmail, xorg-docs
Also Listed In: ipv6
License: not specified in port
WWW:
http://www.nlnetlabs.nl/nsd
Description:
NSD (Name Server Daemon) is a complete implementation of an authoritative DNS nameserver. WWW: http://www.nlnetlabs.nl/nsd
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • nsd>0:dns/nsd2
No installation instructions:
This port has been deleted.
PKGNAME: nsd
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for nsd-2.3.7_2: ROOT_SERVER=Off (default) "Configure NSD as a root server" IPV6=On (default) "Enable IPv6 support" DNSSEC=On (default) "Enable DNSSEC" AXFR=On (default) "Enable AXFR" BIND8_STATS=Off (default) "Enable BIND8 like NSTATS & XSTATS" NSID=Off (default) "Enable NSID support" PLUGINS=Off (default) "Enable plugin support" CHECKING=Off (default) "Enable internal runtime checks" TSIG=On (default) "Enable TSIG support" MMAP=Off (default) "Load database using mmap(2)" ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.rhnet.is/pub/nsd/
  3. http://www.nlnetlabs.nl/downloads/nsd/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.7_2
30 Sep 2011 18:58:40
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove dns/nsd2 at maintainer's request:

This version of nsd is end of life since 2007 and unsupported.
See the details at http://nlnetlabs.nl/projects/nsd/nsd-v2.html.

The current version also contains a vulnerability. It is much
more sensible to move to a supported version (as available in
the port dns/nsd).

PR:             ports/161122
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2.3.7_2
26 Sep 2011 09:24:20
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
2.3.7_2
30 Mar 2011 16:13:42
Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
 - change maintainers mail address

 Appoved by maintainer via mail
2.3.7_2
20 Mar 2011 12:54:45
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Get Rid MD5 support
2.3.7_2
05 Jun 2010 20:39:18
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Add a EOL message

PR:             145780
Submitted by:   maintainer
2.3.7_1
27 Mar 2010 00:15:24
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2.3.7_1
20 Mar 2010 18:02:23
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Pass maintainership to Jaap Akkerhuis <jaap@nlnetlabs.nl>

PR:             144864
Submitted by:   Olafur Osvaldsson <osvaldsson@icelandic.net> (previous
maintainer)
2.3.7_1
15 Jul 2009 16:56:10
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2.3.7_1
19 May 2009 17:16:14
Original commit files touched by this commit This port version is marked as vulnerable.
wxs search for other commits by this committer
- Fix a one-byte buffer overflow (vuxml entry coming shortly).
- Update maintainers address.

PR:             ports/134700
Submitted by:   Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer)
2.3.7
21 Aug 2008 06:18:49
Original commit files touched by this commit This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.7
17 Apr 2007 18:51:01
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.3.7

PR:             111733
Submitted by:   Olafur Osvaldsson <oli@isnic.is> (maintainer)
2.3.6_1
20 Nov 2006 20:33:07
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Fix pkg-plist

PR:             105685
Submitted by:    Olafur Osvaldsson (maintainer)
2.3.6
05 Nov 2006 05:57:02
Original commit files touched by this commit This port version is marked as vulnerable.
alepulver search for other commits by this committer
- Add CONFLICTS with dns/nsd and avoid duplicate LATEST_LINK.
2.3.6
31 Oct 2006 17:27:32
Original commit files touched by this commit This port version is marked as vulnerable.
alepulver search for other commits by this committer
NSD (Name Server Daemon) is a complete implementation of an
authoritative DNS nameserver.

WWW:    http://www.nlnetlabs.nl/nsd

PR:             ports/104469
Submitted by:   oli at isnic.is

Number of commits found: 14