Module Name:    src
Committed By:   christos
Date:           Thu May 11 16:18:31 UTC 2023

Modified Files:
        src/external/bsd/nsd/lib/libnsd: Makefile
        src/external/bsd/nsd/sbin/nsd: Makefile
        src/external/bsd/nsd/sbin/nsd-checkzone: Makefile
        src/external/bsd/nsd/sbin/nsd-control: Makefile

Log Message:
Handle OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nsd/lib/libnsd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/sbin/nsd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/sbin/nsd-checkzone/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/sbin/nsd-control/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/nsd/lib/libnsd/Makefile
diff -u src/external/bsd/nsd/lib/libnsd/Makefile:1.3 src/external/bsd/nsd/lib/libnsd/Makefile:1.4
--- src/external/bsd/nsd/lib/libnsd/Makefile:1.3	Sat Sep 24 13:38:18 2022
+++ src/external/bsd/nsd/lib/libnsd/Makefile	Thu May 11 12:18:31 2023
@@ -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:

Index: src/external/bsd/nsd/sbin/nsd/Makefile
diff -u src/external/bsd/nsd/sbin/nsd/Makefile:1.1 src/external/bsd/nsd/sbin/nsd/Makefile:1.2
--- src/external/bsd/nsd/sbin/nsd/Makefile:1.1	Sat Jan  7 14:51:22 2017
+++ src/external/bsd/nsd/sbin/nsd/Makefile	Thu May 11 12:18:31 2023
@@ -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>

Index: src/external/bsd/nsd/sbin/nsd-checkzone/Makefile
diff -u src/external/bsd/nsd/sbin/nsd-checkzone/Makefile:1.1 src/external/bsd/nsd/sbin/nsd-checkzone/Makefile:1.2
--- src/external/bsd/nsd/sbin/nsd-checkzone/Makefile:1.1	Sat Jan  7 14:51:22 2017
+++ src/external/bsd/nsd/sbin/nsd-checkzone/Makefile	Thu May 11 12:18:31 2023
@@ -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>

Index: src/external/bsd/nsd/sbin/nsd-control/Makefile
diff -u src/external/bsd/nsd/sbin/nsd-control/Makefile:1.1 src/external/bsd/nsd/sbin/nsd-control/Makefile:1.2
--- src/external/bsd/nsd/sbin/nsd-control/Makefile:1.1	Sat Jan  7 14:51:22 2017
+++ src/external/bsd/nsd/sbin/nsd-control/Makefile	Thu May 11 12:18:31 2023
@@ -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>

Reply via email to