From patchwork Thu Apr 23 12:02:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 463939 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 8D9C914012F for ; Thu, 23 Apr 2015 22:02:54 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=TFDeg2wl; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C8C35A18DB; Thu, 23 Apr 2015 12:02:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Pw-I-cT4N-d; Thu, 23 Apr 2015 12:02:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id AE663A1798; Thu, 23 Apr 2015 12:02:50 +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 A45FC1BF9F9 for ; Thu, 23 Apr 2015 12:02:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A07168D0C4 for ; Thu, 23 Apr 2015 12:02:48 +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 BuyAbV90Afwv for ; Thu, 23 Apr 2015 12:02:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9F20E8CDE7 for ; Thu, 23 Apr 2015 12:02:44 +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.15.1/8.15.1) with ESMTPSA id t3NC2bZr023224 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 23 Apr 2015 12:02:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1429790562; bh=K8NulwgqNQzhHZyrjOZozu9o9GR5PkgEVOktZip2fQE=; h=From:To:Cc:Subject:Date; b=TFDeg2wlpMDOuAlrWRe8PqXFnb+M6RBkmr7gBNqXoFUF8TJ6yGWNSAYn5n3VUxOlg 43ggXNf9j+pJPrwkTbPA/jgG5iOVp0mRTWJTvoVW55k344LEeyCSXvD6uMpbtG7jke XQAmaRzmaAqLH/+q10T4QsYBkhQJS9eCrln/HovY= Received: by asgard (sSMTP sendmail emulation); Thu, 23 Apr 2015 09:02:31 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 23 Apr 2015 09:02:31 -0300 Message-Id: <1429790551-7950-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] stunnel: bump to version 5.16 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 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash index 7f28905..8545341 100644 --- a/package/stunnel/stunnel.hash +++ b/package/stunnel/stunnel.hash @@ -1,2 +1,2 @@ -# From http://www.stunnel.org/pipermail/stunnel-announce/2015-January/000090.html -sha256 87b34a74061861d1edd2ab238c73eb989b3d0a17e44574b7b6ead1a16aae38c8 stunnel-5.09.tar.gz +# From https://www.stunnel.org/pipermail/stunnel-announce/2015-April/000098.html +sha256 b6b7e93fb2626eaabae1c8474e1dfa23962cfde8fa35c8602289fcaa4f53608d stunnel-5.16.tar.gz diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index f7099e8..d8a2d20 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -4,11 +4,12 @@ # ################################################################################ -STUNNEL_VERSION = 5.09 +STUNNEL_VERSION = 5.16 STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/5.x STUNNEL_DEPENDENCIES = openssl STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \ --disable-libwrap +STUNNEL_CONF_ENV = ax_cv_check_cflags___fstack_protector=no STUNNEL_LICENSE = GPLv2+ STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL