From 1715558c8f0b39d484620972d25e833e87d1a32e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 27 Jan 2025 09:39:53 +0530 Subject: [PATCH] Bump openssl version Bump to latest in 3.1 series. There are apparently some silly security scanners that complain about the DLLs even though there are no actual bugs in them that impact their usage in calibre. Oh well. Fixes #2096749 [Private bug](https://bugs.launchpad.net/calibre/+bug/2096749) --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 047c65d842..a8101b2e58 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -171,8 +171,8 @@ { "name": "openssl", "unix": { - "filename": "openssl-3.1.5.tar.gz", - "hash": "sha256:6ae015467dabf0469b139ada93319327be24b98251ffaeceda0221848dc09262", + "filename": "openssl-3.1.7.tar.gz", + "hash": "sha256:053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751ae800c31d06c", "urls": ["https://www.openssl.org/source/{filename}"] } },