bump version, fix #1

This commit is contained in:
Git User
2024-05-30 17:21:53 +08:00
parent d7cffbf59b
commit 6d2f03e81a
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ Similar Project: [Backport OpenSSH RPM for CentOS](https://github.com/boypt/op
### Current Version:
- OpenSSH 9.7p1
- OpenSSL 3.0.13 (static linked)
- OpenSSH 9.7p1 (defined in `version.env`)
- OpenSSL 3.0.13
### Supported (tested) Distro:

View File

@@ -1,5 +1,5 @@
OPENSSLMIR=https://www.openssl.org/source/
OPENSSLSRC=openssl-3.0.13.tar.gz
DEBMIRROR=http://ftp.us.debian.org/debian/
OPENSSH_SIDPKG=9.7p1-4
OPENSSH_SIDPKG=9.7p1-5
OPENSSHVER=$(echo $OPENSSH_SIDPKG|cut -d- -f1)