From dc5289beecb0ab52a5a5be6d59c09de988e30f2d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Aug 2026 13:37:57 +0530 Subject: [PATCH] Bump version of openssl for CVEs --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index bce7605ff..70389ca92 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -30,10 +30,10 @@ }, { - "name": "openssl 3.5.7", + "name": "openssl 3.5.8", "unix": { "file_extension": "tar.gz", - "hash": "sha256:a8c0d28a529ca480f9f36cf5792e2cd21984552a3c8e4aa11a24aa31aeac98e8", + "hash": "sha256:a8f84a39918ec6415ce765d9b429d313ba97b8143169c172e734b9514464f5b2", "urls": ["https://www.openssl.org/source/{filename}"] } },