diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-09-25 12:00:55 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-09-25 12:25:59 +0200 |
commit | 027533f9a23bbedd0b7c988405a9b5fd433da502 (patch) | |
tree | 4e653fbe6f5ee769de9976c974487746cf5ad5ae /net/unbound/patches | |
parent | 256d0260599258b9add3ebec8f53be9039263aa6 (diff) |
unbound: update to version 1.16.3
Changelog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-16-3
- Fixes: CVE-2022-3204
Refreshed one patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net/unbound/patches')
-rw-r--r-- | net/unbound/patches/010-configure-uname.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index d1ed5a740..dbdb5d1c8 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 -@@ -814,7 +814,7 @@ if test x_$ub_test_python != x_no; then +@@ -815,7 +815,7 @@ if test x_$ub_test_python != x_no; then fi fi |