X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/194d5509d758446e34f618af0a39ae1bdc89e1a9..d34d2ca611b6e555e514639f66217120c3842502:/packages/openssh/build.sh diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index ca15a9f3..2a8998a3 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.openssh.com/ TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine" -TERMUX_PKG_VERSION=7.2p2 -TERMUX_PKG_BUILD_REVISION=7 -TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_VERSION=7.3p1 +TERMUX_PKG_SRCURL=http://mirrors.mit.edu/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl" # --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries: TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-cflags=-Dfd_mask=int --with-ldns --disable-etc-default-login --disable-lastlog --disable-utmp --disable-utmpx --disable-wtmp --disable-wtmpx --disable-libutil --disable-pututline --disable-pututxline --without-stackprotect --with-pid-dir=$TERMUX_PREFIX/var/run --disable-strip --sysconfdir=$TERMUX_PREFIX/etc/ssh --without-ssh1"