To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] libtasn1: upgrading to 4.21.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/libtasn1/0001-libtasn1-upgrade-4.20.0-4.21.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/libtasn1/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260115185238/all/libtasn1/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libtasn1* to *4.21.0* has Succeeded. Next steps: - apply the patch: git am 0001-libtasn1-upgrade-4.20.0-4.21.0.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 5ce64d96bbf54e04bdc10fe9daee9fb4c56f48aa Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 16 Jan 2026 01:02:53 +0000 Subject: [PATCH] libtasn1: upgrade 4.20.0 -> 4.21.0 --- .../gnutls/libtasn1/dont-depend-on-help2man.patch | 5 ++--- .../gnutls/{libtasn1_4.20.0.bb => libtasn1_4.21.0.bb} | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-support/gnutls/{libtasn1_4.20.0.bb => libtasn1_4.21.0.bb} (89%) diff --git a/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch b/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch index 216d636793..60f4f01b9c 100644 --- a/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch +++ b/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch @@ -1,4 +1,4 @@ -From 629fc6427710e48b78f8b1f300dd698fe898cfd4 Mon Sep 17 00:00:00 2001 +From 0a8bf986a18d27357727cfe4bbaa3e9a9f0bbcf2 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 7 Jan 2013 01:49:40 +0200 Subject: [PATCH] libtasn1: remove help2man dependency @@ -6,13 +6,12 @@ Subject: [PATCH] libtasn1: remove help2man dependency Upstream-Status: Inappropriate Signed-off-by: Marko Lindqvist - --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am -index a0171a5..8aa4d3d 100644 +index 691dcb7..0d0c26f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,7 @@ libtasn1_TEXINFOS += asn1Coding-help.texi asn1Decoding-help.texi asn1Parser-help diff --git a/meta/recipes-support/gnutls/libtasn1_4.20.0.bb b/meta/recipes-support/gnutls/libtasn1_4.21.0.bb similarity index 89% rename from meta/recipes-support/gnutls/libtasn1_4.20.0.bb rename to meta/recipes-support/gnutls/libtasn1_4.21.0.bb index 8127ba5b1d..4570488c4c 100644 --- a/meta/recipes-support/gnutls/libtasn1_4.20.0.bb +++ b/meta/recipes-support/gnutls/libtasn1_4.21.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \ DEPENDS = "bison-native" -SRC_URI[sha256sum] = "92e0e3bd4c02d4aeee76036b2ddd83f0c732ba4cda5cb71d583272b23587a76c" +SRC_URI[sha256sum] = "1d8a444a223cc5464240777346e125de51d8e6abf0b8bac742ac84609167dc87" inherit autotools texinfo lib_package gtk-doc -- 2.47.1