aboutsummaryrefslogtreecommitdiff
path: root/net/openssh
diff options
context:
space:
mode:
authorHuangbin Zhan <zhanhb88@gmail.com>2020-07-07 06:28:47 +0800
committerHuangbin Zhan <zhanhb88@gmail.com>2020-07-07 18:29:13 +0800
commit704e733e51071c864265ff55a8568be3edb82c1f (patch)
tree87501e0735b2695ab038b096bfb0d53bc0b7e316 /net/openssh
parente4a800f4326c5a33ce6217bd6361a099c9ac68b5 (diff)
treewide: fix broken conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'net/openssh')
-rw-r--r--net/openssh/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile
index 20a4e1b3c..a7bf7494c 100644
--- a/net/openssh/Makefile
+++ b/net/openssh/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openssh
PKG_VERSION:=8.3p1
-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/ \
@@ -94,8 +94,10 @@ endef
define Package/openssh-server/conffiles
/etc/ssh/sshd_config
-/etc/ssh/ssh_host_*_key
-/etc/ssh/ssh_host_*_key.pub
+/etc/ssh/ssh_host_ed25519_key
+/etc/ssh/ssh_host_ed25519_key.pub
+/etc/ssh/ssh_host_rsa_key
+/etc/ssh/ssh_host_rsa_key.pub
endef
define Package/openssh-server-pam