1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

77 Commits

Author SHA1 Message Date
Guido Falsi
22fe874022 - Update to 4.0.3
PR:		ports/187596
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-03-24 12:55:26 +00:00
Olli Hauer
6a316de552 - remove pre-patch delay
- remove PKG-INSTALL from post-install (not used with staging)
- move pkg-install and pkg-deinstall into pkg-plist

Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer, per PM)
2014-02-23 23:31:43 +00:00
Pawel Pekala
0f9de52d03 Prefer CONFIGURE_ENABLE over CONFIGURE_ON/OFF
Suggested by:	mat@
2014-02-22 13:14:55 +00:00
Pawel Pekala
117125bd1d - Fix man installation after port was stagified [1]
- Convert LIB_DEPENDS to new format [1]
- Remove leading article from COMMENT
- Switch to options helpers
- Conditional installation of docs is not needed with stage
- Don't show pkg-message twice

PR:		ports/186693 [1]
Submitted by:	Denis Generalov <gd.workbox@gmail.com>
Approved by:	maintainer
2014-02-22 12:47:25 +00:00
Erwin Lansing
4850dccd63 There was a wrong rc script in the port preventing the daemon to run.
Added STAGING support

Added LICENSE (NSD3CLAUSE) statement

Other small changes to make portlint more happy

PR:		186631
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-12 10:46:24 +00:00
Bernhard Froehlich
13c57fa0a8 - Update to 4.0.1
- Cleanup rc script

FEATURES:
- recognizes ip-address and interface as synonyms for convenience.
- Support for EUI48 and EUI64 RR types enabled by default (RFC 7043).
- Support for CAA RRtype (RFC 6844).
- NSID can be set with "ascii_somestring" in ascii.

BUG FIXES:
- Fix xfrd when zone transfer TCP contains zero length packets.
- Fix for NSEC3 zones where parent zone is co-hosted, also NSEC3,
because AXFRs overwrote nsec3 administration in the child zone.
- Fix that bad IXFR updates do not result in double SOA records,
and that an AXFR is started (attempted) when the zone state seems
to be inconsistent with the master's zone state.
- Log ip address for sendto and sendmmsg failures.
- Fix segfaults after read of zones with rr type WKS from zonefile.
- Seed PRNG for openssl at start of daemon, fixes SSL connection issue.
- Bugfix #534: IXFR query loop over UDP for zones that are unchanged.
- (same as in 3.2.16): fix wildcard cname to nxdomain repeated rrset.
- (same as in 3.2.16): Bugfix #542: Match RRSIG TTL with SOA TTL in
negative response.
- Check if configure in srcdir collides with outofdir build.
- Fix #546: output format errors in nsd_munin_ (Thanks Tom Hendrikx).
- Fix printout of high-chars in TXT on NetBSD.

PR:		ports/186308
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-02-07 14:44:23 +00:00
Erwin Lansing
17867420bb 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>
2013-11-12 13:24:45 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Pawel Pekala
01edb2cc99 - Update to version 3.2.16
- Add EUI_RRTYPES option

While here:
- Remove leading article from COMMENT
- Convert tab to space in WWW: line

PR:		ports/180741
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2013-07-23 15:32:49 +00:00
Beech Rintoul
ddc6276244 - Add multi-instance support
PR:		ports/176156
Submitted by:	Darren Pilgrim <darren.pilgrim@gmail.com>
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2013-02-25 21:59:11 +00:00
Erwin Lansing
fa37780fed - Update to 3.2.15
Features
* Support for ILNP RR types: NID, L32, L64, LP (RFC6742).
* RRL, --enable-ratelimit at configure time and config options.
* TSIG initialization only fails when there is no digest found at all.
Bugfixes
* Bugfix #478: Declaration after statement (for gcc 2.95).
* Bugfix #483: Better error message in case of TSIG error.
* Bugfix #485: TTL should not be greater than 2^31 - 1.
* Fix RCODE when CNAME loop final answer does not exist,
should return NXDOMAIN as stated by RFC 6604.
* Fix --disable-full-prehash bug, where after multiple incoming IXFRs,
NSEC3 can be removed unjustified.

PR:		175837
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2013-02-05 09:42:31 +00:00
Bryan Drewery
a97b0b8e46 - Update to 3.2.14
- Trim header

Changes:
  * Bugfixes
  * New Feature: Use of writev, to improve TCP response time

PR:		ports/173261
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2012-11-01 18:41:15 +00:00
Tom Judge
0318e17c25 Fix typo in options handling.
PR:		ports/170794
Submitted by:	Artis Caune <Artis.Caune@gmail.com>
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:	eadler (mentor)
2012-08-23 12:27:28 +00:00
Ryan Steinmetz
c90f865d10 - Update to 3.2.13
- Cleanup whitespace
- Document vulnerability in dns/nsd (CVE-2012-29789)

PR:		ports/170208
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Security:	17f369dc-d7e7-11e1-90a2-000c299b62e1
2012-07-27 12:39:06 +00:00
Chris Rees
afd23bb21a Update to 3.2.12
BUG FIXES:
- Fix for VU#624931 CVE-2012-2978: NSD denial of service
vulnerability from non-standard DNS packet from any host
on the internet.

PR:		ports/170001
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Security:	CVE-2012-2978
2012-07-20 15:09:18 +00:00
Jase Thew
6c3f98ad34 - Fix LARGEFILE option typo that resulted in largefile support being
constantly disabled.

PR:		ports/169952
Spotted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:	flo (mentor)
2012-07-17 23:49:20 +00:00
Jase Thew
9a62263693 - Update to 3.2.11 [1]
- Convert to optionsNG, add DOCS option
- Replace bsd.port.{pre,post}.mk includes
- Remove non-existent DNSSEC, TSIG, NSID options
- Fix typo in NSEC3PREHASH option CONFIGURE_ARGS
- Replace hardcoded ETCDIR in pkg-plist

PR:		ports/169731 [1]
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:	flo (mentor)
2012-07-17 10:36:25 +00:00
Frederic Culot
551d6df7e9 - Update to 3.2.10
PR:		ports/165185
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2012-02-16 17:04:08 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Ryan Steinmetz
b1a382328d - Remove post-install check to conditionally run 'nsdc patch'
Submitted by:	me
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2011-11-30 22:56:10 +00:00
Martin Wilke
2b119fdfb6 - Update to 3.2.9
PR:		162782
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2011-11-28 11:36:53 +00:00
Olli Hauer
b12306e4bc - update to version 3.2.8
Bugfixes:
    Do setusercontext before chroot, otherwise login.conf etc. are required inside chroot.
    Bugfix #216: Fix leak of compressiontable when the domain table increases in size.
    Bugfix #348: Don't include header/library path if OpenSSL is in /usr.
    Bugfix #350: Refused notifies should log client ip.
    Bugfix #352: Fix hard coded paths in man pages.
    Bugfix #354: The realclean target deletes a bit too much.
    Bugfix #357, make xfrd quit with many zones.
    Bugfix #362: outgoing-interface and v4 vs. v6 leads to spurious warning messages.
    Bugfix #363: nsd-checkconf -v does not print outgoing-interface ok.
    Bugfix: nsd-checkconf -o outgoing-interface omits NOKEY.
    Undo Bugfix #235: Don't skip dname compression, messes up packets that do need compression.

PR:		ports/155785
Submitted by:	Jaap Akkerhuis <jaap _at_ nlnetlabs.nl> (maintainer)
2011-03-30 13:48:13 +00:00
Pav Lucistnik
99c5cae31f - Update to 3.2.7
PR:		ports/154264
Submitted by:	Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
Feature safe:	yes
2011-01-26 11:32:51 +00:00
Baptiste Daroussin
02e52a4d95 - fix status command in rc file
- while here remove MD5 entry
bump port revision

PR:		ports/152565
Submitted by:	eli <elij.mx _at_ gmail.com>
Approved by:	Jaap Akkerhuis <jaap _at_ nlnetlabs.nl>
2010-11-25 16:04:00 +00:00
Baptiste Daroussin
ada37ff89a improvements on rc script:
- support reload command
 - use nsdc cli has command and let it perform the actual start,stop,... of the daemon
 - at start check if the database exists if not built it (this prevent the daemon to fail at starting)
 - remove the now userless sleep in stop command

bump portrevision

PR:             ports/152331
Submitted by:   Philippe Pepiot <phil _at_ philpep.org>
Approved by:    Jaap Akkerhuis <jaap _at_ NLnetLabs.nl> (maintainer)
2010-11-24 15:44:15 +00:00
Li-Wen Hsu
96f9e636c9 - Update to 3.2.6
PR:		ports/149234
Submitted by:	Jaap Akkerhuis <jaap AT NLnetLabs.nl> (maintainer)
2010-08-03 17:26:10 +00:00
Martin Wilke
53925f575d - Update to 3.2.5
PR:		145781
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2010-05-09 11:22:47 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
537c86d600 - Pass maintainership to Jaap Akkerhuis <jaap@nlnetlabs.nl>
PR:		144865
Submitted by:	Olafur Osvaldsson <osvaldsson@icelandic.net> (previous maintainer)
2010-03-20 18:00:32 +00:00
Philip M. Gollucci
6e165bf799 - Fix permission issues
PR:             ports/143550
Submitted by:   Marko Njezic <mrmax063@maxempire.com>
Approved by:    Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer)
2010-02-11 19:37:10 +00:00
Wen Heping
bc12913b52 - Update to 3.2.4
PR:		ports/142718
Submitted by:	Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer)
2010-01-12 00:41:23 +00:00
Wesley Shields
3618940813 - Update to 3.2.3
PR:		ports/138529
Submitted by:	Olafur Osvaldsson <osvaldsson@icelandic.net>
2009-09-04 16:44:48 +00:00
Frank J. Laszlo
feca62211a - Update to 3.2.2.
PR:		ports/134698
Submitted by:	Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer)
2009-05-19 12:44:03 +00:00
Dmitry Marakasov
176fe5d8bf - Update to 3.2.1
PR:		131325
Submitted by:	Olafur Osvaldsson <osvaldsson at icelandic dot net> (maintainer)
2009-02-03 22:54:12 +00:00
Martin Wilke
7aa1baf11b - Add missing openssl dependency [1]
- Fix race when stopping nsd [2]

PR:		ports/130263 [1]
		ports/130294 [2]

Submitted by:	Artis Caune <Artis.Caune@gmail.com> [1] [2]
Approved by:	maintainer
2009-01-16 00:30:07 +00:00
Martin Wilke
b7e945cdc3 - Update to 3.2.0
PR:		128818
Submitted by:	Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer)
2008-11-21 20:34:49 +00:00
Rong-En Fan
741aa71483 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Philip M. Gollucci
1bdeeeecc0 Cosmetic changes to the rc.d file
Submitted by:   dougb
Approved by:	araujo (mentor), maintainer implicit
2008-07-29 17:23:02 +00:00
Philip M. Gollucci
9e5295d3cc - Update to 3.1.1
- Respect NOPORTDOCS
- Add option NSDMAX_INT
- rename rc.d script nsd.sh -> nsd

PR:     ports/125898
Approved by:    Olafur Osvaldsson <osvaldsson@icelandic.net>  (maintainer), araujo (mentor)
2008-07-28 22:25:55 +00:00
Martin Wilke
f6ffcd4e0e - Update to 3.0.7
PR:		118059
Submitted by:	Olafur Osvaldsson <oli@isnic.is> (maintainer)
2007-12-14 19:08:50 +00:00
Martin Wilke
f579acd0e6 - Update to 3.0.6
PR:		116180
Submitted by:	Olafur Osvaldsson <oli@isnic.is> (maintainer)
2007-09-13 21:10:29 +00:00
Martin Wilke
9577c20852 - Update to 3.0.5
PR:             110671
Submitted by:   Olafur Osvaldsson <oli@isnic.is> (maintainer)
2007-03-22 13:28:51 +00:00
Rong-En Fan
411c50e995 - Update to 3.0.4
PR:		ports/108329
Submitted by:	Olafur Osvaldsson <oli at isnic.is> (maintainer)
2007-01-25 17:51:44 +00:00
Martin Wilke
6495054de4 - Update to 3.0.3
PR:		ports/106607
Submitted by:	Olafur Osvaldsson <oli@isnic.is> (maintainer)
2006-12-12 20:28:43 +00:00
Cheng-Lung Sung
f4514a068c - Update to 3.0.2
PR:		ports/105200
Submitted by:	maintainer (Olafur Osvaldsson)
2006-11-06 12:27:36 +00:00
Alejandro Pulver
3f655d12b3 - Add CONFLICTS with dns/nsd2. 2006-11-05 05:58:02 +00:00
Rong-En Fan
bfd251c595 - Fix required_files in rc script.
It requres nsd.conf instead of nsd.zones.

PR:		ports/103491
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
Approved by:	Olafur Osvaldsson <oli at isnic.is> (maintainer)
2006-09-23 08:07:48 +00:00
Martin Wilke
cbc8d2627a - Update to 3.0.1
- Changed to OPTIONS
- Added a warning for those using NSD_OPTIONS

PR:		ports/103196
Submitted by:	Olafur Osvaldsson <oli(at)isnic.is> (maintainer)
2006-09-12 20:17:15 +00:00
Marcus Alves Grando
c2db2c577e - Update to 2.3.5
PR:		98379
Submitted by:	maintainer
2006-06-03 03:05:35 +00:00
Emanuel Haupt
bba5cc032d Update to 2.3.3
PR:		90177
Submitted by:	Konstantin Saurbier <Konstantin@math.uni-bielefeld.de>
Approved by:	Olafur Osvaldsson <oli@isnic.is> (maintainer)
2005-12-12 11:42:16 +00:00