Skip site navigation (1)Skip section navigation (2)

CVS log for ports/dns/bind94/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / dns / bind94

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.112
Wed Jun 1 00:22:22 2011 UTC (8 months, 1 week ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.111: +1 -1 lines
BIND 9.4.x is now EOL

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri May 27 23:46:58 2011 UTC (8 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2 lines
Upgrade to 9.4-ESV-R4-P1, which addresses the following issues:

1. Very large RRSIG RRsets included in a negative cache can trigger
an assertion failure that will crash named (BIND 9 DNS) due to an
off-by-one error in a buffer size check.

This bug affects all resolving name servers, whether DNSSEC validation
is enabled or not, on all BIND versions prior to today. There is a
possibility of malicious exploitation of this bug by remote users.

2. Named could fail to validate zones listed in a DLV that validated
insecure without using DLV and had DS records in the parent zone.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Sat Jan 8 02:31:09 2011 UTC (13 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
The actual EOL date is 2011-05-31, as clarified in
https://lists.isc.org/pipermail/bind-users/2011-January/082285.html

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Dec 18 01:29:34 2010 UTC (13 months, 3 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +4 -1 lines
Give people fair warning:

DEPRECATED=		Reaches EOL May 2011
EXPIRATION_DATE=	2011-04-30

While I'm here update CONFLICTS for bind98

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Dec 3 23:57:16 2010 UTC (14 months, 1 week ago) by dougb
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +7 -17 lines
Update to version 9.4-ESV-R4, the latest from ISC, which addresses
the following security vulnerability.

For more information regarding these issues please see:
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories

Key algorithm rollover

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3614

Affects resolver operators who are validating with DNSSEC,
and querying zones which are in a key rollover period.
The bug will cause answers to incorrectly be marked as insecure.

For the port:
1. Add CONFLICT for the ../bind-tools port
2. Remove CONFLICT for the removed ../bind9 port
3. Remove OPTION for threads on < RELENG_7
4. Remove MD5 from distinfo
5. Switch to pkg-install to create the symlinks to /etc/namedb/ as
   requested in [1]

PR:		ports/151635 [1]
Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Oct 19 00:12:11 2010 UTC (15 months, 3 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2 lines
Update to 9.4-ESV-R3, the latest from ISC.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu May 20 06:34:14 2010 UTC (20 months, 3 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2 lines
Update to the latest patch set from ISC, which addresses the following:

   Named could return SERVFAIL for negative responses
   from unsigned zones.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Mar 17 05:35:02 2010 UTC (22 months, 3 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +3 -3 lines
Update to the latest patchfix releases to deal with the problems
related to the handling of broken DNSSEC trust chains.

This fix is only necessary for those who have DNSSEC validation
enabled and configure trust anchors from third parties, either
manually, or through a system like DLV.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Tue Feb 2 07:14:33 2010 UTC (2 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +3 -3 lines
Upgrade to 9.4-ESV, the first of the "Extended Support Releases"
from ISC. It has numerous bug fixes compared to 9.4.3*, however
in the case of this version "extended" only applies till 2010/12/31
so serious BIND users are still encouraged to upgrade to 9.6.x.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Jan 25 00:25:08 2010 UTC (2 years ago) by dougb
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2 lines
Upgrade to BIND 9.4.3-P5, 9.5.2-P2, and 9.6.1-P3. These versions address
the following vulnerabilities:

BIND 9 Cache Update from Additional Section
https://www.isc.org/advisories/CVE-2009-4022v6
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4022
A nameserver with DNSSEC validation enabled may incorrectly add
unauthenticated records to its cache that are received during the
resolution of a recursive client query

BIND 9 DNSSEC validation code could cause bogus NXDOMAIN responses
https://www.isc.org/advisories/CVE-2010-0097
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0097
There was an error in the DNSSEC NSEC/NSEC3 validation code that could
cause bogus NXDOMAIN responses (that is, NXDOMAIN responses for records
proven by NSEC or NSEC3 to exist) to be cached as if they had validated
correctly

These issues only affect systems with DNSSEC validation enabled.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon Dec 14 06:29:30 2009 UTC (2 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
Update CONFLICTS for bind97

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Nov 30 02:46:12 2009 UTC (2 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -3 lines
Update to the latest patchlevels for BINDs 9.[456]. The vulnerability
this is designed to fix is related to DNSSEC validation on a resolving
name server that allows access to untrusted users. If your system does
not fall into all 3 of these categories you do not need to update
immediately.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sat Nov 7 19:23:16 2009 UTC (2 years, 3 months ago) by dougb
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -0 lines
Wrap some query socket handling in dig with a socket != NULL bow

This patch or something similar will likely be included in a future
BIND release.

PR:		bin/138061
Submitted by:	Michael Baker <michael.baker@diversit.com.au>
Original patch submitted by:	Volker <volker@vwsoft.com>
Patch reviewed and tweaked by:	ISC

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Sep 1 01:31:42 2009 UTC (2 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2 lines
The new LINKS OPTION is not only useless it's harmful when combined
with the REPLACE_BASE option so if the latter is defined don't try
to make the LINKS.

Problem pointed out by:	Chris Wopat <me@falz.net>

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Aug 29 23:15:56 2009 UTC (2 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +53 -2 lines
For all:
Add an OPTION (on by default) to install the appropriate symlinks for
named.conf and rndc.key in /usr/local/etc and /var/named/usr/local/etc.

For bind9[456]:
Add OPTIONs (off by default) for the DLZ configure options, and their
corresponding ports knobs. [1] The basic infrastructure for this was
provided in the PR, but this version is slightly different in a few
details so responsibility for bugs is mine.

PR:		ports/122974 [1]
Submitted by:	Michael Schout <mschout@gkg.net> [1]

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Aug 15 18:20:25 2009 UTC (2 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +27 -0 lines
Add a slave port to bind94 for the GeoIP patch from Caraytech.

The most popular use of this patch is to send web site visitors to their
nearest web server. Suppose you have a site called www.example555.com with
two web servers: one in the US and one in England. You can use this patch
in order for visitors from Europe to connect to the server in England and
all other visitors to the server in the US. This is just one example of
its usage. There are probably many others.

WWW: http://www.caraytech.com/geodns/

I created a slave port rather than making this an option but other than
that I was able to use the excellent work in the PR.

PR:		ports/119997
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Jul 28 22:13:34 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2 lines
Update to patched versions which address a remote DoS vulnerability:

	Receipt of a specially-crafted dynamic update message may
	cause BIND 9 servers to exit. This vulnerability affects all
	servers -- it is not limited to those that are configured to
	allow dynamic updates. Access controls will not provide an
	effective workaround.

More details can be found here: https://www.isc.org/node/474

All BIND users are encouraged to update to a patched version ASAP.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Apr 12 21:33:23 2009 UTC (2 years, 9 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
- Flip from MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE, fails both on pointyhat and on
  my local machine

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Mar 24 20:00:21 2009 UTC (2 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Fix CONFLICTS (again). The previous example didn't work at all for ports
other than plain bind9 since the real PORTNAMEs for the other ports are
bind9[456]. This fix has the added advantage of covering REPLACE_BASE.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Mar 24 19:51:10 2009 UTC (2 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -0 lines
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Mar 21 20:40:07 2009 UTC (2 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
BIND 9.4.3-P2 is a SECURITY patch for BIND 9.4.3.  It addresses a bug
in DNSSEC lookaside validation (DLV): unrecognized signature algorithms,
which should have been treated as the equivalent of an unsigned zone,
were instead treated as a validation failure.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Jan 8 08:18:44 2009 UTC (3 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +11 -8 lines
Update to the -P1 versions of the current BIND ports which contain
the fix for the following vulnerability: https://www.isc.org/node/373

Description:
Return values from OpenSSL library functions EVP_VerifyFinal()
and DSA_do_verify() were not checked properly.

Impact:
It is theoretically possible to spoof answers returned from
zones using the DNSKEY algorithms DSA (3) and NSEC3DSA (6).

In short, if you're not using DNSSEC to verify signatures you have
nothing to worry about.

While I'm here, address the issues raised in the PR by adding a knob
to disable building with OpenSSL altogether (which eliminates DNSSEC
capability), and fix the configure arguments to better deal with the
situation where the user has ssl bits in both the base and LOCALBASE.

PR:		ports/126297
Submitted by:	Ronald F.Guilmette <rfg@tristatelogic.com>

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sun Jan 4 07:26:28 2009 UTC (3 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
Update CONFLICTS to reflect the addition of the bind96 port,
the demise of bind9-dlz, and updates to the bind9-sdb-* ports.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Dec 19 21:40:19 2008 UTC (3 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +5 -5 lines
Update to version 9.4.3 which contains numerous bug fixes.

This version also includes the use-v[46]-udp-ports options to configure
a range of random UDP ports to initiate queries from.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Aug 2 07:01:20 2008 UTC (3 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -3 lines
Update to patchlevel 2 for all versions:

- performance improvement over the P1 releases, namely
   + significantly remedying the port allocation issues
   + allowing TCP queries and zone transfers while issuing as many
      outstanding UDP queries as possible
   + additional security of port randomization at the same level as P1

- also includes fixes for several bugs in the 9.5.0 base code

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Jul 16 20:39:24 2008 UTC (3 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +5 -0 lines
Add an OPTION to turn on the ability of dns/host/nslookup to do
DNSSEC validation.

This is off by default, so no PORTREVISION bump.

Submitted by:	Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Jul 11 19:07:17 2008 UTC (3 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +9 -2 lines
Bump PORTREVISION for the patch to named-checkconf

Add the logic for the THREADS OPTION to be on for 7-RELEASE and above
(and off otherwise) that I'm using in dns/bind95

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Jul 9 19:02:00 2008 UTC (3 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -3 lines
Upgrade to the -P1 versions of each port, which add stronger randomization
of the UDP query-source ports. The server will still use the same query
port for the life of the process, so users for whom the issue of cache
poisoning is highly significant may wish to periodically restart their
server using /etc/rc.d/named restart, or other suitable method.

In order to take advantage of this randomization users MUST have an
appropriate firewall configuration to allow UDP queries to be sent and
answers to be received on random ports; and users MUST NOT specify a
port number using the query-source[-v6] option.

The avoid-v[46]-udp-ports options exist for users who wish to eliminate
certain port numbers from being chosen by named for this purpose. See
the ARM Chatper 6 for more information.

Also please note, this issue applies only to UDP query ports. A random
ephemeral port is always chosen for TCP queries.

This issue applies primarily to name servers whose main purpose is to
resolve random queries (sometimes referred to as "caching" servers, or
more properly as "resolving" servers), although even an "authoritative"
name server will make some queries, primarily at startup time.

This update addresses issues raised in:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447
http://www.kb.cert.org/vuls/id/800113
http://tools.ietf.org/html/draft-ietf-dnsext-forgery-resilience

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Jul 4 15:43:37 2008 UTC (3 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
Update CONFLICTS:
1. To take bind95 into account
2. s/bind9-sdb-ldap/bind9-sdb-mysql/
3. Delete references to BIND 8

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Dec 5 00:44:01 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -0 lines
Fix pkg-plist by including a new file.

Pointy hat number N:M (where M = many) goes to:	dougb
Approved by:	portmgr (erwin)

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Dec 3 09:43:43 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
ISC recently announced that BIND 8 has been End-of-Life'd:
http://www.isc.org/index.pl?/sw/bind/bind8-eol.php

Therefore, per the previous announcement, remove the ports for BIND 8.
This includes the chinese/bind8 slave port, and mail/smc-milter which
has a dependency on libbind_r.a from BIND 8.x. The latter has been
unmaintained since 2005, and is 3 versions behind.

Approved by:	portmgr (linimon)

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Dec 1 21:53:34 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
Update to BIND 9.4.2. Many bugs are fixed, please see the CHANGES
file for more details.

Approved by:	portmgr (erwin)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Jul 24 22:02:16 2007 UTC (4 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Update to 9.4.1-P1, which has fixes for the following:

1. The default access control lists (acls) are not being
correctly set. If not set anyone can make recursive queries
and/or query the cache contents.

See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2925

2. The DNS query id generation is vulnerable to cryptographic
analysis which provides a 1 in 8 chance of guessing the next
query id for 50% of the query ids. This can be used to perform
cache poisoning by an attacker.

This bug only affects outgoing queries, generated by BIND 9 to
answer questions as a resolver, or when it is looking up data
for internal uses, such as when sending NOTIFYs to slave name
servers.

All users are encouraged to upgrade.

See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:46 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -2 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue May 1 01:00:01 2007 UTC (4 years, 9 months ago) by dougb
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Update to version 9.4.1, a security update from ISC:

2172.   [bug]       query_addsoa() was being called with a non zone db.
                    [RT #16834]

	If you are running BIND 9.4.0 (either pre-release or final),
	you are advised to upgrade as soon as possible to BIND 9.4.1.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Feb 26 07:57:58 2007 UTC (4 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Update to the release version of 9.4.0.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Jan 28 22:45:54 2007 UTC (5 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +25 -23 lines
Complete the update for bind94 after the repocopy, and hook it up.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jan 25 01:57:42 2007 UTC (5 years ago) by dougb
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Upgrade to version 9.3.4, the latest from ISC, which addresses the
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]

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Dec 21 08:49:20 2006 UTC (5 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +8 -0 lines
Apply the markup fixes from the base to the nsupdate.8 and
nslookup.1 man pages.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Dec 9 22:20:38 2006 UTC (5 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Upgrade to version 9.3.3, the latest from ISC. This is
a maintenance release, with the usual round of bug and
security fixes.

All users of BIND 9 are encouraged to upgrade to this
version.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Nov 3 07:47:21 2006 UTC (5 years, 3 months ago) by dougb
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Update to version 9.3.2-P2, which addresses the vulnerability
announced by ISC dated 31 October (delivered via e-mail to the
bind-announce@isc.org list today):

Description:
	Because of OpenSSL's recently announced vulnerabilities
	(CAN-2006-4339, CVE-2006-2937 and CVE-2006-2940) which affect named,
	we are announcing this workaround and releasing patches.  A proof of
	concept attack on OpenSSL has been demonstrated for CAN-2006-4339.

	OpenSSL is required to use DNSSEC with BIND.

Fix for version 9.3.2-P1 and lower:
	Upgrade to BIND 9.2.3-P2, then generate new RSASHA1 and
	RSAMD5 keys for all old keys using the old default exponent
	and perform a key rollover to these new keys.

	These versions also change the default RSA exponent to be
	65537 which is not vulnerable to the attacks described in
	CAN-2006-4339.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Sep 6 18:42:40 2006 UTC (5 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_6_2_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Upgrade to version 9.3.2-P1, which addresses the following security
vulnerabilities:

http://www.niscc.gov.uk/niscc/docs/re-20060905-00590.pdf?lang=en
2066.  [security]      Handle SIG queries gracefully. [RT #16300]

http://www.kb.cert.org/vuls/id/697164
1941.  [bug]           ncache_adderesult() should set eresult even if no
                       rdataset is passed to it. [RT #15642]

All users of BIND 9 are encouraged to upgrade to this version.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Aug 28 06:03:13 2006 UTC (5 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +10 -16 lines
Add OPTIONS to the rest of my ports that need them.

Add CONFLICTS to the bind* ports.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Dec 28 01:07:22 2005 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Update to 9.3.2, the latest from ISC

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Dec 6 09:36:48 2005 UTC (6 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -3 lines
Move the verify target after pre-fetch.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Nov 27 01:11:31 2005 UTC (6 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Committed the wrong version ... s#/usr/local#${LOCALBASE}#

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Nov 27 01:03:06 2005 UTC (6 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +7 -1 lines
Fix a long-standing problem that appears when users install
openssl from ports, and do not use the option to have the port
version overwrite the base version.

Several folks have mentioned this problem in the past, but a
good workaround (and more importantly, solid testing) were
provided by the submitter.

Submitted by:	Uffe Vedenbrant <uffe@vedenbrant.se>

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Oct 29 07:13:27 2005 UTC (6 years, 3 months ago) by dougb
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -1 lines
For the ports that I maintain, do the following as appropriate:

1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Jun 29 08:10:25 2005 UTC (6 years, 7 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -1 lines
ISC staff has informed me that in BIND 9.3.x, threads are always a
bad idea, so disable them in all cases unless the user has
affirmatively requested this through the define.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Mar 17 07:07:51 2005 UTC (6 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_4_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -4 lines
1. The OPTIONS stuff isn't working the way it should according to reports,
so rip it out until I have a chance to debug it.

2. Improve the comment about deprecating an old knob.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Mar 13 10:52:52 2005 UTC (6 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +19 -14 lines
Upgrade to 9.3.1, the latest version from ISC. This version contains
several important fixes, including a remote (although unlikely) exploit.
See the CHANGES file for details.

All users of BIND 9 are highly encouraged to upgrade to this version.

Changes to the port include:
1. Remove ISC patch to 9.3.0 that addressed the remote exploit
2. Change to OPTIONS, and thereby
3. --enable-threads is now the default. Users report that the new thread
code in 9.3.x works significantly better than the old on all versions of
FreeBSD.
4. Add a temporary shim for the old PORT_REPLACES_BASE_BIND9 option.
The OPTIONS framework requires knobs to start with WITH_ or WITHOUT_
5. Remove patch that shoehorned named.conf.5 into the right place,
it has been fixed in the code.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jan 28 20:47:44 2005 UTC (7 years ago) by dougb
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +9 -1 lines
Include a patch from ISC to deal with the following vulnerability:

Name:			BIND: Self Check Failing [Added 2005.25.01]
Versions affected:	BIND 9.3.0
Severity:		LOW
Exploitable:		Remotely
Type:			Denial of Service
Description:
An incorrect assumption in the validator (authvalidated) can result in a
REQUIRE (internal consistancy) test failing and named exiting.

Workarounds:
Turn off dnssec validation (off by default) at the options/view level.

	dnssec-enable no;

Active Exploits:	None known

Bump PORTREVISION accordingly.

It should be noted that the vast majority of users would not have
DNSSEC enabled, and therefore are not vulnerable to this bug.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Sep 27 04:43:55 2004 UTC (7 years, 4 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_3_0, old_RELEASE_4_11_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
The parens around the OSVERSION test were fatal for < 4.9, and did not
provide anything useful for newer systems, so remove them.

PR:		ports/72118
Submitted by:	Michel Lavondes <fox@vader.aacc.cc.md.us>
Approved by:	portmgr (eik)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Sep 24 04:03:31 2004 UTC (7 years, 4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +23 -14 lines
Update to BIND 9.3.0, the latest from ISC. This version has several
significant updates, not the least of which is the new and improved
DNSSEC code based on the latest standards (including DS).

Various updates to the port, including:
1. Download the PGP signature
2. If running on ${OSVERSION} >= 503000, configure with threads
3. Update pkg-descr re IPv6 RRs
4. Update pkg-message to reflect a world with 6-current

There is also a patch to correct a man page installation error.
This problem should be fixed in the next release.

Approved by:	portmgr (marcus)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Apr 4 06:19:46 2004 UTC (7 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -2 lines
The ringserver sites don't have the latest BIND 9.

Submitted by:	fenner's distfile survey

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Mar 14 23:06:52 2004 UTC (7 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -2 lines
DISTNAME is a slightly less painful way of dealing with wacky
version numbers.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Oct 28 11:54:41 2003 UTC (8 years, 3 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +0 -1 lines
I specifically stated that I did not want to bump portepoch for this port.

I realize that my error in version numbering previously caused some confusion
about 9.2.3 being a more up to date version than 9.2.3.4, but this will quickly
be resolved with the next version, and affected only a few users who installed
the release candidate. The portepoch change is permanent, and perpetuates a
silly kludge for no good reason.

Please do not change this again without discussing it with me.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Oct 28 09:15:03 2003 UTC (8 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -0 lines
Fix removal of the last digit in the version number issue.

[~/cvs/ports/dns/bind9] edwin@k7>pkg_version -t 9.2.3.4 9.2.3
>
[~/cvs/ports/dns/bind9] edwin@k7>pkg_version -t 9.2.3.4 9.2.3,1
<

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Oct 24 23:10:57 2003 UTC (8 years, 3 months ago) by dougb
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Upgrade to the 9.2.3 release version

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Oct 2 19:18:54 2003 UTC (8 years, 4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -7 lines
Unbreak(?) USE_OPENSSL support for people that don't have it in the base

Submitted by:	A cast of thousands

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Sep 25 05:08:39 2003 UTC (8 years, 4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
Upgrade to version 9.2.3rc4.

The 9.2.3 code has many many bugs fixed from 9.2.2, check CHANGES
for more information.

The rc4 code has the delegation-only options. Check the ARM for
information on how to enable it.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Sep 5 07:33:47 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: old_RELEASE_4_9_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Chase repocopies towards ports/dns

PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Sep 5 04:54:32 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Massive repo-copies request: net->dns (partly devel->dns)

PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jun 7 22:56:34 2003 UTC (8 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -0 lines
Display the new pkg-message after port build.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Mar 4 09:44:15 2003 UTC (8 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: old_old_RELEASE_5_1_0, old_old_RELEASE_4_8_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -2 lines
* Update to version 9.2.2, the latest from ISC. This version contains no
new features compared to 9.2.1, only bug fixes. Users of BIND 9 are
highly encouraged to upgrade.

* Switch to Makefile COMMENT

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jan 26 08:42:01 2003 UTC (9 years ago) by dougb
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +25 -21 lines
Upgrade to 9.2.2rc1. This version has been available for several months, and
is widely considered to be more stable than 9.2.1. I would have preferred
a -REL version, but better is better.

* Clean up the Makefile a little
* Just say no to threads
* Add the PORT_REPLACES_BASE magic, similar to the bind8 port

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Aug 1 09:23:06 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_0, old_old_RELEASE_4_7_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
typo

Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 1 07:35:52 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -4 lines
add MASTER_SITE_ISC (1) and apply them

PR:		41218
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> (1)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed May 22 05:22:31 2002 UTC (9 years, 8 months ago) by dougb
Branches: MAIN
CVS tags: old_old_RELEASE_4_6_2, old_old_RELEASE_4_6_1, old_old_RELEASE_4_6_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Update to the latest release version

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Apr 8 08:32:47 2002 UTC (9 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
Upgrade to 9.2.1rc2, the latest from ISC. Numerous bugs were fixed,
see /usr/local/share/doc/bind9/CHANGES after installation for details.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 17 19:09:09 2002 UTC (9 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_DP1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +9 -7 lines
Fix PORTVERSION so that wacky things don't happen down the road.

In my previous commit I forgot to mention that 'pkg_add -r bind' is
only half the rationale for changing PORTNAME. The other half is so
that people who really want to can 'pkg_add -r bind9'.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Mar 17 06:47:25 2002 UTC (9 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +64 -26 lines
Upgrade to the latest release candidate, 9.2.1rc1. Numerous 9.x bugs
are fixed in this version, however BIND 9 is still recommended only
for early adopters, and those that have time to closely monitor
their name service.

* Change PORTNAME to bind9 so that 'pkg_add -r bind' does the right thing
* Use the local version of openssl, and disable threads on all but
the most recent -current. Thread support is still considered experimental.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 15 00:03:13 2001 UTC (10 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: old_old_RELEASE_4_5_0, old_old_RELEASE_4_4_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -1 lines
Add some mirrors

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jul 24 18:10:31 2001 UTC (10 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -2 lines
Update port version to ISC's latest stable release

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon May 28 08:27:10 2001 UTC (10 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Upgrade to 9.1.3rc1, whose most significant change is a fix for
some IXFR problems.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed May 9 06:32:42 2001 UTC (10 years, 9 months ago) by dougb
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Upgrade to BIND 9.1.2-Release. There is no newe functionality, but
it is highly recommended that all users of BIND 9 upgrade to this
maintenance release.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:37:00 2001 UTC (10 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: old_old_RELEASE_4_3_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Update to the actual release version of 9.1.1. If you're using
bind 9, upgrade to this version.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 27 08:45:23 2001 UTC (10 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Latest bug fixes, FOR GREAT JUSTICE !!

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Mar 23 14:37:41 2001 UTC (10 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Latest bug fixes and documentation updates.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 19 09:11:31 2001 UTC (10 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Latest bug fixes, no features added.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Mar 10 20:56:44 2001 UTC (10 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Upgrade to ISC's latest. No new features, but a few useful bug fixes.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Mar 2 07:28:36 2001 UTC (10 years, 11 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2 lines
Add more master sites.

Approved by:	maintainer

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 27 08:08:59 2001 UTC (10 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Update to ISC's latest

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Feb 13 07:33:34 2001 UTC (10 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Latest update from ISC. Truly just bugfixes.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Feb 8 08:35:42 2001 UTC (11 years ago) by dougb
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
Update to ISC's bug fix release. For those who wish to (or need to)
use BIND 9 this upgrade is highly recommended.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Feb 7 20:34:50 2001 UTC (11 years ago) by dougb
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
I knew I forgot something... the patch is reported to substantially
improve the resistance to DOS, so this is worth a portrevision bump.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Feb 7 12:36:19 2001 UTC (11 years ago) by dougb
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +32 -5 lines
Major overhaul, including an updated man/plist, patching the man pages
to make the location of etc/ files prefix-safe. Install a sample
rndc.conf file. Since rndc won't start without one the user should have
an example to work from. Add the installation of various docs wrapped
in a NOPORTDOCS test.

Last but not least, add a patch that turns off the debugging code ISC
left on by default. This should help solve the problems with
misbehaving assert's, related to nmap and other causes.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 31 07:21:26 2001 UTC (11 years ago) by dougb
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Take over maintainership of the BIND's. This is something I use every day,
so I'm on top of the security advisories, etc.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jan 21 00:42:48 2001 UTC (11 years ago) by will
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -3 lines
Update to 9.1.0; replace Makefile.in patch with perl regex.

Requested by:	Joong Hyun Kim <better@ns1.betterbox.net>

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 1 23:42:12 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2 lines
Add CONFIGURE_ARGS so that named/lwresd put their pid files
in the "right" place (/var/run), as opposed to ${PREFIX}/var/run

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Nov 19 19:21:02 2000 UTC (11 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Update to 9.0.1

PR:		ports/22941
Submitted by:	Leif Neland, leifn@neland.dk

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Nov 3 17:25:13 2000 UTC (11 years, 3 months ago) by sumikawa
Branches: MAIN
CVS tags: old_old_RELEASE_4_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Bump PORTREVISION for the previous commiting.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 3 16:06:24 2000 UTC (11 years, 3 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Add 'ipv6' on CATEGORIES. bind9 supports queries via IPv6.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 29 04:45:17 2000 UTC (11 years, 3 months ago) by will
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +16 -23 lines
Update to BIND version 9.0.0, now with better DNSSEC support among lots
of other neat things like that.  Sorry for the delay.

Repo-copy by:	asami

Revision 1.18
Sat Oct 21 21:05:58 2000 UTC (11 years, 3 months ago) by asami
Branches: MAIN
FILE REMOVED
Changes since revision 1.17: +1 -1 lines
Temporarily remove bind9, it is a repo-copy from bind8 not updated.
The history is safe, so just "cvs add" the files back when bind9 is
ready to be committed.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:10:15 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: old_old_RELEASE_4_1_1, old_old_RELEASE_4_1_0, old_old_RELEASE_3_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 15 01:03:41 1999 UTC (12 years, 2 months ago) by jseger
Branches: MAIN
CVS tags: old_old_RELEASE_4_0_0, old_old_RELEASE_3_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -7 lines
Upgrade to 8.2.2 patch 5

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 12 06:40:36 1999 UTC (12 years, 3 months ago) by jseger
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -6 lines
Upgrade to bind-8.2.2.p3 + patch4.  Fixes some security issues.

Many people submitted patches for  this one, and a combination of them
were used.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 30 14:22:09 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: old_old_RELEASE_3_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Aug 8 18:03:44 1999 UTC (12 years, 6 months ago) by jseger
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -7 lines
Upgrade to bind 8.2.1

Submitted by:	ust@cert.siemens.de
PR:		ports/12875

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 28 21:25:07 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -0 lines
Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.

Requested By:	a bazillion people both on mailing lists and #FreeBSD.

Revision 1.11
Fri Jun 25 20:21:49 1999 UTC (12 years, 7 months ago) by jseger
Branches: MAIN
FILE REMOVED
Changes since revision 1.10: +1 -1 lines
Nuke bind8, it's been in the base system for a while now.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 31 17:36:25 1999 UTC (12 years, 8 months ago) by jseger
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2 lines
Use latest patches from ISC.

PR:		ports/11784

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 4 14:28:37 1999 UTC (12 years, 10 months ago) by jseger
Branches: MAIN
CVS tags: old_old_RELEASE_3_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -8 lines
Upgrade to bind 8.2

Submitted by:	Brad Hendrickse <bradh@uunet.co.za>
PR:		ports/10861

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 13 03:37:27 1999 UTC (13 years, 1 month ago) by scrappy
Branches: MAIN
CVS tags: old_old_RELEASE_3_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Add a couple more Y2K links...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 10 02:59:27 1998 UTC (13 years, 2 months ago) by jseger
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Install HTML documentation in ${PREFIX}/share/doc/bind8

PR:	7750

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 19 05:11:59 1998 UTC (13 years, 6 months ago) by gpalmer
Branches: MAIN
CVS tags: old_old_RELEASE_3_0_0, old_old_RELEASE_2_2_8, old_old_RELEASE_2_2_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update comment to match reality

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 21 00:42:19 1998 UTC (13 years, 8 months ago) by jseger
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -11 lines
Upgrade to version 8.1.2.

Submitted by:   Studded@dal.net

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 14 21:44:27 1998 UTC (13 years, 10 months ago) by jseger
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -16 lines
Make this build under current again.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 4 16:23:28 1998 UTC (14 years ago) by wollman
Branches: MAIN
CVS tags: old_old_RELEASE_2_2_6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
Take markm out of his misery...  The patch belongs to the port's
makefile, not bind's.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 12 19:17:22 1998 UTC (14 years, 1 month ago) by markm
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Install the raw (roff) man pages, not the formatted ones.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 26 00:24:18 1997 UTC (14 years, 2 months ago) by jseger
Branches: old_old_JSEGER
CVS tags: old_old_v8_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of bind 8.1.1 port.
PR:		ports/4118

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 26 00:24:18 1997 UTC (14 years, 2 months ago) by jseger
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options