Skip to content

Commit 49e5c41

Browse files
author
Release Manager
committed
gh-35571: update openssl to 3.0.8 from sage-devel by Thierry: I took his branch and made this PR from it. Sage's current openssl version (3.0.5) hass several "High severity" vulnerabilities, see https://www.openssl.org/news/vulnerabilities.html It would be nice to have the fixes included in the next Sage release. I am not using github, here is a pull request (literally) to fix this : git pull https://lipn.univ- paris13.fr/~monteil/hebergement/sage/sage.git openssl.3.0.8 (commit hash : 997a6bd) I checked the hash of the tarballs against the GPG signatures by upstream developers. Tarball at : https://www.openssl.org/source/openssl-3.0.8.tar.gz Ciao, Thierry P.S. Note that 3.1.0. has been very recently released, however 3.0.x is LTS and will not have structural changes. Just in case, here is a verified branch : git pull https://lipn.univ- paris13.fr/~monteil/hebergement/sage/sage.git openssl.3.1.0 (commit hash : 9229a2be66dc0e4f2e3f677aa515a33bfe72a873) Tarball at : https://www.openssl.org/source/openssl-3.1.0.tar.gz URL: #35571 Reported by: Dima Pasechnik Reviewer(s):
2 parents 8aa7213 + c046024 commit 49e5c41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/pkgs/openssl/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=openssl-VERSION.tar.gz
2-
sha1=a5305213c681a5a4322dad7347a6e66b7b6ef3c7
3-
md5=163bb3e58c143793d1dc6a6ec7d185d5
4-
cksum=439183449
2+
sha1=580d8a7232327fe1fa6e7db54ac060d4321f40ab
3+
md5=61e017cf4fea1b599048f621f1490fbd
4+
cksum=1708357994
55
upstream_url=https://www.openssl.org/source/openssl-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.5
1+
3.0.8

0 commit comments

Comments
 (0)