From f26e73ec1ca8903e8ec260c2f51780cd36b9170b Mon Sep 17 00:00:00 2001 From: boypt <1033514+boypt@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:20:23 +0800 Subject: [PATCH] version bump: openssl 3.5.6 --- README.md | 2 +- version.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46889ed..dfd1fab 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The directory (`el5`, `el6`, `el7`) serve as functional templates for different ## Current Version: - OpenSSH 10.3p1 (see: [OpenSSH Official](https://www.openssh.com/)) -- OpenSSL 3.5.5 (see: [OpenSSL Official](https://openssl-library.org/source/)) +- OpenSSL 3.5.6 (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 6b29f15..a2bf233 100644 --- a/version.env +++ b/version.env @@ -1,5 +1,5 @@ # custom defined components -OPENSSLSRC=openssl-3.5.5.tar.gz +OPENSSLSRC=openssl-3.5.6.tar.gz OPENSSHSRC=openssh-10.3p1.tar.gz ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz