Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/bind/lib deal with OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/115ef23673f1
branches:  trunk
changeset: 374653:115ef23673f1
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 09 14:08:18 2023 +0000

description:
deal with OpenSSL-3.x

diffstat:

 external/mpl/bind/lib/libdns/Makefile |  9 ++++++++-
 external/mpl/bind/lib/libisc/Makefile |  5 ++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r cb5bee737d90 -r 115ef23673f1 external/mpl/bind/lib/libdns/Makefile
--- a/external/mpl/bind/lib/libdns/Makefile     Tue May 09 13:14:14 2023 +0000
+++ b/external/mpl/bind/lib/libdns/Makefile     Tue May 09 14:08:18 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2022/05/14 11:43:25 rillig Exp $
+#      $NetBSD: Makefile,v 1.9 2023/05/09 14:08:18 christos Exp $
 
 LIB=dns
 #USE_SHLIBDIR=   yes
@@ -58,4 +58,11 @@ SRCS=        acl.c adb.c badcache.c byaddr.c ca
        tsig.c ttl.c private.c validator.c version.c view.c xfrin.c zone.c \
        zonekey.c zoneverify.c zt.c sdlz.c update.c ${DNSSEC_SRCS}
 
+COPTS.openssl_link.c+= -Wno-error=deprecated-declarations
+COPTS.openssldh_link.c+= -Wno-error=deprecated-declarations
+COPTS.openssldsa_link.c+= -Wno-error=deprecated-declarations
+COPTS.opensslecdsa_link.c+= -Wno-error=deprecated-declarations
+COPTS.openssleddsa_link.c+= -Wno-error=deprecated-declarations
+COPTS.opensslrsa_link.c+= -Wno-error=deprecated-declarations
+
 .include <bsd.lib.mk>
diff -r cb5bee737d90 -r 115ef23673f1 external/mpl/bind/lib/libisc/Makefile
--- a/external/mpl/bind/lib/libisc/Makefile     Tue May 09 13:14:14 2023 +0000
+++ b/external/mpl/bind/lib/libisc/Makefile     Tue May 09 14:08:18 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2022/09/23 12:15:37 christos Exp $
+#      $NetBSD: Makefile,v 1.19 2023/05/09 14:08:18 christos Exp $
 
 LIB=isc
 #USE_SHLIBDIR=   yes
@@ -67,4 +67,7 @@ LDADD+=-Wl,-Bdynamic
 LDADD+=-lz
 DPADD+=${LIBZ}
 
+COPTS.hmac.c+= -Wno-error=deprecated-declarations
+COPTS.md.c+= -Wno-error=deprecated-declarations
+
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index