Skip to content

Commit f33ea1f

Browse files
committed
downloads: upgrade OpenSSL to 1.1.1h
This version was released a few days ago.
1 parent cffa5f3 commit f33ea1f

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
@@ -246,10 +246,10 @@
246246
"version": "1.8.2",
247247
},
248248
"openssl": {
249-
"url": "https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
250-
"size": 9801502,
251-
"sha256": "ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46",
252-
"version": "1.1.1g",
249+
"url": "https://www.openssl.org/source/openssl-1.1.1h.tar.gz",
250+
"size": 9810045,
251+
"sha256": "5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9",
252+
"version": "1.1.1h",
253253
"library_names": ["crypto", "ssl"],
254254
"licenses": ["OpenSSL"],
255255
"license_file": "LICENSE.openssl.txt",

0 commit comments

Comments
 (0)