openssl bump to 3.0.11

This commit is contained in:
boypt
2023-09-20 08:54:42 +08:00
parent 90462e5122
commit 90a2193a34
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 3.0.10
- OpenSSL 3.0.11
The script reads file `version.env` for actual verion definitions.

View File

@@ -1,7 +1,7 @@
OPENSSLSRC=openssl-3.0.10.tar.gz
OPENSSLSRC=openssl-3.0.11.tar.gz
OPENSSHSRC=openssh-9.4p1.tar.gz
ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz
PKGREL=3
PKGREL=4
OPENSSHVER=${OPENSSHSRC%%.tar.gz}
OPENSSHVER=${OPENSSHVER##openssh-}