| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Sep 2011 18:58:40
2.3.7_2  |
dougb  |
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) |
26 Sep 2011 09:24:20
2.3.7_2  |
dougb  |
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. |
30 Mar 2011 16:13:42
2.3.7_2  |
ohauer  |
- change maintainers mail address
Appoved by maintainer via mail |
20 Mar 2011 12:54:45
2.3.7_2  |
miwi  |
- Get Rid MD5 support |
05 Jun 2010 20:39:18
2.3.7_2  |
miwi  |
- Add a EOL message
PR: 145780
Submitted by: maintainer |
27 Mar 2010 00:15:24
2.3.7_1  |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
20 Mar 2010 18:02:23
2.3.7_1  |
miwi  |
- Pass maintainership to Jaap Akkerhuis <jaap@nlnetlabs.nl>
PR: 144864
Submitted by: Olafur Osvaldsson <osvaldsson@icelandic.net> (previous
maintainer) |
15 Jul 2009 16:56:10
2.3.7_1  |
dougb  |
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. |
19 May 2009 17:16:14
2.3.7_1  |
wxs  |
- Fix a one-byte buffer overflow (vuxml entry coming shortly).
- Update maintainers address.
PR: ports/134700
Submitted by: Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer) |
21 Aug 2008 06:18:49
2.3.7  |
rafan  |
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 ) |
17 Apr 2007 18:51:01
2.3.7  |
miwi  |
- Update to 2.3.7
PR: 111733
Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer) |
20 Nov 2006 20:33:07
2.3.6_1  |
miwi  |
- Fix pkg-plist
PR: 105685
Submitted by: Olafur Osvaldsson (maintainer) |
05 Nov 2006 05:57:02
2.3.6  |
alepulver  |
- Add CONFLICTS with dns/nsd and avoid duplicate LATEST_LINK. |
31 Oct 2006 17:27:32
2.3.6  |
alepulver  |
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 |