diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2023-02-02 21:52:14 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-02-03 10:10:36 -0800 |
commit | 5c43c1bade7a4cedfb0966e1f1bba2f1bf9c17e4 (patch) | |
tree | 50ad13fc0f7737121e8fdf4e0630ca7f9b0499fd | |
parent | b748d59e07b5acf0c495e1a295dd6c6f554c5a07 (diff) |
openssh: update to 9.2p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
-rw-r--r-- | net/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index cc5c27b91..ccce6968f 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=9.1p1 +PKG_VERSION:=9.2p1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ -PKG_HASH:=19f85009c7e3e23787f0236fbb1578392ab4d4bf9f8ec5fe6bc1cd7e8bfdd288 +PKG_HASH:=3f66dbf1655fb45f50e1c56da62ab01218c228807b21338d634ebcdf9d71cf46 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |