summaryrefslogtreecommitdiff
path: root/dns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+2
| | | | Notes: svn path=/head/; revision=183830
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-5/+7
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* - Remove SQLITE3 backend option, it was added prematurelyPav Lucistnik2007-01-306-46/+10
| | | | | | | | | | | - Fix plist PR: ports/108182 Submitted by: Tobias Roth <ports@fsck.ch> Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=183735
* - Remove stray empty filePav Lucistnik2007-01-302-0/+0
| | | | Notes: svn path=/head/; revision=183733
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-292-7/+0
| | | | | | | | | | | | was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor) Notes: svn path=/head/; revision=183644
* Complete the update for bind94 after the repocopy, and hook it up.Doug Barton2007-01-2813-96/+148
| | | | Notes: svn path=/head/; revision=183578
* Update to 0.6.10Kirill Ponomarev2007-01-272-4/+4
| | | | Notes: svn path=/head/; revision=183441
* - Update to 3.0.4Rong-En Fan2007-01-252-4/+4
| | | | | | | | PR: ports/108329 Submitted by: Olafur Osvaldsson <oli at isnic.is> (maintainer) Notes: svn path=/head/; revision=183275
* Add USE_GMAKE.Bruce M Simpson2007-01-251-0/+1
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=183255
* Upgrade to version 9.3.4, the latest from ISC, which addresses theDoug Barton2007-01-258-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | following security issues. All users of BIND are encouraged to upgrade to this version. 2126. [security] Serialise validation of type ANY responses. [RT #16555] 2124. [security] It was possible to dereference a freed fetch context. [RT #16584] 2089. [security] Raise the minimum safe OpenSSL versions to OpenSSL 0.9.7l and OpenSSL 0.9.8d. Versions prior to these have known security flaws which are (potentially) exploitable in named. [RT #16391] 2088. [security] Change the default RSA exponent from 3 to 65537. [RT #16391] 2066. [security] Handle SIG queries gracefully. [RT #16300] 1941. [bug] ncache_adderesult() should set eresult even if no rdataset is passed to it. [RT #15642] Notes: svn path=/head/; revision=183229
* Add WITH_COMPAT5X option. It is to build nss_resinit.so which is ableHajimu UMEMOTO2007-01-232-0/+29
| | | | | | | | | | to work with the 5.X binaries such as p4 on 6.X after importing the BIND9's resolver. Requested by: bms Notes: svn path=/head/; revision=183079
* - Remove empty plistPav Lucistnik2007-01-231-0/+0
| | | | Notes: svn path=/head/; revision=183039
* - Update to 2.36Martin Wilke2007-01-222-4/+4
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=182975
* Really fix the getaddrinfo() interface. Now 'ssh foo.local' should work.Bruce M Simpson2007-01-201-15/+47
| | | | Notes: svn path=/head/; revision=182872
* Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, becauseBruce M Simpson2007-01-201-10/+7
| | | | | | | the BSD NSS interface does not yet support dynamic getnameinfo(). Notes: svn path=/head/; revision=182861
* Add new port nss_mdns, a libc name service switch module for resolvingBruce M Simpson2007-01-209-0/+747
| | | | | | | | | hostnames via Avahi's implementation of Multicast DNS. With help from: flameeyes at gentoo dot org Notes: svn path=/head/; revision=182859
* - Add a sensible default for maximal size of cachePav Lucistnik2007-01-183-1/+59
| | | | | | | | | | - Run under unpriviledged user by default PR: ports/108062 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=182748
* - Add support for geo backendGabor Kovesdan2007-01-1224-539/+2529
| | | | | | | | | | | | | - Add support for OpenDBX backend - OPTIONify - Bump PORTREVISION PR: ports/96891 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: erwin (mentor) Notes: svn path=/head/; revision=182255
* - Update to 0.4.0Martin Wilke2007-01-123-70/+72
| | | | | | | | | PR: ports/107845 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer Notes: svn path=/head/; revision=182217
* Add ipv6 to the categories.Erwin Lansing2007-01-111-1/+1
| | | | | | | | | PR: 106008 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: maintainer timeout Notes: svn path=/head/; revision=182119
* - Fix typoMartin Wilke2007-01-101-3/+12
| | | | | | | - Mark BROKEN for FreeBSD 4 Notes: svn path=/head/; revision=181989
* Remove broken mirrorEmanuel Haupt2007-01-081-1/+0
| | | | Notes: svn path=/head/; revision=181807
* The Four Calorie DNS Server is a very simple dns server that can power aMartin Wilke2007-01-085-0/+107
| | | | | | | | | | | | | single one-ip-address domain. It can handle SOA, NS, MX, A, and PTR requests. The 1.1.0 version includes a nice X windows GUI for management. WWW: http://www.fourcalorieservers.com/ PR: ports/107624 Submitted by: Ron Scheckelhoff <rscheckelhoff at fourcalorieservers.com> Notes: svn path=/head/; revision=181778
* - Update to 1.2.0Erwin Lansing2007-01-063-8/+7
| | | | | | | | | | | - Update WWW, this project moved to code.google.com PR: 107381 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=181618
* - Update to 1.2.5Gabor Kovesdan2007-01-022-5/+4
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=181298
* - Respect CC and CFLAGSMartin Wilke2006-12-291-0/+6
| | | | | | | | | PR: ports/107227 Submitted by: farrokhi Approved by: maintainer Notes: svn path=/head/; revision=181006
* - update dnstop to 20061122 version.Cheng-Lung Sung2006-12-262-4/+4
| | | | | | | | | | | much less CPU usage on busy name servers. PR: ports/106352 Submitted by: Artis Caune <Artis dot Caune_AT_latnet dot lv> Approved by: maintainer (Mark Foster) Notes: svn path=/head/; revision=180755
* Add pear-Net_DNS 1.0.0, resolver library used to communicate with a DNSRong-En Fan2006-12-224-0/+39
| | | | | | | | | | server. PR: ports/107028 Submitted by: chinsan Notes: svn path=/head/; revision=180533
* - unbreak under old perlAnton Berezin2006-12-221-4/+8
| | | | | | | | | | | - refine COMMENT - correct dependencies PR: 99505 Submitted by: leeym Notes: svn path=/head/; revision=180475
* Apply the markup fixes from the base to the nsupdate.8 andDoug Barton2006-12-214-0/+32
| | | | | | | nslookup.1 man pages. Notes: svn path=/head/; revision=180313
* - Update to 1.2.12.04Martin Wilke2006-12-143-104/+70
| | | | | | | | PR: ports/106699 Submitted by: Alex Kapranoff <kappa@rambler-co.ru> (maintainer) Notes: svn path=/head/; revision=179753
* - Update to 3.0.3Martin Wilke2006-12-122-4/+4
| | | | | | | | PR: ports/106607 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer) Notes: svn path=/head/; revision=179598
* Add ipv6 secondary category.Shaun Amott2006-12-101-1/+1
| | | | | | | | | PR: ports/106003 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: gabor (maintainer) Notes: svn path=/head/; revision=179441
* Update to 0.6.9Kirill Ponomarev2006-12-102-4/+4
| | | | Notes: svn path=/head/; revision=179361
* Upgrade to version 9.3.3, the latest from ISC. This isDoug Barton2006-12-098-32/+32
| | | | | | | | | | | a maintenance release, with the usual round of bug and security fixes. All users of BIND 9 are encouraged to upgrade to this version. Notes: svn path=/head/; revision=179339
* - Save user's checkdns.conf and install checkdns.conf-dist.Martin Wilke2006-12-093-13/+22
| | | | | | | | | | | | | | | - Respect NOPORTDOCS and install docs to DOCSDIR. - Install missing checkdns.css. - Don't install uninstall.sh. PR: ports/105364 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout xride (is holder of this pr) Notes: svn path=/head/; revision=179281
* - Update to 0.40Cheng-Lung Sung2006-12-092-4/+4
| | | | Notes: svn path=/head/; revision=179251
* Change my e-mail address.Gabor Kovesdan2006-12-082-2/+2
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* Update to c-ares 1.3.2.Peter Pentchev2006-12-063-6/+69
| | | | | | | | | Add the optional ares_config_info patch from Unreal IRCD, on by default; this is a step closer to building Unreal IRCD with the port version of c-ares. Notes: svn path=/head/; revision=179012
* Update to 0.05.Anton Berezin2006-12-052-4/+4
| | | | Notes: svn path=/head/; revision=178919
* Update to 0.04.Anton Berezin2006-12-022-4/+4
| | | | Notes: svn path=/head/; revision=178597
* - Add BUILD_STATIC knobMartin Wilke2006-11-231-1/+7
| | | | | | | | PR: 105783 Submitted by: Sten Spans (sten@mx0.blinkenlights.nl) maintainer Notes: svn path=/head/; revision=177900
* - Fix pkg-plistMartin Wilke2006-11-202-0/+3
| | | | | | | | PR: 105685 Submitted by: Olafur Osvaldsson (maintainer) Notes: svn path=/head/; revision=177688
* Bump PORTREVISION for changes in previous commit.Stefan Walter2006-11-192-0/+2
| | | | Notes: svn path=/head/; revision=177589
* - Add patches to fix IPv6 support. [1]Stefan Walter2006-11-198-4/+62
| | | | | | | | | | | | - Add a comment to mark bundled recursor as deprecated (by the author). [2] - s/INSTALLS_SHLIB/USE_LDCONFIG/ to satisfy portlint. PR: 105490 [1], 105491 [2] Submitted by: Sten Spans<sten@blinkenlights.nl> [1], [2] Approved by: maintainer [1], [2] Notes: svn path=/head/; revision=177588
* The config directory specified in 'config.h' is differentFrank J. Laszlo2006-11-181-1/+2
| | | | | | | | | | | from the directory used by the rest of the port. PR: ports/105588 Submitted by: Sten Spans <sten@blinkenlights.nl> Approved by: erwin (co-mentor) Notes: svn path=/head/; revision=177507
* - Update to 0.7.8Martin Wilke2006-11-172-4/+4
| | | | | | | | PR: ports/105631 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=177444
* Add powerdns-recursor 3.1.4, an advanced DNS recursor.Emanuel Haupt2006-11-159-0/+206
| | | | | | | | PR: 105526 Submitted by: sten at blinkenlights.nl Notes: svn path=/head/; revision=177369
* OpenDD is a DynDNS client, written in C, and especially designedMartin Wilke2006-11-156-0/+132
| | | | | | | | | | | | | | | for small gateway machines, like a Soekris box. Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. It is also very easy to deploy. WWW: http://www.bsdmon.com/wakka/OpenDD PR: ports/105434 Submitted by: Alexander Logvinov <ports at logvinov.com> Notes: svn path=/head/; revision=177356
* Improved version of dns/rbllookupEdwin Groothuis2006-11-135-0/+62
| | | | Notes: svn path=/head/; revision=177177