openssh: sftp no longer needs crypto or zlib.
authorDarren Tucker <redacted>
Thu, 11 May 2023 06:33:31 +0000 (16:33 +1000)
committerRosen Penev <redacted>
Wed, 17 May 2023 08:02:19 +0000 (11:02 +0300)
commit74c4ad2c0c0e2d7c277cda212ffe7027582214e9
tree7e9070696965a9dda36f556ad530979522b94f61
parent1daddd582f7fec1058ecb2ecf0d66e6a2951f56c
openssh: sftp no longer needs crypto or zlib.

OpenSSH 9.1p1 removed remaining dependencies and stopped linking sftp,
sftp-server and scp against libcrypto or libz.  This change moves those
package dependencies from the default to those that still need them.
In particular, this will allow sftp-server to be installed for use with
Dropbear without needing to install zlib or openssl.

Signed-off-by: Darren Tucker <redacted>
net/openssh/Makefile
git clone https://git.99rst.org/PROJECT