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)
This commit is contained in:
Kovid Goyal 2025-01-27 09:39:53 +05:30
parent e13e07a660
commit 1715558c8f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -171,8 +171,8 @@
{ {
"name": "openssl", "name": "openssl",
"unix": { "unix": {
"filename": "openssl-3.1.5.tar.gz", "filename": "openssl-3.1.7.tar.gz",
"hash": "sha256:6ae015467dabf0469b139ada93319327be24b98251ffaeceda0221848dc09262", "hash": "sha256:053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751ae800c31d06c",
"urls": ["https://www.openssl.org/source/{filename}"] "urls": ["https://www.openssl.org/source/{filename}"]
} }
}, },