Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *bind* to *9.18.24* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-bind-upgrade-9.18.21-9.18.24.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 082de050671d3212eb50df1125ff3fda485bd971 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <a...@yoctoproject.org>
Date: Thu, 15 Feb 2024 05:19:07 +0000
Subject: [PATCH] bind: upgrade 9.18.21 -> 9.18.24

---
 ...1-avoid-start-failure-with-bind-user.patch |   8 +-
 ...d-V-and-start-log-hide-build-options.patch |   4 +-
 ...ching-for-json-headers-searches-sysr.patch |   4 +-
 .../recipes-connectivity/bind/bind/conf.patch | 138 ++++++++++++------
 ...t.d-add-support-for-read-only-rootfs.patch |  13 +-
 .../bind/make-etc-initd-bind-stop-work.patch  |  20 +--
 .../bind/{bind_9.18.21.bb => bind_9.18.24.bb} |   2 +-
 7 files changed, 120 insertions(+), 69 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.18.21.bb => bind_9.18.24.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..c45da02ac0 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 dbbb43ee107b2a614104b6880bf8557ed73dc577 Mon Sep 17 00:00:00 2001
 From: Chen Qi <qi.c...@windriver.com>
 Date: Mon, 15 Oct 2018 16:55:09 +0800
 Subject: [PATCH] avoid start failure with bind user
@@ -6,12 +6,13 @@ Subject: [PATCH] avoid start failure with bind user
 Upstream-Status: Pending
 
 Signed-off-by: Chen Qi <qi.c...@windriver.com>
+
 ---
  init.d | 1 +
  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 +23,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..057540df74 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 65650ece1254e4f4ce92f17a6e078924fcea31e9 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu....@windriver.com>
 Date: Mon, 27 Aug 2018 21:24:20 +0800
 Subject: [PATCH] `named/lwresd -V' and start log hide build options
@@ -21,7 +21,7 @@ Signed-off-by: Armin Kuster <akus...@mvista.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index bf20690..c5d330f 100644
+index d8bfd85..d3be5a0 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..462418810c 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 ca74b2646432db9993c6ac659726dcea135ceaf3 Mon Sep 17 00:00:00 2001
 From: Paul Gortmaker <paul.gortma...@windriver.com>
 Date: Tue, 9 Jun 2015 11:22:00 -0400
 Subject: [PATCH] bind: ensure searching for json headers searches sysroot
@@ -33,7 +33,7 @@ Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 2ab8ddd..92fe983 100644
+index 8aa7a90..d8bfd85 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -761,7 +761,7 @@ AS_CASE([$with_lmdb],
diff --git a/meta/recipes-connectivity/bind/bind/conf.patch 
b/meta/recipes-connectivity/bind/bind/conf.patch
index aa3642acec..99bdda97c4 100644
--- a/meta/recipes-connectivity/bind/bind/conf.patch
+++ b/meta/recipes-connectivity/bind/bind/conf.patch
@@ -1,12 +1,44 @@
+From 77bf9cc217ecf43ca7d1d1ac070d0bd09c34e13e Mon Sep 17 00:00:00 2001
+From: Qing He <qing...@intel.com>
+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 <qing...@intel.com>
 
-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
+---
+ 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 --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 +52,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 +71,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 +128,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 +179,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 +234,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 +248,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 +278,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 +304,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..40040be8b0 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,18 @@
-Subject: init.d: add support for read-only rootfs
+From 9ccb0c9322b47374daaa13c792eb0af97037d397 Mon Sep 17 00:00:00 2001
+From: Chen Qi <qi.c...@windriver.com>
+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 <qi.c...@windriver.com>
+
 ---
- 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 +64,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..553f0a14fb 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 aa163490b961b8ba9e099140c89e7f5797093726 Mon Sep 17 00:00:00 2001
+From: Roy Li <rongqing...@windriver.com>
+Date: Thu, 15 Nov 2012 02:27:54 +0000
+Subject: [PATCH] bind: make "/etc/init.d/bind stop" work
 
 Upstream-Status: Inappropriate [configuration]
 
@@ -6,14 +9,15 @@ Add some configurations, make rndc command be able to controls
 the named daemon.
 
 Signed-off-by: Roy Li <rongqing...@windriver.com>
+
 ---
- 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 +31,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 +40,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.21.bb 
b/meta/recipes-connectivity/bind/bind_9.18.24.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.18.21.bb
rename to meta/recipes-connectivity/bind/bind_9.18.24.bb
index f5fb4bd1e5..2874990320 100644
--- a/meta/recipes-connectivity/bind/bind_9.18.21.bb
+++ b/meta/recipes-connectivity/bind/bind_9.18.24.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] = 
"a556be22505d9ea4f9c6717aee9c549739c68498aff3ca69035787ecc648fec5"
+SRC_URI[sha256sum] = 
"709d73023c9115ddad3bab65b6c8c79a590196d0d114f5d0ca2533dbd52ddf66"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/";
 # follow the ESV versions divisible by 2
-- 
2.42.0

Attachment: 0001-bind-upgrade-9.18.21-9.18.24.patch
Description: Binary data

packages/core2-64-poky-linux/bind/bind-dbg: PKGV changed from 9.18.21 [default] 
to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-dbg: PKGSIZE changed from 13329080 to 
13349408 (+0%)
packages/core2-64-poky-linux/bind/bind-dbg: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind-dbg: FILELIST: removed 
"/usr/lib/.debug/libbind9-9.18.21.so /usr/lib/.debug/libdns-9.18.21.so 
/usr/lib/.debug/libisc-9.18.21.so /usr/lib/.debug/libirs-9.18.21.so 
/usr/lib/.debug/libns-9.18.21.so /usr/lib/.debug/libisccc-9.18.21.so 
/usr/lib/.debug/libisccfg-9.18.21.so", added 
"/usr/lib/.debug/libbind9-9.18.24.so /usr/lib/.debug/libdns-9.18.24.so 
/usr/lib/.debug/libisc-9.18.24.so /usr/lib/.debug/libirs-9.18.24.so 
/usr/lib/.debug/libns-9.18.24.so /usr/lib/.debug/libisccc-9.18.24.so 
/usr/lib/.debug/libisccfg-9.18.24.so"
packages/core2-64-poky-linux/bind/bind-dev: PKGV changed from 9.18.21 [default] 
to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-dev: PKGSIZE changed from 1458404 to 
1457787 (-0%)
packages/core2-64-poky-linux/bind/bind-dev: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind-doc: PKGV changed from 9.18.21 [default] 
to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-doc: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind-libs: PKGV changed from 9.18.21 
[default] to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-libs: PKGSIZE changed from 3333608 to 
3333768 (+0%)
packages/core2-64-poky-linux/bind/bind-libs: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind-libs: FILES: removed 
"/usr/lib/*-9.18.21.so", added "/usr/lib/*-9.18.24.so"
packages/core2-64-poky-linux/bind/bind-libs: FILELIST: removed 
"/usr/lib/libirs-9.18.21.so /usr/lib/libdns-9.18.21.so 
/usr/lib/libns-9.18.21.so /usr/lib/libisccfg-9.18.21.so 
/usr/lib/libisccc-9.18.21.so /usr/lib/libisc-9.18.21.so 
/usr/lib/libbind9-9.18.21.so", added "/usr/lib/libisc-9.18.24.so 
/usr/lib/libdns-9.18.24.so /usr/lib/libns-9.18.24.so 
/usr/lib/libbind9-9.18.24.so /usr/lib/libisccfg-9.18.24.so 
/usr/lib/libirs-9.18.24.so /usr/lib/libisccc-9.18.24.so"
packages/core2-64-poky-linux/bind/bind-locale: PKGV changed from 9.18.21 
[default] to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-locale: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind-src: PKGV changed from 9.18.21 [default] 
to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-src: PKGSIZE changed from 9622747 to 
9630613 (+0%)
packages/core2-64-poky-linux/bind/bind-src: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind-staticdev: PKGV changed from 9.18.21 
[default] to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-staticdev: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind-utils: PKGV changed from 9.18.21 
[default] to 9.18.24 [default]
packages/core2-64-poky-linux/bind/bind-utils: PKGSIZE changed from 475376 to 
475416 (+0%)
packages/core2-64-poky-linux/bind/bind-utils: PV changed from "9.18.21" to 
"9.18.24"
packages/core2-64-poky-linux/bind/bind: PKGV changed from 9.18.21 [default] to 
9.18.24 [default]
packages/core2-64-poky-linux/bind/bind: PV changed from "9.18.21" to "9.18.24"
packages/core2-64-poky-linux/bind: PKGV changed from 9.18.21 [default] to 
9.18.24 [default]
packages/core2-64-poky-linux/bind: SRC_URI changed from 
"https://ftp.isc.org/isc/bind9/9.18.21/bind-9.18.21.tar.xz file://conf.patch 
file://named.service file://bind9 file://generate-rndc-key.sh 
file://make-etc-initd-bind-stop-work.patch 
file://init.d-add-support-for-read-only-rootfs.patch 
file://bind-ensure-searching-for-json-headers-searches-sysr.patch 
file://0001-named-lwresd-V-and-start-log-hide-build-options.patch 
file://0001-avoid-start-failure-with-bind-user.patch" to 
"https://ftp.isc.org/isc/bind9/9.18.24/bind-9.18.24.tar.xz file://conf.patch 
file://named.service file://bind9 file://generate-rndc-key.sh 
file://make-etc-initd-bind-stop-work.patch 
file://init.d-add-support-for-read-only-rootfs.patch 
file://bind-ensure-searching-for-json-headers-searches-sysr.patch 
file://0001-named-lwresd-V-and-start-log-hide-build-options.patch 
file://0001-avoid-start-failure-with-bind-user.patch"
packages/core2-64-poky-linux/bind: PV changed from "9.18.21" to "9.18.24"
Changes to packages/core2-64-poky-linux/bind (sysroot):
  /usr/lib/libbind9.so changed symlink target from libbind9-9.18.21.so to 
libbind9-9.18.24.so
  /usr/lib/libdns.so changed symlink target from libdns-9.18.21.so to 
libdns-9.18.24.so
  /usr/lib/libirs.so changed symlink target from libirs-9.18.21.so to 
libirs-9.18.24.so
  /usr/lib/libisccc.so changed symlink target from libisccc-9.18.21.so to 
libisccc-9.18.24.so
  /usr/lib/libisccfg.so changed symlink target from libisccfg-9.18.21.so to 
libisccfg-9.18.24.so
  /usr/lib/libisc.so changed symlink target from libisc-9.18.21.so to 
libisc-9.18.24.so
  /usr/lib/libns.so changed symlink target from libns-9.18.21.so to 
libns-9.18.24.so
  /usr/lib/libbind9-9.18.21.so moved to /usr/lib/libbind9-9.18.24.so
  /usr/lib/libdns-9.18.21.so moved to /usr/lib/libdns-9.18.24.so
  /usr/lib/libirs-9.18.21.so moved to /usr/lib/libirs-9.18.24.so
  /usr/lib/libisc-9.18.21.so moved to /usr/lib/libisc-9.18.24.so
  /usr/lib/libisccc-9.18.21.so moved to /usr/lib/libisccc-9.18.24.so
  /usr/lib/libisccfg-9.18.21.so moved to /usr/lib/libisccfg-9.18.24.so
  /usr/lib/libns-9.18.21.so moved to /usr/lib/libns-9.18.24.so
packages/core2-64-poky-linux/bind/bind-libs: FILELIST: removed 
"/usr/lib/libbind9-9.18.21.so /usr/lib/libdns-9.18.21.so 
/usr/lib/libirs-9.18.21.so /usr/lib/libisc-9.18.21.so 
/usr/lib/libisccfg-9.18.21.so /usr/lib/libisccc-9.18.21.so 
/usr/lib/libns-9.18.21.so", added "/usr/lib/libbind9-9.18.24.so 
/usr/lib/libirs-9.18.24.so /usr/lib/libisc-9.18.24.so 
/usr/lib/libisccfg-9.18.24.so /usr/lib/libdns-9.18.24.so 
/usr/lib/libisccc-9.18.24.so /usr/lib/libns-9.18.24.so"
Changes to packages/core2-64-poky-linux/bind (sysroot):
  /usr/lib/libbind9.so changed symlink target from libbind9-9.18.21.so to 
libbind9-9.18.24.so
  /usr/lib/libdns.so changed symlink target from libdns-9.18.21.so to 
libdns-9.18.24.so
  /usr/lib/libirs.so changed symlink target from libirs-9.18.21.so to 
libirs-9.18.24.so
  /usr/lib/libisccc.so changed symlink target from libisccc-9.18.21.so to 
libisccc-9.18.24.so
  /usr/lib/libisccfg.so changed symlink target from libisccfg-9.18.21.so to 
libisccfg-9.18.24.so
  /usr/lib/libisc.so changed symlink target from libisc-9.18.21.so to 
libisc-9.18.24.so
  /usr/lib/libns.so changed symlink target from libns-9.18.21.so to 
libns-9.18.24.so
  /usr/lib/libbind9-9.18.21.so moved to /usr/lib/libbind9-9.18.24.so
  /usr/lib/libdns-9.18.21.so moved to /usr/lib/libdns-9.18.24.so
  /usr/lib/libirs-9.18.21.so moved to /usr/lib/libirs-9.18.24.so
  /usr/lib/libisc-9.18.21.so moved to /usr/lib/libisc-9.18.24.so
  /usr/lib/libisccc-9.18.21.so moved to /usr/lib/libisccc-9.18.24.so
  /usr/lib/libisccfg-9.18.21.so moved to /usr/lib/libisccfg-9.18.24.so
  /usr/lib/libns-9.18.21.so moved to /usr/lib/libns-9.18.24.so
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#195558): 
https://lists.openembedded.org/g/openembedded-core/message/195558
Mute This Topic: https://lists.openembedded.org/mt/104377453/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to