From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6
Date: Tue, 4 Mar 2025 17:08:46 +0800 [thread overview]
Message-ID: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> (raw)
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
New Features
--------------
- Adds support for EDE code 1 and 2.
- Add a rndc command to toggle jemalloc profiling.
- Add support for multiple extended DNS errors.
- Print the expiration time of the stale records.
Feature Changes
---------------
- Refactor reference counting in both QPDB and RBTDB.
- Shutdown the fetch context after canceling the last fetch.
Bug Fixes
----------
- Fix possible truncation in dns_keymgr_status()
- Recently expired records could be returned with timestamp in future.
- Yaml string not terminated in negative response in delv.
- Fix a bug in dnssec-signzone related to keys being offline.
- Apply the memory limit only to ADB database items.
- Avoid unnecessary locking in the zone/cache database.
- Fix EDE 22 time out detection.
- Split and simplify the use of EDE list implementation.
- Fix the cache findzonecut() implementation.
- DNSSEC EDE system tests on FIPS platform.
- Reduce the false sharing the dns_qpcache and dns_qpzone.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../bind/{bind_9.20.5.bb => bind_9.20.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/bind/{bind_9.20.5.bb => bind_9.20.6.bb} (97%)
diff --git a/meta/recipes-connectivity/bind/bind_9.20.5.bb b/meta/recipes-connectivity/bind/bind_9.20.6.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.20.5.bb
rename to meta/recipes-connectivity/bind/bind_9.20.6.bb
index abd2da5249..7a03f8598d 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.5.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.6.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] = "19274fd739c023772b4212a0b6c201cf4364855fa7e6a7d3db49693f55db1ab8"
+SRC_URI[sha256sum] = "ed7f54b44f84a7201a2fa7a949f3021ea568529bfad90fca664fd55c05104134"
UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
# follow the ESV versions divisible by 2
--
2.43.0
next reply other threads:[~2025-03-04 9:09 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 9:08 wangmy [this message]
2025-03-04 9:08 ` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 wangmy
2025-03-04 14:08 ` Mathieu Dubois-Briand
2025-03-04 9:08 ` [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7 wangmy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741079356-13445-1-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.