diff mbox series

[AUH] cracklib: upgrading to 2.10.3 SUCCEEDED

Message ID 010101942135a339-cc551111-b1bc-4057-99ef-b959e61c2217-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] cracklib: upgrading to 2.10.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 1, 2025, 9:32 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *cracklib* to *2.10.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-cracklib-upgrade-2.10.2-2.10.3.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 47b6f174c459c8ae3fc6d8f238895ec54c9e5970 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Jan 2025 08:00:11 +0000
Subject: [PATCH] cracklib: upgrade 2.10.2 -> 2.10.3

---
 .../cracklib/{cracklib_2.10.2.bb => cracklib_2.10.3.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/cracklib/{cracklib_2.10.2.bb => cracklib_2.10.3.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/cracklib/cracklib_2.10.2.bb b/meta/recipes-extended/cracklib/cracklib_2.10.3.bb
similarity index 93%
rename from meta/recipes-extended/cracklib/cracklib_2.10.2.bb
rename to meta/recipes-extended/cracklib/cracklib_2.10.3.bb
index 2c913da152..c3396521ff 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.10.2.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.10.3.bb
@@ -12,7 +12,7 @@  EXTRA_OECONF = "--without-python --libdir=${base_libdir}"
 SRC_URI = "git://github.com/cracklib/cracklib;protocol=https;branch=main \
            "
 
-SRCREV = "e5211fc1d2b435884a2bb77001e107489285296d"
+SRCREV = "e73d5db1789d198b5f9ec44b68b9c775c3e6c042"
 S = "${WORKDIR}/git/src"
 
 inherit autotools gettext