summaryrefslogtreecommitdiff
path: root/dns/bind8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 8.3.7, the latest in this branch from ISC. This is a securityDoug Barton2003-11-272-4/+4
| | | | | | fix release, which contains a change to, "apply anti-cache poison techniques to negative answers." It also removes the view option to nslookup.
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* Upgrade to version 8.3.6, which is a maintenance release to fix a coupleDoug Barton2003-06-092-3/+3
| | | | of small bugs discovered in 8.3.5. See CHANGES for details.
* Remove inaccurate repetition of COMMENTDoug Barton2003-06-071-2/+0
|
* MAKE_ENV is defined in bsd.port.mk nowDoug Barton2003-06-071-1/+0
|
* Upgrade to version 8.3.5, the latest from ISC. Several bugfixes areDoug Barton2003-06-073-31/+60
| | | | | | | | | | | | | | | included, as well as a few minor enhancements. Check CHANGES for details. Improve greatly the PORT_REPLACES_BASE option, which now truly replaces everything, including re-positioning nslookup and nsupdate in sbin, and writing over the includes, instead of installing them in include/bind. Unconditionally install dnskeygen in bin, since that's where the base puts it, and it's only confusing to users if they can't find it after an installation. Install isc/ctl.h by hand in the appropriate include directory, since we install it in the base, and the distribution Makefile does not.
* Remove patches which have been incorporated into the distributionDoug Barton2003-06-073-55/+0
|
* Fix a nibble calculation bug for IPv6 in nslookup.Doug Barton2003-05-111-0/+20
| | | | This bug will be fixed in the next release of BIND.
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix an array subscript error related to nibble string calculationDoug Barton2002-11-171-0/+11
| | | | | | | | | for IPv6 reverse lookups. This bug will not affect the majority of users. The bug has been confirmed by Nominum, and will be fixed in a future release. PR: bin/41388 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Upgrade to version 8.3.4, which simply cleans up and slightlyDoug Barton2002-11-173-238/+3
| | | | improves the security patches released for 8.3.3.
* * Add more complete PORTDOCS, namely the same files the base installsDoug Barton2002-11-162-1/+10
| | | | * This fixes deinstall when PORT_REPLACES_BASE
* * Bump PORTREVISION to reflect the ISC security patchesDoug Barton2002-11-142-47/+48
| | | | | | * Switch to DOCSDIR for PORTDOCS, which in addition to being more aesthetically pleasing also reduces a gratuitous mismatch when PORT_REPLACES_BASE
* This is the patch provided by ISC, re-generated to work in our system.Doug Barton2002-11-141-0/+234
|
* Handle the fact that -current defines pselect() already.Doug Barton2002-11-031-0/+24
|
* add MASTER_SITE_ISC (1) and apply themYing-Chieh Liao2002-08-011-4/+2
| | | | | PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
* * Further improve the lot of those who use this port to replace theDoug Barton2002-07-122-8/+15
| | | | | | | | | | | | base BIND by correcting the path to named.conf in the man pages, and adding -base as a PKGNAMESUFFIX to make things really obvious. * Remove man page install from under NOPORTDOCS. Thanks to mi@ for this one. * Finally beat the CFLAGS issue into submission in a manner that's not terribly elegant, but does survive the "creative" sub-make architecture that they use to build stuff. This method will (hopefully) have the pleasant side effect of not forcing patch-aa to be regenerated quite so often.
* Upgrade to 8.3.3, the latest from ISC. This release fixes theDoug Barton2002-06-293-11/+11
| | | | | | | | | libbind bug, and adds logging for people who attempt to exploit it to named. Also improves logging for named-xfer, and adds features to ndc to attempt to preserve command line arguments that named was started with. All users of BIND 8 are HIGHLY encouraged to upgrade to this version.
* Upgrade to 8.3.2, the lastest release from ISC. Numerous bug fixesDoug Barton2002-06-225-33/+22
| | | | | | | | | | | | | | include better EDNS support, the ability to turn EDNS probing off on a per-server basis, better TSIG support, better handling of IPv6, and various improvements to the CLI utilities like dig, host, etc. For other improvements see the CHANGES file. All users of BIND 8 are heavily encouraged to upgrade. Changes to the port: 1. My patch for gid_t handling in 5.x was included in the base. 2. Make use of the new and improved MANPREFIX handling in bsd.port.mk. 3. If the user defines REPLACE_SYSTEM_BIND, we do just that.
* Small tuneups:Doug Barton2002-02-283-3/+28
| | | | | | | * Make patching silent, like standard ports * Use MANPREFIX for man pages * Add a patch to specify the right arguments to getgrouplist, by __FreeBSD_version
* Fix distinfo file for new distfile pathDoug Barton2002-02-141-2/+2
|
* MakefileDoug Barton2002-02-131-0/+1
|
* Upgrade to 8.3.1, an urgent bugfix release. To quote from the releaseDoug Barton2002-02-032-3/+3
| | | | | | | | notes, "If you have BIND 8.3.0 you need to upgrade." See /usr/local/share/doc/bind8/CHANGES for a complete list, but the most important change is: 1324. [bug] certian bad delegations could result in a DNS storm.
* Upgrade to version 8.3.0, which contains bug fixes too numerous to mention,Doug Barton2002-01-214-29/+62
| | | | | | | | | | | | and a few new features. Many of the bugs are related to memory allocation, and some of BIND's newer features like TSIG, IXFR, etc. Users particularly interested should take a look at the CHANGES file (see below). Perhaps the most significant change is the introduction of EDNS0, the ability to negotiate capabilities between servers. This feature was previously only available in BIND 9. Whether this is a good idea or not is yet to be seen. Install more of the documentation, and wrap it all in PORTSDOCS.
* Allow category of net/bind8 to be overriden in slaves and adjust chinese/bind8Maxim Sobolev2001-12-111-1/+1
| | | | accordingly.
* * Update to 8.2.5, which contains, "Minor bug fixes and portability changes."Doug Barton2001-10-102-4/+13
| | | | | * Add a note explaining why I don't update this port immediately after a new release, and add some of ISC's mirrors.
* Update to 8.2.4-RELDoug Barton2001-05-252-5/+5
|
* Avoid confusing pkg tools with wonky version numbersDoug Barton2001-05-131-1/+1
|
* Upgrade to version 8.2.4-T2B, aka RC1. Many bugfixes, but no newDoug Barton2001-05-092-5/+4
| | | | | | | functionality. Those experiencing problems with 8.2.3, or those with an adventurous spirit should visit http://www.isc.org/products/BIND/bind8-beta.html to see if this is something they should get involved in.
* Add more master sites.Jun Kuriyama2001-03-021-1/+2
| | | | Requested by: maintainer
* Reverting previous commit. Not only did I not approve, I sent severalDoug Barton2001-02-192-18/+0
| | | | | messages indicating that I did not want this action taken; one of which consisted entirely of the words, "Please do not commit this patch."
* print warning message after install.FUJISHIMA Satsuki2001-02-162-0/+18
| | | | | | PR: 25054 Submitted by: Christoph Weber-Fahr <Christoph.Weber-Fahr@arcor.net> Approved by: maintainer
* Take over maintainership of the BIND's. This is something I use every day,Doug Barton2001-01-311-1/+1
| | | | so I'm on top of the security advisories, etc.
* Update to BIND 8.2.3 and remove previous maintainer due to timeout.Kris Kennaway2001-01-293-11/+11
|
* Update port to 8.2.2p7Chris D. Faulhaber2001-01-052-4/+4
| | | | No reponse from: Maintainer
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | Approved by: asami
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* Add WWW linkMarc G. Fournier2000-02-111-0/+2
|
* Upgrade to 8.2.2 patch 5Justin M. Seger1999-11-153-10/+5
|
* Respect CFLAGSBill Fumerola1999-11-122-1/+12
| | | | Approved by: jseger (maintainer)
* Add a missing file.Bill Fumerola1999-11-121-0/+1
|
* Upgrade to bind-8.2.2.p3 + patch4. Fixes some security issues.Justin M. Seger1999-11-123-7/+13
| | | | | Many people submitted patches for this one, and a combination of them were used.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
|
* Upgrade to bind 8.2.1Justin M. Seger1999-08-082-10/+7
| | | | | Submitted by: ust@cert.siemens.de PR: ports/12875
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-021-1/+1
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.Bill Fumerola1999-06-287-0/+181
| | | | Requested By: a bazillion people both on mailing lists and #FreeBSD.
* Nuke bind8, it's been in the base system for a while now.Justin M. Seger1999-06-257-181/+0
|
* Use latest patches from ISC.Justin M. Seger1999-05-312-2/+6
| | | | PR: ports/11784
* Upgrade to bind 8.2Justin M. Seger1999-04-043-14/+24
| | | | | Submitted by: Brad Hendrickse <bradh@uunet.co.za> PR: ports/10861
* Add a couple more Y2K links...Marc G. Fournier1999-01-131-1/+3
|