diff mbox series

bind: security bump to 9.11.4

Message ID 410dbec2b2ba1d7f56dcd2381b482ebdb1371d10.1531827174.git.baruch@tkos.co.il
State Accepted
Commit b36577a2669310c1b1a6722e012a1049e3793d1d
Headers show
Series bind: security bump to 9.11.4 | expand

Commit Message

Baruch Siach July 17, 2018, 11:32 a.m. UTC
Fixes CVE-2018-5738: When recursion is enabled but the allow-recursion
and allow-query-cache ACLs are not specified, they should be limited to
local networks, but they were inadvertently set to match the default
allow-query, thus allowing remote queries.

Update license file hash; copyright year update.

Add reference to tarball signature key.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/bind/bind.hash | 7 ++++---
 package/bind/bind.mk   | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard July 17, 2018, 7:52 p.m. UTC | #1
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Fixes CVE-2018-5738: When recursion is enabled but the allow-recursion
 > and allow-query-cache ACLs are not specified, they should be limited to
 > local networks, but they were inadvertently set to match the default
 > allow-query, thus allowing remote queries.

 > Update license file hash; copyright year update.

 > Add reference to tarball signature key.

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.
Peter Korsgaard July 19, 2018, 9:40 p.m. UTC | #2
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Fixes CVE-2018-5738: When recursion is enabled but the allow-recursion
 > and allow-query-cache ACLs are not specified, they should be limited to
 > local networks, but they were inadvertently set to match the default
 > allow-query, thus allowing remote queries.

 > Update license file hash; copyright year update.

 > Add reference to tarball signature key.

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2018.02.x and 2018.05.x, thanks.
diff mbox series

Patch

diff --git a/package/bind/bind.hash b/package/bind/bind.hash
index 199db704fe86..78f801552155 100644
--- a/package/bind/bind.hash
+++ b/package/bind/bind.hash
@@ -1,3 +1,4 @@ 
-# Verified from http://ftp.isc.org/isc/bind9/9.11.2-P1/bind-9.11.2-P1.tar.gz.sha256.asc
-sha256 cec31548832fca3f85d95178d4019b7d702039e8595d4c93914feba337df1212 bind-9.11.2-P1.tar.gz
-sha256 d3906dfe153e2c48440d3ca1d5319f5e89b4b820cdfc5d0779c23d7ac2b175e9 COPYRIGHT
+# Verified from https://ftp.isc.org/isc/bind9/9.11.4/bind-9.11.4.tar.gz.asc
+# with key BE0E9748B718253A28BB89FFF1B11BF05CF02E57
+sha256 595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745279617 bind-9.11.4.tar.gz
+sha256 336f3c40e37a1a13690efb4c63e20908faa4c40498cc02f3579fb67d3a1933a5 COPYRIGHT
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 392ef321c23f..c4429ef6cc7f 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-BIND_VERSION = 9.11.2-P1
+BIND_VERSION = 9.11.4
 BIND_SITE = http://ftp.isc.org/isc/bind9/$(BIND_VERSION)
 # bind does not support parallel builds.
 BIND_MAKE = $(MAKE1)