diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2022-11-19 17:24:27 -0500 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-11-21 18:58:11 +0800 |
commit | 6bc0293a73f5a1d86a951ebd4c00cbc7b09e4529 (patch) | |
tree | 0ae473dab3f5358bf006398dfe1009c0f0127f8a /net/unbound/patches | |
parent | 1c6570dcc7c4ce9843b763e8863baf92277fa008 (diff) |
unbound: update to 1.17.0
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/patches')
-rw-r--r-- | net/unbound/patches/010-configure-uname.patch | 2 | ||||
-rw-r--r-- | net/unbound/patches/100-example-conf-in.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index dbdb5d1c8..ca9c47631 100644 --- a/net/unbound/patches/010-configure-uname.patch +++ b/net/unbound/patches/010-configure-uname.patch @@ -3,7 +3,7 @@ Fix cross compile errors by inserting an environment variable for the target. Use "uname" on host only if "UNAME" variable is empty. --- a/configure.ac +++ b/configure.ac -@@ -815,7 +815,7 @@ if test x_$ub_test_python != x_no; then +@@ -818,7 +818,7 @@ if test x_$ub_test_python != x_no; then fi fi diff --git a/net/unbound/patches/100-example-conf-in.patch b/net/unbound/patches/100-example-conf-in.patch index e81ed87c4..15cfc0562 100644 --- a/net/unbound/patches/100-example-conf-in.patch +++ b/net/unbound/patches/100-example-conf-in.patch @@ -6,7 +6,7 @@ starting point for embedded routers if one is not going to use UCI. +++ b/doc/example.conf.in @@ -19,6 +19,76 @@ server: # verbosity number, 0 is least verbose. 1 is default. - verbosity: 1 + # verbosity: 1 + ############################################################################ + # MEMORY CONTROL EXAMPLE |