X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7edb3deecb08ff096297122c256199fca504454c..955627f66726d1058ef1da287967fe0d0ea042a7:/packages/openssh/build.sh diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index 9cf73592..f704a55b 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -1,8 +1,9 @@ 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=6 -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_BUILD_REVISION=1 +TERMUX_PKG_SRCURL=http://mirrors.mit.edu/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=3ffb989a6dcaa69594c3b550d4855a5a2e1718ccdde7f5e36387b424220fbecc 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" @@ -11,8 +12,10 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-libutil ac_cv_search_openpty=no --w TERMUX_PKG_MAKE_INSTALL_TARGET="install-nokeys" TERMUX_PKG_RM_AFTER_INSTALL="bin/slogin share/man/man1/slogin.1" -export LD=$CC # Needed to link the binaries -export LDFLAGS="$LDFLAGS -llog" # liblog for android logging in syslog hack +termux_step_pre_configure() { + LD=$CC # Needed to link the binaries + LDFLAGS+=" -llog" # liblog for android logging in syslog hack +} termux_step_pre_make () { # We need to remove this file before installing, since otherwise the