Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | openssh: fix openssh-sftp-server deps when SSP_SUPPORT | Catalin Patulea | 2014-06-26 | |
| | ||||
* | openssh: strip openssh-sftp-server dependencies, notably openssl | Catalin Patulea | 2014-06-16 | |
| | | | | | | | | | | openssh-sftp-server is actually a tiny binary that has nearly no dependencies: $ mips-openwrt-linux-objdump -x sftp-server | grep NEEDED NEEDED libgcc_s.so.1 NEEDED libc.so.0 Stripping its DEPENDS allows building a system with SFTP support, without pulling in OpenSSL. | |||
* | openssh: import from packages | Peter Wagner | 2014-06-16 | |
Signed-off-by: Peter Wagner <tripolar@gmx.at> |