From patchwork Fri Jun 12 20:06:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 483752 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 9590D1406A9 for ; Sat, 13 Jun 2015 06:06:37 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=VieGCbLc; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 30646952C5; Fri, 12 Jun 2015 20:06:36 +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 u1jkX2ZfvAYD; Fri, 12 Jun 2015 20:06:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8BC4D94F90; Fri, 12 Jun 2015 20:06:35 +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 BACF41C0B41 for ; Fri, 12 Jun 2015 20:06:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A0D0C896BD for ; Fri, 12 Jun 2015 20:06:31 +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 AfIx0ZShIk2Q for ; Fri, 12 Jun 2015 20:06:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f66.google.com (mail-wg0-f66.google.com [74.125.82.66]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 2BA43896B8 for ; Fri, 12 Jun 2015 20:06:30 +0000 (UTC) Received: by wggy19 with SMTP id y19so8605050wgg.2 for ; Fri, 12 Jun 2015 13:06:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=1I19QnC9e1ioVSrXkaKfczv3GPvMGBMEU0/i/I1Q2lY=; b=VieGCbLcaYYB0Zh1WqB/uDKbPkj5GAYDLDNHqNTsAH/RvMKLx6Ez3MXcXfZurabBI7 HprWxoSU+hvYJhx2FcPRnQdN69PrlB5FXW9ezWtLO/iUOWMclTByBFB4QD3md3vFQXSB HlfMnbShqc++Kfep33KS5ytoWzLxqMR4PMQEjj647f92+BcEHpnKwCF+YIt9L+NsO9TJ w/CXz0s7sk9O6BjUWwJ6aTMlFF3+TKvGDWlNHsDpiqZMEKCj37/Oysjaon8EdvgTK6bW 9kdWD4lMGKelbC2YTcX5YMYyqFj2BMlIBLyBX4HKktk016pT4uDqZGeeh9OOnQaRZPWr EeFg== X-Received: by 10.194.236.68 with SMTP id us4mr23958553wjc.69.1434139588735; Fri, 12 Jun 2015 13:06:28 -0700 (PDT) Received: from beast.localdomain (dynamic-adsl-78-15-140-209.clienti.tiscali.it. [78.15.140.209]) by mx.google.com with ESMTPSA id jc17sm4186338wic.13.2015.06.12.13.06.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Jun 2015 13:06:28 -0700 (PDT) From: Fabio Porcedda To: buildroot@buildroot.org Date: Fri, 12 Jun 2015 22:06:21 +0200 Message-Id: <1434139585-19742-2-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.4.2 In-Reply-To: <1434139585-19742-1-git-send-email-fabio.porcedda@gmail.com> References: <1434139585-19742-1-git-send-email-fabio.porcedda@gmail.com> Subject: [Buildroot] [PATCH 2/6] package/xfont_font-xfree86-type1: add hash file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Fabio Porcedda --- package/x11r7/xfont_font-xfree86-type1/xfont_font-xfree86-type1.hash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package/x11r7/xfont_font-xfree86-type1/xfont_font-xfree86-type1.hash diff --git a/package/x11r7/xfont_font-xfree86-type1/xfont_font-xfree86-type1.hash b/package/x11r7/xfont_font-xfree86-type1/xfont_font-xfree86-type1.hash new file mode 100644 index 0000000..38be53b --- /dev/null +++ b/package/x11r7/xfont_font-xfree86-type1/xfont_font-xfree86-type1.hash @@ -0,0 +1,2 @@ +# From http://www.x.org/archive/current/src/everything/CHECKSUMS +sha256 caebf42aec7be7f3bd40e0f232d6f34881b853dc84acfcdf7458358701fbe34a font-xfree86-type1-1.0.4.tar.bz2