File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
44
55PKG_NAME ="openssh"
6- PKG_VERSION ="10.2p1 "
7- PKG_SHA256 ="ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2 "
6+ PKG_VERSION ="552a5c786b60a9cfe0d2c157dd18f78950529513 "
7+ PKG_SHA256 ="3fb8bccdb73db5d7b289fa99c8b777f0984568cc326c2bb92e0aa83f34230a49 "
88PKG_LICENSE ="OSS"
99PKG_SITE ="https://www.openssh.com/"
1010PKG_URL ="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/${PKG_NAME}-${PKG_VERSION}.tar.gz"
11+ PKG_URL ="https://github.com/openssh/openssh-portable/archive/${PKG_VERSION}.tar.gz"
1112PKG_DEPENDS_TARGET ="toolchain openssl zlib"
1213PKG_LONGDESC ="An open re-implementation of the SSH package."
1314PKG_TOOLCHAIN ="autotools"
@@ -24,7 +25,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_rpc_types_h=no \
2425 --disable-wtmp \
2526 --disable-wtmpx \
2627 --without-rpath \
27- --with -ssl-engine \
28+ --without -ssl-engine \
2829 --with-privsep-user=nobody \
2930 --disable-pututline \
3031 --disable-pututxline \
Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ diff -u a/pathnames.h b/pathnames.h
9999 #define _PATH_SERVER_CONFIG_FILE SSHDIR "/sshd_config"
100100 #define _PATH_HOST_CONFIG_FILE SSHDIR "/ssh_config"
101101- #define _PATH_HOST_ECDSA_KEY_FILE SSHDIR "/ssh_host_ecdsa_key"
102- - #define _PATH_HOST_ED25519_KEY_FILE SSHDIR "/ssh_host_ed25519_key"
103102- #define _PATH_HOST_RSA_KEY_FILE SSHDIR "/ssh_host_rsa_key"
103+ - #define _PATH_HOST_ED25519_KEY_FILE SSHDIR "/ssh_host_ed25519_key"
104104- #define _PATH_DH_MODULI SSHDIR "/moduli"
105105+ #define _PATH_HOST_ECDSA_KEY_FILE KEYDIR "/ssh_host_ecdsa_key"
106- + #define _PATH_HOST_ED25519_KEY_FILE KEYDIR "/ssh_host_ed25519_key"
107106+ #define _PATH_HOST_RSA_KEY_FILE KEYDIR "/ssh_host_rsa_key"
107+ + #define _PATH_HOST_ED25519_KEY_FILE KEYDIR "/ssh_host_ed25519_key"
108108+ #define _PATH_DH_MODULI KEYDIR "/moduli"
109109
110110 #ifndef _PATH_SSH_PROGRAM
You can’t perform that action at this time.
0 commit comments