tinyssh: update to 20250201.

This commit is contained in:
Leah Neukirchen 2025-02-05 14:07:20 +01:00
parent e75ec8829f
commit 537f0ab6b0

View File

@ -1,32 +1,24 @@
# Template file for 'tinyssh'
pkgname=tinyssh
version=20240101
version=20250201
revision=1
build_style=gnu-makefile
make_dirs="/etc/tinyssh 0755 root root"
make_use_env=yes
make_check_target="test"
depends="ucspi-tcp"
short_desc="Minimalistic SSH server"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="CC0-1.0"
license="CC0-1.0 OR 0BSD OR MIT-0 OR MIT"
homepage="https://tinyssh.org"
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
checksum=d2cd49d0e5e8bdb808d86f07f946a0cfbf2dc9a449a4b8243a82be267d852b62
if [ -n "${CROSS_BUILD}" ] ; then
make_build_target=cross-compile
fi
checksum=7eddb7ef4b4853cbba63d0834b2b347f01a2fb980fc50aa6c13a35c387930bfc
pre_build() {
echo '/usr/bin' > conf-bin
# Some of the tinyssh tests really shouldn't be run under xbps-src
# or on builders, so comment them all out.
# Build system needs a way to disable tests. Here's a dirty hack.
echo 'int main(void) { return 0; }' > cmbbogustest.c
for i in tinyssh-tests/*test.c crypto-tests/*test.c; do
cp cmbbogustest.c "$i"
done
vsed -i -e 's:/sbin:/bin:' Makefile
}
post_install() {
vsv tinysshd
vlicense LICENCE.md
}