mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
openssl 3.0.17; allow GH_PROXY with env
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user