diff mbox series

[AUH] openldap: upgrading to 2.6.6 FAILED

Message ID 0101018b96c77f9f-e6a498b4-97b6-4e9e-8fd5-7bd5f4b85e3c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] openldap: upgrading to 2.6.6 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 8:02 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *openldap* to *2.6.6* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-openldap-upgrade-2.5.16-2.6.6.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 213616bd173ffdba92ac852f5718bd680091b01b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 17:27:58 +0000
Subject: [PATCH] openldap: upgrade 2.5.16 -> 2.6.6

---
 .../openldap/{openldap_2.5.16.bb => openldap_2.6.6.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/openldap/{openldap_2.5.16.bb => openldap_2.6.6.bb} (99%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.16.bb b/meta-oe/recipes-support/openldap/openldap_2.6.6.bb
similarity index 99%
rename from meta-oe/recipes-support/openldap/openldap_2.5.16.bb
rename to meta-oe/recipes-support/openldap/openldap_2.6.6.bb
index 8d13a4ddb..cbc862994 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.5.16.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.6.6.bb
@@ -21,7 +21,7 @@  SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$
     file://0001-build-top.mk-unset-STRIP_OPTS.patch \
 "
 
-SRC_URI[sha256sum] = "546ba591822e8bb0e467d40c4d4a30f89d937c3a507fe83a578f582f6a211327"
+SRC_URI[sha256sum] = "082e998cf542984d43634442dbe11da860759e510907152ea579bdc42fe39ea0"
 
 DEPENDS = "util-linux groff-native"