Browse Source

dnsdist: Update to v1.6.1

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>
lilik-openwrt-22.03
Wout Bertrums 3 years ago
committed by Rosen Penev
parent
commit
7cab44e001
2 changed files with 2 additions and 12 deletions
  1. +2
    -2
      net/dnsdist/Makefile
  2. +0
    -10
      net/dnsdist/patches/020-gcc11.patch

+ 2
- 2
net/dnsdist/Makefile View 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


+ 0
- 10
net/dnsdist/patches/020-gcc11.patch View File

@ -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

Loading…
Cancel
Save