openssl 1.1.1w

This commit is contained in:
pt
2023-09-12 09:10:05 +08:00
parent 66d2949bb2
commit 2f993775fe
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ This openssh package has OpenSSL statically linked.
## Current Version:
- OpenSSH 9.4p1
- OpenSSL 1.1.1v
- OpenSSL 1.1.1w
The script reads file `version.env` for actual verion definitions.

View File

@@ -1,7 +1,7 @@
OPENSSLSRC=openssl-1.1.1v.tar.gz
OPENSSLSRC=openssl-1.1.1w.tar.gz
OPENSSHSRC=openssh-9.4p1.tar.gz
ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz
PKGREL=1
PKGREL=2
OPENSSHVER=${OPENSSHSRC%%.tar.gz}
OPENSSHVER=${OPENSSHVER##openssh-}