diff --git a/README.md b/README.md index 2adbecb..729afe8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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.16 / 3.0.9 (FIPS validated, see: [OpenSSL Official](https://www.openssl.org/source/)) +- OpenSSL 3.0.17 / 3.0.9 (FIPS validated, see: [OpenSSL Official](https://www.openssl.org/source/)) The build script reads `version.env` for actual version definitions. diff --git a/pullsrc.sh b/pullsrc.sh index 60607a5..81c74c6 100755 --- a/pullsrc.sh +++ b/pullsrc.sh @@ -24,7 +24,7 @@ source version.env OPENSSHMIR=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable OPENSSLMIR=https://www.openssl.org/source/ -OPENSSLMIR=${GH_PROXY}https://github.com/openssl/openssl/releases/download/openssl-${OPENSSLVER}/ +OPENSSLMIR=${GH_PROXY:-}https://github.com/openssl/openssl/releases/download/openssl-${OPENSSLVER}/ ASKPASSMIR=https://src.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3 PERLMIR=https://www.cpan.org/src/5.0 diff --git a/version.env b/version.env index 008c27c..81adfc4 100644 --- a/version.env +++ b/version.env @@ -1,5 +1,5 @@ # custom defined components -OPENSSLSRC=openssl-3.0.16.tar.gz +OPENSSLSRC=openssl-3.0.17.tar.gz OPENSSHSRC=openssh-10.0p1.tar.gz PKGREL=1 ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz @@ -17,4 +17,4 @@ PERLVER=${PERLVER##perl-} # Github Proxy, this arg is very useful for Chinese users. # You can try this: https://github.akams.cn/ -GH_PROXY="" +# GH_PROXY=""