bind: bump to 9.16.27
authorNoah Meyerhans <frodo@morgul.net>
Fri, 18 Mar 2022 17:11:08 +0000 (10:11 -0700)
committerNoah Meyerhans <frodo@morgul.net>
Fri, 18 Mar 2022 17:39:38 +0000 (10:39 -0700)
Fixes security issues:

 * CVE-2022-0396 -- A synchronous call to closehandle_cb() caused
isc__nm_process_sock_buffer() to be called recursively,
which in turn left TCP connections hanging in the
CLOSE_WAIT state blocking indefinitely when
out-of-order processing was disabled.

 * CVE-2021-25220 -- The rules for acceptance of records into the cache
have been tightened to prevent the possibility of
poisoning if forwarders send records outside
the configured bailiwick.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
net/bind/Makefile
net/bind/patches/001-no-tests.patch

index 9932e54a5c19aa40471611ab92bb89646defb42d..9b2657c8f15d1200434b7e4a9615d98318aa1833 100644 (file)
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bind
-PKG_VERSION:=9.16.25
+PKG_VERSION:=9.16.27
 PKG_RELEASE:=1
 USERID:=bind=57:bind=57
 
@@ -22,7 +22,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:= \
        https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
        https://ftp.isc.org/isc/bind9/$(PKG_VERSION)
-PKG_HASH:=9fa328850f82843ef8b7bf1ff5322cb68b110273a33f375ba41f35270f5e1ff3
+PKG_HASH:=90902aaf104c81019d75d6f8b2f7ec40fcd249406f894b44e4a9c6b5e08bf566
 
 PKG_FIXUP:=autoreconf
 PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
index b21b563b77dec6e6eb8f6ee575127e51ab58d48e..9c603b2c4d4c5246c533bb83b649a123f43b99aa 100644 (file)
@@ -1,6 +1,6 @@
 --- a/bin/Makefile.in
 +++ b/bin/Makefile.in
-@@ -12,7 +12,7 @@ VPATH =              @srcdir@
+@@ -14,7 +14,7 @@ VPATH =              @srcdir@
  top_srcdir =  @top_srcdir@
  
  SUBDIRS =     named rndc dig delv dnssec tools nsupdate check confgen \