diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2021-03-03 11:36:37 +0100 |
---|---|---|
committer | Sibren Vasse <github@sibrenvasse.nl> | 2021-03-03 11:38:32 +0100 |
commit | 16e41bcd33faadb7819da47decdff03bf1683599 (patch) | |
tree | ae20e4bef141f7daec631b63d6faea65968e3528 /net/openssh | |
parent | f9ec8d411c5d5fe17367043c07e5bea5ace776b2 (diff) |
openssh: update to 8.5p1
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 a17f6ff0c..94ab2c311 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=8.4p1 -PKG_RELEASE:=4 +PKG_VERSION:=8.5p1 +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:=5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24 +PKG_HASH:=f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |