From patchwork Tue Dec 30 16:19:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 424654 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0C38014011B for ; Wed, 31 Dec 2014 03:19:49 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 23C5087FD1; Tue, 30 Dec 2014 16:19:48 +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 o2V3QpmlrgOB; Tue, 30 Dec 2014 16:19:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C3A3C87819; Tue, 30 Dec 2014 16:19:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 4B35B1C217F for ; Tue, 30 Dec 2014 16:19:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 46F7189A7A for ; Tue, 30 Dec 2014 16:19:45 +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 HClPMkuqyibm for ; Tue, 30 Dec 2014 16:19:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by hemlock.osuosl.org (Postfix) with ESMTPS id EC2F586E85 for ; Tue, 30 Dec 2014 16:19:43 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so25819703wib.3 for ; Tue, 30 Dec 2014 08:19:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=DDkNwcYohsTc+jAX7K8rXshrF72MeVK5cTWlWagxMxY=; b=IjZav9IXZEzvijeL2w984XANvGxcnY8IRn8lAkGdP1gJ3OZGS9Enxz5j7cSIiocLHd 3ncumSMPRxJsVkH34bZW+LVsIlp4wz93N/4BKprPs6AfKVgiuuhCzw9gw+vFNxqI0m0h Udm4TTD994E+wvMjxg5I5HIPxVFU1PN7Gz0+fWy9cU8qtPGkgVpbM9Jp0795Bf8nSpGq sZ8CDeZD5b7zkbyKcgbp0NuRNjzE1LAdrfo6y8V9GCsDrXxWahL69/mufPOf2wItntjh z5n7SoargNTlCeCqcjZdgcKNvuIN+j8kQWlfxbbfPtXarXjSv03QGOR+3t7c8VDD8idY 7hhQ== X-Received: by 10.180.107.70 with SMTP id ha6mr7780199wib.71.1419956382414; Tue, 30 Dec 2014 08:19:42 -0800 (PST) Received: from mobeast.localdomain (dynamic-adsl-84-221-153-137.clienti.tiscali.it. [84.221.153.137]) by mx.google.com with ESMTPSA id ep9sm43949230wid.3.2014.12.30.08.19.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Dec 2014 08:19:41 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 30 Dec 2014 17:19:39 +0100 Message-Id: <1419956379-30058-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH] ntp: fix 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" Add a space between the hash and filename so the hash can be used. Signed-off-by: Fabio Porcedda Cc: Gustavo Zacarias --- package/ntp/ntp.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ntp/ntp.hash b/package/ntp/ntp.hash index 2ff6449..1d1b907 100644 --- a/package/ntp/ntp.hash +++ b/package/ntp/ntp.hash @@ -1,2 +1,2 @@ # From http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8.tar.gz.md5 -md5 6972a626be6150db8cfbd0b63d8719e7ntp-4.2.8.tar.gz +md5 6972a626be6150db8cfbd0b63d8719e7 ntp-4.2.8.tar.gz