CVS log for ports/dns/bind84/Attic/Makefile
Up to [FreeBSD] / ports / dns / bind84
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16
Mon Dec 3 09:43:42 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.15: +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.15: download - view: text, markup, annotated - select for diffs
Sun Sep 2 22:08:12 2007 UTC (4 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +18 -6 lines
1. Add the patch for 8.4.7-P1, and bump PORTVERSION in a way that works for us. 2. Tighten the list of master sites way down since almost all mirrors have dropped BIND 8.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 28 00:03:42 2007 UTC (4 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -0 lines
Begin the de-orbit burn for the beloved, but now more than a bit long in the tooth BIND 8. As of today (27 August 2007) ISC has announced that BIND 8 is officially End of Life (EOL) and therefore it's time to say good-bye. Please see http://www.isc.org/sw/bind/bind8-eol.php for details on the reasoning behind the EOL status, the latest security issues, and a migration guide to help you move toward BIND 9.4.x. bind8 (BIND 8.3.7) is marked FORBIDDEN due to the predictable query ID bug (see above) which will not be fixed for this version. bind84 is marked DEPRECATED, and will be upgraded to 8.4.7-P1 when it is available.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 28 06:03:12 2006 UTC (5 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +12 -5 lines
Add OPTIONS to the rest of my ports that need them. Add CONFLICTS to the bind* ports.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Feb 18 09:51:12 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -0 lines
Fix build on sparc64 with the same fix that was applied to BIND 9, for the same reason.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Feb 14 22:14:52 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Updgrade to 8.4.7, the latest from ISC.
Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +6 -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.9: download - view: text, markup, annotated - select for diffs
Wed Jan 26 00:30:58 2005 UTC (7 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -3 lines
Update to version 8.4.6, the latest from ISC. To quote the release notes: BIND 8.4.6-REL is a security release of BIND 8.4. It is possible to remotely trigger a overrun causing a denial of service. If you are running BIND 8.4.4 or BIND 8.4.5 you should upgrade. Also: 1. Add ipv6 as a virtual category, since a key reason for the BIND 8.4.x branch is IPv6 transport. 2. Download the PGP .asc files for the src and doc tarballs. 3. Add a new example file to PORTDOCS.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 21 07:40:45 2004 UTC (7 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Argh. Fix plist by not clobbering PLIST_SUB.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 20 22:16:03 2004 UTC (7 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +23 -16 lines
Change the way PORT_REPLACES_BASE_BIND8 works by adding an explicit variable for replacing includes as well. Users who replaced the base BIND and then attempted to compile other software with -D_REENTRANT were having problems because netdb.h has a different definition for h_errno. The idea of replacing includes originated with users who wanted to compile apps against the libbind installed by the port, however those "power users" can either add the switch to replace includes, or modify their own includes slightly to use the "safe" location for the port include files (PREFIX/include/bind). The PR mentions the problem, along with a cast of thousands. :) Other tuneups for the port are just portlint appeasements. PR: ports/64449 Submitted by: eik
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 8 05:46:24 2004 UTC (8 years ago) by dougb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3 lines
Upgrade to 8.4.4, which fixes the nasty bugs from previous versions.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 10 19:34:40 2003 UTC (8 years, 2 months ago) by erwin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
Due to an unfortunate bug in BIND 8.4.3 ISC has deprecated this version. The bug is not security related but triggers BIND to generate lots of unnecessary additional queries under some circumstances with a potential for operational impact. BIND 8.4.4 will be available soon as a replacement. Requested by: dougb
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 27 01:59:07 2003 UTC (8 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update to 8.4.3, the latest version from ISC. This update contains the security fix to the negative caching strategy, along with numerous bug fixes, and other improvements; especially to the IPv6 related code.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 5 04:54:31 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +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.2: download - view: text, markup, annotated - select for diffs
Mon Jun 9 20:36:36 2003 UTC (8 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Upgrade to 8.4.1, a maintenance release that fixes some bugs found in the previous version. PR: bin/53009 Submitted by: Piotr Koper <koper@diab.eu.org>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 7 12:40:51 2003 UTC (8 years, 8 months ago) by dougb
Branches: MAIN
New port for BIND 8.4.0, copied from the existing bind port, with minor modifications.
