Skip to content
Snippets Groups Projects
Verified Commit f7b21bbb authored by Richard Muzik's avatar Richard Muzik
Browse files
parent deab928a
Branches
Tags
1 merge request!725Fix preparation of openvpn and openssh
From 978b09abccb936d3ddb958b364506470c01b5561 Mon Sep 17 00:00:00 2001
From: Tomas Zak <tomas.zak@turris.com>
Date: Fri, 22 Dec 2023 10:08:29 +0100
Subject: [PATCH] packages: openssh: bump to version 9.6p1
Bump openssh package to new version 9.6p1 from 8.4p1.
More info: https://www.openssh.com/releasenotes.html
---
net/openssh/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/openssh/Makefile b/net/openssh/Makefile
index a9aa8b85e..7e2221685 100644
--- a/net/openssh/Makefile
+++ b/net/openssh/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssh
-PKG_VERSION:=9.3p2
-PKG_RELEASE:=1
+PKG_VERSION:=9.6p1
+PKG_RELEASE:=$(AUTORELEASE)
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:=200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8
+PKG_HASH:=910211c07255a8c5ad654391b40ee59800710dd8119dd5362de09385aa7a777c
PKG_LICENSE:=BSD ISC
PKG_LICENSE_FILES:=LICENCE
--
2.43.0
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