From patchwork Thu Aug 1 18:27:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 47132 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5DA7C5473A for ; Thu, 1 Aug 2024 18:27:11 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.75738.1722536823030410136 for ; Thu, 01 Aug 2024 11:27:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Jdt/rZ18; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=oWPP+EgY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101910f3206ac-86d4813a-82f6-4748-bb6d-bbcd483a2820-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1722536822; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=rHsszGrCRBrPMU4N2hFHTFKfg0QL8QxeNd5aaXPbJpk=; b=Jdt/rZ18VZ/8uge6yER17k+xb0ExaVQLQ/wmGdzw6+t1nsOWMijbVj8EYRsuprDY jyu1ewZifTqfF/izW1EI/SG7BaeFR2+QIPbQYVjEC66xlSMZASzaC5fqkjZ/nGav3JA plkXCoJuckj8qkmp8DJkGjGo0cONPUYhGdPuuRHo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536822; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=rHsszGrCRBrPMU4N2hFHTFKfg0QL8QxeNd5aaXPbJpk=; b=oWPP+EgY1kgKgPtwJ3gy9M3ONEmk/OTI7nKy7qkWVukRZC9KNy5Fv/P5VbspAobl gdgH5i2tuRwiNO0kGTjBsXqDiRF0hasHkE6XWs8DBIL5TLuhBS5Ucto3rjOoy1JkXdz F64iC02YSvPfEgbSvuXHjP3RASARXczFtpFXocZ0= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] bind: upgrading to 9.20.0 FAILED Message-ID: <010101910f3206ac-86d4813a-82f6-4748-bb6d-bbcd483a2820-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:02 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.01-54.240.27.23 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Aug 2024 18:27:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202774 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *bind* to *9.20.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-bind-upgrade-9.18.27-9.20.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From cdede33fe5da2caee255364519e2bdaff02fed8b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 08:20:22 +0000 Subject: [PATCH] bind: upgrade 9.18.27 -> 9.20.0 --- ...1-avoid-start-failure-with-bind-user.patch | 7 +- ...d-V-and-start-log-hide-build-options.patch | 5 +- ...ching-for-json-headers-searches-sysr.patch | 7 +- .../recipes-connectivity/bind/bind/conf.patch | 137 ++++++++++++------ ...t.d-add-support-for-read-only-rootfs.patch | 12 +- .../bind/make-etc-initd-bind-stop-work.patch | 19 ++- .../bind/{bind_9.18.27.bb => bind_9.20.0.bb} | 2 +- 7 files changed, 117 insertions(+), 72 deletions(-) rename meta/recipes-connectivity/bind/{bind_9.18.27.bb => bind_9.20.0.bb} (97%) diff --git a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch index ec1bc7b567..abe430dc34 100644 --- a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch +++ b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch @@ -1,4 +1,4 @@ -From 31dde3562f287429eea94b77250d184818b49063 Mon Sep 17 00:00:00 2001 +From 22fb9c185aa239fcfdf55c1a785a215f22a72659 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 15 Oct 2018 16:55:09 +0800 Subject: [PATCH] avoid start failure with bind user @@ -11,7 +11,7 @@ Signed-off-by: Chen Qi 1 file changed, 1 insertion(+) diff --git a/init.d b/init.d -index b2eec60..6e03936 100644 +index 95e8909..771d349 100644 --- a/init.d +++ b/init.d @@ -57,6 +57,7 @@ case "$1" in @@ -22,6 +22,3 @@ index b2eec60..6e03936 100644 chmod 0640 /etc/bind/rndc.key fi if [ -f /var/run/named/named.pid ]; then --- -2.7.4 - diff --git a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch index 4c10f33f04..91930097c4 100644 --- a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch +++ b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch @@ -1,4 +1,4 @@ -From 4e83392e840fa7b05e778710b8c202d102477a13 Mon Sep 17 00:00:00 2001 +From bc79dea3ea7466dfea3e2c48d25110514ef4ff13 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 27 Aug 2018 21:24:20 +0800 Subject: [PATCH] `named/lwresd -V' and start log hide build options @@ -15,13 +15,12 @@ Signed-off-by: Hongxu Jia Refreshed for 9.16.0 Signed-off-by: Armin Kuster - --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index bf20690..c5d330f 100644 +index b07de85..5691dab 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_DEFINE([PACKAGE_VERSION_EXTRA], ["][bind_VERSION_EXTRA]["], [BIND 9 Extra par diff --git a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch index 38d07cae39..1dcd3502ca 100644 --- a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch +++ b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch @@ -1,4 +1,4 @@ -From 5ae30329f168c1e8d2e0c3831988a4f3e9096e39 Mon Sep 17 00:00:00 2001 +From be989e998b81b9147588736573aa017a2a4cdbd3 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Tue, 9 Jun 2015 11:22:00 -0400 Subject: [PATCH] bind: ensure searching for json headers searches sysroot @@ -27,16 +27,15 @@ to make use of the combination some day. Upstream-Status: Inappropriate [OE Specific] Signed-off-by: Paul Gortmaker - --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 2ab8ddd..92fe983 100644 +index a911163..b07de85 100644 --- a/configure.ac +++ b/configure.ac -@@ -761,7 +761,7 @@ AS_CASE([$with_lmdb], +@@ -857,7 +857,7 @@ AS_CASE([$with_lmdb], [no],[], [auto|yes], [PKG_CHECK_MODULES([LMDB], [lmdb], [ac_lib_lmdb_found=yes], diff --git a/meta/recipes-connectivity/bind/bind/conf.patch b/meta/recipes-connectivity/bind/bind/conf.patch index aa3642acec..5d29d36ac1 100644 --- a/meta/recipes-connectivity/bind/bind/conf.patch +++ b/meta/recipes-connectivity/bind/bind/conf.patch @@ -1,12 +1,43 @@ +From d7a8f0a3c475ab391bc62e0e3f5c70b3ba59ca90 Mon Sep 17 00:00:00 2001 +From: Qing He +Date: Tue, 30 Nov 2010 13:35:42 +0800 +Subject: [PATCH] bind: add new recipe + Upstream-Status: Inappropriate [configuration] the patch is imported from openembedded project 11/30/2010 - Qing He +--- + conf/db.0 | 12 +++++++ + conf/db.127 | 13 ++++++++ + conf/db.255 | 12 +++++++ + conf/db.empty | 14 +++++++++ + conf/db.local | 13 ++++++++ + conf/db.root | 45 ++++++++++++++++++++++++++ + conf/named.conf | 49 +++++++++++++++++++++++++++++ + conf/named.conf.local | 8 +++++ + conf/named.conf.options | 24 ++++++++++++++ + conf/zones.rfc1918 | 20 ++++++++++++ + init.d | 70 +++++++++++++++++++++++++++++++++++++++++ + 11 files changed, 280 insertions(+) + create mode 100644 conf/db.0 + create mode 100644 conf/db.127 + create mode 100644 conf/db.255 + create mode 100644 conf/db.empty + create mode 100644 conf/db.local + create mode 100644 conf/db.root + create mode 100644 conf/named.conf + create mode 100644 conf/named.conf.local + create mode 100644 conf/named.conf.options + create mode 100644 conf/zones.rfc1918 + create mode 100644 init.d -diff -urN bind-9.3.1.orig/conf/db.0 bind-9.3.1/conf/db.0 ---- bind-9.3.1.orig/conf/db.0 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/db.0 2005-07-10 22:14:00.000000000 +0200 +diff --git a/conf/db.0 b/conf/db.0 +new file mode 100644 +index 0000000..e3aabdb +--- /dev/null ++++ b/conf/db.0 @@ -0,0 +1,12 @@ +; +; BIND reverse data file for broadcast zone @@ -20,9 +51,11 @@ diff -urN bind-9.3.1.orig/conf/db.0 bind-9.3.1/conf/db.0 + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. -diff -urN bind-9.3.1.orig/conf/db.127 bind-9.3.1/conf/db.127 ---- bind-9.3.1.orig/conf/db.127 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/db.127 2005-07-10 22:14:00.000000000 +0200 +diff --git a/conf/db.127 b/conf/db.127 +new file mode 100644 +index 0000000..cd05bef +--- /dev/null ++++ b/conf/db.127 @@ -0,0 +1,13 @@ +; +; BIND reverse data file for local loopback interface @@ -37,43 +70,49 @@ diff -urN bind-9.3.1.orig/conf/db.127 bind-9.3.1/conf/db.127 +; +@ IN NS localhost. +1.0.0 IN PTR localhost. -diff -urN bind-9.3.1.orig/conf/db.empty bind-9.3.1/conf/db.empty ---- bind-9.3.1.orig/conf/db.empty 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/db.empty 2005-07-10 22:14:00.000000000 +0200 -@@ -0,0 +1,14 @@ -+; BIND reverse data file for empty rfc1918 zone +diff --git a/conf/db.255 b/conf/db.255 +new file mode 100644 +index 0000000..16cd819 +--- /dev/null ++++ b/conf/db.255 +@@ -0,0 +1,12 @@ +; -+; DO NOT EDIT THIS FILE - it is used for multiple zones. -+; Instead, copy it, edit named.conf, and use that copy. ++; BIND reserve data file for broadcast zone +; -+$TTL 86400 ++$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire -+ 86400 ) ; Negative Cache TTL ++ 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. -diff -urN bind-9.3.1.orig/conf/db.255 bind-9.3.1/conf/db.255 ---- bind-9.3.1.orig/conf/db.255 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/db.255 2005-07-10 22:14:00.000000000 +0200 -@@ -0,0 +1,12 @@ +diff --git a/conf/db.empty b/conf/db.empty +new file mode 100644 +index 0000000..8a12858 +--- /dev/null ++++ b/conf/db.empty +@@ -0,0 +1,14 @@ ++; BIND reverse data file for empty rfc1918 zone +; -+; BIND reserve data file for broadcast zone ++; DO NOT EDIT THIS FILE - it is used for multiple zones. ++; Instead, copy it, edit named.conf, and use that copy. +; -+$TTL 604800 ++$TTL 86400 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire -+ 604800 ) ; Negative Cache TTL ++ 86400 ) ; Negative Cache TTL +; +@ IN NS localhost. -diff -urN bind-9.3.1.orig/conf/db.local bind-9.3.1/conf/db.local ---- bind-9.3.1.orig/conf/db.local 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/db.local 2005-07-10 22:14:00.000000000 +0200 +diff --git a/conf/db.local b/conf/db.local +new file mode 100644 +index 0000000..66b4892 +--- /dev/null ++++ b/conf/db.local @@ -0,0 +1,13 @@ +; +; BIND data file for local loopback interface @@ -88,9 +127,11 @@ diff -urN bind-9.3.1.orig/conf/db.local bind-9.3.1/conf/db.local +; +@ IN NS localhost. +@ IN A 127.0.0.1 -diff -urN bind-9.3.1.orig/conf/db.root bind-9.3.1/conf/db.root ---- bind-9.3.1.orig/conf/db.root 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/db.root 2005-07-10 22:14:00.000000000 +0200 +diff --git a/conf/db.root b/conf/db.root +new file mode 100644 +index 0000000..01c20f0 +--- /dev/null ++++ b/conf/db.root @@ -0,0 +1,45 @@ + +; <<>> DiG 9.2.3 <<>> ns . @a.root-servers.net. @@ -137,9 +178,11 @@ diff -urN bind-9.3.1.orig/conf/db.root bind-9.3.1/conf/db.root +;; WHEN: Sun Feb 1 11:27:14 2004 +;; MSG SIZE rcvd: 436 + -diff -urN bind-9.3.1.orig/conf/named.conf bind-9.3.1/conf/named.conf ---- bind-9.3.1.orig/conf/named.conf 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/named.conf 2005-07-10 22:33:46.000000000 +0200 +diff --git a/conf/named.conf b/conf/named.conf +new file mode 100644 +index 0000000..95829cf +--- /dev/null ++++ b/conf/named.conf @@ -0,0 +1,49 @@ +// This is the primary configuration file for the BIND DNS server named. +// @@ -190,9 +233,11 @@ diff -urN bind-9.3.1.orig/conf/named.conf bind-9.3.1/conf/named.conf +// root-delegation-only exclude { "DE"; "MUSEUM"; }; + +include "/etc/bind/named.conf.local"; -diff -urN bind-9.3.1.orig/conf/named.conf.local bind-9.3.1/conf/named.conf.local ---- bind-9.3.1.orig/conf/named.conf.local 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/named.conf.local 2005-07-10 22:14:06.000000000 +0200 +diff --git a/conf/named.conf.local b/conf/named.conf.local +new file mode 100644 +index 0000000..7a57b10 +--- /dev/null ++++ b/conf/named.conf.local @@ -0,0 +1,8 @@ +// +// Do any local configuration here @@ -202,9 +247,11 @@ diff -urN bind-9.3.1.orig/conf/named.conf.local bind-9.3.1/conf/named.conf.local +// organization +//include "/etc/bind/zones.rfc1918"; + -diff -urN bind-9.3.1.orig/conf/named.conf.options bind-9.3.1/conf/named.conf.options ---- bind-9.3.1.orig/conf/named.conf.options 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/named.conf.options 2005-07-10 22:14:06.000000000 +0200 +diff --git a/conf/named.conf.options b/conf/named.conf.options +new file mode 100644 +index 0000000..813193d +--- /dev/null ++++ b/conf/named.conf.options @@ -0,0 +1,24 @@ +options { + directory "/var/cache/bind"; @@ -230,9 +277,11 @@ diff -urN bind-9.3.1.orig/conf/named.conf.options bind-9.3.1/conf/named.conf.opt + +}; + -diff -urN bind-9.3.1.orig/conf/zones.rfc1918 bind-9.3.1/conf/zones.rfc1918 ---- bind-9.3.1.orig/conf/zones.rfc1918 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/conf/zones.rfc1918 2005-07-10 22:14:10.000000000 +0200 +diff --git a/conf/zones.rfc1918 b/conf/zones.rfc1918 +new file mode 100644 +index 0000000..03b5546 +--- /dev/null ++++ b/conf/zones.rfc1918 @@ -0,0 +1,20 @@ +zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; + @@ -254,9 +303,11 @@ diff -urN bind-9.3.1.orig/conf/zones.rfc1918 bind-9.3.1/conf/zones.rfc1918 +zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; + +zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; -diff -urN bind-9.3.1.orig/init.d bind-9.3.1/init.d ---- bind-9.3.1.orig/init.d 1970-01-01 01:00:00.000000000 +0100 -+++ bind-9.3.1/init.d 2005-07-10 23:09:58.000000000 +0200 +diff --git a/init.d b/init.d +new file mode 100644 +index 0000000..2ef2277 +--- /dev/null ++++ b/init.d @@ -0,0 +1,70 @@ +#!/bin/sh + diff --git a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch index 11db95ede1..afa74bfa1a 100644 --- a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch +++ b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch @@ -1,14 +1,17 @@ -Subject: init.d: add support for read-only rootfs +From 7ef459be0b63ecb8cbe023debbe2c1ccb7f0a111 Mon Sep 17 00:00:00 2001 +From: Chen Qi +Date: Thu, 27 Mar 2014 02:34:41 +0000 +Subject: [PATCH] init.d: add support for read-only rootfs Upstream-Status: Inappropriate [oe specific] Signed-off-by: Chen Qi --- - init.d | 40 ++++++++++++++++++++++++++++++++++++++++ + init.d | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/init.d b/init.d -index 0111ed4..24677c8 100644 +index 2ef2277..95e8909 100644 --- a/init.d +++ b/init.d @@ -6,8 +6,48 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -60,6 +63,3 @@ index 0111ed4..24677c8 100644 test -x /usr/sbin/rndc || exit 0 case "$1" in --- -1.7.9.5 - diff --git a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch index 146f3e35db..30626a1090 100644 --- a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch +++ b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch @@ -1,4 +1,7 @@ -bind: make "/etc/init.d/bind stop" work +From 829976cb65fc8231751ed13ed3e6c4cea322466b Mon Sep 17 00:00:00 2001 +From: Roy Li +Date: Thu, 15 Nov 2012 02:27:54 +0000 +Subject: [PATCH] bind: make "/etc/init.d/bind stop" work Upstream-Status: Inappropriate [configuration] @@ -7,13 +10,13 @@ the named daemon. Signed-off-by: Roy Li --- - conf/named.conf | 5 +++++ - conf/rndc.conf | 5 +++++ - 2 files changed, 10 insertions(+), 0 deletions(-) + conf/named.conf | 5 +++++ + conf/rndc.conf | 5 +++++ + 2 files changed, 10 insertions(+) create mode 100644 conf/rndc.conf diff --git a/conf/named.conf b/conf/named.conf -index 95829cf..c8899e7 100644 +index 95829cf..021dbca 100644 --- a/conf/named.conf +++ b/conf/named.conf @@ -47,3 +47,8 @@ zone "255.in-addr.arpa" { @@ -27,7 +30,7 @@ index 95829cf..c8899e7 100644 +}; diff --git a/conf/rndc.conf b/conf/rndc.conf new file mode 100644 -index 0000000..a0b481d +index 0000000..4b43a3d --- /dev/null +++ b/conf/rndc.conf @@ -0,0 +1,5 @@ @@ -36,7 +39,3 @@ index 0000000..a0b481d + default-server localhost; + default-key rndc-key; +}; - --- -1.7.5.4 - diff --git a/meta/recipes-connectivity/bind/bind_9.18.27.bb b/meta/recipes-connectivity/bind/bind_9.20.0.bb similarity index 97% rename from meta/recipes-connectivity/bind/bind_9.18.27.bb rename to meta/recipes-connectivity/bind/bind_9.20.0.bb index 0d22bace6f..3b00a6fa94 100644 --- a/meta/recipes-connectivity/bind/bind_9.18.27.bb +++ b/meta/recipes-connectivity/bind/bind_9.20.0.bb @@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \ file://0001-avoid-start-failure-with-bind-user.patch \ " -SRC_URI[sha256sum] = "ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1" +SRC_URI[sha256sum] = "cc580998017b51f273964058e8cb3aa5482bc785243dea71e5556ec565a13347" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # follow the ESV versions divisible by 2