Skip to content

Commit

Permalink
package/openssh: bump version to 9.9p1
Browse files Browse the repository at this point in the history
https://www.openssh.com/txt/release-9.9

License sha256sum has changed due to inclusion of the
openbsd-compat/base64.c license in the LICENSE file.
(openssh/openssh-portable@ef2d7f2)

Signed-off-by: Akhilesh Nema <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
nemaakhilesh authored and tpetazzoni committed Oct 24, 2024
1 parent c54efd0 commit 9b73212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package/openssh/openssh.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From https://www.openssh.com/txt/release-9.8
sha256 dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3 openssh-9.8p1.tar.gz
# From https://www.openssh.com/txt/release-9.9
sha256 b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02 openssh-9.9p1.tar.gz
# Locally calculated
sha256 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d LICENCE
sha256 5bb5b160726ef5756e4f32fe95b35249c294962419650f48d05134b486d27ccb LICENCE
2 changes: 1 addition & 1 deletion package/openssh/openssh.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

OPENSSH_VERSION_MAJOR = 9.8
OPENSSH_VERSION_MAJOR = 9.9
OPENSSH_VERSION_MINOR = p1
OPENSSH_VERSION = $(OPENSSH_VERSION_MAJOR)$(OPENSSH_VERSION_MINOR)
OPENSSH_CPE_ID_VERSION = $(OPENSSH_VERSION_MAJOR)
Expand Down

0 comments on commit 9b73212

Please sign in to comment.