From patchwork Mon Dec 15 22:56:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 421704 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 8AB2F14010B for ; Tue, 16 Dec 2014 09:56:46 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D2B558A97E; Mon, 15 Dec 2014 22:56:45 +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 uBPIcAME1Hr0; Mon, 15 Dec 2014 22:56:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B6BF9889C1; Mon, 15 Dec 2014 22:56:43 +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 BB4FF1BFA89 for ; Mon, 15 Dec 2014 22:56:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B818F88373 for ; Mon, 15 Dec 2014 22:56:42 +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 9+EQy8nnh8xQ for ; Mon, 15 Dec 2014 22:56:40 +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 37EF08835E for ; Mon, 15 Dec 2014 22:56:39 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id sBFMuXCT010642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 15 Dec 2014 22:56:36 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1418684197; bh=emFQA/z2+cRNl4jkq8qCT6n8AILC9wZcXlDnNpRmSwA=; h=From:To:Cc:Subject:Date; b=UmoxMA30riNw2fyYgumAz10QUNykkvcX/O7+q7cdQppMNoQUgdYiyDfm3G/CJjNEY okzJaFHiIrplzZamFUrkoy3GCXofvbnWUIGL1JFNGf47vPUcwwVIoYC7/1aqOxOX3G VBFMj//vu3eUesqKBjWn1m6htPIuYD2G6kftvySg= Received: by asgard (sSMTP sendmail emulation); Mon, 15 Dec 2014 19:56:27 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 15 Dec 2014 19:56:26 -0300 Message-Id: <1418684187-12402-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] stunnel: bump to version 5.08 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" Signed-off-by: Gustavo Zacarias --- package/stunnel/stunnel.hash | 4 ++-- package/stunnel/stunnel.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash index 2745a81..337d26b 100644 --- a/package/stunnel/stunnel.hash +++ b/package/stunnel/stunnel.hash @@ -1,2 +1,2 @@ -# From http://www.stunnel.org/pipermail/stunnel-announce/2014-November/000085.html -sha256 505c6c63c4a20fc0cce8c35ef1ab7626c7b01071e3fca4ac6ea417afe8065309 stunnel-5.07.tar.gz +# From http://www.stunnel.org/pipermail/stunnel-announce/2014-December/000088.html +sha256 830b21d24cd237e96f4d7993be43553d4eba4d3cfa2660faa78dec8d41d314fc stunnel-5.08.tar.gz diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index 3d0596d..eb24781 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -4,7 +4,7 @@ # ################################################################################ -STUNNEL_VERSION = 5.07 +STUNNEL_VERSION = 5.08 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 \