From e21d2f51918849542181b3ee50bd53e9f6ab8b93 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 5 Oct 2025 21:59:02 +0530 Subject: [PATCH] Bump bundled OpenSSL for CVE --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 901b10555..04f02b4c0 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -30,10 +30,10 @@ }, { - "name": "openssl 3.5.2", + "name": "openssl 3.5.4", "unix": { "file_extension": "tar.gz", - "hash": "sha256:c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec", + "hash": "sha256:967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99", "urls": ["https://www.openssl.org/source/{filename}"] } },