Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/dist/bind Pull up revision 1.7 (requested by itojun in ...



details:   https://anonhg.NetBSD.org/src/rev/1475a5526670
branches:  netbsd-1-6
changeset: 529759:1475a5526670
user:      he <he%NetBSD.org@localhost>
date:      Thu Dec 12 22:04:01 2002 +0000

description:
Pull up revision 1.7 (requested by itojun in ticket #998):
  Upgrade BIND to version 8.3.4.

diffstat:

 dist/bind/README             |  3 +++
 dist/bind/bin/named/ns_req.c |  4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r d6af3c9b709e -r 1475a5526670 dist/bind/README
--- a/dist/bind/README  Thu Dec 12 22:03:33 2002 +0000
+++ b/dist/bind/README  Thu Dec 12 22:04:01 2002 +0000
@@ -10,6 +10,9 @@
 Note that BIND 8 is in "end-of-life", having been replaced by BIND 9.  See
 http://www.isc.org/ for more details.
 
+BIND 8.3.4 Highlights
+       Security Fix DoS and buffer overrun.
+
 BIND 8.3.3 Highlights
        Security Fix libbind. All applications linked against libbind
        need to relinked.
diff -r d6af3c9b709e -r 1475a5526670 dist/bind/bin/named/ns_req.c
--- a/dist/bind/bin/named/ns_req.c      Thu Dec 12 22:03:33 2002 +0000
+++ b/dist/bind/bin/named/ns_req.c      Thu Dec 12 22:04:01 2002 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: ns_req.c,v 1.4.2.2 2002/11/15 00:48:19 lukem Exp $     */
+/*     $NetBSD: ns_req.c,v 1.4.2.3 2002/12/12 22:04:02 he Exp $        */
 
 #if !defined(lint) && !defined(SABER)
 static const char sccsid[] = "@(#)ns_req.c     4.47 (Berkeley) 7/1/91";
-static const char rcsid[] = "Id: ns_req.c,v 8.169 2002/05/12 23:41:52 marka Exp";
+static const char rcsid[] = "Id: ns_req.c,v 8.169.2.1 2002/11/14 13:02:48 marka Exp";
 #endif /* not lint */
 
 /*



Home | Main Index | Thread Index | Old Index