Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/bind/lib Pull up revision 1.11 (via patch, req...
details: https://anonhg.NetBSD.org/src/rev/96d3643e7d4c
branches: netbsd-1-5
changeset: 490568:96d3643e7d4c
user: he <he%NetBSD.org@localhost>
date: Sun Jan 28 15:53:16 2001 +0000
description:
Pull up revision 1.11 (via patch, requested by itojun):
Upgrade to BIND version 8.2.3.
diffstat:
usr.sbin/bind/lib/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r f671ed68989e -r 96d3643e7d4c usr.sbin/bind/lib/Makefile
--- a/usr.sbin/bind/lib/Makefile Sun Jan 28 15:53:10 2001 +0000
+++ b/usr.sbin/bind/lib/Makefile Sun Jan 28 15:53:16 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9.4.1 2000/08/26 00:56:06 mrg Exp $
+# $NetBSD: Makefile,v 1.9.4.2 2001/01/28 15:53:16 he Exp $
LIB=bind
@@ -25,8 +25,9 @@
SRCS+= tree.c base64.c bitncmp.c assertions.c memcluster.c \
logging.c heap.c ctl_p.c ctl_srvr.c ctl_clnt.c \
eventlib.c ev_connects.c ev_files.c ev_timers.c \
- ev_streams.c ev_waits.c
+ ev_streams.c ev_waits.c movefile.c
# ${BIND_DIST_DIR}/lib/inet
+#SRCS+= inet_addr.c
SRCS+= nsap_addr.c inet_ntop.c inet_pton.c \
inet_ntoa.c inet_neta.c inet_net_ntop.c inet_net_pton.c \
inet_cidr_ntop.c inet_cidr_pton.c \
@@ -36,7 +37,7 @@
ns_sign.c ns_verify.c ns_date.c ns_samedomain.c
# ${BIND_DIST_DIR}/lib/dst
SRCS+= dst_api.c prandom.c rsaref_link.c support.c bsafe_link.c \
- cylink_link.c hmac_link.c eay_dss_link.c
+ cylink_link.c hmac_link.c eay_dss_link.c md5_dgst.c
# ${BIND_DIST_DIR}/lib/irs
SRCS+= dns.c dns_gr.c dns_ho.c dns_nw.c dns_pr.c dns_pw.c \
dns_sv.c gai_strerror.c gen.c gen_gr.c gen_ho.c \
Home |
Main Index |
Thread Index |
Old Index