diff mbox series

[meta-oe,14/40] msktutil: upgrade 1.2.1 -> 1.2.2

Message ID 20250730095456.695-14-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-webserver,01/40] apache2: upgrade 2.4.64 -> 2.4.65 | expand

Commit Message

Wang Mingyu July 30, 2025, 9:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Improve CI
- configure.ac: more robust krb5 autodetection
- configure.ac: Replace obsoleted AC_CONFIG_HEADER with AC_CONFIG_HEADERS
- configure.ac: fix linking with minimal LIBS
- Use getnameinfo(3) instead of inet_ntop(3)
- dns_lookup_kdc setting in create_fake_krb5_conf causes issue when using a trusted domain user to create computer account (#208)
- Fix several messages
- Style fixes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../msktutil/{msktutil_1.2.1.bb => msktutil_1.2.2.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/msktutil/{msktutil_1.2.1.bb => msktutil_1.2.2.bb} (89%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb b/meta-oe/recipes-support/msktutil/msktutil_1.2.2.bb
similarity index 89%
rename from meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb
rename to meta-oe/recipes-support/msktutil/msktutil_1.2.2.bb
index 4c68e7adf4..3d9322d831 100644
--- a/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb
+++ b/meta-oe/recipes-support/msktutil/msktutil_1.2.2.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
 
 SRC_URI = "https://github.com/msktutil/msktutil/releases/download/${PV}/${BP}.tar.bz2 \
            file://0001-configure.ac-Remove-native-include-path.patch"
-SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d"
+SRC_URI[sha256sum] = "51314bb222c20e963da61724c752e418261a7bfc2408e7b7d619e82a425f6541"
 
 UPSTREAM_CHECK_URI = "https://github.com/msktutil/msktutil/releases/"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"