From e9393e8936ae028ac0a3d6c5d326ca0f6ed4ac52 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 30 Jul 2025 17:54:30 +0800 Subject: [PATCH] msktutil: upgrade 1.2.1 -> 1.2.2 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 Signed-off-by: Khem Raj --- .../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 --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\d+(\.\d+)+)"