knot-resolver: update to version 5.3.0
Changes: - remove arch limit - add libnghttpd2 dependency Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
parent
8be55bb93f
commit
9103076ec7
2 changed files with 5 additions and 5 deletions
|
@ -10,12 +10,12 @@ PKG_RELRO_FULL:=0
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=knot-resolver
|
PKG_NAME:=knot-resolver
|
||||||
PKG_VERSION:=5.2.1
|
PKG_VERSION:=5.3.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver
|
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver
|
||||||
PKG_HASH:=aa37b744c400f437acba7a54aebcbdbe722ece743d342cbc39f2dd8087f05826
|
PKG_HASH:=fb6cb2c03f4fffbdd8a0098127383d03b14cf7d6abf3a0cd229fb13ff68ee33e
|
||||||
|
|
||||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
|
||||||
PKG_LICENSE:=GPL-3.0-later
|
PKG_LICENSE:=GPL-3.0-later
|
||||||
|
@ -41,10 +41,10 @@ define Package/knot-resolver
|
||||||
+luasec \
|
+luasec \
|
||||||
+luasocket \
|
+luasocket \
|
||||||
+libstdcpp \
|
+libstdcpp \
|
||||||
|
+libnghttp2 \
|
||||||
+lmdb \
|
+lmdb \
|
||||||
PACKAGE_knot-resolver_dnstap:libfstrm \
|
PACKAGE_knot-resolver_dnstap:libfstrm \
|
||||||
PACKAGE_knot-resolver_dnstap:libprotobuf-c \
|
PACKAGE_knot-resolver_dnstap:libprotobuf-c
|
||||||
@(aarch64||mips64||mips64el||powerpc64||x86_64)
|
|
||||||
USERID:=kresd=3536:kresd=3536
|
USERID:=kresd=3536:kresd=3536
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ This patch fixes the problem with forwarding in knot-resolver v4.3.0.
|
||||||
It reintroduces a fix which enables policy related hack (knot/knot-resolver#205 (comment 94566) )
|
It reintroduces a fix which enables policy related hack (knot/knot-resolver#205 (comment 94566) )
|
||||||
--- a/modules/policy/policy.lua
|
--- a/modules/policy/policy.lua
|
||||||
+++ b/modules/policy/policy.lua
|
+++ b/modules/policy/policy.lua
|
||||||
@@ -985,7 +985,7 @@ policy.layer = {
|
@@ -982,7 +982,7 @@ policy.layer = {
|
||||||
if bit.band(state, bit.bor(kres.FAIL, kres.DONE)) ~= 0 then return state end
|
if bit.band(state, bit.bor(kres.FAIL, kres.DONE)) ~= 0 then return state end
|
||||||
local qry = req:initial() -- same as :current() but more descriptive
|
local qry = req:initial() -- same as :current() but more descriptive
|
||||||
return policy.evaluate(policy.rules, req, qry, state)
|
return policy.evaluate(policy.rules, req, qry, state)
|
||||||
|
|
Loading…
Reference in a new issue