From db82acfa9e5b62681db6b887c8e09c3e04e54324 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 15 Nov 2005 15:26:30 +0000 Subject: [PATCH] update openssh from trunk, thx for the reminder, again Kaloz SVN-Revision: 2501 --- openwrt/package/openssh/Makefile | 6 +++--- openwrt/package/openssh/files/S50sshd | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openwrt/package/openssh/Makefile b/openwrt/package/openssh/Makefile index 742a8086fc..c0d296d230 100644 --- a/openwrt/package/openssh/Makefile +++ b/openwrt/package/openssh/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=4.0p1 -PKG_RELEASE:=2 -PKG_MD5SUM:=7b36f28fc16e1b7f4ba3c1dca191ac92 +PKG_VERSION:=4.2p1 +PKG_RELEASE:=1 +PKG_MD5SUM:=df899194a340c933944b193477c628fa PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \ diff --git a/openwrt/package/openssh/files/S50sshd b/openwrt/package/openssh/files/S50sshd index ed615b4ea6..bb23691954 100755 --- a/openwrt/package/openssh/files/S50sshd +++ b/openwrt/package/openssh/files/S50sshd @@ -2,7 +2,7 @@ for type in rsa dsa; do { # check for keys - key=/etc/ssh/ssh_host_${type}_key + key=/etc/ssh/ssh_${type}_host_key [ ! -f $key ] && { # generate missing keys [ -x /usr/bin/ssh-keygen ] && { -- 2.30.2