Skip to content

[3.13] gh-118658: Modify cert generation script to extract cert3.pem (GH-124598) - #124972

Merged
encukou merged 1 commit into
python:3.13from
felixfontein:backport-480354d-3.13
Oct 8, 2024
Merged

[3.13] gh-118658: Modify cert generation script to extract cert3.pem (GH-124598)#124972
encukou merged 1 commit into
python:3.13from
felixfontein:backport-480354d-3.13

Conversation

@felixfontein

@felixfonteinfelixfontein commented Oct 4, 2024

Copy link
Copy Markdown
Contributor

…3.pem (pythonGH-124598)
(cherry picked from commit 480354d)
Co-authored-by: Felix Fontein <felix@fontein.de>
@felixfontein

Copy link
Copy Markdown
ContributorAuthor

The failed CI run seems to be unrelated.

@picnixz

Copy link
Copy Markdown
Member

I've manually relaunched the tests just to have a green mark.

@picnixz

Copy link
Copy Markdown
Member

cc @Yhg1s since this could be something worth integrating

@encukou

Copy link
Copy Markdown
Member

This should go into 3.13.1, not the upcoming .0.

@encukou
encukou merged commit 4eab6e8 into python:3.13Oct 8, 2024
@felixfontein
felixfontein deleted the backport-480354d-3.13 branch October 8, 2024 16:24
brainhoard-github pushed a commit to distro-core-curated-mirrors/poky-contrib that referenced this pull request Jan 21, 2025
A number of items are removed because the issues have been resolved
with recipe patches (in separate commits).
Some issues were also resolved via upstream version updates:
glib-2.0 update to 2.78.0 that includes:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3547https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3550
curl update to 8.3.0 that includes
curl/curl#11610
util-linux update to 2.39 that includes
util-linux/util-linux#2430util-linux/util-linux@3ab9e69util-linux/util-linux#2435
glib-networking update to 2.78.0 that includes
https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/241
python3-cryptography update to 42.0.0 which resolvespyca/cryptography#9370 via
pyca/cryptography#9964
perl update to 5.40.0 which includes
Perl/perl5#21379
python3 update to 3.13.0 which includes
python/cpython#118425
python3 update to 3.13.1 which includes
python/cpython#124972
tcl update to 9.0.0 which includes
tcltk/tcl@4ca6172
(tcl8 recipe has a simple backport of this)
dbus update to 1.16.0 which includes
https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/444https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/289
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
brainhoard-github pushed a commit to distro-core-curated-mirrors/poky-contrib that referenced this pull request Feb 17, 2025
A number of items are removed because the issues have been resolved
with recipe patches (in separate commits).
Some issues were also resolved via upstream version updates:
glib-2.0 update to 2.78.0 that includes:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3547https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3550
curl update to 8.3.0 that includes
curl/curl#11610
util-linux update to 2.39 that includes
util-linux/util-linux#2430util-linux/util-linux@3ab9e69util-linux/util-linux#2435
glib-networking update to 2.78.0 that includes
https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/241
python3-cryptography update to 42.0.0 which resolvespyca/cryptography#9370 via
pyca/cryptography#9964
perl update to 5.40.0 which includes
Perl/perl5#21379
python3 update to 3.13.0 which includes
python/cpython#118425
python3 update to 3.13.1 which includes
python/cpython#124972
tcl update to 9.0.0 which includes
tcltk/tcl@4ca6172
(tcl8 recipe has a simple backport of this)
dbus update to 1.16.0 which includes
https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/444https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/289
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
brainhoard-github pushed a commit to distro-core-curated-mirrors/poky-contrib that referenced this pull request May 21, 2025
A number of items are removed because the issues have been resolved
with recipe patches (in separate commits).
Some issues were resolved via upstream version updates that bring in
needed fixes:
glib-2.0 update to 2.78.0 that includes:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3547https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3550
curl update to 8.3.0 that includes
curl/curl#11610
util-linux update to 2.39 that includes
util-linux/util-linux#2430util-linux/util-linux@3ab9e69util-linux/util-linux#2435
glib-networking update to 2.78.0 that includes
https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/241
python3-cryptography update to 42.0.0 which resolvespyca/cryptography#9370 via
pyca/cryptography#9964
perl update to 5.40.0 which includes
Perl/perl5#21379
python3 update to 3.13.0 which includes
python/cpython#118425
python3 update to 3.13.1 which includes
python/cpython#124972
tcl update to 9.0.0 which includes
tcltk/tcl@4ca6172
(tcl8 recipe has a simple backport of this)
dbus update to 1.16.0 which includes
https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/444https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/289
openssh update to 10.0p1 which includes
openssh/openssh-portable#425https://bugzilla.mindrot.org/show_bug.cgi?id=3684https://marc.info/?l=openbsd-bugs&m=172561736524815&w=2https://lists.mindrot.org/pipermail/openssh-unix-dev/2024-October/041621.html
(all reporting the same issue)
gcc update to 15.1 which includes
llvm/llvm-project#99699
via gcc-mirror/gcc@fa32100
and allows dropping special flags and exceptions for gcc-sanitizers.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
halstead pushed a commit to openembedded/openembedded-core that referenced this pull request Feb 19, 2026
Most issues were resolved via upstream version updates that bring in
needed fixes:
glib-2.0 update to 2.78.0 that includes:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3547https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3550
curl update to 8.3.0 that includes
curl/curl#11610
util-linux update to 2.39 that includes
util-linux/util-linux#2430util-linux/util-linux@3ab9e69util-linux/util-linux#2435
glib-networking update to 2.78.0 that includes
https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/241
python3-cryptography update to 42.0.0 which resolvespyca/cryptography#9370 via
pyca/cryptography#9964
perl update to 5.40.0 which includes
Perl/perl5#21379
python3 update to 3.13.0 which includes
python/cpython#118425
python3 update to 3.13.1 which includes
python/cpython#124972
python3 update to 3.14.0 which includes
python/cpython#119401python/cpython#125045python/cpython#107594python/cpython#125104
tcl update to 9.0.0 which includes
tcltk/tcl@4ca6172
(tcl8 recipe has a simple backport of this)
dbus update to 1.16.0 which includes
https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/444https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/289
openssh update to 10.0p1 which includes
openssh/openssh-portable#425https://bugzilla.mindrot.org/show_bug.cgi?id=3684https://marc.info/?l=openbsd-bugs&m=172561736524815&w=2https://lists.mindrot.org/pipermail/openssh-unix-dev/2024-October/041621.html
(all reporting the same issue)
gcc update to 15.1 which includes
llvm/llvm-project#99699
via gcc-mirror/gcc@fa32100
and allows dropping special flags and exceptions for gcc-sanitizers.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@felixfontein@picnixz@encukou