Skip to content

Commit 2040f14

Browse files
committed
downloads: upgrade OpenSSL to 1.1.1g
It contains a security fix.
1 parent 9870f66 commit 2040f14

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
@@ -240,10 +240,10 @@
240240
"version": "1.8.2",
241241
},
242242
"openssl": {
243-
"url": "https://www.openssl.org/source/openssl-1.1.1f.tar.gz",
244-
"size": 9792828,
245-
"sha256": "186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35",
246-
"version": "1.1.1f",
243+
"url": "https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
244+
"size": 9801502,
245+
"sha256": "ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46",
246+
"version": "1.1.1g",
247247
"library_names": ["crypto", "ssl"],
248248
"licenses": ["OpenSSL"],
249249
"license_file": "LICENSE.openssl.txt",

0 commit comments

Comments
 (0)