From patchwork Sun Jun 28 09:16:59 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: 1318505 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.133; helo=hemlock.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.a=rsa-sha256 header.s=default header.b=ZzYKSYnS; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49vlQB1KGKz9s6w for ; Sun, 28 Jun 2020 19:17:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1953088167; Sun, 28 Jun 2020 09:17:34 +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 qJt+kfV3I8sy; Sun, 28 Jun 2020 09:17:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3AB59880C3; Sun, 28 Jun 2020 09:17:32 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 9DE9D1BF349 for ; Sun, 28 Jun 2020 09:17:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 98A9885A56 for ; Sun, 28 Jun 2020 09:17:30 +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 9e7jWwobfKvE for ; Sun, 28 Jun 2020 09:17:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 345308594B for ; Sun, 28 Jun 2020 09:17:29 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1500-88.w193-250.abo.wanadoo.fr [193.250.66.88]) by koncepto.io (Postfix) with ESMTPSA id ED88960168; Sun, 28 Jun 2020 11:17:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1593335845; bh=VWJz4jU6KeWu8VWYaKDQ5fV+PZmQMhYcirJVgMhBc9A=; h=From:To:Cc:Subject:Date:From; b=ZzYKSYnShjfgY/cLikfMcABtWZ7f8vwtTztEBcJaDWQDVFY28J2QJi/oNF6m7Bfxh 7GOFg0DXjzx3mz2Xg744PL/otJIWg5vgZ/trkIdUgwDhnoKQqeJt/Dfr8IOMJhOKr/ H06hzTbLGEOqO4cTc+SqMQO39GZYqZqwvDMkNBGtoymqrgbJ+KUD1NYQQd+v8bGvrp z/RkD9SS+CfxGIsFwc6nmhOZJR2tHDLI2usT7c6NuQ2NaO5LMTt7ALnP8ydgDIOhC8 A1iFmuOaSmjOPmsUD/TojAepqeM2lC0pl5nkJG9tc82Kzo/91L9X32ECZ5vMQE9ybX mP68Qd60JZHLA== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Sun, 28 Jun 2020 11:16:59 +0200 Message-Id: <1593335819-10120-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/1] package/haveged: bump to version 1.9.13 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" Changes: - Added support for --version - Updated systemd SystemCallFilter settings See https://github.com/jirka-h/haveged/releases/tag/v1.9.13 Signed-off-by: Pierre-Jean Texier --- package/haveged/haveged.hash | 2 +- package/haveged/haveged.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/haveged/haveged.hash b/package/haveged/haveged.hash index 1394b04..df8c48e 100644 --- a/package/haveged/haveged.hash +++ b/package/haveged/haveged.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 0b8642515ea7189a1772cdb8072b98a6768cf9b963faf3cd664329fd79975ffa haveged-1.9.12.tar.gz +sha256 d17bd22fa1745daca5ac72e014ed3b0fe5720da4c115953124b1bf2a0aa2b04b haveged-1.9.13.tar.gz sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING diff --git a/package/haveged/haveged.mk b/package/haveged/haveged.mk index d7b5191..924b499 100644 --- a/package/haveged/haveged.mk +++ b/package/haveged/haveged.mk @@ -4,7 +4,7 @@ # ################################################################################ -HAVEGED_VERSION = 1.9.12 +HAVEGED_VERSION = 1.9.13 HAVEGED_SITE = $(call github,jirka-h,haveged,v$(HAVEGED_VERSION)) HAVEGED_LICENSE = GPL-3.0+ HAVEGED_LICENSE_FILES = COPYING