aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Taylor <james@jtaylor.id.au>2020-05-26 13:31:48 +0000
committerJames Taylor <james@jtaylor.id.au>2020-05-26 13:31:48 +0000
commit490157fe2af55e6bf876b8cf6daa4876c753cb33 (patch)
treeaad3584b829899789ef2a4cacf65251e9d8a2cc9
parent5e6b871e9ee1c10337d02f6049bfe780f381e25a (diff)
pdns-recursor: update to 4.2.2
Updates pdns-recursor to latest release in the 4.2 series. Includes backported fixes for CVE-2020-10995, CVE-2020-12244 and CVE-2020-10030, plus avoid a crash when loading an invalid RPZ. Full change log for this release is available at: https://doc.powerdns.com/recursor/changelog/4.2.html#change-4.2.2 Signed-off-by: James Taylor <james@jtaylor.id.au>
-rw-r--r--net/pdns-recursor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile
index a58087e14..f9b359e7b 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.2.1
-PKG_RELEASE:=2
+PKG_VERSION:=4.2.2
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
-PKG_HASH:=8d8c3235cc5281f0fc51946129f22758778f4c50bfda095d5856feb4c756891f
+PKG_HASH:=9502de8ab7dde3fe5ecb3dea0f6dd8f9c96ca5e09b06f3d58d2f123abf6f7204
PKG_MAINTAINER:=James Taylor <james@jtaylor.id.au>
PKG_LICENCE:=GPL-2.0-only