diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2020-04-05 14:05:11 +0200 |
---|---|---|
committer | Sibren Vasse <github@sibrenvasse.nl> | 2020-04-05 14:05:11 +0200 |
commit | 19a5edd35f8dd2aeb62f8ee882166211df147fcc (patch) | |
tree | 78c20fff92945a9fe8718bda78ffedfcfa702650 /net/openssh/Makefile | |
parent | bbf0d2b9b0dbae6a266435fb7b7aa95818813c93 (diff) |
openssh: update to 8.2p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index cbd12a3c5..1c774dcea 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,14 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=8.1p1 +PKG_VERSION:=8.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/ \ - https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/ -PKG_HASH:=02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff + https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ +PKG_HASH:=43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |