openssl 3.0.17; allow GH_PROXY with env

This commit is contained in:
boypt
2025-07-09 09:54:30 +08:00
parent cc1ff1588f
commit 3fc302b072
3 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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=""