All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] bind: upgrade 9.16.18 -> 9.16.19
@ 2021-07-29  7:06 wangmy
  2021-07-29  7:06 ` [OE-core] [PATCH] diffoscope: upgrade 177 -> 178 wangmy
  2021-07-29  7:06 ` [OE-core] [PATCH] i2c-tools: upgrade 4.2 -> 4.3 wangmy
  0 siblings, 2 replies; 3+ messages in thread
From: wangmy @ 2021-07-29  7:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

	--- 9.16.19 released ---

5671.	[bug]		A race condition could occur where two threads were
			competing for the same set of key file locks, leading to
			a deadlock. This has been fixed. [GL #2786]

5670.	[bug]		create_keydata() created an invalid placeholder keydata
			record upon a refresh failure, which prevented the
			database of managed keys from subsequently being read
			back. This has been fixed. [GL #2686]

5669.	[func]		KASP support was extended with the "check DS" feature.
			Zones with "dnssec-policy" and "parental-agents"
			configured now check for DS presence and can perform
			automatic KSK rollovers. [GL #1126]

5668.	[bug]		Rescheduling a setnsec3param() task when a zone failed
			to load on startup caused a hang on shutdown. This has
			been fixed. [GL #2791]

5667.	[bug]		The configuration-checking code failed to account for
			the inheritance rules of the "dnssec-policy" option.
			This has been fixed. [GL #2780]

5666.	[doc]		The safe "edns-udp-size" value was tweaked to match the
			probing value from BIND 9.16 for better compatibility.
			[GL #2183]

5665.	[bug]		If nsupdate sends an SOA request and receives a REFUSED
			response, it now fails over to the next available
			server. [GL #2758]

5664.	[func]		For UDP messages larger than the path MTU, named now
			sends an empty response with the TC (TrunCated) bit set.
			In addition, setting the DF (Don't Fragment) flag on
			outgoing UDP sockets was re-enabled. [GL #2790]

5662.	[bug]		Views with recursion disabled are now configured with a
			default cache size of 2 MB unless "max-cache-size" is
			explicitly set. This prevents cache RBT hash tables from
			being needlessly preallocated for such views. [GL #2777]

5661.	[bug]		Change 5644 inadvertently introduced a deadlock: when
			locking the key file mutex for each zone structure in a
			different view, the "in-view" logic was not considered.
			This has been fixed. [GL #2783]

5658.	[bug]		Increasing "max-cache-size" for a running named instance
			(using "rndc reconfig") did not cause the hash tables
			used by cache databases to be grown accordingly. This
			has been fixed. [GL #2770]

5655.	[bug]		Signed, insecure delegation responses prepared by named
			either lacked the necessary NSEC records or contained
			duplicate NSEC records when both wildcard expansion and
			CNAME chaining were required to prepare the response.
			This has been fixed. [GL #2759]

5653.	[bug]		A bug that caused the NSEC3 salt to be changed on every
			restart for zones using KASP has been fixed. [GL #2725]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-avoid-start-failure-with-bind-user.patch               | 0
 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch  | 0
 .../bind-ensure-searching-for-json-headers-searches-sysr.patch  | 0
 .../bind/{bind-9.16.18 => bind-9.16.19}/bind9                   | 0
 .../bind/{bind-9.16.18 => bind-9.16.19}/conf.patch              | 0
 .../bind/{bind-9.16.18 => bind-9.16.19}/generate-rndc-key.sh    | 0
 .../init.d-add-support-for-read-only-rootfs.patch               | 0
 .../make-etc-initd-bind-stop-work.patch                         | 0
 .../bind/{bind-9.16.18 => bind-9.16.19}/named.service           | 0
 .../bind/{bind_9.16.18.bb => bind_9.16.19.bb}                   | 2 +-
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/0001-avoid-start-failure-with-bind-user.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/bind9 (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/generate-rndc-key.sh (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/init.d-add-support-for-read-only-rootfs.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.18 => bind-9.16.19}/named.service (100%)
 rename meta/recipes-connectivity/bind/{bind_9.16.18.bb => bind_9.16.19.bb} (98%)

diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.16.19/0001-avoid-start-failure-with-bind-user.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/0001-avoid-start-failure-with-bind-user.patch
rename to meta/recipes-connectivity/bind/bind-9.16.19/0001-avoid-start-failure-with-bind-user.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.19/0001-named-lwresd-V-and-start-log-hide-build-options.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/0001-named-lwresd-V-and-start-log-hide-build-options.patch
rename to meta/recipes-connectivity/bind/bind-9.16.19/0001-named-lwresd-V-and-start-log-hide-build-options.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.16.19/bind-ensure-searching-for-json-headers-searches-sysr.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/bind-ensure-searching-for-json-headers-searches-sysr.patch
rename to meta/recipes-connectivity/bind/bind-9.16.19/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/bind9 b/meta/recipes-connectivity/bind/bind-9.16.19/bind9
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/bind9
rename to meta/recipes-connectivity/bind/bind-9.16.19/bind9
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/conf.patch b/meta/recipes-connectivity/bind/bind-9.16.19/conf.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/conf.patch
rename to meta/recipes-connectivity/bind/bind-9.16.19/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.19/generate-rndc-key.sh
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/generate-rndc-key.sh
rename to meta/recipes-connectivity/bind/bind-9.16.19/generate-rndc-key.sh
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.16.19/init.d-add-support-for-read-only-rootfs.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/init.d-add-support-for-read-only-rootfs.patch
rename to meta/recipes-connectivity/bind/bind-9.16.19/init.d-add-support-for-read-only-rootfs.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.16.19/make-etc-initd-bind-stop-work.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/make-etc-initd-bind-stop-work.patch
rename to meta/recipes-connectivity/bind/bind-9.16.19/make-etc-initd-bind-stop-work.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.18/named.service b/meta/recipes-connectivity/bind/bind-9.16.19/named.service
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.18/named.service
rename to meta/recipes-connectivity/bind/bind-9.16.19/named.service
diff --git a/meta/recipes-connectivity/bind/bind_9.16.18.bb b/meta/recipes-connectivity/bind/bind_9.16.19.bb
similarity index 98%
rename from meta/recipes-connectivity/bind/bind_9.16.18.bb
rename to meta/recipes-connectivity/bind/bind_9.16.19.bb
index e7a1c5d9e9..e26cdf9701 100644
--- a/meta/recipes-connectivity/bind/bind_9.16.18.bb
+++ b/meta/recipes-connectivity/bind/bind_9.16.19.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] = "3c6263a4364eb5dce233f9f22b90acfa1ec2488d534f91d21663d0ac25ce5e65"
+SRC_URI[sha256sum] = "20bf727559302c933475904847041916bb6c279680c170babc01a76998e80ad3"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # stay at 9.16 follow the ESV versions divisible by 4
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [OE-core] [PATCH] diffoscope: upgrade 177 -> 178
  2021-07-29  7:06 [OE-core] [PATCH] bind: upgrade 9.16.18 -> 9.16.19 wangmy
@ 2021-07-29  7:06 ` wangmy
  2021-07-29  7:06 ` [OE-core] [PATCH] i2c-tools: upgrade 4.2 -> 4.3 wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2021-07-29  7:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../diffoscope/{diffoscope_177.bb => diffoscope_178.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_177.bb => diffoscope_178.bb} (92%)

diff --git a/meta/recipes-support/diffoscope/diffoscope_177.bb b/meta/recipes-support/diffoscope/diffoscope_178.bb
similarity index 92%
rename from meta/recipes-support/diffoscope/diffoscope_177.bb
rename to meta/recipes-support/diffoscope/diffoscope_178.bb
index 0d9061dda0..4bf6ee64c9 100644
--- a/meta/recipes-support/diffoscope/diffoscope_177.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_178.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "8ac0cad150914bab2a53caa3f21876a78b092f3d2a36b9134874cd5c04a26b2e"
+SRC_URI[sha256sum] = "7454cf417725ef81ffad16e8cc2f62753282f5171b1c651732b99c0b3c19e137"
 
 RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [OE-core] [PATCH] i2c-tools: upgrade 4.2 -> 4.3
  2021-07-29  7:06 [OE-core] [PATCH] bind: upgrade 9.16.18 -> 9.16.19 wangmy
  2021-07-29  7:06 ` [OE-core] [PATCH] diffoscope: upgrade 177 -> 178 wangmy
@ 2021-07-29  7:06 ` wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2021-07-29  7:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

4.3 (2021-07-22)
   decode-dimms: Attempt to decode LPDDR3 modules
   eeprom, eepromer: Removed the tools in favor of eeprog
   i2cdetect: Sort the bus list by number

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../i2c-tools/{i2c-tools_4.2.bb => i2c-tools_4.3.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/i2c-tools/{i2c-tools_4.2.bb => i2c-tools_4.3.bb} (95%)

diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb
similarity index 95%
rename from meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb
rename to meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb
index 9842d1f135..76bd85331a 100644
--- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb
+++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/${BP}.tar.gz \
 "
 
-SRC_URI[sha256sum] = "7de18ed890e111fa54ab7ea896804d5faa4d1f0462a258aad9fbb7a8cc6b60cc"
+SRC_URI[sha256sum] = "eec464e42301d93586cbeca3845ed61bff40f560670e5b35baec57301d438148"
 
 inherit update-alternatives
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-29  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29  7:06 [OE-core] [PATCH] bind: upgrade 9.16.18 -> 9.16.19 wangmy
2021-07-29  7:06 ` [OE-core] [PATCH] diffoscope: upgrade 177 -> 178 wangmy
2021-07-29  7:06 ` [OE-core] [PATCH] i2c-tools: upgrade 4.2 -> 4.3 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.