From 30bdda47fbbaef2a18b89cb4d7e527f0cc3cf0dc Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Sun, 19 Oct 2014 04:44:24 +0200 Subject: [PATCH] openssh: update to 6.7p1 Signed-off-by: Peter Wagner --- net/openssh/Makefile | 4 ++-- net/openssh/patches/100-no_cast_fix.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index ba4cb38c1d..526759cf1e 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=6.6p1 +PKG_VERSION:=6.7p1 PKG_RELEASE:=2 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:=3e9800e6bca1fbac0eea4d41baa7f239 +PKG_MD5SUM:=3246aa79317b1d23cae783a3bf8275d6 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILE:=LICENCE diff --git a/net/openssh/patches/100-no_cast_fix.patch b/net/openssh/patches/100-no_cast_fix.patch index 751e5896fe..5a4ecb1223 100644 --- a/net/openssh/patches/100-no_cast_fix.patch +++ b/net/openssh/patches/100-no_cast_fix.patch @@ -1,6 +1,6 @@ --- a/cipher.c +++ b/cipher.c -@@ -80,8 +80,10 @@ static const struct Cipher ciphers[] = { +@@ -88,8 +88,10 @@ static const struct sshcipher ciphers[] { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, 0, 0, 0, 1, EVP_des_ede3_cbc }, { "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, 0, 0, 0, 1, EVP_bf_cbc }, -- 2.30.2