diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2023-03-17 17:19:27 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-03-18 14:09:24 -0700 |
commit | 2c755759dfabf5414f38b12914677c871e744824 (patch) | |
tree | d5ff2a88e44cef5d302e04f11531ad6e66040273 /net/openssh/Makefile | |
parent | 14bcf33c2abbd7429ccc81075191582e62c3415d (diff) |
openssh: update to 9.3p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'net/openssh/Makefile')
-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 8d103f604..66c32f7ba 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=9.2p1 +PKG_VERSION:=9.3p1 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:=3f66dbf1655fb45f50e1c56da62ab01218c228807b21338d634ebcdf9d71cf46 +PKG_HASH:=e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |