aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - with USE_OPENSSL, users can choose base OpenSSL or the one in the portsSergey Matveychuk2008-06-162-1/+26
| | | | | | | | | | | - fix configure script so that WITHOUT_LIBEVENT works - install some docs PR: ports/123853 Submitted by: Tomoyuki Sakurai <cherry at trombik.org> Notes: svn path=/head/; revision=214975
* - Update to 1.0Sergey Matveychuk2008-05-214-17/+16
| | | | Notes: svn path=/head/; revision=213467
* - Fix a typo like mistakes. No functional changes.Sergey Matveychuk2008-05-142-2/+2
| | | | | | | Reported by: W.C.A. Wijngaards <wouter at nlnetlabs.nl> Notes: svn path=/head/; revision=213025
* - unbound runned in chroot by default. it brings us a problem withSergey Matveychuk2008-05-074-15/+8
| | | | | | | pid file. place it to PREFIX/etc/unbound as an author do. Notes: svn path=/head/; revision=212788
* - PORTREVISION bump after the last change.Sergey Matveychuk2008-04-291-0/+1
| | | | | | | Discussed with: bsam Notes: svn path=/head/; revision=212297
* - USE_LDCONFIG should be thereSergey Matveychuk2008-04-291-0/+1
| | | | Notes: svn path=/head/; revision=212211
* - New port: dns/unboundSergey Matveychuk2008-04-299-0/+200
Unbound is designed as a set of modular components, so that also DNSSEC (secure DNS) validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible. Goals: * A validating recursive DNS resolver. * Code diversity in the DNS resolver monoculture. * Drop-in replacement for BIND apart from config. * DNSSEC support. * Fully RFC compliant. * High performance o even with validation. * Used as o stub resolver. o full caching name server. o resolver library. * Elegant design of validator, resolver, cache modules. o provide the ability to pick and choose modules. * Robust. * In C, open source: The BSD license. * Smallest as possible component that does the job. * Stub-zones can be configured (local data or AS112 zones). Non-goals: * An authoritative name server. * Too many Features. WWW: http://unbound.net Notes: svn path=/head/; revision=212206