diff mbox series

[AUH] libidn2: upgrading to 2.3.7 SUCCEEDED

Message ID 0101018d65d3f58f-9e3f6c6a-cb51-4cc6-a5fa-4c0bd2669a44-000000@us-west-2.amazonses.com
State RFC, archived
Headers show
Series [AUH] libidn2: upgrading to 2.3.7 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 1, 2024, 6 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libidn2* to *2.3.7* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libidn2-upgrade-2.3.4-2.3.7.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 89695cd40687c970aba444e6d2027b40b0971585 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 1 Feb 2024 10:56:49 +0000
Subject: [PATCH] libidn2: upgrade 2.3.4 -> 2.3.7

---
 .../{libidn2_2.3.4.bb => libidn2_2.3.7.bb}    | 35 +++++++++++++++++--
 1 file changed, 32 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/libidn/{libidn2_2.3.4.bb => libidn2_2.3.7.bb} (50%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/libidn/libidn2_2.3.4.bb b/meta/recipes-extended/libidn/libidn2_2.3.7.bb
similarity index 50%
rename from meta/recipes-extended/libidn/libidn2_2.3.4.bb
rename to meta/recipes-extended/libidn/libidn2_2.3.7.bb
index b48de39fa0..ca0af8c025 100644
--- a/meta/recipes-extended/libidn/libidn2_2.3.4.bb
+++ b/meta/recipes-extended/libidn/libidn2_2.3.7.bb
@@ -1,3 +1,32 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- src/idn2.c
+# +++ src/idn2.c
+# @@ -1,5 +1,5 @@
+#  /* idn2.c - command line interface to libidn2
+# -   Copyright (C) 2011-2022 Simon Josefsson, Tim Ruehsen
+# +   Copyright (C) 2011-2024 Simon Josefsson, Tim Ruehsen
+#  
+#     This program is free software: you can redistribute it and/or modify
+#     it under the terms of the GNU General Public License as published by
+# --- lib/idn2.h.in
+# +++ lib/idn2.h.in
+# @@ -1,5 +1,5 @@
+#  /* idn2.h - header file for idn2
+# -   Copyright (C) 2011-2022 Simon Josefsson
+# +   Copyright (C) 2011-2024 Simon Josefsson
+#  
+#     Libidn2 is free software: you can redistribute it and/or modify it
+#     under the terms of either:
+# 
+#
+
 SUMMARY = "Internationalized Domain Name support library"
 DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
 HOMEPAGE = "http://www.gnu.org/software/libidn/"
@@ -7,12 +36,12 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=2d834ea7d480438ada04e5d846152395 \
                     file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
                     file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYING.unicode;md5=684cf5f7e3fded3546679424528261a9 \
-                    file://src/idn2.c;endline=16;md5=0f347a5b17acf44440bf53e406f1df70 \
-                    file://lib/idn2.h.in;endline=27;md5=4d7b3771faa9c60067ed1da914508bc5 \
+                    file://src/idn2.c;endline=16;md5=afc1531bda991ba6338e33a7eff758a0 \
+                    file://lib/idn2.h.in;endline=27;md5=f88d218005a5c45b68a83cecb5bd7f26 \
                     "
 
 SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz"
-SRC_URI[sha256sum] = "93caba72b4e051d1f8d4f5a076ab63c99b77faee019b72b9783b267986dbb45f"
+SRC_URI[sha256sum] = "4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64"
 
 DEPENDS = "virtual/libiconv libunistring"