dnsdist: Update to v1.6.1
authorWout Bertrums <wout@wbnet.eu>
Thu, 16 Sep 2021 17:44:52 +0000 (19:44 +0200)
committerRosen Penev <rosenp@gmail.com>
Mon, 27 Sep 2021 14:16:05 +0000 (07:16 -0700)
The patch for GCC 11 is not needed anymore because it is upstream now:
https://github.com/PowerDNS/pdns/pull/10400

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
net/dnsdist/Makefile
net/dnsdist/patches/020-gcc11.patch [deleted file]

index 7db34b683bbf9ed888cf9c5308e84cadce5293f2..380760d6ec9ac0ba1c04558606e45eb6ed3b22a0 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dnsdist
-PKG_VERSION:=1.6.0
+PKG_VERSION:=1.6.1
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
-PKG_HASH:=a7783a04d8d4ad2b0168ffaaf85ef95d5f557057b0462280684dd799d0cdd292
+PKG_HASH:=29040a43982ae1ad5b7313f081e26519ab3a58af6bced438311da3a65370a3a5
 
 PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com>
 PKG_LICENSE:=GPL-2.0-only
diff --git a/net/dnsdist/patches/020-gcc11.patch b/net/dnsdist/patches/020-gcc11.patch
deleted file mode 100644 (file)
index 485beab..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/lock.hh
-+++ b/lock.hh
-@@ -20,6 +20,7 @@
-  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-  */
- #pragma once
-+#include <mutex>
- #include <shared_mutex>
- class ReadWriteLock