From patchwork Mon Oct 19 18:27:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1384470 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=KV9rScmf; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CFQHQ0nxsz9sPB for ; Tue, 20 Oct 2020 05:28:18 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6893F20395; Mon, 19 Oct 2020 18:28:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uJiRE-EG973b; Mon, 19 Oct 2020 18:28:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2986D2E0EE; Mon, 19 Oct 2020 18:28:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 6FEAF1BF3CC for ; Mon, 19 Oct 2020 18:28:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6BBD987669 for ; Mon, 19 Oct 2020 18:28:12 +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 ywkeheqsh5VU for ; Mon, 19 Oct 2020 18:28:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id 1F731875F2 for ; Mon, 19 Oct 2020 18:28:10 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1148-234.w90-120.abo.wanadoo.fr [90.120.95.234]) by koncepto.io (Postfix) with ESMTPSA id 15F2B602D9; Mon, 19 Oct 2020 20:28:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1603132083; bh=vDLyL3lxznIpb+HPykNmGTzBWPLcmjBNkRTYwqmtUVk=; h=From:To:Cc:Subject:Date:From; b=KV9rScmfxdh8SqbQyBA4iCzg+sP4yLB2G97AEeL/og3FoJnJ5QlTALZZsMY1DjaaR oxsoK14RM3ezVb8B+E8BRCeLlZP42OYFbjSOG074Xz9q2eExX7d7NaKBXtgOnfvYzQ 032dNVFWpQmCdVtfFmL3EFxmCUmZ9C97ZVnvc5G+MY9D49aL9iDDbLUxxl1E32DJKv ggD1UxkVkwI5uGS9hDCn97BEhS5HwxYx+/I2EQrKRhnDp8lR8B5Nihs+wDnPKb88/9 DfNlFfQ89Bv/gyqFdyypz+TqgCbWrYSMAyIaVK+uVnYZg7PIFipjfqqwEVvas8z4to 54Dv0qG7U+Jyw== To: buildroot@buildroot.org Date: Mon, 19 Oct 2020 20:27:56 +0200 Message-Id: <1603132076-2071-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/stunnel: bump to version 5.57 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Pierre-Jean Texier via buildroot Reply-To: Pierre-Jean Texier Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Update COPYING hash; copyright year update: -_Copyright (C) 1998-2019 Michal Trojnara_ +_Copyright (C) 1998-2020 Michal Trojnara_ Also update hash file formatting (2 spaces) See changelog https://www.stunnel.org/NEWS.html Signed-off-by: Pierre-Jean Texier --- package/stunnel/stunnel.hash | 8 ++++---- package/stunnel/stunnel.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash index b741b0e..67d06a4 100644 --- a/package/stunnel/stunnel.hash +++ b/package/stunnel/stunnel.hash @@ -1,5 +1,5 @@ -# From https://www.stunnel.org/downloads/stunnel-5.56.tar.gz.sha256 -sha256 7384bfb356b9a89ddfee70b5ca494d187605bb516b4fff597e167f97e2236b22 stunnel-5.56.tar.gz +# From https://www.stunnel.org/downloads/stunnel-5.57.tar.gz.sha256 +sha256 af5ab973dde11807c38735b87bdd87563a47d2fa1c72a07929fcfce80a600fe1 stunnel-5.57.tar.gz # Locally calculated -sha256 f46e2613769e23e23348b6eb667dc85309da2252c8cc2016db92ad93d743aea4 COPYING.md -sha256 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d COPYRIGHT.md +sha256 d3055d327fd4daa5895fcf8fc4ebe993d06f40f2841ac995c6a69988d19bac4b COPYING.md +sha256 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d COPYRIGHT.md diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index f8265c4..e0cc563 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -5,7 +5,7 @@ ################################################################################ STUNNEL_VERSION_MAJOR = 5 -STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).56 +STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).57 STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x STUNNEL_DEPENDENCIES = host-pkgconf openssl STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \