From patchwork Sun Jun 16 14:05:39 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: 1116535 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=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="H19Y7lpB"; dkim-atps=neutral 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 45RbnQ62FGz9s7h for ; Mon, 17 Jun 2019 00:09:29 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 44241857D1; Sun, 16 Jun 2019 14:09: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 OPvf8fqgRPOH; Sun, 16 Jun 2019 14:09:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9D0E685785; Sun, 16 Jun 2019 14:09:23 +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 80FED1BF568 for ; Sun, 16 Jun 2019 14:09:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7D85084AB8 for ; Sun, 16 Jun 2019 14:09:12 +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 jK41u2sX8RNY for ; Sun, 16 Jun 2019 14:09:11 +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 CB26584995 for ; Sun, 16 Jun 2019 14:09:10 +0000 (UTC) Received: from localhost.localdomain (lfbn-1-8938-37.w193-250.abo.wanadoo.fr [193.250.79.37]) by koncepto.io (Postfix) with ESMTPSA id 854E26002C; Sun, 16 Jun 2019 16:09:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1560694143; bh=A5Q+sk8YCzx+TdXvsmoYMNHkwhcShgT5dNrEVFlMvXI=; h=From:To:Cc:Subject:Date:From; b=H19Y7lpBrpsULoXdIXJPEyBdJFbDfWO628ot5jmD4kdBvyuG3OJg3O9w1d37/WXiO xSC5zIpJ/50sNoZ7ELQr3cOogXfXeqxn8OprMIcVrtRs9RVdD7G1zB7689JWVOrM53 fEfaNREmZ59Q/oOB+ZZa4ZDneKXzS9fXGuOPfvrRi1Po7fWhtynAY+ru3IAvFCbgLR ZShAJB4qU235f6VM8IEszgK7uoXebGkgHt35bIdseneAbzwj4wzJGc9gLmoSh6/zdG 5UsGYCzo1vpYOreTSikwmhji+Dy8+5w1ve4N7bdiIeiwwiD7N9lxcZk6Oly2WyIbUW vMMnz07zu+n+g== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Sun, 16 Jun 2019 16:05:39 +0200 Message-Id: <1560693940-10828-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/2] package/libsocketcan: bump to version 0.0.11 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: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This includes the following changes: 0ff01ae v0.0.11 b217774 Add configure switch for error logging 15af38a Add compile option to disable error logging 9679a3f Add interface to retrieve link statistics 6f13cef Get link information only from specified interface f5392c3 Fix parse_rtattr() does not completely initialize 4ea9ec7 Update can_set_ctrlmode() documentation 5938ac7 Update CAN netlink header 0c91940 GNUmakefile: include LICENSE file in tarball 4608afb configure: back to trunk Signed-off-by: Pierre-Jean Texier --- package/libsocketcan/libsocketcan.hash | 2 +- package/libsocketcan/libsocketcan.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libsocketcan/libsocketcan.hash b/package/libsocketcan/libsocketcan.hash index 2546c66..7cb5c8e 100644 --- a/package/libsocketcan/libsocketcan.hash +++ b/package/libsocketcan/libsocketcan.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 3c83e386c3fa7673141658472ae0b0e2a9f5849bf52fd9f7b22b04fd98ec7b6e libsocketcan-0.0.10.tar.bz2 +sha256 28923f47b3f3191ff966866aa45823325b6e3b4fce72f056e5d87d64e4d6699d libsocketcan-0.0.11.tar.bz2 diff --git a/package/libsocketcan/libsocketcan.mk b/package/libsocketcan/libsocketcan.mk index 31ed0d3..7456e0b 100644 --- a/package/libsocketcan/libsocketcan.mk +++ b/package/libsocketcan/libsocketcan.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBSOCKETCAN_VERSION = 0.0.10 +LIBSOCKETCAN_VERSION = 0.0.11 LIBSOCKETCAN_SITE = http://www.pengutronix.de/software/libsocketcan/download LIBSOCKETCAN_SOURCE = libsocketcan-$(LIBSOCKETCAN_VERSION).tar.bz2 LIBSOCKETCAN_INSTALL_STAGING = YES