diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 17:59:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 17:59:12 +0200 |
commit | 5782397d77cd243c1174c98051158febe3a21641 (patch) | |
tree | 861884ab0072eb6a65f800dc552b69022219dc9a /package/openssh/Makefile | |
parent | aa2345af436cfb40dff27df88cbd4a5fb79d477a (diff) |
update to latest upstream
Diffstat (limited to 'package/openssh/Makefile')
-rw-r--r-- | package/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 099abe752..f7def86ad 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= openssh -PKG_VERSION:= 6.1p1 +PKG_VERSION:= 6.2p1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 3345cbf4efe90ffb06a78670ab2d05d5 +PKG_MD5SUM:= 7b2d9dd75b5cf267ea1737ec75500316 PKG_DESCR:= OpenSSH PKG_SECTION:= net/security PKG_BUILDDEP:= zlib openssl |