diff mbox series

[AUH] sysvinit: upgrading to 3.14 SUCCEEDED

Message ID 0101019509a17cca-8810e4a9-fbd9-4f09-8cf8-36119babf895-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] sysvinit: upgrading to 3.14 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 15, 2025, 12:42 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-sysvinit-upgrade-3.13-3.14.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 799795c9ca0c0755d4b7f2782deb72292df6e772 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Feb 2025 06:57:17 +0000
Subject: [PATCH] sysvinit: upgrade 3.13 -> 3.14

---
 meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch           | 4 ++--
 .../sysvinit/{sysvinit_3.13.bb => sysvinit_3.14.bb}           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-core/sysvinit/{sysvinit_3.13.bb => sysvinit_3.14.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch b/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch
index ece870c269..11e31cb7e2 100644
--- a/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch
+++ b/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch
@@ -1,4 +1,4 @@ 
-From 19a8777c81bc451d65a4071528e4715e19941e0a Mon Sep 17 00:00:00 2001
+From db0d420d0ae654adc4d2b652310b9830a6d44318 Mon Sep 17 00:00:00 2001
 From: Jeff Dike <jdike@x86_64.user-mode-linux.org>
 Date: Wed, 14 Jul 2010 14:35:52 -0400
 Subject: [PATCH] sysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.a
@@ -14,7 +14,7 @@  Upstream-Status: Inappropriate [configuration]
  1 file changed, 2 insertions(+), 10 deletions(-)
 
 diff --git a/src/Makefile b/src/Makefile
-index 4ce4889..1611c1c 100644
+index 6d9f01c..b12a233 100644
 --- a/src/Makefile
 +++ b/src/Makefile
 @@ -97,16 +97,8 @@ else
diff --git a/meta/recipes-core/sysvinit/sysvinit_3.13.bb b/meta/recipes-core/sysvinit/sysvinit_3.14.bb
similarity index 98%
rename from meta/recipes-core/sysvinit/sysvinit_3.13.bb
rename to meta/recipes-core/sysvinit/sysvinit_3.14.bb
index d935b0edfd..521eda0bfb 100644
--- a/meta/recipes-core/sysvinit/sysvinit_3.13.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_3.14.bb
@@ -18,7 +18,7 @@  SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz \
            file://bootlogd.init \
            file://01_bootlogd \
            "
-SRC_URI[sha256sum] = "cbaeabddc35a6511b87c87452ee5e87c678a26329c7d7d17fb69a2b42a314d86"
+SRC_URI[sha256sum] = "c90874b8c054a35991fb8c4d30c443ed1e9b1815ff6165c7b483f558be4e4b53"
 
 S = "${WORKDIR}/sysvinit-${PV}"