From 9322b6e80b27f41096b9b1ec72e48d43fb1a95af Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Thu, 19 Mar 2015 10:35:24 +0100 Subject: [PATCH] openssh: update to 6.8p1 Signed-off-by: Peter Wagner --- net/openssh/Makefile | 6 +++--- net/openssh/patches/130-implicit_memset_decl_fix.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 055b0030e..0534b2a15 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=6.7p1 -PKG_RELEASE:=3 +PKG_VERSION:=6.8p1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ http://ftp.belnet.be/pub/OpenBSD/OpenSSH/portable/ -PKG_MD5SUM:=3246aa79317b1d23cae783a3bf8275d6 +PKG_MD5SUM:=08f72de6751acfbd0892b5f003922701 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE diff --git a/net/openssh/patches/130-implicit_memset_decl_fix.patch b/net/openssh/patches/130-implicit_memset_decl_fix.patch index be8bbcf9c..7d46d20d3 100644 --- a/net/openssh/patches/130-implicit_memset_decl_fix.patch +++ b/net/openssh/patches/130-implicit_memset_decl_fix.patch @@ -1,6 +1,6 @@ --- a/includes.h +++ b/includes.h -@@ -59,6 +59,9 @@ +@@ -60,6 +60,9 @@ /* *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively */