package/openssh: security bump version to 9.3p2

Fixes CVE-2023-38408: https://www.openssh.com/txt/release-9.3p2

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2023-07-21 19:38:06 +02:00 committed by Thomas Petazzoni
parent e356dada43
commit 7ccdeeb213
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# From https://www.openssh.com/txt/release-9.3 (base64 encoded)
sha256 e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8 openssh-9.3p1.tar.gz
# From https://www.openssh.com/txt/release-9.3p2
sha256 200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8 openssh-9.3p2.tar.gz
# Locally calculated
sha256 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d LICENCE

View File

@ -5,7 +5,7 @@
################################################################################
OPENSSH_VERSION_MAJOR = 9.3
OPENSSH_VERSION_MINOR = p1
OPENSSH_VERSION_MINOR = p2
OPENSSH_VERSION = $(OPENSSH_VERSION_MAJOR)$(OPENSSH_VERSION_MINOR)
OPENSSH_CPE_ID_VERSION = $(OPENSSH_VERSION_MAJOR)
OPENSSH_CPE_ID_UPDATE = $(OPENSSH_VERSION_MINOR)