bum version

This commit is contained in:
boypt
2025-10-09 09:21:19 +08:00
parent 00e2bff251
commit 8b6954299c
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ Similar Project: [Backport OpenSSH for Debian / Ubuntu distros](https://github.c
## Current Version:
- OpenSSH 10.0p1 (see: [OpenSSH Official](https://www.openssh.com/))
- OpenSSL 3.0.17 / 3.0.9 (FIPS validated, see: [OpenSSL Official](https://www.openssl.org/source/))
- OpenSSH 10.1p1 (see: [OpenSSH Official](https://www.openssh.com/))
- OpenSSL 3.0.18 / 3.0.9 (FIPS validated, see: [OpenSSL Official](https://www.openssl.org/source/))
The build script reads `version.env` for actual version definitions.

View File

@@ -1,6 +1,6 @@
# custom defined components
OPENSSLSRC=openssl-3.0.17.tar.gz
OPENSSHSRC=openssh-10.0p1.tar.gz
OPENSSLSRC=openssl-3.0.18.tar.gz
OPENSSHSRC=openssh-10.1p1.tar.gz
PKGREL=1
ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz