diff options
author | tripolar <tripolar@users.noreply.github.com> | 2020-04-05 19:32:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 19:32:14 +0200 |
commit | a8b212e9332d8c8953dc1b612cc489858e8687ae (patch) | |
tree | e20eac99ad540218d06ccfb40fa59a3b77c1f177 | |
parent | f5c47a2606cea00ef70ae696224cd201ca1aceb8 (diff) | |
parent | 19a5edd35f8dd2aeb62f8ee882166211df147fcc (diff) |
Merge pull request #11770 from SibrenVasse/openssh
openssh: update to 8.2p1
-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 |