This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 592840da1cf41d21532062d60d6e35af8b3d38f8 (commit) via 7c448a12c432848b8bda990941b9388e0e69ea9d (commit) from 795572ba9beeaa7379b7ff95c71fc0cf3f563c23 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 592840da1cf41d21532062d60d6e35af8b3d38f8 Merge: 795572b 7c448a1 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 10 20:22:06 2011 +0100
Merge remote-tracking branch 'arne_f/openssh'
commit 7c448a12c432848b8bda990941b9388e0e69ea9d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 10 19:23:14 2011 +0100
openssh: add ecdsa hostkey generation to initskript.
-----------------------------------------------------------------------
Summary of changes: pkgs/openssh/openssh.init | 2 +- pkgs/openssh/openssh.nm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/openssh/openssh.init b/pkgs/openssh/openssh.init index 35d1c4f..f0e7717 100644 --- a/pkgs/openssh/openssh.init +++ b/pkgs/openssh/openssh.init @@ -5,7 +5,7 @@ start on started network stop on kill-all-network-services or stopping network
pre-start script - for algo in dsa rsa; do + for algo in dsa rsa ecdsa; do [ -e "/etc/ssh/ssh_host_${algo}_key" ] && continue /usr/bin/ssh-keygen -q -t ${algo} -N "" -f /etc/ssh/ssh_host_${algo}_key done diff --git a/pkgs/openssh/openssh.nm b/pkgs/openssh/openssh.nm index 45a982a..ac5c2dd 100644 --- a/pkgs/openssh/openssh.nm +++ b/pkgs/openssh/openssh.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = openssh PKG_VER = 5.8p1 -PKG_REL = 4 +PKG_REL = 5
PKG_MAINTAINER = PKG_GROUP = Application/Internet
hooks/post-receive -- IPFire 3.x development tree