mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
Drop stale hardcoded versions (point to version.env) and content already covered by the root README; fix el7 socket-activation wording, document the openssh.initv.spec variant and SPECFILE switch.
677 B
677 B
EL5 Build Tree (el5/)
RPM spec for backporting OpenSSH on Enterprise Linux 5 (SysVinit).
Notes
- Perl bootstrap: modern OpenSSL requires Perl >= 5.10, while EL5
ships Perl 5.8. If the system Perl is too old, a private Perl
(
PERLSRCinversion.env) is built inside the build tree and used only to compile OpenSSL; it is neither packaged nor installed.compile.shaddsPERLSRCto the source list automatically for this directory. - Toolchain: built with
CC=gcc44; OpenSSL is linked statically (WITH_OPENSSL=2).
Versions come from version.env. For usage, config variables, and
supported distros see the root README.md.