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

CVS log for ports/dns/bind9/Attic/distinfo

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.49
Wed Dec 1 00:48:10 2010 UTC (14 months, 1 week ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.48: +0 -0 lines
As previously advertised, remove BIND 9.3.x coincident with the
EOL of RELENG_6.

Revision 1.48: 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
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +6 -6 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.47: download - view: text, markup, annotated - select for diffs
Fri Dec 19 22:30:01 2008 UTC (3 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -6 lines
Upgrade to version 9.3.6.

Add a note to pkg-message indicating that ISC declared this version EOL
as of 1 December, but that we will support the port through the RELENG_6
lifetime.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Aug 9 07:23:34 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.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
All -P2 versions now have PGP signatures with ISC's standard
signing key.

PR:		ports/126389 (for bind9)
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

Revision 1.45: 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
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +6 -6 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.44: 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.43: preferred, colored
Changes since revision 1.43: +6 -6 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.43: download - view: text, markup, annotated - select for diffs
Mon Jun 2 05:20:09 2008 UTC (3 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -6 lines
Update to version 9.3.5. It contains the latest bug fixes, updates
to root server addresses, and a fix for the vulnerability mentioned
here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0122

Users of BIND 9.3.x are strongly encouraged to upgrade to this
version. Also, the 9.3.x branch is now in maintenance-only mode.
Users are encouraged to investigate BIND 9.4.x or perhaps 9.5.x.

http://www.isc.org/index.pl?/sw/bind/versions_and_support.php

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jul 24 22:00:03 2007 UTC (4 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -6 lines
Update to 9.3.4-P1, which fixes the following:

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.41: download - view: text, markup, annotated - select for diffs
Thu Jan 25 01:57:42 2007 UTC (5 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +6 -6 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.40: 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.39: preferred, colored
Changes since revision 1.39: +6 -6 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.39: 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.38: preferred, colored
Changes since revision 1.38: +6 -6 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.38: 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: RELEASE_6_2_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -6 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.37: 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: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -6 lines
Update to 9.3.2, the latest from ISC

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Nov 24 00:08:49 2005 UTC (6 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -0 lines
Add SHA256 checksums to my ports

Revision 1.35: 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
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -8 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.34: 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.33: preferred, colored
Changes since revision 1.33: +4 -0 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.33: 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
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -2 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.32: download - view: text, markup, annotated - select for diffs
Sun Mar 14 00:17:56 2004 UTC (7 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
Now that the SIZE thing has stabilized, add it to the ports I maintain.

Revision 1.31: 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
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Upgrade to the 9.2.3 release version

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +1 -1 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.29: 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_RELEASE_5_1_0, old_RELEASE_4_8_0, RELEASE_4_9_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 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.28: 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.27: preferred, colored
Changes since revision 1.27: +1 -1 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.27: 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_RELEASE_5_0_0, old_RELEASE_4_7_0, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Update to the latest release version

Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +1 -1 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.25: 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
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 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.24: 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
CVS tags: old_RELEASE_4_5_0, old_RELEASE_4_4_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Update port version to ISC's latest stable release

Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Upgrade to 9.1.3rc1, whose most significant change is a fix for
some IXFR problems.

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +1 -1 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.21: 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_RELEASE_4_3_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Update to the actual release version of 9.1.1. If you're using
bind 9, upgrade to this version.

Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Latest bug fixes, FOR GREAT JUSTICE !!

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Latest bug fixes and documentation updates.

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Latest bug fixes, no features added.

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Upgrade to ISC's latest. No new features, but a few useful bug fixes.

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to ISC's latest

Revision 1.15: 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.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Latest update from ISC. Truly just bugfixes.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Feb 8 08:35:43 2001 UTC (11 years ago) by dougb
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 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.13: 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.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to 9.1.0; replace Makefile.in patch with perl regex.

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

Revision 1.12: 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.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Update to 9.0.1

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

Revision 1.11: 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
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 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.10
Sat Oct 21 21:05:58 2000 UTC (11 years, 3 months ago) by asami
Branches: MAIN
FILE REMOVED
Changes since revision 1.9: +0 -0 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.9: download - view: text, markup, annotated - select for diffs
Mon Nov 15 01:03:43 1999 UTC (12 years, 2 months ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_4_1_1, old_RELEASE_4_1_0, old_RELEASE_4_0_0, old_RELEASE_3_5_0, old_RELEASE_3_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Upgrade to 8.2.2 patch 5

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 12 06:40:38 1999 UTC (12 years, 3 months ago) by jseger
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 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.7: download - view: text, markup, annotated - select for diffs
Sun Aug 8 18:03:46 1999 UTC (12 years, 6 months ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
Upgrade to bind 8.2.1

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 28 21:25:14 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +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.5
Fri Jun 25 20:21:55 1999 UTC (12 years, 7 months ago) by jseger
Branches: MAIN
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
Nuke bind8, it's been in the base system for a while now.

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

PR:		ports/11784

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

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 21 00:42:24 1998 UTC (13 years, 8 months ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_3_1_0, old_RELEASE_3_0_0, old_RELEASE_2_2_8, old_RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Upgrade to version 8.1.2.

Submitted by:   Studded@dal.net

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_JSEGER
CVS tags: old_v8_1_1, old_RELEASE_2_2_6
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