Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ca-certificates* to *20241223* has Succeeded.
Next steps: - apply the patch: git am 0001-ca-certificates-upgrade-20240203-20241223.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 071e0224ed84ac7c883e58a00af4f0739d7d93d5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <a...@yoctoproject.org> Date: Wed, 1 Jan 2025 08:59:55 +0000 Subject: [PATCH] ca-certificates: upgrade 20240203 -> 20241223 --- ...certdata2pem.py-print-a-warning-for-e.patch | 13 +++++-------- ...ficates-don-t-use-Debianisms-in-run-p.patch | 14 +++++++++----- ...02-update-ca-certificates-use-SYSROOT.patch | 18 +++++++++--------- ...ficates-use-relative-symlinks-from-ET.patch | 4 ++-- .../ca-certificates/default-sysroot.patch | 16 ++++++++++++---- ...20240203.bb => ca-certificates_20241223.bb} | 2 +- 6 files changed, 38 insertions(+), 29 deletions(-) rename meta/recipes-support/ca-certificates/{ca-certificates_20240203.bb => ca-certificates_20241223.bb} (97%) diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch b/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch index 78898f5150..da2a247e51 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch +++ b/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch @@ -1,4 +1,4 @@ -From cb43ec15b700b25f3c4fe44043a1a021aaf5b768 Mon Sep 17 00:00:00 2001 +From 630736f427c0a1bd0be0b5a2f6d51d63b2c4c9fd Mon Sep 17 00:00:00 2001 From: Alexander Kanavin <a...@linutronix.de> Date: Mon, 18 Oct 2021 12:05:49 +0200 Subject: [PATCH] Revert "mozilla/certdata2pem.py: print a warning for expired @@ -16,10 +16,10 @@ Signed-off-by: Alexander Kanavin <a...@linutronix.de> 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog -index 531e4d0..4006509 100644 +index 52d41ca..bdb2c8a 100644 --- a/debian/changelog +++ b/debian/changelog -@@ -120,7 +120,6 @@ ca-certificates (20211004) unstable; urgency=low +@@ -138,7 +138,6 @@ ca-certificates (20211004) unstable; urgency=low - "Trustis FPS Root CA" - "Staat der Nederlanden Root CA - G3" * Blacklist expired root certificate "DST Root CA X3" (closes: #995432) @@ -28,7 +28,7 @@ index 531e4d0..4006509 100644 -- Julien Cristau <jcris...@debian.org> Thu, 07 Oct 2021 17:12:47 +0200 diff --git a/debian/control b/debian/control -index 4434b7a..5c6ba24 100644 +index b5f2ab0..d0e830e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc @@ -41,7 +41,7 @@ index 4434b7a..5c6ba24 100644 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/debian/ca-certificates.git diff --git a/mozilla/certdata2pem.py b/mozilla/certdata2pem.py -index ede23d4..7d796f1 100644 +index 4df86a2..7d796f1 100644 --- a/mozilla/certdata2pem.py +++ b/mozilla/certdata2pem.py @@ -21,16 +21,12 @@ @@ -75,6 +75,3 @@ index ede23d4..7d796f1 100644 bname = obj['CKA_LABEL'][1:-1].replace('/', '_')\ .replace(' ', '_')\ .replace('(', '=')\ --- -2.20.1 - diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch index 1feefeb96a..cad30929f5 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch +++ b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch @@ -1,3 +1,8 @@ +From 348163df412e53b1b7ec3e81ae5f22caa0227c37 Mon Sep 17 00:00:00 2001 +From: Ross Burton <ross.bur...@intel.com> +Date: Mon, 6 Jul 2015 15:19:41 +0100 +Subject: [PATCH] ca-certificates: remove Debianism in run-parts invocation + ca-certificates is a package from Debian, but some host distros such as Fedora have a leaner run-parts provided by cron which doesn't support --verbose or the -- separator between arguments and paths. @@ -9,7 +14,6 @@ This solves errors such as | [...]/usr/sbin/update-ca-certificates: line 230: Not a directory: --: command not found | E: Not a directory: -- exited with code 127. - Upstream-Status: Inappropriate Signed-off-by: Ross Burton <ross.bur...@intel.com> Signed-off-by: Maciej Borzecki <maciej.borze...@rndity.com> @@ -17,10 +21,10 @@ Signed-off-by: Maciej Borzecki <maciej.borze...@rndity.com> sbin/update-ca-certificates | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -Index: git/sbin/update-ca-certificates -=================================================================== ---- git.orig/sbin/update-ca-certificates -+++ git/sbin/update-ca-certificates +diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates +index 36cdd9a..2d3e1fe 100755 +--- a/sbin/update-ca-certificates ++++ b/sbin/update-ca-certificates @@ -202,9 +202,7 @@ if [ -d "$HOOKSDIR" ] then diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch b/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch index 792b4030b2..48c69f0cbc 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch +++ b/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch @@ -1,19 +1,19 @@ -Upstream-Status: Pending - -From 724cb153ca0f607fb38b3a8db3ebb2742601cd81 Mon Sep 17 00:00:00 2001 +From cdb53438bae194c1281c31374a901ad7ee460408 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter <o...@opendreambox.org> Date: Tue, 19 Mar 2013 17:14:33 +0100 -Subject: [PATCH 2/2] update-ca-certificates: use $SYSROOT +Subject: [PATCH] update-ca-certificates: use $SYSROOT + +Upstream-Status: Pending Signed-off-by: Andreas Oberritter <o...@opendreambox.org> --- - sbin/update-ca-certificates | 14 +++++++------- + sbin/update-ca-certificates | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -Index: git/sbin/update-ca-certificates -=================================================================== ---- git.orig/sbin/update-ca-certificates -+++ git/sbin/update-ca-certificates +diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates +index 5a0a1da..36cdd9a 100755 +--- a/sbin/update-ca-certificates ++++ b/sbin/update-ca-certificates @@ -24,12 +24,12 @@ verbose=0 fresh=0 diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch b/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch index 4bd967f788..214f88909a 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch +++ b/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch @@ -1,4 +1,4 @@ -From a9fc13b2aee55655d58fcb77a3180fa99f96438a Mon Sep 17 00:00:00 2001 +From 38d47c53749c6f16d5d7993410b256116e0ee0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <andre.dras...@jci.com> Date: Wed, 28 Mar 2018 16:45:05 +0100 Subject: [PATCH] update-ca-certificates: use relative symlinks from @@ -45,7 +45,7 @@ Signed-off-by: André Draszik <andre.dras...@jci.com> 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates -index 00f80c7..7e911a9 100755 +index f7d0dbf..97a589c 100755 --- a/sbin/update-ca-certificates +++ b/sbin/update-ca-certificates @@ -29,6 +29,7 @@ CERTSDIR=$SYSROOT/usr/share/ca-certificates diff --git a/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch b/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch index f8b0791bea..c2a54c0096 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch +++ b/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch @@ -1,13 +1,21 @@ +From 50aadd3eb1c4be43d3decdeb60cede2de5a687be Mon Sep 17 00:00:00 2001 +From: Christopher Larson <chris_lar...@mentor.com> +Date: Fri, 23 Aug 2013 12:26:14 -0700 +Subject: [PATCH] ca-certificates: add recipe (version 20130610) + Upstream-Status: Pending update-ca-certificates: find SYSROOT relative to its own location This makes the script relocatable. +--- + sbin/update-ca-certificates | 33 +++++++++++++++++++++++++++++++++ + 1 file changed, 33 insertions(+) -Index: git/sbin/update-ca-certificates -=================================================================== ---- git.orig/sbin/update-ca-certificates -+++ git/sbin/update-ca-certificates +diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates +index 2d3e1fe..f7d0dbf 100755 +--- a/sbin/update-ca-certificates ++++ b/sbin/update-ca-certificates @@ -66,6 +66,39 @@ do shift done diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb b/meta/recipes-support/ca-certificates/ca-certificates_20241223.bb similarity index 97% rename from meta/recipes-support/ca-certificates/ca-certificates_20240203.bb rename to meta/recipes-support/ca-certificates/ca-certificates_20241223.bb index eff1d97bc5..bbdc7dd68d 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20241223.bb @@ -14,7 +14,7 @@ DEPENDS:class-nativesdk = "openssl-native" # Need rehash from openssl and run-parts from debianutils PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" -SRC_URI[sha256sum] = "3286d3fc42c4d11b7086711a85f865b44065ce05cf1fb5376b2abed07622a9c6" +SRC_URI[sha256sum] = "dd8286d0a9dd35c756fea5f1df3fed1510fb891f376903891b003cd9b1ad7e03" SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/${BPN}_${PV}.tar.xz \ file://0002-update-ca-certificates-use-SYSROOT.patch \ file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ -- 2.44.1
packages/all-poky-linux/ca-certificates/ca-certificates-dbg: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates/ca-certificates-dbg: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates/ca-certificates-dev: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates/ca-certificates-dev: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates/ca-certificates-doc: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates/ca-certificates-doc: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates/ca-certificates-locale: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates/ca-certificates-locale: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates/ca-certificates-src: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates/ca-certificates-src: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates/ca-certificates-staticdev: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates/ca-certificates-staticdev: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates/ca-certificates: PKGSIZE changed from 231348 to 240139 (+4%) packages/all-poky-linux/ca-certificates/ca-certificates: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates/ca-certificates: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates/ca-certificates: FILELIST: removed "/usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt", added "/usr/share/ca-certificates/mozilla/FIRMAPROFESIONAL_CA_ROOT-A_WEB.crt /usr/share/ca-certificates/mozilla/Telekom_Security_TLS_ECC_Root_2020.crt /usr/share/ca-certificates/mozilla/TWCA_CYBER_Root_CA.crt /usr/share/ca-certificates/mozilla/SecureSign_Root_CA12.crt /usr/share/ca-certificates/mozilla/SecureSign_Root_CA14.crt /usr/share/ca-certificates/mozilla/SecureSign_Root_CA15.crt /usr/share/ca-certificates/mozilla/Telekom_Security_TLS_RSA_Root_2023.crt" packages/all-poky-linux/ca-certificates: PV changed from "20240203" to "20241223" packages/all-poky-linux/ca-certificates: PKGV changed from 20240203 [default] to 20241223 [default] packages/all-poky-linux/ca-certificates: SRC_URI changed from "http://ftp.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20240203.tar.xz file://0002-update-ca-certificates-use-SYSROOT.patch file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch file://default-sysroot.patch file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch file://0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch" to "http://ftp.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20241223.tar.xz file://0002-update-ca-certificates-use-SYSROOT.patch file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch file://default-sysroot.patch file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch file://0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch" Changes to packages/all-poky-linux/ca-certificates (sysroot): /usr/share/ca-certificates/mozilla/FIRMAPROFESIONAL_CA_ROOT-A_WEB.crt was added /usr/share/ca-certificates/mozilla/SecureSign_Root_CA12.crt was added /usr/share/ca-certificates/mozilla/SecureSign_Root_CA14.crt was added /usr/share/ca-certificates/mozilla/SecureSign_Root_CA15.crt was added /usr/share/ca-certificates/mozilla/Telekom_Security_TLS_ECC_Root_2020.crt was added /usr/share/ca-certificates/mozilla/Telekom_Security_TLS_RSA_Root_2023.crt was added /usr/share/ca-certificates/mozilla/TWCA_CYBER_Root_CA.crt was added /usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt was removed
0001-ca-certificates-upgrade-20240203-20241223.patch
Description: Binary data
packages/all-poky-linux/ca-certificates/ca-certificates: FILELIST: removed "/usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt", added "/usr/share/ca-certificates/mozilla/Telekom_Security_TLS_RSA_Root_2023.crt /usr/share/ca-certificates/mozilla/Telekom_Security_TLS_ECC_Root_2020.crt /usr/share/ca-certificates/mozilla/TWCA_CYBER_Root_CA.crt /usr/share/ca-certificates/mozilla/SecureSign_Root_CA14.crt /usr/share/ca-certificates/mozilla/FIRMAPROFESIONAL_CA_ROOT-A_WEB.crt /usr/share/ca-certificates/mozilla/SecureSign_Root_CA12.crt /usr/share/ca-certificates/mozilla/SecureSign_Root_CA15.crt" Changes to packages/all-poky-linux/ca-certificates (sysroot): /usr/share/ca-certificates/mozilla/FIRMAPROFESIONAL_CA_ROOT-A_WEB.crt was added /usr/share/ca-certificates/mozilla/SecureSign_Root_CA12.crt was added /usr/share/ca-certificates/mozilla/SecureSign_Root_CA14.crt was added /usr/share/ca-certificates/mozilla/SecureSign_Root_CA15.crt was added /usr/share/ca-certificates/mozilla/Telekom_Security_TLS_ECC_Root_2020.crt was added /usr/share/ca-certificates/mozilla/Telekom_Security_TLS_RSA_Root_2023.crt was added /usr/share/ca-certificates/mozilla/TWCA_CYBER_Root_CA.crt was added /usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt was removed
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#209243): https://lists.openembedded.org/g/openembedded-core/message/209243 Mute This Topic: https://lists.openembedded.org/mt/110370735/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-