From patchwork Thu Apr 10 08:52:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 338060 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 69D291400B7 for ; Thu, 10 Apr 2014 18:52:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A25CC8BA9B; Thu, 10 Apr 2014 08:52:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eAYXgD-tey5j; Thu, 10 Apr 2014 08:52:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id CC2C08B905; Thu, 10 Apr 2014 08:52:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 455251BF9AC for ; Thu, 10 Apr 2014 08:52:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 413968B905 for ; Thu, 10 Apr 2014 08:52:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vnEfY3UDw1w8 for ; Thu, 10 Apr 2014 08:52:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 722D88A7B9 for ; Thu, 10 Apr 2014 08:52:47 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 5C8944400FE; Thu, 10 Apr 2014 11:52:45 +0300 (IDT) From: Baruch Siach To: buildroot@busybox.net Date: Thu, 10 Apr 2014 11:52:36 +0300 Message-Id: <929ba046d1c0b3f77f02c5c99f226ef27bc2a363.1397119956.git.baruch@tkos.co.il> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] stunnel: bump to version 5.01 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes CVE-2014-0016. Signed-off-by: Baruch Siach --- package/stunnel/stunnel.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index fbe7b9490818..ec3af4bfa616 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -4,8 +4,8 @@ # ################################################################################ -STUNNEL_VERSION = 4.56 -STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/4.x/ +STUNNEL_VERSION = 5.01 +STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x/ STUNNEL_DEPENDENCIES = openssl STUNNEL_CONF_OPT = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork STUNNEL_LICENSE = GPLv2+