Skip to content

Commit 434ed0f

Browse files
committed
downloads: upgrade LibreSSL to 3.2.5
Contains a bug fox for a UAF.
1 parent 5c96387 commit 434ed0f

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
@@ -171,10 +171,10 @@
171171
"version": "0.1",
172172
},
173173
"libressl": {
174-
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.4.tar.gz",
175-
"size": 3841822,
176-
"sha256": "ac1dbb9e05a64910856599b1ac61118fdec1b3d0c700e42444d81c0d5f507a5a",
177-
"version": "3.2.4",
174+
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.5.tar.gz",
175+
"size": 3842149,
176+
"sha256": "798a65fd61d385e09d559810cdfa46512f8def5919264cfef241a7b086ce7cfe",
177+
"version": "3.2.5",
178178
"library_names": ["crypto", "ssl"],
179179
"licenses": ["OpenSSL"],
180180
"license_file": "LICENSE.libressl.txt",

0 commit comments

Comments
 (0)