Update Buildroot to 2021.02 (#1274)

This commit is contained in:
Stefan Agner
2021-03-16 11:45:43 +01:00
committed by GitHub
parent 0a2fdf47b3
commit 37d2f13e49
252 changed files with 1421 additions and 300 deletions

View File

@@ -1,4 +1,4 @@
# From https://www.openssh.com/txt/release-8.3 (base64 encoded)
sha256 f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2 openssh-8.3p1.tar.gz
# From https://www.openssh.com/txt/release-8.4 (base64 encoded)
sha256 5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24 openssh-8.4p1.tar.gz
# Locally calculated
sha256 73d0db766229670c7b4e1ec5e6baed54977a0694a565e7cc878c45ee834045d7 LICENCE

View File

@@ -4,8 +4,8 @@
#
################################################################################
OPENSSH_VERSION = 8.3p1
OPENSSH_CPE_ID_VERSION = 8.3
OPENSSH_VERSION = 8.4p1
OPENSSH_CPE_ID_VERSION = 8.4
OPENSSH_CPE_ID_UPDATE = p1
OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
OPENSSH_LICENSE = BSD-3-Clause, BSD-2-Clause, Public Domain