diff options
author | Peter Wagner <tripolar@gmx.at> | 2020-04-06 10:18:50 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2020-04-06 10:18:50 +0200 |
commit | 45c0fde75d2787f621a183f6ce11fb6581995033 (patch) | |
tree | 067f7e28ed3cd25f42e792d9aac63753bfa4d080 /net/openssh/Makefile | |
parent | 2e0bfa830db8d2ca13906e12d24ab087e458b71b (diff) |
openssh: don't create ECDSA keys
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 1c774dcea..17d1d83a5 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh PKG_VERSION:=8.2p1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ |