From patchwork Fri Jun 21 12:44:23 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: 1120217 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=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="GRh5nI/O"; 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 45VdkL0SQBz9s4Y for ; Fri, 21 Jun 2019 22:47:21 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4AFBC87E2E; Fri, 21 Jun 2019 12:47: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 U1UPEVCYO+1K; Fri, 21 Jun 2019 12:47:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9E37E87E30; Fri, 21 Jun 2019 12:47:16 +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 41AEF1BF9B3 for ; Fri, 21 Jun 2019 12:47:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3F03F86E6F for ; Fri, 21 Jun 2019 12:47:14 +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 r7kUqArLO30n for ; Fri, 21 Jun 2019 12:47:13 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2807B816F3 for ; Fri, 21 Jun 2019 12:47:13 +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 1983B603BF; Fri, 21 Jun 2019 14:47:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1561121231; bh=ecbYU9JXw8xw3IBOmi30/WfWHegNRvJsbvqyi0QCN+w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GRh5nI/OtFlRoozWsc4zjLKVfPJ0xGjai7wIBwwIkOqwAqE4Afl+38YZgFIPOxjvY tDYLJ0lpRGb2e68QpSp32HYLSCbKMb0Ir0fTDQhN0Z9xf89y3enHV/22dDACEYMpJG aP5DNCqdyzPTH6MYz2WFJMKVTIbVRRa6li+ww5vafsbAijis5E53Z7gIpnmVSp+Tm4 75sXJMtV+0n/Cmuz1WEMONEVvDXQ5ae7iiIz1zKfQKmX9FNOhAuGVhms9s9X+3dFIb kLg+CFuFDa3IezYXhVhV0rYUFVvV4HSBFw7yWfWG0DAvUZ+dx5TCrP+aBAEKVgjlC8 eN70vpSJHBtrA== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Fri, 21 Jun 2019 14:44:23 +0200 Message-Id: <1561121063-19216-2-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1561121063-19216-1-git-send-email-pjtexier@koncepto.io> References: <1561121063-19216-1-git-send-email-pjtexier@koncepto.io> Subject: [Buildroot] [PATCH 2/2] package/python-daemon: fix legal-info 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: David Bachelart , Pierre-Jean Texier , Asaf Kahlon MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: $: make python-daemon-legal-info >>> python-daemon 2.2.3 Collecting legal info ERROR: No hash found for LICENSE.ASF-2 ERROR: No hash found for LICENSE.GPL-3 Signed-off-by: Pierre-Jean Texier --- package/python-daemon/python-daemon.hash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/python-daemon/python-daemon.hash b/package/python-daemon/python-daemon.hash index 5366418..4f53902 100644 --- a/package/python-daemon/python-daemon.hash +++ b/package/python-daemon/python-daemon.hash @@ -1,3 +1,6 @@ # md5, sha256 https://pypi.org/pypi/python-daemon/json md5 3ab10a93472201214cd95c05f1923af6 python-daemon-2.2.3.tar.gz sha256 affeca9e5adfce2666a63890af9d6aff79f670f7511899edaddca7f96593cc25 python-daemon-2.2.3.tar.gz +# Locally computed sha256 +sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.ASF-2 +sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL-3