[oe-commits] [openembedded-core] 14/19: bind: update to 9.10.6

git at git.openembedded.org git at git.openembedded.org
Sun Nov 5 22:57:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 96e9adb60320b2e2f0bb7a04d9ed49ddc53649bb
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Fri Nov 3 12:54:48 2017 -0700

    bind: update to 9.10.6
    
    Security Fixes
    
         * An error in TSIG handling could permit unauthorized zone transfers
           or zone updates. These flaws are disclosed in CVE-2017-3142 and
           CVE-2017-3143. [RT #45383]
         * The BIND installer on Windows used an unquoted service path, which
           can enable privilege escalation. This flaw is disclosed in
           CVE-2017-3141. [RT #45229]
         * With certain RPZ configurations, a response with TTL 0 could cause
           named to go into an infinite query loop. This flaw is disclosed in
           CVE-2017-3140. [RT #45181]
    
    End of Life
    
       The end of life for BIND 9.10 is yet to be determined but will not be
       before BIND 9.12.0 has been released for 6 months.
       https://www.isc.org/downloads/software-support-policy/
    
    more info see https://lists.isc.org/pipermail/bind-announce/2017-July/001063.html
    
    Signed-off-by: Armin Kuster <akuster at mvista.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/bind/{bind_9.10.5-P3.bb => bind_9.10.6.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.6.bb
similarity index 96%
rename from meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
rename to meta/recipes-connectivity/bind/bind_9.10.6.bb
index b20a4aa..7a35390 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.10.6.bb
@@ -23,11 +23,12 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
            file://use-python3-and-fix-install-lib-path.patch \
            "
 
+SRC_URI[md5sum] = "84e663284b17aee0df1ce6f248b137d7"
+SRC_URI[sha256sum] = "17bbcd2bd7b1d32f5ba4b30d5dbe8a39bce200079048073d1e0d050fdf47e69d"
+
 UPSTREAM_CHECK_URI = "ftp://ftp.isc.org/isc/bind9/"
 UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/"
 
-SRC_URI[md5sum] = "d79cafbd9ac76239ee532dd89d05cc83"
-SRC_URI[sha256sum] = "8d7e96b5b0bbac7b900d4c4bbb82e0956b4e509433c5fa392bb72a929b96606a"
 
 ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}"
 EXTRA_OECONF = " ${ENABLE_IPV6} --with-libtool --enable-threads \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list