summaryrefslogtreecommitdiff
path: root/package/openssh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-13 22:12:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-13 22:12:55 +0200
commit29889c6eb49d0fafb5b426cc7c2d8b7aed3849d3 (patch)
tree5439ca2b8bb1fa1d4687ee39ea563029231c81d6 /package/openssh
parentacbdc71f3c0924f8161e3f05382aca737ca59c0f (diff)
update to latest stable upstream
Diffstat (limited to 'package/openssh')
-rw-r--r--package/openssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile
index 0eca41056..a96473372 100644
--- a/package/openssh/Makefile
+++ b/package/openssh/Makefile
@@ -4,13 +4,13 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= openssh
-PKG_VERSION:= 5.8p2
+PKG_VERSION:= 5.9p1
PKG_RELEASE:= 1
-PKG_MD5SUM:= 0541579adf9d55abb15ef927048d372e
+PKG_MD5SUM:= afe17eee7e98d3b8550cc349834a85d0
PKG_DESCR:= OpenSSH
PKG_SECTION:= net/security
-PKG_DEPENDS:= zlib libopenssl libpthread
PKG_BUILDDEP:= zlib openssl
+PKG_DEPENDS:= zlib libopenssl libpthread
PKG_URL:= http://www.openssh.com/
PKG_SITES:= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
PKG_MULTI:= 1