aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
Commit message (Collapse)AuthorAgeFilesLines
* - Fix option handling of THREADSSunpoet Po-Chuan Hsieh2012-07-211-1/+1
| | | | | | | | | | PR: ports/170007 Reported by: Alexey Kouznetsov <alexey@kouznetsov.com> Submitted by: crees Approved by: sem (maintainer) Notes: svn path=/head/; revision=301286
* - Fix the port after the last commitSergey Matveychuk2012-06-271-2/+2
| | | | | | | | PR: ports/169474 Submitted by: Takefu <takefu at airport.fm> Notes: svn path=/head/; revision=300081
* - Add Munin Support [1]Ryan Steinmetz2012-06-266-68/+78
| | | | | | | | | | | | | | | | - Add LICENSE - Fix ECDSA Support - Convert to OptionsNG - Pacify portlint(1) - Stylistic changes - Remove pkg-install/pkg-deinstall files PR: ports/156015 Submitted by: Takefu <takefu@airport.fm> [1] Approved by: sem@ (maintainer) Notes: svn path=/head/; revision=300033
* - Update to 1.4.17Sergey Matveychuk2012-05-243-9/+19
| | | | | | | | | | * Use ECDSA by default * Add a hack to build ldns with ECDSA support if it's not installed Feature safe: Yes Notes: svn path=/head/; revision=297339
* - Update to 1.4.16Sergey Matveychuk2012-02-022-3/+3
| | | | | | | * Bugfix release Notes: svn path=/head/; revision=290305
* - Fix plistSergey Matveychuk2012-01-271-2/+2
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=289871
* - Update to 1.4.15Sergey Matveychuk2012-01-263-8/+8
| | | | | | | | | * Fixed a little memory leak * Couple other bugs fixed - Run unbound-checkconf before start. Notes: svn path=/head/; revision=289848
* - Run unbound-anchor with unbound user. It solves a permissions problem.Sergey Matveychuk2012-01-242-2/+2
| | | | Notes: svn path=/head/; revision=289745
* - Run unbound-anchor before unbound to obtain a trust anchor for DNSSEC.Sergey Matveychuk2012-01-242-0/+9
| | | | | | | Requested by: des Notes: svn path=/head/; revision=289740
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Update to 1.4.14Sergey Matveychuk2011-12-192-3/+3
| | | | | | | * CVE-2011-4528 fixed Notes: svn path=/head/; revision=287651
* - Get rid FreeBSD 6 supportMartin Wilke2011-11-071-12/+1
| | | | Notes: svn path=/head/; revision=285212
* - Update to 1.4.13Sergey Matveychuk2011-09-152-3/+3
| | | | Notes: svn path=/head/; revision=281801
* - Update to 1.4.12 (a bugfix release)Sergey Matveychuk2011-07-153-5/+18
| | | | | | | | - Disable GOST by default - Depend on dns/ldns Notes: svn path=/head/; revision=277750
* Use USERSChris Rees2011-07-092-22/+2
| | | | | | | | | PR: ports/157597 Submitted by: crees (me) Reviewed by: rene (mentor, implicit), maintainer timeout (sem, 34 days) Notes: svn path=/head/; revision=277406
* - Update to 1.4.11Sergey Matveychuk2011-07-012-3/+3
| | | | Notes: svn path=/head/; revision=276791
* - Update to 1.4.10Sergey Matveychuk2011-05-252-3/+3
| | | | | | | * CVE-2011-1922 VU#531342 fixed Notes: svn path=/head/; revision=274617
* - Update to 1.4.9Sergey Matveychuk2011-03-242-3/+3
| | | | Notes: svn path=/head/; revision=271601
* - Update to 1.4.8Sergey Matveychuk2011-01-242-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268174
* - Update to 1.4.7Sergey Matveychuk2010-11-093-7/+16
| | | | | | | | * It uses GOST by default and depends on port's openssl 1.0.0 (may be turned off by an option). Notes: svn path=/head/; revision=264304
* - Update to 1.4.6Sergey Matveychuk2010-08-042-5/+4
| | | | Notes: svn path=/head/; revision=258762
* Update libevent to 1.4.14bMartin Matuska2010-07-251-0/+1
| | | | | | | | PR: ports/147723 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=258238
* - Update to 1.4.5Sergey Matveychuk2010-06-152-4/+4
| | | | Notes: svn path=/head/; revision=256556
* - Update to 1.4.4Sergey Matveychuk2010-04-222-4/+4
| | | | | | | | | * mistly bugs fix release * ECC-GOST is not supported by the port yet because of it requires OpenSSL 1.0.0 from ports. (There is in TODO). Notes: svn path=/head/; revision=253056
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.4.3Sergey Matveychuk2010-03-123-353/+4
| | | | Notes: svn path=/head/; revision=250961
* - OpenSSL has no sha256 functions on 6.xSergey Matveychuk2010-02-021-2/+2
| | | | | | | Reported by: Michael Meelis <m.meelis at easybow.com> Notes: svn path=/head/; revision=249092
* - Forgot to set : ${unbound_enable:-"NO"}Sergey Matveychuk2010-01-251-1/+4
| | | | | | | | | | - Allow user to set a pid file location with unbound_pidfile="..." PR: ports/142793 (based on) Submitted by: Keith Gaughan <k at stereochro.me> Notes: svn path=/head/; revision=248554
* - A patch from SVN. It fixes a regression in IPv6 caching inSergey Matveychuk2010-01-122-0/+349
| | | | | | | 1.4.1 version. Notes: svn path=/head/; revision=247706
* - Update to 1.4.1Sergey Matveychuk2009-12-174-22/+8
| | | | | | | - Use --disable-sha2 on 6.4 because of broken OpenSSL in base. Notes: svn path=/head/; revision=246049
* - A patch from developerSergey Matveychuk2009-12-012-0/+14
| | | | | | | * Fix crash when iterator without validator used Notes: svn path=/head/; revision=245063
* - Fixe build on 6.4 amd64Sergey Matveychuk2009-11-301-0/+5
| | | | | | | | Reported by: pav Tested by: bud@RusNET.irc Notes: svn path=/head/; revision=245028
* - Update to 1.4.0Sergey Matveychuk2009-11-262-4/+4
| | | | Notes: svn path=/head/; revision=244793
* - Update to 1.3.4Sergey Matveychuk2009-11-172-4/+4
| | | | | | | | PR: ports/140639 Submitted by: Kurt Jaeger <pi at fa8.opsec.eu> Notes: svn path=/head/; revision=244385
* - unbound does not use `unbound' group anymore, but `daemmon' insteadSergey Matveychuk2009-08-172-17/+3
| | | | | | | | PR: ports/137175 (based on) Reported by: Artis Caune <Artis.Caune at gmail.com> Notes: svn path=/head/; revision=239742
* - Update to 1.3.3Sergey Matveychuk2009-08-052-4/+4
| | | | Notes: svn path=/head/; revision=238997
* - Update to 1.3.1Sergey Matveychuk2009-07-092-4/+4
| | | | Notes: svn path=/head/; revision=237516
* - Update to 1.3.0Sergey Matveychuk2009-06-164-1391/+25
| | | | Notes: svn path=/head/; revision=236022
* - Fix a problem with OpenSSL from portsSergey Matveychuk2009-03-312-0/+1385
| | | | | | | Submitted by: Artis Caune <artis.caune at gmail.com> Notes: svn path=/head/; revision=231395
* Mark as broken on sparc64-6.Mark Linimon2009-03-181-0/+4
| | | | Notes: svn path=/head/; revision=230343
* - Update to 1.2.1Sergey Matveychuk2009-02-102-4/+4
| | | | Notes: svn path=/head/; revision=227999
* - Update to 1.2.0Sergey Matveychuk2009-01-143-29/+4
| | | | | | | Bugs fix release. Includes important security fix. Notes: svn path=/head/; revision=226054
* - Fix reopening log after SIGHUPSergey Matveychuk2008-12-182-0/+25
| | | | Notes: svn path=/head/; revision=224381
* - Update to 1.1.1Sergey Matveychuk2008-11-202-4/+4
| | | | | | | Urgent bugs fix release. Notes: svn path=/head/; revision=223094
* - Update to 1.1.0Sergey Matveychuk2008-11-194-11/+13
| | | | Notes: svn path=/head/; revision=223058
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Update libevent dependency and bump PORTREVISIONMarcus Alves Grando2008-08-191-1/+1
| | | | Notes: svn path=/head/; revision=218857
* - Add an option to build without threads.Sergey Matveychuk2008-08-181-1/+7
| | | | | | | Requested by: Beastie <beastie24@gmail.com> Notes: svn path=/head/; revision=218771
* - Update to 1.0.2Sergey Matveychuk2008-08-073-10/+10
| | | | Notes: svn path=/head/; revision=218195
* - Update to 1.0.1Sergey Matveychuk2008-07-164-20/+9
| | | | Notes: svn path=/head/; revision=216926