[packages] openssh: update to 6.6p1
authorPeter Wagner <​tripolar@gmx.at>
Wed, 2 Apr 2014 16:48:36 +0000 (16:48 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Wed, 2 Apr 2014 16:48:36 +0000 (16:48 +0000)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 40362

net/openssh/Makefile

index ae6809ecde3a27f255351c67c833964f1c3fd137..459b7d7a552bc32a867c3b886d5d88b8f569ed7d 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
-PKG_VERSION:=6.5p1
+PKG_VERSION:=6.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:=a084e7272b8cbd25afe0f5dce4802fef
+PKG_MD5SUM:=3e9800e6bca1fbac0eea4d41baa7f239
 
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)