diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2023-07-31 11:18:37 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-04 16:51:45 +0800 |
commit | 731f0d70a8392f1d3abf1877334cfe25c6a0786f (patch) | |
tree | a59bcef7d9e54dc8060262f6680a6bcce9beefd2 /net/openssh | |
parent | 03f78eff74a5e37a61314e27f428768aeddbba46 (diff) |
openssh: update to 9.3p2
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'net/openssh')
-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 f2112a40f..2923a8170 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=9.3p1 -PKG_RELEASE:=3 +PKG_VERSION:=9.3p2 +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:=e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8 +PKG_HASH:=200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |