From: Wang Mingyu Date: Wed, 10 Jul 2024 09:43:37 +0000 (+0800) Subject: libdnf: upgrade 0.73.1 -> 0.73.2 X-Git-Tag: uninative-4.6~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf8330068503a5721640763309c4c74f293a94d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libdnf: upgrade 0.73.1 -> 0.73.2 Changelog: ========== - context: use rpmtsAddReinstallElement() when doing a reinstall - MergedTransaction: Fix invalid memory access when dropping items - ConfigParser: fix use-out-of-scope leaks - Since we use rpmtsAddReinstallElement rpm also uninstalls the package - Fix countme bucket calculation Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.73.2.bb similarity index 97% rename from meta/recipes-devtools/libdnf/libdnf_0.73.1.bb rename to meta/recipes-devtools/libdnf/libdnf_0.73.2.bb index 3ab840b1b08..ed433d4a9fb 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.73.2.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p file://armarch.patch \ " -SRCREV = "0120e70747dcf05e716792e2e846c62eccd44319" +SRCREV = "86bbb159732e43dd6dff98c96e99382843f7c63b" UPSTREAM_CHECK_GITTAGREGEX = "(?P(?!4\.90)\d+(\.\d+)+)" S = "${WORKDIR}/git"