CVS commit: src/external/bsd/unbound/lib/libunbound

2023-05-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May  9 14:31:55 UTC 2023

Modified Files:
src/external/bsd/unbound/lib/libunbound: Makefile

Log Message:
Handle OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/unbound/lib/libunbound/Makefile

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



CVS commit: src/external/bsd/unbound/lib/libunbound

2023-05-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May  9 14:31:55 UTC 2023

Modified Files:
src/external/bsd/unbound/lib/libunbound: Makefile

Log Message:
Handle OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/unbound/lib/libunbound/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/unbound/lib/libunbound/Makefile
diff -u src/external/bsd/unbound/lib/libunbound/Makefile:1.7 src/external/bsd/unbound/lib/libunbound/Makefile:1.8
--- src/external/bsd/unbound/lib/libunbound/Makefile:1.7	Mon Mar 15 16:15:36 2021
+++ src/external/bsd/unbound/lib/libunbound/Makefile	Tue May  9 10:31:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/03/15 20:15:36 christos Exp $
+# $NetBSD: Makefile,v 1.8 2023/05/09 14:31:55 christos Exp $
 
 .include 
 
@@ -107,6 +107,9 @@ CLEANFILES+=libunbound.3
 
 libunbound.3: libunbound.3.in __subst
 
+COPTS.keyraw.c+= -Wno-error=deprecated-declarations
+COPTS.net_help.c+= -Wno-error=deprecated-declarations
+
 .include 
 
 # Use the generated files



Re: CVS commit: src/external/bsd/unbound/lib/libunbound

2021-01-01 Thread Robert Elz
Date:Fri, 1 Jan 2021 20:38:36 +
From:"Roy Marples" 
Message-ID:  <20210101203836.2cadcf...@cvs.netbsd.org>

  | Modified Files:
  | src/external/bsd/unbound/lib/libunbound: Makefile
  |
  | Log Message:
  | libunbound: Now we use libevent, don't build mini_event or winsock_event.

That changes the ABI of  the library (libunbound) and so at the very
least would require a major version bump.

It also breaks the build.

Please revert, and also (and this applies to *everyone*) please do release
builds BEFORE committing changes which can (even remotely possibly) affect
the rest of the build (which more or less means any change other than to
doc - and even there if any doc is new or deleted).

kre



CVS commit: src/external/bsd/unbound/lib/libunbound

2019-05-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 26 02:49:12 UTC 2019

Modified Files:
src/external/bsd/unbound/lib/libunbound: Makefile

Log Message:
new files


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/unbound/lib/libunbound/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/unbound/lib/libunbound/Makefile
diff -u src/external/bsd/unbound/lib/libunbound/Makefile:1.3 src/external/bsd/unbound/lib/libunbound/Makefile:1.4
--- src/external/bsd/unbound/lib/libunbound/Makefile:1.3	Mon Feb  5 22:05:48 2018
+++ src/external/bsd/unbound/lib/libunbound/Makefile	Sat May 25 22:49:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/02/06 03:05:48 christos Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/26 02:49:12 christos Exp $
 
 .include 
 
@@ -33,6 +33,7 @@ dname.c \
 dns.c \
 dns64.c \
 dnstree.c \
+edns.c \
 fptr_wlist.c \
 infra.c \
 iter_delegpt.c \
@@ -77,6 +78,7 @@ rtt.c \
 sbuffer.c \
 slabhash.c \
 str2wire.c \
+tcp_conn_limit.c \
 timehist.c \
 tube.c \
 ub_event_pluggable.c \