From: Fredrik Fornwall Date: Sat, 12 Mar 2016 20:42:31 +0000 (-0500) Subject: openssh: Update from 7.2p1 to 7.2p2 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/ba991d9ad29501db5fe97a6f62adeb6b25a6a07d?hp=cb9e3a9ac9034d85f5cc4a04ec550c795fd1ffc5 openssh: Update from 7.2p1 to 7.2p2 --- diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index 6f59b1a6..7ecaf274 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.openssh.com/ TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine" -TERMUX_PKG_VERSION=7.2p1 +TERMUX_PKG_VERSION=7.2p2 TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/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: