From 6b989e0ad520e0a71bc18d9e84a0b7b4e4e54c07 Mon Sep 17 00:00:00 2001 From: Jan Klos Date: Sun, 10 Nov 2024 21:24:52 +0200 Subject: [PATCH] unbound: update to 1.22.0 Signed-off-by: Jan Klos [Solve PKG_RELEASE conflict] --- net/unbound/Makefile | 6 +++--- net/unbound/patches/010-configure-uname.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/unbound/Makefile b/net/unbound/Makefile index e3d128a522..f88c44f3ad 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.21.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.22.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=e7dca7d6b0f81bdfa6fa64ebf1053b5a999a5ae9278a87ef182425067ea14521 +PKG_HASH:=c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43 PKG_MAINTAINER:=Eric Luehrsen PKG_LICENSE:=BSD-3-Clause diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index 609475cddb..65b9449c06 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 -@@ -895,7 +895,7 @@ if test x_$ub_test_python != x_no; then +@@ -897,7 +897,7 @@ if test x_$ub_test_python != x_no; then fi fi