[openssh] use the new shutdown function and kill all openssh sessions when the system...
[openwrt/svn-archive/archive.git] / net / openssh / Makefile
index 73873fd2da097520b86a785da133d1e8a5560829..0ac1e3bc9bdd9850b2fdbb7fc2ec02fda0e86112 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
-PKG_VERSION:=5.5p1
+PKG_VERSION:=5.6p1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
                ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
                ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \
                ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/
-PKG_MD5SUM:=88633408f4cb1eb11ec7e2ec58b519eb
+PKG_MD5SUM:=e6ee52e47c768bf0ec42a232b5d18fb0
 
 PKG_BUILD_DEPENDS:=libopenssl
 
@@ -27,6 +27,7 @@ define Package/openssh-client
   CATEGORY:=Network
   DEPENDS:=+libopenssl +zlib
   TITLE:=OpenSSH client
+  MAINTAINER:=Peter Wagner <tripolar@gmx.at>
   URL:=http://www.openssh.com/
   SUBMENU:=SSH
 endef