From e1cfecf89dafc32223d45e56a35bb5b19e69673b Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Thu, 19 Jun 2008 04:28:09 +0000 Subject: [PATCH] [packages] openssh: Upgrade to 5.0p1 SVN-Revision: 11535 --- net/openssh/Makefile | 8 ++++---- net/openssh/patches/100-no_cast_fix.patch | 6 ++---- net/openssh/patches/110-no_ripemd_fix.patch | 6 ++---- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index e70d006135..7d9b6d0d80 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -9,16 +9,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=4.7p1 +PKG_VERSION:=5.0p1 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 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:=50a800fd2c6def9e9a53068837e87b91 + ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \ + ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/ +PKG_MD5SUM:=1f1dfaa775f33dd3328169de9bdc292a PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install diff --git a/net/openssh/patches/100-no_cast_fix.patch b/net/openssh/patches/100-no_cast_fix.patch index 50382bf8ff..c0ed6c9c4b 100644 --- a/net/openssh/patches/100-no_cast_fix.patch +++ b/net/openssh/patches/100-no_cast_fix.patch @@ -1,7 +1,5 @@ -Index: openssh-4.7p1/cipher.c -=================================================================== ---- openssh-4.7p1.orig/cipher.c 2007-10-02 16:53:04.000000000 -0500 -+++ openssh-4.7p1/cipher.c 2007-10-02 16:53:04.000000000 -0500 +--- a/cipher.c ++++ b/cipher.c @@ -72,7 +72,9 @@ { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, 0, EVP_des_ede3_cbc }, diff --git a/net/openssh/patches/110-no_ripemd_fix.patch b/net/openssh/patches/110-no_ripemd_fix.patch index a76826e418..6276b0a538 100644 --- a/net/openssh/patches/110-no_ripemd_fix.patch +++ b/net/openssh/patches/110-no_ripemd_fix.patch @@ -1,7 +1,5 @@ -Index: openssh-4.7p1/mac.c -=================================================================== ---- openssh-4.7p1.orig/mac.c 2007-10-02 16:53:04.000000000 -0500 -+++ openssh-4.7p1/mac.c 2007-10-02 16:53:04.000000000 -0500 +--- a/mac.c ++++ b/mac.c @@ -59,8 +59,10 @@ { "hmac-sha1-96", SSH_EVP, EVP_sha1, 96, -1, -1 }, { "hmac-md5", SSH_EVP, EVP_md5, 0, -1, -1 }, -- 2.30.2