From c570a091a918bb941fe3735bc2e781ef2225ed85 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 6 Oct 2021 21:49:48 +0200 Subject: [PATCH] openssh: bump to 8.8p1 (#7690) --- packages/openssh/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index 710de0d5f..7e91714df 100644 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.openssh.com/ TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=8.7p1 +TERMUX_PKG_VERSION=8.8p1 TERMUX_PKG_SRCURL=https://fastly.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=7ca34b8bb24ae9e50f33792b7091b3841d7e1b440ff57bc9fabddf01e2ed1e24 +TERMUX_PKG_SHA256=4590890ea9bb9ace4f71ae331785a3a5823232435161960ed5fc86588f331fe9 TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, libedit, termux-auth, krb5, zlib" TERMUX_PKG_CONFLICTS="dropbear" # --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries: