aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* 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.6.5Max Brazhnikov2010-07-182-4/+4
| | | | | | | | | PR: ports/147565 Submitted by: Jaap Akkerhuis <jaap at NLnetLabs.nl> Approved by: Konstantin Saurbier (maintainer) Notes: svn path=/head/; revision=257928
* Updgrade to version 9.7.1-P2 which addresses a DNSSEC-related bug.Doug Barton2010-07-172-8/+8
| | | | | | | | | | | | | | | | | | | | | If a query is made explicitly for a record of type 'RRSIG' to a validating recursive server running BIND 9.7.1 or 9.7.1-P1, and the server has one or more trust anchors configured statically and/or via DLV, then if the answer is not already in cache, the server enters a loop which repeatedly generates queries for RRSIGs to the authoritative servers for the zone containing the queried name. CVE: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0213 CERT: http://www.kb.cert.org/vuls/id/211905 Versions affected: 9.7.1, 9.7.1-P1 Severity: High Exploitable: remotely http://www.isc.org/software/bind/advisories/cve-2010-0213 Notes: svn path=/head/; revision=257883
* - Drop maintainershipSahil Tandon2010-07-141-1/+1
| | | | Notes: svn path=/head/; revision=257742
* Update to 9.7.1-P1, the latest version from ISC.Doug Barton2010-07-122-8/+8
| | | | Notes: svn path=/head/; revision=257651
* - Update to 1.1.1.Marcelo Araujo2010-07-112-4/+4
| | | | | | | | PR: ports/148476 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=257639
* Upgrade to version 9.7.1-P1. The patch addresses 2 areas in the resolverDoug Barton2010-07-102-8/+8
| | | | | | | | | | | | | | | | | | code where the 9.7.x series tightened its adherence to the DNS protocol as written, vs. the 9.6.x series which was more liberal in what it accepted. Specifically: 1. Restore processing of certain forms of negative responses that do not contain all of the required elements to avoid aggressive re-querying of authority servers. 2. Accept answers from authority servers without the AA bit set if they meet the other requirements of an answer packet. More detail can be found here: https://www.isc.org/community/blog/201007/compatibility-issues-bind-970-and-971 Notes: svn path=/head/; revision=257622
* - Update to 1.0.Marcelo Araujo2010-07-052-8/+10
| | | | | | | | | PR: ports/148359 Submitted by: Frank Behrens <frank+ports@ilse.behrens.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257432
* Class to setup a number of nameservers that respond to specific DNS queriesWen Heping2010-06-275-0/+48
| | | | | | | | | | | | | | | | | | | (QNAME,QTYPE) by prespecified answers. This class is to be used in test suites where you want to have servers to show predefined behavior. If the server will do a lookup based on QNAME,QTYPE and return the specified data. If there is no QNAME, QTYPE match the server will return a SERVFAIL. A log will be written to STDERR it contains time, IP/PORT, QNAME, QTYPE, RCODE. WWW: http://search.cpan.org/dist/Net-DNS-TestNS/ PR: ports/148161 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes Notes: svn path=/head/; revision=257034
* - Update to 1.6.5Martin Wilke2010-06-212-4/+4
| | | | | | | | | PR: 147905 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256773
* Turns out that the bind.keys.h file is not a new dependency, so my previousDoug Barton2010-06-182-53/+4
| | | | | | | | | | | | | fix was too hasty. Employ a more robust fix that removes the _perl_ dep for both this file and bind9.xsl.h. The pre-generated versions of these files are identical to the newly generated ones, which is why this perl issue never came up previously. I still have reservations about baking the ISC DLV key into named, but given that this was already done in 9.7.0+ at least this way we don't violate POLA. Notes: svn path=/head/; revision=256641
* The newly added bind.keys.h file requires perl for its creation,Doug Barton2010-06-181-0/+53
| | | | | | | | | | | | which is a problem, however what it's doing is baking the ISC DLV key into named which is not something I think is reasonable to do by default. So, instead of adding perl as a build dependency eliminate the need for the file altogether. Notes: svn path=/head/; revision=256639
* Update to version 9.7.1, the latest from ISC.Doug Barton2010-06-172-8/+8
| | | | | | | | | | This version has numerous minor bug fixes, please refer to the CHANGES file for details. Many (but not all) of the fixes are DNSSEC-related, and all users who are doing DNSSEC validation are encouraged to upgrade to this version. Notes: svn path=/head/; revision=256633
* - Update to 1.4.5Sergey Matveychuk2010-06-152-4/+4
| | | | Notes: svn path=/head/; revision=256556
* - Adopt unmaintained ports.Ashish SHUKLA2010-06-141-1/+1
| | | | | | | Approved by: pgj, tabthorpe (mentors) Notes: svn path=/head/; revision=256525
* Unbreak on HEADDoug Barton2010-06-141-4/+7
| | | | Notes: svn path=/head/; revision=256506
* Add LICENSE* informationMario Sergio Fujikawa Ferreira2010-06-131-0/+2
| | | | Notes: svn path=/head/; revision=256471
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* Update to c-ares-1.7.2 and declare the MIT license.Peter Pentchev2010-06-113-9/+11
| | | | Notes: svn path=/head/; revision=256373
* Upgrade to upstream bugfix release 2.55, removing version hack.Matthias Andree2010-06-082-8/+4
| | | | | | | | | Note this version fixes two crashes on startup. Approved by: garga (mentor) Notes: svn path=/head/; revision=256133
* - Drop maintainershipGabor Kovesdan2010-06-081-1/+1
| | | | Notes: svn path=/head/; revision=256086
* Remove bms from the pkg-descr's of ports he no longer maintains.Doug Barton2010-06-061-3/+0
| | | | Notes: svn path=/head/; revision=255964
* - Update to 0.29Philip M. Gollucci2010-06-062-5/+6
| | | | | | | | | | PR: ports/147387 Approved by: greenwood.andy@gmail.com (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes Notes: svn path=/head/; revision=255940
* - Add a EOL messageMartin Wilke2010-06-052-1/+8
| | | | | | | | PR: 145780 Submitted by: maintainer Notes: svn path=/head/; revision=255839
* Update pkg-descr (minor fixes; formatting).Matthias Andree2010-06-051-13/+12
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=255781
* Upgrade to new upstream release dnsmasq 2.53/2.54.Matthias Andree2010-06-042-5/+8
| | | | | | | | | | | | | This release was inadvertently dubbed 2.54 in its logging by Simon Kelley, so adjust our PORTVERSION to match that, but still build the 2.53 tarball. Simon will treat 2.53 and 2.54 the same and release 2.55 next time. http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q2/004105.html Check work/dnsmasq-2.53/src/config.h for VERSION after "make extract" to see. Approved by: garga (mentor) Notes: svn path=/head/; revision=255717
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-3/+6
| | | | | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr Notes: svn path=/head/; revision=255708
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-314-2/+4
| | | | Notes: svn path=/head/; revision=255371
* Update to 2.1.1Tilman Keskinoz2010-05-302-4/+4
| | | | | | | | PR: 147225 Submitted by: Janos Mohacsi Notes: svn path=/head/; revision=255332
* - Update to 1.1.0Sylvio Cesar Teixeira2010-05-293-9/+7
| | | | | | | | PR: ports/147134 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=255268
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* - Update to 1.47Wen Heping2010-05-242-4/+4
| | | | Notes: svn path=/head/; revision=254953
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2010-05-231-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=254920
* Update to the latest patch set from ISC, which addresses the following:Doug Barton2010-05-2010-40/+40
| | | | | | | | Named could return SERVFAIL for negative responses from unsigned zones. Notes: svn path=/head/; revision=254632
* Net::DNS::RR::SRV::Helper is a perl module to order SRV recordsWen Heping2010-05-195-0/+41
| | | | | | | | | | | | by priority and weight for Net::DNS. WWW: http://search.cpan.org/dist/Net-DNS-RR-SRV-Helper/ PR: ports/146572 Submitted by: "Zane C.B." <vvelox@vvelox.net> Notes: svn path=/head/; revision=254581
* - Update to 3.2.5Martin Wilke2010-05-092-9/+13
| | | | | | | | PR: 145781 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=254010
* Add dns/p5-BIND-Config-Parser 0.01, a Perl module thatAnton Berezin2010-05-055-0/+39
| | | | | | | parses BIND v8 and v9 configuration files. Notes: svn path=/head/; revision=253736
* - Send my final p5- ports to perl@Philip M. Gollucci2010-04-291-1/+1
| | | | Notes: svn path=/head/; revision=253432
* - 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
* Switch to use newer GMP version.Alex Dupre2010-04-192-4/+4
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - Update to 2.1.4Wen Heping2010-04-095-11/+109
| | | | | | | | | PR: ports/144383 Submitted by: Pavel Chudakov <sonic@4rm.ru> Approved by: maintainer Notes: svn path=/head/; revision=252477
* - Update to 1.46Wen Heping2010-04-092-4/+4
| | | | Notes: svn path=/head/; revision=252459
* - Update to 1.45Wen Heping2010-04-062-4/+4
| | | | Notes: svn path=/head/; revision=252304
* Add bind-tools:Doug Barton2010-04-024-0/+128
| | | | | | | | | | The user space command line tools from the latest version of BIND: dig, host, and nslookup WWW: https://www.isc.org/software/bind Notes: svn path=/head/; revision=251989
* - Change to my FreeBSD email addressBernhard Froehlich2010-04-011-1/+1
| | | | | | | Approved by: miwi (mentor), beat (co-mentor) Notes: svn path=/head/; revision=251968
* - update to 1.4.1Dirk Meyer2010-03-282-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Cleanse more RC_SUBR and RC_SUBR_SUFFIX variablesDoug Barton2010-03-281-1/+0
| | | | Notes: svn path=/head/; revision=251603
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-2725-25/+25
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to c-ares 1.7.1 and redo the config patch to also supportPeter Pentchev2010-03-254-13/+36
| | | | | | | IPv6 nameserver addresses. Notes: svn path=/head/; revision=251488
* Update to c-ares-1.7.0. In the process:Peter Pentchev2010-03-225-25/+49
| | | | | | | | | | | | - actually pass the options-enabled arguments to the configure script! - add the "hide symbols" configurable knob, though I've no idea why anybody would want to turn that off... except maybe for debugging - install the "acountry", "adig", and "ahost" programs, since they do come in useful every now and then - refresh the patches and add descriptions at the top Notes: svn path=/head/; revision=251376