From db84b53e9e2605258143a4d17b7fa3bac3daed99 Mon Sep 17 00:00:00 2001 From: boypt <1033514+boypt@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:21:01 +0800 Subject: [PATCH] version bump: 10.5p1/openssl 3.5.8 --- README.md | 2 +- version.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3422da9..096c551 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The directory (`el5`, `el6`, `el7`) serve as functional templates for different ## Current Version: - OpenSSH 10.5p1 (see: [OpenSSH Official](https://www.openssh.com/)) -- OpenSSL 3.5.7 (see: [OpenSSL Official](https://openssl-library.org/source/)) +- OpenSSL 3.5.8 (see: [OpenSSL Official](https://openssl-library.org/source/)) The build script reads `version.env` for version definitions. diff --git a/version.env b/version.env index 290d263..10bd6a7 100644 --- a/version.env +++ b/version.env @@ -1,5 +1,5 @@ # custom defined components -OPENSSLSRC=openssl-3.5.7.tar.gz +OPENSSLSRC=openssl-3.5.8.tar.gz OPENSSHSRC=openssh-10.5p1.tar.gz ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz