openssh: update to openssh-8.0p1

This commit is contained in:
MilhouseVH 2019-04-20 16:50:02 +01:00
parent 953195a3c6
commit 71749c0070
2 changed files with 2 additions and 14 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="openssh"
PKG_VERSION="7.9p1"
PKG_SHA256="6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad"
PKG_VERSION="8.0p1"
PKG_SHA256="bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68"
PKG_LICENSE="OSS"
PKG_SITE="https://www.openssh.com/"
PKG_URL="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$PKG_NAME-$PKG_VERSION.tar.gz"

View File

@ -1,12 +0,0 @@
diff -ru a/openbsd-compat/openssl-compat.c b/openbsd-compat/openssl-compat.c
--- a/openbsd-compat/openssl-compat.c 2018-10-16 20:01:20.000000000 -0400
+++ b/openbsd-compat/openssl-compat.c 2018-12-06 04:40:34.296087875 -0500
@@ -76,7 +76,7 @@
ENGINE_load_builtin_engines();
ENGINE_register_all_complete();
-#if OPENSSL_VERSION_NUMBER < 0x10001000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
OPENSSL_config(NULL);
#else
OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS |