Skip to content

Commit e90ff49

Browse files
committed
python-3.11: pick up cve-2025-4561 fixes from python/cpython#134341
1 parent 126c392 commit e90ff49

File tree

2 files changed

+546
-2
lines changed

2 files changed

+546
-2
lines changed

python-3.11.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: python-3.11
33
version: "3.11.12"
4-
epoch: 1
4+
epoch: 2
55
description: "the Python programming language"
66
copyright:
77
- license: PSF-2.0
@@ -57,7 +57,7 @@ pipeline:
5757
5858
- uses: patch
5959
with:
60-
patches: gh-118224.patch gh-127301.patch
60+
patches: gh-118224.patch gh-127301.patch gh-134341.patch
6161

6262
- name: Configure
6363
runs: |

0 commit comments

Comments
 (0)