diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-02-02 23:46:12 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-02-07 16:55:14 -0800 |
commit | 0591ea432e6012be3dcc31a82b5ac861ddd5f2c0 (patch) | |
tree | 26a29bd5aa60d8726bd7975fc50662bb25caae5f /net/pdns-recursor | |
parent | 702216588d138ea6c03073411a5aa01d7f753788 (diff) |
pdns-recursor: update to 4.4.2
Enable reproducible.
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/pdns-recursor')
-rw-r--r-- | net/pdns-recursor/Makefile | 7 | ||||
-rw-r--r-- | net/pdns-recursor/patches/300-boost-173.patch | 21 |
2 files changed, 4 insertions, 24 deletions
diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index cd49c0155..8bed4d288 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns-recursor -PKG_VERSION:=4.4.1 -PKG_RELEASE:=1 +PKG_VERSION:=4.4.2 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=f97fa34635d42c68acee5d4da9db0e5ff619fd49e62acace7b4bdb7ee3675698 +PKG_HASH:=b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf PKG_MAINTAINER:=James Taylor <james@jtaylor.id.au> PKG_LICENCE:=GPL-2.0-only @@ -47,6 +47,7 @@ CONFIGURE_ARGS += \ --without-libsodium \ --with-protobuf \ --without-net-snmp \ + --enable-reproducible \ --disable-silent-rules CONFIGURE_VARS += \ diff --git a/net/pdns-recursor/patches/300-boost-173.patch b/net/pdns-recursor/patches/300-boost-173.patch deleted file mode 100644 index ff89f5bb7..000000000 --- a/net/pdns-recursor/patches/300-boost-173.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/webserver.cc -+++ b/webserver.cc -@@ -36,6 +36,8 @@ - #include "uuid-utils.hh" - #include <yahttp/router.hpp> - -+using namespace boost::placeholders; -+ - json11::Json HttpRequest::json() - { - string err; ---- a/ws-recursor.cc -+++ b/ws-recursor.cc -@@ -46,6 +46,7 @@ - - extern thread_local FDMultiplexer* t_fdm; - -+using namespace boost::placeholders; - using json11::Json; - - void productServerStatisticsFetch(map<string,string>& out) |