From patchwork Sun Aug 4 06:41:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141663 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.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de 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 461WXv3lK4z9sN4 for ; Sun, 4 Aug 2019 16:42:23 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id AD27C20459; Sun, 4 Aug 2019 06:42:19 +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 K8RlVCvLFr8t; Sun, 4 Aug 2019 06:42:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id AE7B12044C; Sun, 4 Aug 2019 06:42:11 +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 C156A1BF968 for ; Sun, 4 Aug 2019 06:42:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BAE3A85DCA for ; Sun, 4 Aug 2019 06:42:08 +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 dGtt30mgPV8U for ; Sun, 4 Aug 2019 06:42:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 962C085ABF for ; Sun, 4 Aug 2019 06:42:07 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout12.t-online.de (Postfix) with SMTP id 6153441EC5A0; Sun, 4 Aug 2019 08:42:05 +0200 (CEST) Received: from fli4l.lan.fli4l (bLpBBOZ68hHwJCFfLU8B8YNqR-G3ot8a+nSBfY9h8PH6z9hoEvx0RjDJw8CmuNBgrf@[91.58.2.97]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADS-2CEuKu0; Sun, 4 Aug 2019 08:42:02 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADR-000781-O6; Sun, 04 Aug 2019 08:42:01 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:44 +0200 Message-Id: <20190804064201.10667-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: bLpBBOZ68hHwJCFfLU8B8YNqR-G3ot8a+nSBfY9h8PH6z9hoEvx0RjDJw8CmuNBgrf X-TOI-MSGID: cd44c789-6715-4fb9-bf3a-4da99c2c679f Subject: [Buildroot] [PATCH 01/18] package/cairomm: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/cairomm/cairomm.hash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/cairomm/cairomm.hash b/package/cairomm/cairomm.hash index bebd474b12..573104ec96 100644 --- a/package/cairomm/cairomm.hash +++ b/package/cairomm/cairomm.hash @@ -1,2 +1,4 @@ # From http://ftp.gnome.org/pub/gnome/sources/cairomm/1.12/cairomm-1.12.0.sha256sum sha256 a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6 cairomm-1.12.0.tar.xz +# Locally computed +sha256 bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd COPYING From patchwork Sun Aug 4 06:41:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141659 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=none (p=none dis=none) header.from=t-online.de 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 461WXp4HtRz9sN4 for ; Sun, 4 Aug 2019 16:42:18 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A50C886CD7; Sun, 4 Aug 2019 06:42:15 +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 RKAFmVdRTOKo; Sun, 4 Aug 2019 06:42:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BEA0986BDC; Sun, 4 Aug 2019 06:42:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 2080D1BF681 for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1A88A20406 for ; Sun, 4 Aug 2019 06:42:10 +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 Pk-L85FnwXj3 for ; Sun, 4 Aug 2019 06:42:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by silver.osuosl.org (Postfix) with ESMTPS id B59B420119 for ; Sun, 4 Aug 2019 06:42:07 +0000 (UTC) Received: from fwd26.aul.t-online.de (fwd26.aul.t-online.de [172.20.26.131]) by mailout07.t-online.de (Postfix) with SMTP id 264C6425EFCD; Sun, 4 Aug 2019 08:42:06 +0200 (CEST) Received: from fli4l.lan.fli4l (STLe2EZCYhFgNAt4IzEBgo4LAGwewfpk-dZKMg5QjoMvo1Htliii0WpHrR0zCMVQJ2@[91.58.2.97]) by fwd26.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADS-0QUT7g0; Sun, 4 Aug 2019 08:42:02 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADS-000781-0q; Sun, 04 Aug 2019 08:42:02 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:45 +0200 Message-Id: <20190804064201.10667-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: STLe2EZCYhFgNAt4IzEBgo4LAGwewfpk-dZKMg5QjoMvo1Htliii0WpHrR0zCMVQJ2 X-TOI-MSGID: 53657c60-5209-4552-9bc4-c800ebf2baae Subject: [Buildroot] [PATCH 02/18] package/cegui06: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/cegui06/cegui06.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/cegui06/cegui06.hash b/package/cegui06/cegui06.hash index 21df3ca09f..f46bcee242 100644 --- a/package/cegui06/cegui06.hash +++ b/package/cegui06/cegui06.hash @@ -1,2 +1,3 @@ # Locally computed: sha256 eb77741cd9fcc927a876e8116b98691212e973d2264e2071406423f6ca3e305f CEGUI-0.6.2b.tar.gz +sha256 da1c10009579e3eb8d3b3abc65d538a2890f70ff7fd1f05b73a4f9e3fff5c56e COPYING From patchwork Sun Aug 4 06:41:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141673 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de 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 461WYH3l0Mz9sDB for ; Sun, 4 Aug 2019 16:42:43 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7292B87E07; Sun, 4 Aug 2019 06:42:40 +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 bIMz5wRGF4CW; Sun, 4 Aug 2019 06:42:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 81FAE87E78; Sun, 4 Aug 2019 06:42:27 +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 50ADB1BF681 for ; Sun, 4 Aug 2019 06:42:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4CC9085D7D for ; Sun, 4 Aug 2019 06:42:15 +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 A8THq9W89xrY for ; Sun, 4 Aug 2019 06:42:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 803C285ABF for ; Sun, 4 Aug 2019 06:42:14 +0000 (UTC) Received: from fwd32.aul.t-online.de (fwd32.aul.t-online.de [172.20.26.144]) by mailout04.t-online.de (Postfix) with SMTP id 1DFF441E1892; Sun, 4 Aug 2019 08:42:13 +0200 (CEST) Received: from fli4l.lan.fli4l (VUHVs0ZXZh-DbWIUfrBJNMQEHc5gP0PF+PVSAg4Zuy0bf5-IT9-PeHRDiK5TS+sZ1q@[91.58.2.97]) by fwd32.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADT-3iBrLE0; Sun, 4 Aug 2019 08:42:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADS-000781-B6; Sun, 04 Aug 2019 08:42:02 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:46 +0200 Message-Id: <20190804064201.10667-3-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: VUHVs0ZXZh-DbWIUfrBJNMQEHc5gP0PF+PVSAg4Zuy0bf5-IT9-PeHRDiK5TS+sZ1q X-TOI-MSGID: 2e192659-0a38-46a0-9463-0792db65ca84 Subject: [Buildroot] [PATCH 03/18] package/dfu-util: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/dfu-util/dfu-util.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/dfu-util/dfu-util.hash b/package/dfu-util/dfu-util.hash index bf618d1ae8..7c66a93376 100644 --- a/package/dfu-util/dfu-util.hash +++ b/package/dfu-util/dfu-util.hash @@ -3,3 +3,4 @@ md5 233bb1e08ef4b405062445d84e28fde6 dfu-util-0.9.tar.gz # Locally computed sha256 36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833 dfu-util-0.9.tar.gz +sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING From patchwork Sun Aug 4 06:41:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141660 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=none (p=none dis=none) header.from=t-online.de 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 461WXt45hsz9sDB for ; Sun, 4 Aug 2019 16:42:22 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 32C4386DBD; Sun, 4 Aug 2019 06:42:18 +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 mvwtdTXmX0ZM; Sun, 4 Aug 2019 06:42:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BC92386C02; Sun, 4 Aug 2019 06:42:16 +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 1614E1BF681 for ; Sun, 4 Aug 2019 06:42:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1361687DFF for ; Sun, 4 Aug 2019 06:42:11 +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 qNZKvmYDRILL for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by hemlock.osuosl.org (Postfix) with ESMTPS id 081A387B2B for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de [172.20.27.149]) by mailout03.t-online.de (Postfix) with SMTP id 8BCFD42B2D2D; Sun, 4 Aug 2019 08:42:08 +0200 (CEST) Received: from fli4l.lan.fli4l (bVC060ZeZhS1eoxOaM8iZIk7awg+u+fJKfxniv2DWaC7DXeBWW-d0lWzf8oJfovQuB@[91.58.2.97]) by fwd05.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADT-2vvV8C0; Sun, 4 Aug 2019 08:42:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADS-000781-KH; Sun, 04 Aug 2019 08:42:02 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:47 +0200 Message-Id: <20190804064201.10667-4-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: bVC060ZeZhS1eoxOaM8iZIk7awg+u+fJKfxniv2DWaC7DXeBWW-d0lWzf8oJfovQuB X-TOI-MSGID: 67052610-f674-45a4-81e3-0ed57d067474 Subject: [Buildroot] [PATCH 04/18] package/ebtables: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/ebtables/ebtables.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ebtables/ebtables.hash b/package/ebtables/ebtables.hash index 45262765c2..f9222b8896 100644 --- a/package/ebtables/ebtables.hash +++ b/package/ebtables/ebtables.hash @@ -1,2 +1,3 @@ # Locally computed sha256 dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d ebtables-v2.0.10-4.tar.gz +sha256 ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1 COPYING From patchwork Sun Aug 4 06:41:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141666 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461WY05yxWz9sDB for ; Sun, 4 Aug 2019 16:42:28 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2DE1E85DCA; Sun, 4 Aug 2019 06:42:27 +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 Wdcx92ahn6Kc; Sun, 4 Aug 2019 06:42:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9ACE685DD1; Sun, 4 Aug 2019 06:42:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 108B01BF681 for ; Sun, 4 Aug 2019 06:42:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F36C42040E for ; Sun, 4 Aug 2019 06:42:13 +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 wrQgfynz+J5N for ; Sun, 4 Aug 2019 06:42:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by silver.osuosl.org (Postfix) with ESMTPS id 8F51F203E8 for ; Sun, 4 Aug 2019 06:42:08 +0000 (UTC) Received: from fwd18.aul.t-online.de (fwd18.aul.t-online.de [172.20.26.244]) by mailout08.t-online.de (Postfix) with SMTP id 3BD8641D2649; Sun, 4 Aug 2019 08:42:07 +0200 (CEST) Received: from fli4l.lan.fli4l (EkIFOEZOrh1DtK4gmSMhraFLObwnrCCbCgqb0rVd9qv97OXxz+IcaNAfswYYDtlgrB@[91.58.2.97]) by fwd18.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADU-0pwrqq0; Sun, 4 Aug 2019 08:42:04 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADS-000781-UY; Sun, 04 Aug 2019 08:42:03 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:48 +0200 Message-Id: <20190804064201.10667-5-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: EkIFOEZOrh1DtK4gmSMhraFLObwnrCCbCgqb0rVd9qv97OXxz+IcaNAfswYYDtlgrB X-TOI-MSGID: 7dabab45-c5b3-430a-8b1e-46f39e78767d Subject: [Buildroot] [PATCH 05/18] package/enscript: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/enscript/enscript.hash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/enscript/enscript.hash b/package/enscript/enscript.hash index 8b7694d408..4c50a165ac 100644 --- a/package/enscript/enscript.hash +++ b/package/enscript/enscript.hash @@ -1,2 +1,4 @@ # Locally calculated after checking pgp signature sha256 6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb enscript-1.6.6.tar.gz +# Locally computed +sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING From patchwork Sun Aug 4 06:41:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141662 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de 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 461WXv3pBkz9sNy for ; Sun, 4 Aug 2019 16:42:23 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 05AD787E23; Sun, 4 Aug 2019 06:42:19 +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 ngN9OufYqZKd; Sun, 4 Aug 2019 06:42:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3700887E60; Sun, 4 Aug 2019 06:42:18 +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 2CC9F1BF681 for ; Sun, 4 Aug 2019 06:42:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2875885D7D for ; Sun, 4 Aug 2019 06:42:12 +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 LpXnfpKiczDS for ; Sun, 4 Aug 2019 06:42:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C9D6185ABF for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) Received: from fwd27.aul.t-online.de (fwd27.aul.t-online.de [172.20.26.132]) by mailout08.t-online.de (Postfix) with SMTP id 0EF8441D264C; Sun, 4 Aug 2019 08:42:09 +0200 (CEST) Received: from fli4l.lan.fli4l (XNBxABZSYh4J3u0DYAIt6KAyN-fiWnQ5WUF+J28PzxaFoc2I1pFq7s8eL8qUHwmwdR@[91.58.2.97]) by fwd27.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADU-269uHg0; Sun, 4 Aug 2019 08:42:04 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADT-000781-9e; Sun, 04 Aug 2019 08:42:03 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:49 +0200 Message-Id: <20190804064201.10667-6-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: XNBxABZSYh4J3u0DYAIt6KAyN-fiWnQ5WUF+J28PzxaFoc2I1pFq7s8eL8qUHwmwdR X-TOI-MSGID: a1a76f22-5203-4a06-858b-4d4bccfe1313 Subject: [Buildroot] [PATCH 06/18] package/fbdump: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/fbdump/fbdump.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/fbdump/fbdump.hash b/package/fbdump/fbdump.hash index 15cc8392d6..8bc8b7c564 100644 --- a/package/fbdump/fbdump.hash +++ b/package/fbdump/fbdump.hash @@ -1,2 +1,3 @@ # Locally calculated sha256 c4d521a86229b3106cf69786008ad94f899da5288a19a067deae84951880722d fbdump-0.4.2.tar.gz +sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING From patchwork Sun Aug 4 06:41:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141665 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.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de 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 461WXx2HZpz9sMr for ; Sun, 4 Aug 2019 16:42:25 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2486420406; Sun, 4 Aug 2019 06:42:21 +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 Ry5K+QjI-Y4P; Sun, 4 Aug 2019 06:42:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0B22420495; Sun, 4 Aug 2019 06:42:20 +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 807D61BF681 for ; Sun, 4 Aug 2019 06:42:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7AC2785ABF for ; Sun, 4 Aug 2019 06:42:12 +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 Vi7qmPvRTK0s for ; Sun, 4 Aug 2019 06:42:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 9D5B985D30 for ; Sun, 4 Aug 2019 06:42:11 +0000 (UTC) Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout03.t-online.de (Postfix) with SMTP id 1B34A42B2D2F; Sun, 4 Aug 2019 08:42:10 +0200 (CEST) Received: from fli4l.lan.fli4l (XKFC-EZGQhyxHVCzuA5F5NrzNaMUH5dXuoRbaVUvFhQSgSMc++tbsQw7o+GuoN9ZUI@[91.58.2.97]) by fwd24.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADU-27f7rc0; Sun, 4 Aug 2019 08:42:04 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADT-000781-M4; Sun, 04 Aug 2019 08:42:03 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:50 +0200 Message-Id: <20190804064201.10667-7-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: XKFC-EZGQhyxHVCzuA5F5NrzNaMUH5dXuoRbaVUvFhQSgSMc++tbsQw7o+GuoN9ZUI X-TOI-MSGID: d5825306-1145-4f17-94b0-79297acb568d Subject: [Buildroot] [PATCH 07/18] package/flickcurl: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/flickcurl/flickcurl.hash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/flickcurl/flickcurl.hash b/package/flickcurl/flickcurl.hash index fd091ec4a5..92ba68361e 100644 --- a/package/flickcurl/flickcurl.hash +++ b/package/flickcurl/flickcurl.hash @@ -1,2 +1,7 @@ # Locally calculated after checking pgp signature sha256 ff42a36c7c1c7d368246f6bc9b7d792ed298348e5f0f5d432e49f6803562f5a3 flickcurl-1.26.tar.gz +# Locally computed +sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING +sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 COPYING.LIB +sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE-2.0.txt +sha256 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909 LICENSE.html From patchwork Sun Aug 4 06:41:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141668 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=none (p=none dis=none) header.from=t-online.de 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 461WY26JSrz9sDB for ; Sun, 4 Aug 2019 16:42:30 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1D9C786D9A; Sun, 4 Aug 2019 06:42:29 +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 8dd1qvwprg26; Sun, 4 Aug 2019 06:42:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6751687056; Sun, 4 Aug 2019 06:42:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 5A8781BF681 for ; Sun, 4 Aug 2019 06:42:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 54DBC20411 for ; Sun, 4 Aug 2019 06:42: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 P8yVTGvaoFPW for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by silver.osuosl.org (Postfix) with ESMTPS id 7401020119 for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) Received: from fwd27.aul.t-online.de (fwd27.aul.t-online.de [172.20.26.132]) by mailout08.t-online.de (Postfix) with SMTP id 1564E41D264D; Sun, 4 Aug 2019 08:42:09 +0200 (CEST) Received: from fli4l.lan.fli4l (bdJsdBZSrhWCOfB9z2ffqRxyAiS-AVWIvwil4gwP7t+PdRXsRJgPmpFJck4rzXgQQr@[91.58.2.97]) by fwd27.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADU-26sjFw0; Sun, 4 Aug 2019 08:42:04 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADT-000781-VV; Sun, 04 Aug 2019 08:42:04 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:51 +0200 Message-Id: <20190804064201.10667-8-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: bdJsdBZSrhWCOfB9z2ffqRxyAiS-AVWIvwil4gwP7t+PdRXsRJgPmpFJck4rzXgQQr X-TOI-MSGID: f9273925-d5a3-464d-b7f1-8980f5f4b1da Subject: [Buildroot] [PATCH 08/18] package/flot: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/flot/flot.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/flot/flot.hash b/package/flot/flot.hash index cb9f9ec9d0..c8272fc0b1 100644 --- a/package/flot/flot.hash +++ b/package/flot/flot.hash @@ -1,2 +1,3 @@ # Locally calculated sha256 ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21 flot-0.8.3.tar.gz +sha256 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c LICENSE.txt From patchwork Sun Aug 4 06:41:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141657 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.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de 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 461WXk5hwrz9sDB for ; Sun, 4 Aug 2019 16:42:14 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B6D522047B; Sun, 4 Aug 2019 06:42:12 +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 sQ9GRBGqENpS; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A04922040E; Sun, 4 Aug 2019 06:42:10 +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 BE9E61BF681 for ; Sun, 4 Aug 2019 06:42:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B87B685D7D for ; Sun, 4 Aug 2019 06:42:08 +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 xZbZNHHEviwg for ; Sun, 4 Aug 2019 06:42:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 9822F85D30 for ; Sun, 4 Aug 2019 06:42:07 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout12.t-online.de (Postfix) with SMTP id 64B2541EC5A1; Sun, 4 Aug 2019 08:42:05 +0200 (CEST) Received: from fli4l.lan.fli4l (rq7W9MZO8hnQqxxlTkibhwQNC0A6T5PtL96NhBJkbCKJRSqlG4F3snqCgniH46GZWN@[91.58.2.97]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADV-2GYjyK0; Sun, 4 Aug 2019 08:42:05 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADU-000781-A2; Sun, 04 Aug 2019 08:42:04 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:52 +0200 Message-Id: <20190804064201.10667-9-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: rq7W9MZO8hnQqxxlTkibhwQNC0A6T5PtL96NhBJkbCKJRSqlG4F3snqCgniH46GZWN X-TOI-MSGID: a9b6562a-a23d-4e4f-8d62-58434c6467be Subject: [Buildroot] [PATCH 09/18] package/ftop: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/ftop/ftop.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ftop/ftop.hash b/package/ftop/ftop.hash index ca8dc827ef..cf0d99dbe2 100644 --- a/package/ftop/ftop.hash +++ b/package/ftop/ftop.hash @@ -3,3 +3,4 @@ md5 57c68b6e7431f4219d9eddaebcb395da ftop-1.0.tar.bz2 sha1 d3ef1b74825f50c7c442d299b29d23c2478f199b ftop-1.0.tar.bz2 # Locally computed sha256 3a705f4f291384344cd32c3dd5f5f6a7cd7cea7624c83cb7e923966dbcd47f82 ftop-1.0.tar.bz2 +sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING From patchwork Sun Aug 4 06:41:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141671 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461WY93Ftjz9sDB for ; Sun, 4 Aug 2019 16:42:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 084C186053; Sun, 4 Aug 2019 06:42:34 +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 lkhBy53vGl4i; Sun, 4 Aug 2019 06:42:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id BCC4D85FA1; Sun, 4 Aug 2019 06:42:30 +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 4EF0A1BF681 for ; Sun, 4 Aug 2019 06:42:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4929F87DFF for ; Sun, 4 Aug 2019 06:42:23 +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 gDKXPGhSZC-4 for ; Sun, 4 Aug 2019 06:42:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by hemlock.osuosl.org (Postfix) with ESMTPS id 54F9A87E60 for ; Sun, 4 Aug 2019 06:42:21 +0000 (UTC) Received: from fwd11.aul.t-online.de (fwd11.aul.t-online.de [172.20.27.152]) by mailout05.t-online.de (Postfix) with SMTP id 82D99420B7B1; Sun, 4 Aug 2019 08:42:19 +0200 (CEST) Received: from fli4l.lan.fli4l (XjaH1mZBYhZWDK8z95UaZGbNYffsgxL6W9npIYK6ir3KTj2HwReDgRNDM5n2kQDZ0R@[91.58.2.97]) by fwd11.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADV-2Wxcpc0; Sun, 4 Aug 2019 08:42:05 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADU-000781-Lv; Sun, 04 Aug 2019 08:42:04 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:53 +0200 Message-Id: <20190804064201.10667-10-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: XjaH1mZBYhZWDK8z95UaZGbNYffsgxL6W9npIYK6ir3KTj2HwReDgRNDM5n2kQDZ0R X-TOI-MSGID: e906b8a2-da1e-4e9e-bb71-4ae9e42c0a06 Subject: [Buildroot] [PATCH 10/18] package/giflib: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/giflib/giflib.hash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/giflib/giflib.hash b/package/giflib/giflib.hash index cdd7bbdecd..189dca9f19 100644 --- a/package/giflib/giflib.hash +++ b/package/giflib/giflib.hash @@ -1,3 +1,5 @@ # From http://sourceforge.net/projects/giflib/files md5 2c171ced93c0e83bb09e6ccad8e3ba2b giflib-5.1.4.tar.bz2 sha1 5f1157cfc377916280849e247b8e34fa0446513f giflib-5.1.4.tar.bz2 +# Locally computed +sha256 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e COPYING From patchwork Sun Aug 4 06:41:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141664 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461WXw6XpQz9sDB for ; Sun, 4 Aug 2019 16:42:24 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 280C685F46; Sun, 4 Aug 2019 06:42:23 +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 7WxkMjLdJZdH; Sun, 4 Aug 2019 06:42:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0069785D7D; Sun, 4 Aug 2019 06:42:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 534231BF681 for ; Sun, 4 Aug 2019 06:42:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4C1DE2040E for ; Sun, 4 Aug 2019 06:42:13 +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 kUyB+-VsJHCi for ; Sun, 4 Aug 2019 06:42:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by silver.osuosl.org (Postfix) with ESMTPS id E7916203CE for ; Sun, 4 Aug 2019 06:42:07 +0000 (UTC) Received: from fwd26.aul.t-online.de (fwd26.aul.t-online.de [172.20.26.131]) by mailout08.t-online.de (Postfix) with SMTP id 67B3741A28B2; Sun, 4 Aug 2019 08:42:06 +0200 (CEST) Received: from fli4l.lan.fli4l (TW--JwZcgh2lpUdDWWZysIeJMDrqILgVJRuBjmFKCOkLGpGzi3of-+1vicJzGSHg1b@[91.58.2.97]) by fwd26.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADW-0UqV9M0; Sun, 4 Aug 2019 08:42:06 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADV-000781-0B; Sun, 04 Aug 2019 08:42:05 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:54 +0200 Message-Id: <20190804064201.10667-11-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: TW--JwZcgh2lpUdDWWZysIeJMDrqILgVJRuBjmFKCOkLGpGzi3of-+1vicJzGSHg1b X-TOI-MSGID: 76db86a7-e138-40eb-b850-f5579d31f59f Subject: [Buildroot] [PATCH 11/18] package/haserl: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/haserl/haserl.hash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/haserl/haserl.hash b/package/haserl/haserl.hash index 2b23a6c6ee..149bf0b0a5 100644 --- a/package/haserl/haserl.hash +++ b/package/haserl/haserl.hash @@ -1,3 +1,5 @@ # From http://sourceforge.net/projects/haserl/files/haserl-devel/ md5 918f0b4f6cec0b438c8b5c78f2989010 haserl-0.9.35.tar.gz sha1 9a331d41e9d47a81e81e158f9a16bf5443347cd4 haserl-0.9.35.tar.gz +# Locally computed +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING From patchwork Sun Aug 4 06:41:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141658 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461WXp4HrBz9sMr for ; Sun, 4 Aug 2019 16:42:18 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2F1A885D30; Sun, 4 Aug 2019 06:42:15 +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 PrqHjuSWCSAW; Sun, 4 Aug 2019 06:42:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9A7B485D7D; Sun, 4 Aug 2019 06:42:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 74CA81BF681 for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6BF2F86C4A for ; Sun, 4 Aug 2019 06:42:10 +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 dmJ06gvB+a-8 for ; Sun, 4 Aug 2019 06:42:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by whitealder.osuosl.org (Postfix) with ESMTPS id 81F2086BDC for ; Sun, 4 Aug 2019 06:42:09 +0000 (UTC) Received: from fwd13.aul.t-online.de (fwd13.aul.t-online.de [172.20.27.62]) by mailout04.t-online.de (Postfix) with SMTP id C48E541D7848; Sun, 4 Aug 2019 08:42:07 +0200 (CEST) Received: from fli4l.lan.fli4l (ZYd6Y0ZaZhZrn1m1HhTQX6dGVhnHvIvuZJxgP9g7KLNz8on2xt6ZjYsWBGwWDk6Q5t@[91.58.2.97]) by fwd13.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADW-1LP2hc0; Sun, 4 Aug 2019 08:42:06 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADV-000781-Aj; Sun, 04 Aug 2019 08:42:05 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:55 +0200 Message-Id: <20190804064201.10667-12-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: ZYd6Y0ZaZhZrn1m1HhTQX6dGVhnHvIvuZJxgP9g7KLNz8on2xt6ZjYsWBGwWDk6Q5t X-TOI-MSGID: ab423209-ad47-43f2-81f5-a9ce242dc906 Subject: [Buildroot] [PATCH 12/18] package/iostat: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/iostat/iostat.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/iostat/iostat.hash b/package/iostat/iostat.hash index 2ba10a369f..0f58bbf793 100644 --- a/package/iostat/iostat.hash +++ b/package/iostat/iostat.hash @@ -1,2 +1,3 @@ # Locally calculated sha256 edc5aa73f43bd6c7d49f2c1d5906a0a68c0b28bc4dfdaf1f2aa5ae4a2449c58e iostat-2.2.tar.gz +sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 LICENSE From patchwork Sun Aug 4 06:41:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141667 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.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de 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 461WY06KQ7z9sMr for ; Sun, 4 Aug 2019 16:42:28 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0EB7C204BA; Sun, 4 Aug 2019 06:42:25 +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 d9RTpoZUj3xu; Sun, 4 Aug 2019 06:42:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id F223F204BB; Sun, 4 Aug 2019 06:42:22 +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 9A3381BF681 for ; Sun, 4 Aug 2019 06:42:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8A13287E0A for ; Sun, 4 Aug 2019 06:42:13 +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 gDiAAVcvhFrs for ; Sun, 4 Aug 2019 06:42:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by hemlock.osuosl.org (Postfix) with ESMTPS id BC94387B2B for ; Sun, 4 Aug 2019 06:42:12 +0000 (UTC) Received: from fwd09.aul.t-online.de (fwd09.aul.t-online.de [172.20.27.151]) by mailout04.t-online.de (Postfix) with SMTP id 5B76141D784E; Sun, 4 Aug 2019 08:42:11 +0200 (CEST) Received: from fli4l.lan.fli4l (rfSb0+ZcohrHC6LZIe-vUyh6SRmsDPfJsEvZZ01vh6xUG8ResgbEKtYUVNfli4fZB9@[91.58.2.97]) by fwd09.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADW-4ZTUum0; Sun, 4 Aug 2019 08:42:06 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADV-000781-KS; Sun, 04 Aug 2019 08:42:05 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:56 +0200 Message-Id: <20190804064201.10667-13-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: rfSb0+ZcohrHC6LZIe-vUyh6SRmsDPfJsEvZZ01vh6xUG8ResgbEKtYUVNfli4fZB9 X-TOI-MSGID: 4084afea-f4e3-49f0-bcc5-bb33911d2270 Subject: [Buildroot] [PATCH 13/18] package/kompexsqlite: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/kompexsqlite/kompexsqlite.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kompexsqlite/kompexsqlite.hash b/package/kompexsqlite/kompexsqlite.hash index 3c94adf091..6ee77e1f38 100644 --- a/package/kompexsqlite/kompexsqlite.hash +++ b/package/kompexsqlite/kompexsqlite.hash @@ -1,2 +1,3 @@ # Locally calculated sha256 73bec94fe5dd3a24bd8668b3a131a84dbe39a992579eebab1236aa0e73b2c9cc v1.10.12-1.tar.gz +sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 LICENSE.txt From patchwork Sun Aug 4 06:41:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141661 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de 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 461WXv0JqCz9sMr for ; Sun, 4 Aug 2019 16:42:22 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 19A5287E0A; Sun, 4 Aug 2019 06:42:18 +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 DBNtmFcumRvD; Sun, 4 Aug 2019 06:42:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B8DE687E0B; Sun, 4 Aug 2019 06:42:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 95D2B1BF681 for ; Sun, 4 Aug 2019 06:42:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 933CA86BDC for ; Sun, 4 Aug 2019 06:42:10 +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 XpRCgsVI+39Q for ; Sun, 4 Aug 2019 06:42:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by whitealder.osuosl.org (Postfix) with ESMTPS id EEF3486BCF for ; Sun, 4 Aug 2019 06:42:08 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout09.t-online.de (Postfix) with SMTP id 3CE964263037; Sun, 4 Aug 2019 08:42:07 +0200 (CEST) Received: from fli4l.lan.fli4l (ZwCEo+ZfYhXMhl1eZq05GED34zQrD8HuMBpcrxI+hV6prmZnufo7oXSqMPtaF-EZgd@[91.58.2.97]) by fwd15.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADW-0wAfT60; Sun, 4 Aug 2019 08:42:06 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADV-000781-VE; Sun, 04 Aug 2019 08:42:06 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:57 +0200 Message-Id: <20190804064201.10667-14-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: ZwCEo+ZfYhXMhl1eZq05GED34zQrD8HuMBpcrxI+hV6prmZnufo7oXSqMPtaF-EZgd X-TOI-MSGID: 96c80aaf-0a29-429f-8327-3ee20b3dc474 Subject: [Buildroot] [PATCH 14/18] package/libsilk: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/libsilk/libsilk.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libsilk/libsilk.hash b/package/libsilk/libsilk.hash index 2eab1c0db0..6042096d82 100644 --- a/package/libsilk/libsilk.hash +++ b/package/libsilk/libsilk.hash @@ -1,2 +1,3 @@ # Locally computed sha256 01de52aa123f7bd20e500a076046f6b30d55f8e98c4029ab424bc51c46d7083d libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45.tar.gz +sha256 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf COPYING From patchwork Sun Aug 4 06:41:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141669 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461WY44N4Qz9sDB for ; Sun, 4 Aug 2019 16:42:32 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1C60385F5C; Sun, 4 Aug 2019 06:42: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 hXmJrUxaUoQh; Sun, 4 Aug 2019 06:42:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9D59285FAA; Sun, 4 Aug 2019 06:42:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4D8EF1BF681 for ; Sun, 4 Aug 2019 06:42:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 441A686C4A for ; Sun, 4 Aug 2019 06:42:18 +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 P9FaTFFNAWMa for ; Sun, 4 Aug 2019 06:42:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1B67D86D9A for ; Sun, 4 Aug 2019 06:42:17 +0000 (UTC) Received: from fwd35.aul.t-online.de (fwd35.aul.t-online.de [172.20.27.145]) by mailout03.t-online.de (Postfix) with SMTP id A79E542B2D34; Sun, 4 Aug 2019 08:42:15 +0200 (CEST) Received: from fli4l.lan.fli4l (VrcJmEZrrhTKO51U6Erdh0FFLWb6ix9oWSYdHbUHv4kULH+IM+RtbwSDGNAEYjSwm6@[91.58.2.97]) by fwd35.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADX-2KLIgq0; Sun, 4 Aug 2019 08:42:07 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADW-000781-DY; Sun, 04 Aug 2019 08:42:06 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:58 +0200 Message-Id: <20190804064201.10667-15-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: VrcJmEZrrhTKO51U6Erdh0FFLWb6ix9oWSYdHbUHv4kULH+IM+RtbwSDGNAEYjSwm6 X-TOI-MSGID: 534ce84a-d220-4f22-9406-942dfcfbdb3c Subject: [Buildroot] [PATCH 15/18] package/lzo: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/lzo/lzo.hash | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lzo/lzo.hash b/package/lzo/lzo.hash index cf2734fc7f..39a2dd4959 100644 --- a/package/lzo/lzo.hash +++ b/package/lzo/lzo.hash @@ -2,3 +2,4 @@ sha1 4924676a9bae5db58ef129dc1cebce3baa3c4b5d lzo-2.10.tar.gz # Locally computed sha256 c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 lzo-2.10.tar.gz +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING From patchwork Sun Aug 4 06:41:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141672 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461WYC6PQvz9sDB for ; Sun, 4 Aug 2019 16:42:39 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AD8F085F9C; Sun, 4 Aug 2019 06:42:35 +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 wUk_6tkRegB9; Sun, 4 Aug 2019 06:42:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 66ABB8605E; Sun, 4 Aug 2019 06:42:34 +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 938911BF681 for ; Sun, 4 Aug 2019 06:42:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8E1E387DFF for ; Sun, 4 Aug 2019 06:42:24 +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 A8D5sKbVloYr for ; Sun, 4 Aug 2019 06:42:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by hemlock.osuosl.org (Postfix) with ESMTPS id 9CD4387E60 for ; Sun, 4 Aug 2019 06:42:23 +0000 (UTC) Received: from fwd10.aul.t-online.de (fwd10.aul.t-online.de [172.20.26.152]) by mailout06.t-online.de (Postfix) with SMTP id D02D74196E98; Sun, 4 Aug 2019 08:42:21 +0200 (CEST) Received: from fli4l.lan.fli4l (GWRi2EZQrh6LgihFpo9ekJznenrnPFeUW59Xsm8D5RPJ3QyEvRlhuuxGarAbQrBQhW@[91.58.2.97]) by fwd10.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADX-4DZMMS0; Sun, 4 Aug 2019 08:42:07 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADW-000781-Mz; Sun, 04 Aug 2019 08:42:06 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:41:59 +0200 Message-Id: <20190804064201.10667-16-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: GWRi2EZQrh6LgihFpo9ekJznenrnPFeUW59Xsm8D5RPJ3QyEvRlhuuxGarAbQrBQhW X-TOI-MSGID: 566010ce-29a7-47de-ab65-129918307e94 Subject: [Buildroot] [PATCH 16/18] package/mjpegtools: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/mjpegtools/mjpegtools.hash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/mjpegtools/mjpegtools.hash b/package/mjpegtools/mjpegtools.hash index db184f784d..76e9403f83 100644 --- a/package/mjpegtools/mjpegtools.hash +++ b/package/mjpegtools/mjpegtools.hash @@ -1,3 +1,5 @@ # From http://sourceforge.net/projects/mjpeg/files/mjpegtools/2.1.0/ md5 57bf5dd78976ca9bac972a6511b236f3 mjpegtools-2.1.0.tar.gz sha1 b9effa86280e23d67369e842e5cb645948583097 mjpegtools-2.1.0.tar.gz +# Locally computed +sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING From patchwork Sun Aug 4 06:42:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141670 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=none (p=none dis=none) header.from=t-online.de 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 461WY72lpZz9sDB for ; Sun, 4 Aug 2019 16:42:35 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E182E86D78; Sun, 4 Aug 2019 06:42:33 +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 4oiEdgk7Lt+h; Sun, 4 Aug 2019 06:42:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 504A586BF9; Sun, 4 Aug 2019 06:42:33 +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 7E7681BF968 for ; Sun, 4 Aug 2019 06:42:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 78A7887DFF for ; Sun, 4 Aug 2019 06:42:24 +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 lqRQirLRcAb5 for ; Sun, 4 Aug 2019 06:42:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by hemlock.osuosl.org (Postfix) with ESMTPS id 0695C87E13 for ; Sun, 4 Aug 2019 06:42:22 +0000 (UTC) Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout07.t-online.de (Postfix) with SMTP id 44457424D6B8; Sun, 4 Aug 2019 08:42:20 +0200 (CEST) Received: from fli4l.lan.fli4l (VmlfMOZVgh32C+OO37V7+2FDMumTOVVxUc3-hDyHaINNSId6fcMLxLEnPQgy84QgKD@[91.58.2.97]) by fwd33.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADY-0GPi0O0; Sun, 4 Aug 2019 08:42:08 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADX-000781-0S; Sun, 04 Aug 2019 08:42:07 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:42:00 +0200 Message-Id: <20190804064201.10667-17-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: VmlfMOZVgh32C+OO37V7+2FDMumTOVVxUc3-hDyHaINNSId6fcMLxLEnPQgy84QgKD X-TOI-MSGID: d5262558-e6e2-4454-a7ac-24c8487b724d Subject: [Buildroot] [PATCH 17/18] package/ncurses: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/ncurses/ncurses.hash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/ncurses/ncurses.hash b/package/ncurses/ncurses.hash index 045625ae3b..cb6ef6b863 100644 --- a/package/ncurses/ncurses.hash +++ b/package/ncurses/ncurses.hash @@ -1,2 +1,4 @@ # Locally calculated after checking pgp signature sha256 aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17 ncurses-6.1.tar.gz +# Locally computed +sha256 3c7bc1dd475a5e5dcc7bdf13268a0313ff69e3765689444eb95b5893f61b3d1e README From patchwork Sun Aug 4 06:42:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141674 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.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461WYJ5nlDz9sMr for ; Sun, 4 Aug 2019 16:42:44 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9D62285F7E; Sun, 4 Aug 2019 06:42:36 +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 tgtKjrGdGmDw; Sun, 4 Aug 2019 06:42:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1A6E885FCB; Sun, 4 Aug 2019 06:42:32 +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 69A891BF681 for ; Sun, 4 Aug 2019 06:42:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6137187E07 for ; Sun, 4 Aug 2019 06:42:24 +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 W6YV6EsTVLl4 for ; Sun, 4 Aug 2019 06:42:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by hemlock.osuosl.org (Postfix) with ESMTPS id 8B07087DFF for ; Sun, 4 Aug 2019 06:42:23 +0000 (UTC) Received: from fwd14.aul.t-online.de (fwd14.aul.t-online.de [172.20.26.242]) by mailout01.t-online.de (Postfix) with SMTP id 154C5421BB24; Sun, 4 Aug 2019 08:42:22 +0200 (CEST) Received: from fli4l.lan.fli4l (V+VYJmZCwhcn1QXP4vQCk-ojPByrFBuaSuJdMnUk+FKk8hMpu1G1H0aB2+RNmEwZ43@[91.58.2.97]) by fwd14.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1huADZ-0KGOSO0; Sun, 4 Aug 2019 08:42:09 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42116) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1huADX-000781-AA; Sun, 04 Aug 2019 08:42:07 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 4 Aug 2019 08:42:01 +0200 Message-Id: <20190804064201.10667-18-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190804064201.10667-1-bernd.kuhls@t-online.de> References: <20190804064201.10667-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: V+VYJmZCwhcn1QXP4vQCk-ojPByrFBuaSuJdMnUk+FKk8hMpu1G1H0aB2+RNmEwZ43 X-TOI-MSGID: 77bb4c16-9f6b-428a-801d-940f994d347a Subject: [Buildroot] [PATCH 18/18] package/neon: add license hash 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: Peter Korsgaard , "Yann E . MORIN" , James Knight , Steve Kenton Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/neon/neon.hash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/neon/neon.hash b/package/neon/neon.hash index d66b6fd74c..2ebefbe520 100644 --- a/package/neon/neon.hash +++ b/package/neon/neon.hash @@ -1,2 +1,6 @@ # Locally calculated after checking pgp signature sha256 db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca neon-0.30.2.tar.gz +# Locally computed +sha256 95f77624e96f6728145826fc895142275451f43f41c073766db3dbbcc8b790b0 README +sha256 d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f src/COPYING.LIB +sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad test/COPYING