Skip to content

Commit e669381

Browse files
committed
downloads: upgrade musl libc to 1.2.2
There was a security vulnerability in 1.2.1.
1 parent d9e4201 commit e669381

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@
231231
"version": "3.1.6",
232232
},
233233
"musl": {
234-
"url": "https://www.musl-libc.org/releases/musl-1.2.1.tar.gz",
235-
"size": 1047481,
236-
"sha256": "68af6e18539f646f9c41a3a2bb25be4a5cfa5a8f65f0bb647fd2bbfdf877e84b",
237-
"version": "1.2.1",
234+
"url": "https://www.musl-libc.org/releases/musl-1.2.2.tar.gz",
235+
"size": 1055220,
236+
"sha256": "9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd",
237+
"version": "1.2.2",
238238
},
239239
"ncurses": {
240240
"url": "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz",

0 commit comments

Comments
 (0)