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/include Pull up revision 1.2 (requested by it...



details:   https://anonhg.NetBSD.org/src/rev/9402fa728c7d
branches:  netbsd-1-6
changeset: 528176:9402fa728c7d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 28 11:40:11 2002 +0000

description:
Pull up revision 1.2 (requested by itojun in ticket #387):
Update to BIND 8.3.3.  Fixes buffer overrun in resolver code.

diffstat:

 dist/bind/include/port_ipv6.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 445af4d7e3f6 -r 9402fa728c7d dist/bind/include/port_ipv6.h
--- a/dist/bind/include/port_ipv6.h     Fri Jun 28 11:39:52 2002 +0000
+++ b/dist/bind/include/port_ipv6.h     Fri Jun 28 11:40:11 2002 +0000
@@ -5,5 +5,7 @@
 #define port_ipv6_h
 
 #define HAS_INET6_STRUCTS
+#define HAVE_SIN6_SCOPE_ID
+#define USE_IFNAMELINKID
 
 #endif



Home | Main Index | Thread Index | Old Index