From 2eb5ee42ae90a992bb753e811c02ca3ad43a573f Mon Sep 17 00:00:00 2001 From: boypt <1033514+boypt@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:18:41 +0800 Subject: [PATCH] bump openssh 10.3p1, openssl 3.5.5 --- README.md | 6 +++--- version.env | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9436094..46889ed 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ The directory (`el5`, `el6`, `el7`) serve as functional templates for different ## Current Version: -- OpenSSH 10.2p1 (see: [OpenSSH Official](https://www.openssh.com/)) -- OpenSSL 3.0.18 (see: [OpenSSL Official](https://www.openssl.org/source/)) +- OpenSSH 10.3p1 (see: [OpenSSH Official](https://www.openssh.com/)) +- OpenSSL 3.5.5 (see: [OpenSSL Official](https://openssl-library.org/source/)) The build script reads `version.env` for version definitions. @@ -128,4 +128,4 @@ UOS's `openssh-help` subpackage has files that confilict with the package. It's ```bash sudo rpm --nodeps -e openssh-help sudo yum --disablerepo=* install -y ./openssh*.rpm -``` \ No newline at end of file +``` diff --git a/version.env b/version.env index b597887..6b29f15 100644 --- a/version.env +++ b/version.env @@ -1,6 +1,6 @@ # custom defined components -OPENSSLSRC=openssl-3.0.19.tar.gz -OPENSSHSRC=openssh-10.2p1.tar.gz +OPENSSLSRC=openssl-3.5.5.tar.gz +OPENSSHSRC=openssh-10.3p1.tar.gz ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz # Package release version