diff options
| -rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch | 13 | ||||
| -rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch | 14 | ||||
| -rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch | 18 | ||||
| -rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch | 16 | ||||
| -rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20241223.bb (renamed from meta/recipes-support/ca-certificates/ca-certificates_20240203.bb) | 2 |
6 files changed, 38 insertions, 29 deletions
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 @@ | |||
| 1 | From cb43ec15b700b25f3c4fe44043a1a021aaf5b768 Mon Sep 17 00:00:00 2001 | 1 | From 630736f427c0a1bd0be0b5a2f6d51d63b2c4c9fd Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Mon, 18 Oct 2021 12:05:49 +0200 | 3 | Date: Mon, 18 Oct 2021 12:05:49 +0200 |
| 4 | Subject: [PATCH] Revert "mozilla/certdata2pem.py: print a warning for expired | 4 | Subject: [PATCH] Revert "mozilla/certdata2pem.py: print a warning for expired |
| @@ -16,10 +16,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
| 16 | 3 files changed, 1 insertion(+), 13 deletions(-) | 16 | 3 files changed, 1 insertion(+), 13 deletions(-) |
| 17 | 17 | ||
| 18 | diff --git a/debian/changelog b/debian/changelog | 18 | diff --git a/debian/changelog b/debian/changelog |
| 19 | index 531e4d0..4006509 100644 | 19 | index 52d41ca..bdb2c8a 100644 |
| 20 | --- a/debian/changelog | 20 | --- a/debian/changelog |
| 21 | +++ b/debian/changelog | 21 | +++ b/debian/changelog |
| 22 | @@ -120,7 +120,6 @@ ca-certificates (20211004) unstable; urgency=low | 22 | @@ -138,7 +138,6 @@ ca-certificates (20211004) unstable; urgency=low |
| 23 | - "Trustis FPS Root CA" | 23 | - "Trustis FPS Root CA" |
| 24 | - "Staat der Nederlanden Root CA - G3" | 24 | - "Staat der Nederlanden Root CA - G3" |
| 25 | * Blacklist expired root certificate "DST Root CA X3" (closes: #995432) | 25 | * Blacklist expired root certificate "DST Root CA X3" (closes: #995432) |
| @@ -28,7 +28,7 @@ index 531e4d0..4006509 100644 | |||
| 28 | -- Julien Cristau <jcristau@debian.org> Thu, 07 Oct 2021 17:12:47 +0200 | 28 | -- Julien Cristau <jcristau@debian.org> Thu, 07 Oct 2021 17:12:47 +0200 |
| 29 | 29 | ||
| 30 | diff --git a/debian/control b/debian/control | 30 | diff --git a/debian/control b/debian/control |
| 31 | index 4434b7a..5c6ba24 100644 | 31 | index b5f2ab0..d0e830e 100644 |
| 32 | --- a/debian/control | 32 | --- a/debian/control |
| 33 | +++ b/debian/control | 33 | +++ b/debian/control |
| 34 | @@ -3,7 +3,7 @@ Section: misc | 34 | @@ -3,7 +3,7 @@ Section: misc |
| @@ -41,7 +41,7 @@ index 4434b7a..5c6ba24 100644 | |||
| 41 | Rules-Requires-Root: no | 41 | Rules-Requires-Root: no |
| 42 | Vcs-Git: https://salsa.debian.org/debian/ca-certificates.git | 42 | Vcs-Git: https://salsa.debian.org/debian/ca-certificates.git |
| 43 | diff --git a/mozilla/certdata2pem.py b/mozilla/certdata2pem.py | 43 | diff --git a/mozilla/certdata2pem.py b/mozilla/certdata2pem.py |
| 44 | index ede23d4..7d796f1 100644 | 44 | index 4df86a2..7d796f1 100644 |
| 45 | --- a/mozilla/certdata2pem.py | 45 | --- a/mozilla/certdata2pem.py |
| 46 | +++ b/mozilla/certdata2pem.py | 46 | +++ b/mozilla/certdata2pem.py |
| 47 | @@ -21,16 +21,12 @@ | 47 | @@ -21,16 +21,12 @@ |
| @@ -75,6 +75,3 @@ index ede23d4..7d796f1 100644 | |||
| 75 | bname = obj['CKA_LABEL'][1:-1].replace('/', '_')\ | 75 | bname = obj['CKA_LABEL'][1:-1].replace('/', '_')\ |
| 76 | .replace(' ', '_')\ | 76 | .replace(' ', '_')\ |
| 77 | .replace('(', '=')\ | 77 | .replace('(', '=')\ |
| 78 | -- | ||
| 79 | 2.20.1 | ||
| 80 | |||
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 @@ | |||
| 1 | From 348163df412e53b1b7ec3e81ae5f22caa0227c37 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Ross Burton <ross.burton@intel.com> | ||
| 3 | Date: Mon, 6 Jul 2015 15:19:41 +0100 | ||
| 4 | Subject: [PATCH] ca-certificates: remove Debianism in run-parts invocation | ||
| 5 | |||
| 1 | ca-certificates is a package from Debian, but some host distros such as Fedora | 6 | ca-certificates is a package from Debian, but some host distros such as Fedora |
| 2 | have a leaner run-parts provided by cron which doesn't support --verbose or the | 7 | have a leaner run-parts provided by cron which doesn't support --verbose or the |
| 3 | -- separator between arguments and paths. | 8 | -- separator between arguments and paths. |
| @@ -9,7 +14,6 @@ This solves errors such as | |||
| 9 | | [...]/usr/sbin/update-ca-certificates: line 230: Not a directory: --: command not found | 14 | | [...]/usr/sbin/update-ca-certificates: line 230: Not a directory: --: command not found |
| 10 | | E: Not a directory: -- exited with code 127. | 15 | | E: Not a directory: -- exited with code 127. |
| 11 | 16 | ||
| 12 | |||
| 13 | Upstream-Status: Inappropriate | 17 | Upstream-Status: Inappropriate |
| 14 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 18 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 15 | Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com> | 19 | Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com> |
| @@ -17,10 +21,10 @@ Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com> | |||
| 17 | sbin/update-ca-certificates | 4 +--- | 21 | sbin/update-ca-certificates | 4 +--- |
| 18 | 1 file changed, 1 insertion(+), 3 deletions(-) | 22 | 1 file changed, 1 insertion(+), 3 deletions(-) |
| 19 | 23 | ||
| 20 | Index: git/sbin/update-ca-certificates | 24 | diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates |
| 21 | =================================================================== | 25 | index 36cdd9a..2d3e1fe 100755 |
| 22 | --- git.orig/sbin/update-ca-certificates | 26 | --- a/sbin/update-ca-certificates |
| 23 | +++ git/sbin/update-ca-certificates | 27 | +++ b/sbin/update-ca-certificates |
| 24 | @@ -202,9 +202,7 @@ if [ -d "$HOOKSDIR" ] | 28 | @@ -202,9 +202,7 @@ if [ -d "$HOOKSDIR" ] |
| 25 | then | 29 | then |
| 26 | 30 | ||
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 @@ | |||
| 1 | Upstream-Status: Pending | 1 | From cdb53438bae194c1281c31374a901ad7ee460408 Mon Sep 17 00:00:00 2001 |
| 2 | |||
| 3 | From 724cb153ca0f607fb38b3a8db3ebb2742601cd81 Mon Sep 17 00:00:00 2001 | ||
| 4 | From: Andreas Oberritter <obi@opendreambox.org> | 2 | From: Andreas Oberritter <obi@opendreambox.org> |
| 5 | Date: Tue, 19 Mar 2013 17:14:33 +0100 | 3 | Date: Tue, 19 Mar 2013 17:14:33 +0100 |
| 6 | Subject: [PATCH 2/2] update-ca-certificates: use $SYSROOT | 4 | Subject: [PATCH] update-ca-certificates: use $SYSROOT |
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | 7 | ||
| 8 | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> | 8 | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> |
| 9 | --- | 9 | --- |
| 10 | sbin/update-ca-certificates | 14 +++++++------- | 10 | sbin/update-ca-certificates | 14 +++++++------- |
| 11 | 1 file changed, 7 insertions(+), 7 deletions(-) | 11 | 1 file changed, 7 insertions(+), 7 deletions(-) |
| 12 | 12 | ||
| 13 | Index: git/sbin/update-ca-certificates | 13 | diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates |
| 14 | =================================================================== | 14 | index 5a0a1da..36cdd9a 100755 |
| 15 | --- git.orig/sbin/update-ca-certificates | 15 | --- a/sbin/update-ca-certificates |
| 16 | +++ git/sbin/update-ca-certificates | 16 | +++ b/sbin/update-ca-certificates |
| 17 | @@ -24,12 +24,12 @@ | 17 | @@ -24,12 +24,12 @@ |
| 18 | verbose=0 | 18 | verbose=0 |
| 19 | fresh=0 | 19 | 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 @@ | |||
| 1 | From a9fc13b2aee55655d58fcb77a3180fa99f96438a Mon Sep 17 00:00:00 2001 | 1 | From 38d47c53749c6f16d5d7993410b256116e0ee0b8 Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <andre.draszik@jci.com> | 2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <andre.draszik@jci.com> |
| 3 | Date: Wed, 28 Mar 2018 16:45:05 +0100 | 3 | Date: Wed, 28 Mar 2018 16:45:05 +0100 |
| 4 | Subject: [PATCH] update-ca-certificates: use relative symlinks from | 4 | Subject: [PATCH] update-ca-certificates: use relative symlinks from |
| @@ -45,7 +45,7 @@ Signed-off-by: André Draszik <andre.draszik@jci.com> | |||
| 45 | 1 file changed, 4 insertions(+), 2 deletions(-) | 45 | 1 file changed, 4 insertions(+), 2 deletions(-) |
| 46 | 46 | ||
| 47 | diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates | 47 | diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates |
| 48 | index 00f80c7..7e911a9 100755 | 48 | index f7d0dbf..97a589c 100755 |
| 49 | --- a/sbin/update-ca-certificates | 49 | --- a/sbin/update-ca-certificates |
| 50 | +++ b/sbin/update-ca-certificates | 50 | +++ b/sbin/update-ca-certificates |
| 51 | @@ -29,6 +29,7 @@ CERTSDIR=$SYSROOT/usr/share/ca-certificates | 51 | @@ -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 @@ | |||
| 1 | From 50aadd3eb1c4be43d3decdeb60cede2de5a687be Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Christopher Larson <chris_larson@mentor.com> | ||
| 3 | Date: Fri, 23 Aug 2013 12:26:14 -0700 | ||
| 4 | Subject: [PATCH] ca-certificates: add recipe (version 20130610) | ||
| 5 | |||
| 1 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
| 2 | 7 | ||
| 3 | update-ca-certificates: find SYSROOT relative to its own location | 8 | update-ca-certificates: find SYSROOT relative to its own location |
| 4 | 9 | ||
| 5 | This makes the script relocatable. | 10 | This makes the script relocatable. |
| 11 | --- | ||
| 12 | sbin/update-ca-certificates | 33 +++++++++++++++++++++++++++++++++ | ||
| 13 | 1 file changed, 33 insertions(+) | ||
| 6 | 14 | ||
| 7 | Index: git/sbin/update-ca-certificates | 15 | diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates |
| 8 | =================================================================== | 16 | index 2d3e1fe..f7d0dbf 100755 |
| 9 | --- git.orig/sbin/update-ca-certificates | 17 | --- a/sbin/update-ca-certificates |
| 10 | +++ git/sbin/update-ca-certificates | 18 | +++ b/sbin/update-ca-certificates |
| 11 | @@ -66,6 +66,39 @@ do | 19 | @@ -66,6 +66,39 @@ do |
| 12 | shift | 20 | shift |
| 13 | done | 21 | done |
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb b/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" | |||
| 14 | # Need rehash from openssl and run-parts from debianutils | 14 | # Need rehash from openssl and run-parts from debianutils |
| 15 | PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" | 15 | PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" |
| 16 | 16 | ||
| 17 | SRC_URI[sha256sum] = "3286d3fc42c4d11b7086711a85f865b44065ce05cf1fb5376b2abed07622a9c6" | 17 | SRC_URI[sha256sum] = "dd8286d0a9dd35c756fea5f1df3fed1510fb891f376903891b003cd9b1ad7e03" |
| 18 | SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/${BPN}_${PV}.tar.xz \ | 18 | SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/${BPN}_${PV}.tar.xz \ |
| 19 | file://0002-update-ca-certificates-use-SYSROOT.patch \ | 19 | file://0002-update-ca-certificates-use-SYSROOT.patch \ |
| 20 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ | 20 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ |
