From patchwork Mon Sep 11 10:50:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Kulhavy X-Patchwork-Id: 812309 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@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=) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xrPq1666lz9s83 for ; Mon, 11 Sep 2017 20:50:53 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5809A30772; Mon, 11 Sep 2017 10:50:47 +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 xNqYeJIhx1fA; Mon, 11 Sep 2017 10:50:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8F4852FCB3; Mon, 11 Sep 2017 10:50:44 +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 60D471C41D9 for ; Mon, 11 Sep 2017 10:50:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 869B9860F2 for ; Mon, 11 Sep 2017 10:50:38 +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 yS27OTYOlYs6 for ; Mon, 11 Sep 2017 10:50:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from vie01a-dmta-ch02-1.mx.upcmail.net (vie01a-dmta-ch02-1.mx.upcmail.net [84.116.36.94]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8F2608685B for ; Mon, 11 Sep 2017 10:50:27 +0000 (UTC) Received: from [172.31.216.43] (helo=vie01a-pemc-psmtp-pe01) by vie01a-dmta-ch02.mx.upcmail.net with esmtp (Exim 4.88) (envelope-from ) id 1drMIK-00067r-3b for buildroot@buildroot.org; Mon, 11 Sep 2017 12:50:24 +0200 Received: from localhost.localdomain ([83.150.41.162]) by vie01a-pemc-psmtp-pe01 with SMTP @ mailcloud.upcmail.net id 8AqL1w01H3VvXnX01AqPbp; Mon, 11 Sep 2017 12:50:24 +0200 X-SourceIP: 83.150.41.162 X-Authenticated-Sender: brain@hispeed.ch From: Petr Kulhavy To: buildroot@buildroot.org Date: Mon, 11 Sep 2017 12:50:19 +0200 Message-Id: <1505127019-16853-1-git-send-email-brain@jikos.cz> X-Mailer: git-send-email 2.7.4 Cc: Petr Kulhavy Subject: [Buildroot] [PATCH v2 1/1] linuxptp: bump to the latest version 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" Update Linuxptp to the latest version from 1. September 2017 This update brings bugfixes and minor enhancements. Signed-off-by: Petr Kulhavy --- v2: re-add hash for the archive --- package/linuxptp/linuxptp.hash | 2 +- package/linuxptp/linuxptp.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/linuxptp/linuxptp.hash b/package/linuxptp/linuxptp.hash index ccda2d6..91144df 100644 --- a/package/linuxptp/linuxptp.hash +++ b/package/linuxptp/linuxptp.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 b8190ab71a99f1dc32847f33cb301d2464d3f9e5f4c51300d55589aff42e8b3f linuxptp-97c351cafd7327fd28047580c9e2528a6f7e742b.tar.gz +sha256 40844a69df82853113732f15498f9bce2666d5052293a3d5d40a1983e7b7b6a6 linuxptp-17c9787b1d6891636b5be9e4e5a08278b44e9a7a.tar.gz diff --git a/package/linuxptp/linuxptp.mk b/package/linuxptp/linuxptp.mk index bf2176c..38d8e09 100644 --- a/package/linuxptp/linuxptp.mk +++ b/package/linuxptp/linuxptp.mk @@ -4,7 +4,7 @@ # ################################################################################ -LINUXPTP_VERSION = 97c351cafd7327fd28047580c9e2528a6f7e742b +LINUXPTP_VERSION = 17c9787b1d6891636b5be9e4e5a08278b44e9a7a LINUXPTP_SITE_METHOD = git LINUXPTP_SITE = git://git.code.sf.net/p/linuxptp/code LINUXPTP_LICENSE = GPL-2.0+