From patchwork Wed Jun 19 20:05:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1118983 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="fyiekKBl"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45TbcX2pMWz9s5c for ; Thu, 20 Jun 2019 06:08:44 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CCCDB867F0; Wed, 19 Jun 2019 20:08:41 +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 kxEwi+ZZfzKK; Wed, 19 Jun 2019 20:08:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8879986802; Wed, 19 Jun 2019 20:08:39 +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 0B0961BF4DD for ; Wed, 19 Jun 2019 20:08:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0872A86038 for ; Wed, 19 Jun 2019 20:08:38 +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 NdWZQ3xfH4xz for ; Wed, 19 Jun 2019 20:08:27 +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 DBE3785945 for ; Wed, 19 Jun 2019 20:08:26 +0000 (UTC) Received: from localhost.localdomain (lfbn-1-8923-205.w193-250.abo.wanadoo.fr [193.250.65.205]) by koncepto.io (Postfix) with ESMTPSA id 92FE7600FE; Wed, 19 Jun 2019 22:08:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1560974902; bh=nbYQhg7pQqZZZITjpNc3+k9W9r1l3EfsLXHofR/DEZk=; h=From:To:Cc:Subject:Date:From; b=fyiekKBlOK++5X2wPsvPku+P0eZK1wpxhB3HAjet3+UILUlc6DXSKIb9xwrHKicgz MwO6QUapkuEXv4rWE7WpNGtjDu/dXx5TJIntLs6EU85Pjvr1UsCXFDydPQmXNGPCAG Ktx+gOuEAK+Iftmzq/Vi0xR/p8ZYJi1GhiLGJiu5GVKBrsKyhA/1LVU4j441uVd0Pf QTgjNwGIcvdUzTW3EYFVZXCWlSb8ozIzpCMfl1tyEg9ghNaSR6cUCNVUdJDPxXVmqv /bF990YqlzDNXTl955y7cVfGVsSq+7O8IVzWIATrOyrNwjY2txA93MO49R2IMLvLTK aULwmetKFdjow== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Wed, 19 Jun 2019 22:05:42 +0200 Message-Id: <1560974743-20081-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.4 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: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" See https://github.com/jirka-h/haveged/releases/tag/1.9.4 Also change the site location, upstream release mechanism has switched to using github. Signed-off-by: Pierre-Jean Texier --- package/haveged/haveged.hash | 4 ++-- package/haveged/haveged.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/haveged/haveged.hash b/package/haveged/haveged.hash index d1133b6..d98e1d9 100644 --- a/package/haveged/haveged.hash +++ b/package/haveged/haveged.hash @@ -1,2 +1,2 @@ -# From http://www.issihosts.com/haveged/verify/haveged-1.9.1.sha1 -sha1 ab7234b7f57dbb7d500a5ab3cbf0494715ce6499 haveged-1.9.1.tar.gz +# Locally calculated +sha256 c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa haveged-1.9.4.tar.gz diff --git a/package/haveged/haveged.mk b/package/haveged/haveged.mk index a645557..bc1bb2d 100644 --- a/package/haveged/haveged.mk +++ b/package/haveged/haveged.mk @@ -4,8 +4,8 @@ # ################################################################################ -HAVEGED_VERSION = 1.9.1 -HAVEGED_SITE = http://www.issihosts.com/haveged +HAVEGED_VERSION = 1.9.4 +HAVEGED_SITE = $(call github,jirka-h,haveged,$(HAVEGED_VERSION)) HAVEGED_LICENSE = GPL-3.0+ HAVEGED_LICENSE_FILES = COPYING