bump to openssh 9.5p1

This commit is contained in:
boypt
2023-10-07 09:15:26 +08:00
parent 90a2193a34
commit 3cd09a505a
2 changed files with 11 additions and 11 deletions

View File

@@ -6,10 +6,10 @@ This openssh package has OpenSSL statically linked.
## Current Version:
- OpenSSH 9.4p1
- OpenSSH 9.5p1
- OpenSSL 3.0.11
The script reads file `version.env` for actual verion definitions.
The script reads `version.env` for actual verion definitions.
## Supported CentOS:
@@ -25,7 +25,7 @@ yum install -y imake rpm-build pam-devel krb5-devel zlib-devel libXt-devel libX1
```
### Note for CentOS 5:
- Perl 5.10+ is needed (just `./configure.gnu && make && make install`)
- Perl 5.10+ is needed (`./configure.gnu && make && make install`)
- `gcc44` is prefered
## Usage
@@ -33,20 +33,20 @@ yum install -y imake rpm-build pam-devel krb5-devel zlib-devel libXt-devel libX1
```
# Edit version.env file if you want a specific version of openssh/openssl combination (or maybe I havn't updated to the latest).
# this script try to download source packages.
# if any error come up, just manally put the source tar file into the `downloads` dir.
# Download source packages.
# if any error comes up, just manally download the source tar files into the `downloads` dir.
./pullsrc.sh
# just run the script to build RPMs.
# For CentOS 5, the rpmbuild didn't set the variable of `.el`, you may need to run the script by `./compile.sh el5`
# Run the script to build RPMs.
# For CentOS 5, the default rpmbuild didn't set the variable of `${dist}`, manually run the script with argument `./compile.sh el5`
./compile.sh
```
## Security
As OLD systems that are still on production, TOP security is hardly the first concern, while compatibility is.
For **OLD** systems that are still on production, TOP security is hardly the first concern, while compatibility is.
This package provede the following options in `/etc/ssh/sshd_config` to act like the triditional version sshd.
This package provede the following options in `/etc/ssh/sshd_config` to work like the triditional sshd.
```
PubkeyAcceptedAlgorithms +ssh-rsa

View File

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