From patchwork Thu Oct 16 17:16:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 400337 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 62C461400B5 for ; Fri, 17 Oct 2014 04:17:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DA1C5959DB; Thu, 16 Oct 2014 17:17:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pIIxY0jGfiew; Thu, 16 Oct 2014 17:17:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 04EA2959D5; Thu, 16 Oct 2014 17:17:13 +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 038E11C288A for ; Thu, 16 Oct 2014 17:17:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F265E91D6B for ; Thu, 16 Oct 2014 17:17:11 +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 OpTyJOp9wYT0 for ; Thu, 16 Oct 2014 17:17:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2DF0991405 for ; Thu, 16 Oct 2014 17:17:10 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9GHH3T3008929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 16 Oct 2014 17:17:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1413479828; bh=4nknxyjKJqzyI+slnzMqoNt8yQGKbLSwXMFhm84XnIE=; h=From:To:Cc:Subject:Date; b=BztXXgs4klnvQlHMj1NMJKZv7WLMdf8XvUapE72vze4sb4LiUWS+xv4vaRHTYy4IS gTANarVSuqXBthxpZDm2+RWjzgfXtX5ocFJCeXD6odXTICesLsDu2fjGVZRS8N17Zc KFqafn+mlTgTZ3X9En5NjgqKJ531hbCoX6lPgJPE= Received: by asgard (sSMTP sendmail emulation); Thu, 16 Oct 2014 14:16:58 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 16 Oct 2014 14:16:58 -0300 Message-Id: <1413479818-22351-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] stunnel: security bump to version 5.06 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Disables SSLv2 & SSLv3 by default to mitigate poodle. Also add hash file. Signed-off-by: Gustavo Zacarias --- package/stunnel/stunnel.hash | 2 ++ package/stunnel/stunnel.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/stunnel/stunnel.hash diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash new file mode 100644 index 0000000..89af571 --- /dev/null +++ b/package/stunnel/stunnel.hash @@ -0,0 +1,2 @@ +# From http://www.stunnel.org/pipermail/stunnel-announce/2014-October/000084.html +sha256 098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40 stunnel-5.06.tar.gz diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index 26c7dac..7be0cc7 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -4,7 +4,7 @@ # ################################################################################ -STUNNEL_VERSION = 5.03 +STUNNEL_VERSION = 5.06 STUNNEL_SITE = http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x STUNNEL_DEPENDENCIES = openssl STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork