unbound: update to version 1.17.1 20349/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 17 Jan 2023 23:01:42 +0000 (00:01 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 10 Feb 2023 14:25:35 +0000 (15:25 +0100)
- Refreshed one patch
- Removed deprecated AUTORELEASE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index a137686bca5e1cfc9e578529a6827bb76c320dfa..0620944cfa07da0ff660ccab19e284a9ad2f0069 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.17.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=1.17.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341
+PKG_HASH:=ee4085cecce12584e600f3d814a28fa822dfaacec1f94c84bfd67f8a5571a5f4
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index ca9c47631944450f9925f2112669c011f655b035..aa1075738d71acedce6d31c458bf29ff3379d475 100644 (file)
@@ -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
-@@ -818,7 +818,7 @@ if test x_$ub_test_python != x_no; then
+@@ -819,7 +819,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi