Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/nsd Handle OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/2d53ad572a83
branches:  trunk
changeset: 374762:2d53ad572a83
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 11 16:18:31 2023 +0000

description:
Handle OpenSSL-3.x

diffstat:

 external/bsd/nsd/lib/libnsd/Makefile         |  4 +++-
 external/bsd/nsd/sbin/nsd-checkzone/Makefile |  4 +++-
 external/bsd/nsd/sbin/nsd-control/Makefile   |  4 +++-
 external/bsd/nsd/sbin/nsd/Makefile           |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (61 lines):

diff -r 5e2335cef9e6 -r 2d53ad572a83 external/bsd/nsd/lib/libnsd/Makefile
--- a/external/bsd/nsd/lib/libnsd/Makefile      Thu May 11 15:26:13 2023 +0000
+++ b/external/bsd/nsd/lib/libnsd/Makefile      Thu May 11 16:18:31 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/09/24 17:38:18 christos Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/11 16:18:31 christos Exp $
 
 LIBISPRIVATE=yes
 .include <bsd.init.mk>
@@ -51,5 +51,7 @@ LIBDPLIBS+= ${DPLIBS}
 
 .include <bsd.lib.mk>
 
+COPTS.tsig-openssl.c+= -Wno-error=deprecated-declarations
+
 # Use the generated files
 .y.c:
diff -r 5e2335cef9e6 -r 2d53ad572a83 external/bsd/nsd/sbin/nsd-checkzone/Makefile
--- a/external/bsd/nsd/sbin/nsd-checkzone/Makefile      Thu May 11 15:26:13 2023 +0000
+++ b/external/bsd/nsd/sbin/nsd-checkzone/Makefile      Thu May 11 16:18:31 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/01/07 19:51:22 christos Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/11 16:18:31 christos Exp $
 
 PROG=nsd-checkzone
 
@@ -15,4 +15,6 @@ zlexer.c \
 zonec.c \
 zparser.c
 
+COPTS.server.c+= -Wno-error=deprecated-declarations
+
 .include <bsd.prog.mk>
diff -r 5e2335cef9e6 -r 2d53ad572a83 external/bsd/nsd/sbin/nsd-control/Makefile
--- a/external/bsd/nsd/sbin/nsd-control/Makefile        Thu May 11 15:26:13 2023 +0000
+++ b/external/bsd/nsd/sbin/nsd-control/Makefile        Thu May 11 16:18:31 2023 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/01/07 19:51:22 christos Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/11 16:18:31 christos Exp $
 
 PROG=nsd-control
 
+COPTS.nsd-control.c+= -Wno-error=deprecated-declarations
+
 .include <bsd.prog.mk>
diff -r 5e2335cef9e6 -r 2d53ad572a83 external/bsd/nsd/sbin/nsd/Makefile
--- a/external/bsd/nsd/sbin/nsd/Makefile        Thu May 11 15:26:13 2023 +0000
+++ b/external/bsd/nsd/sbin/nsd/Makefile        Thu May 11 16:18:31 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/01/07 19:51:22 christos Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/11 16:18:31 christos Exp $
 
 PROG=nsd
 
@@ -18,4 +18,6 @@ zparser.c
 MAN+=${PROG}.conf.5
 ${PROG}.conf.5: ${PROG}.conf.5.in __subst
 
+COPTS.server.c+= -Wno-error=deprecated-declarations
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index