Skip to content
Snippets Groups Projects
Verified Commit cc259dfe authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

openssh: Update to the latest version

parent 5af71cff
1 merge request!785openssh: Update to the latest version
Pipeline #135545 passed with stages
in 11 minutes and 34 seconds
From 31d8500b376b532db1f8111f822a91a2501b6f22 Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <michal.hrusecky@turris.com>
Date: Wed, 19 Feb 2025 11:01:02 +0100
Subject: [PATCH] openssh: Update to version 9.9p2
Update to the latest version of openssh. Contains several security
issues (CVE-2025-26465, CVE-2025-26466). For complete changes, see:
https://www.openssh.com/releasenotes.html#9.9p2
---
net/openssh/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/openssh/Makefile b/net/openssh/Makefile
index 981f3c3ed..e526d1a76 100644
--- a/net/openssh/Makefile
+++ b/net/openssh/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssh
-PKG_VERSION:=9.8p1
+PKG_VERSION:=9.9p2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
-PKG_HASH:=dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3
+PKG_HASH:=91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673
PKG_LICENSE:=BSD ISC
PKG_LICENSE_FILES:=LICENCE
--
2.48.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment