mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
knot-resolver: update to version 5.5.1
Changelog for versions: - 5.4.4 [1] - 5.5.0 [2] - 5.5.1 [3] [1] https://www.knot-resolver.cz/2022-01-05-knot-resolver-5.4.4.html [2] https://www.knot-resolver.cz/2022-03-15-knot-resolver-5.5.0.html [3] https://www.knot-resolver.cz/2022-06-14-knot-resolver-5.5.1.html And refresh patch to avoid offset Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
69e4ed4b6f
commit
f74754fac1
@@ -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) )
|
||||
--- a/modules/policy/policy.lua
|
||||
+++ b/modules/policy/policy.lua
|
||||
@@ -1047,7 +1047,7 @@ policy.layer = {
|
||||
@@ -1098,7 +1098,7 @@ policy.layer = {
|
||||
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
|
||||
return policy.evaluate(policy.rules, req, qry, state)
|
||||
|
||||
Reference in New Issue
Block a user