openssh: update to openssh-7.3p1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit ba32b916e3be0169401fdc68e52d04aa238da723)
This commit is contained in:
Stephan Raue 2016-11-16 00:13:28 +00:00 committed by MilhouseVH
parent eeefc316a0
commit f04b32f040

View File

@ -17,12 +17,12 @@
################################################################################
PKG_NAME="openssh"
PKG_VERSION="7.2p2"
PKG_VERSION="7.3p1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.openssh.com/"
PKG_URL="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_URL="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain zlib libressl"
PKG_SECTION="network"
PKG_SHORTDESC="openssh: An open re-implementation of the SSH package"