Skip to content

Commit 47c981d

Browse files
committed
downloads: upgrade OpenSSL to 1.1.1k
Fixes a few CVEs.
1 parent 434ed0f commit 47c981d

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
@@ -258,10 +258,10 @@
258258
"version": "1.10.2",
259259
},
260260
"openssl": {
261-
"url": "https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
262-
"size": 9823161,
263-
"sha256": "aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf",
264-
"version": "1.1.1j",
261+
"url": "https://www.openssl.org/source/openssl-1.1.1k.tar.gz",
262+
"size": 9823400,
263+
"sha256": "892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5",
264+
"version": "1.1.1k",
265265
"library_names": ["crypto", "ssl"],
266266
"licenses": ["OpenSSL"],
267267
"license_file": "LICENSE.openssl.txt",

0 commit comments

Comments
 (0)