diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2023-08-11 17:14:55 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-13 10:53:39 +0800 |
commit | 7fb8e823b977c6d95225cc98fdb1f31455b5e179 (patch) | |
tree | ea2f2d50c88ba682489ed333b08e3a89ac32cc10 /net/openssh/Makefile | |
parent | 0662554483eb4b1b6eaf4a544334743b77295281 (diff) |
openssh: update to 9.4p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index cd27c35d6..c5d969989 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:=2 +PKG_VERSION:=9.4p1 +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:=200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8 +PKG_HASH:=3608fd9088db2163ceb3e600c85ab79d0de3d221e59192ea1923e23263866a85 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |