summaryrefslogtreecommitdiff
path: root/dns/unbound/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.1Sergey Matveychuk2009-12-171-4/+3
| | | | | | | - Use --disable-sha2 on 6.4 because of broken OpenSSL in base. Notes: svn path=/head/; revision=246049
* - A patch from developerSergey Matveychuk2009-12-011-0/+1
| | | | | | | * 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-261-1/+1
| | | | Notes: svn path=/head/; revision=244793
* - Update to 1.3.4Sergey Matveychuk2009-11-171-1/+1
| | | | | | | | PR: ports/140639 Submitted by: Kurt Jaeger <pi at fa8.opsec.eu> Notes: svn path=/head/; revision=244385
* - Update to 1.3.3Sergey Matveychuk2009-08-051-1/+1
| | | | Notes: svn path=/head/; revision=238997
* - Update to 1.3.1Sergey Matveychuk2009-07-091-1/+1
| | | | Notes: svn path=/head/; revision=237516
* - Update to 1.3.0Sergey Matveychuk2009-06-161-3/+15
| | | | Notes: svn path=/head/; revision=236022
* - Fix a problem with OpenSSL from portsSergey Matveychuk2009-03-311-0/+1
| | | | | | | 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-101-1/+1
| | | | Notes: svn path=/head/; revision=227999
* - Update to 1.2.0Sergey Matveychuk2009-01-141-2/+1
| | | | | | | Bugs fix release. Includes important security fix. Notes: svn path=/head/; revision=226054
* - Fix reopening log after SIGHUPSergey Matveychuk2008-12-181-0/+1
| | | | Notes: svn path=/head/; revision=224381
* - Update to 1.1.1Sergey Matveychuk2008-11-201-1/+1
| | | | | | | Urgent bugs fix release. Notes: svn path=/head/; revision=223094
* - Update to 1.1.0Sergey Matveychuk2008-11-191-4/+4
| | | | 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-071-1/+1
| | | | Notes: svn path=/head/; revision=218195
* - Update to 1.0.1Sergey Matveychuk2008-07-161-3/+3
| | | | Notes: svn path=/head/; revision=216926
* - with USE_OPENSSL, users can choose base OpenSSL or the one in the portsSergey Matveychuk2008-06-161-1/+15
| | | | | | | | | | | - 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-211-2/+1
| | | | Notes: svn path=/head/; revision=213467
* - unbound runned in chroot by default. it brings us a problem withSergey Matveychuk2008-05-071-1/+4
| | | | | | | 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-291-0/+45
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