From cefdd3fc6886cb373e70a6cff87664a616d56faa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 29 Jan 2026 20:22:34 +0530 Subject: [PATCH] Bump openssl version for CVEs --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 227aef04b..c09446188 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -30,10 +30,10 @@ }, { - "name": "openssl 3.5.4", + "name": "openssl 3.5.5", "unix": { "file_extension": "tar.gz", - "hash": "sha256:967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99", + "hash": "sha256:b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89", "urls": ["https://www.openssl.org/source/{filename}"] } },