From patchwork Sun Jun 7 11:18:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 481723 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 0D0DD14016A for ; Sun, 7 Jun 2015 21:18:44 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3EDE792107; Sun, 7 Jun 2015 11:18:43 +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 5vwdlBNTqlak; Sun, 7 Jun 2015 11:18:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 380C791FA3; Sun, 7 Jun 2015 11:18:41 +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 0B8291BFC00 for ; Sun, 7 Jun 2015 11:18:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 03B5791FA3 for ; Sun, 7 Jun 2015 11:18:40 +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 8DHwlyy5hhjq for ; Sun, 7 Jun 2015 11:18:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by whitealder.osuosl.org (Postfix) with ESMTPS id 37B9691E7B for ; Sun, 7 Jun 2015 11:18:38 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout03.t-online.de (Postfix) with SMTP id 51E161C68D3 for ; Sun, 7 Jun 2015 13:18:35 +0200 (CEST) Received: from fli4l.lan.fli4l (Vak6d0Zbghr83Z2EW1Fqp6hDvV-cMo5EKQNnMymdzhcdZM8rvS-1Oo7Am3mSMeBwk3@[79.247.165.194]) by fwd15.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1Z1Yb3-0nsAxk0; Sun, 7 Jun 2015 13:18:33 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:44053) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1Z1Yb2-0004ME-DA; Sun, 07 Jun 2015 13:18:32 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 7 Jun 2015 13:18:30 +0200 Message-Id: <1433675910-30087-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: Vak6d0Zbghr83Z2EW1Fqp6hDvV-cMo5EKQNnMymdzhcdZM8rvS-1Oo7Am3mSMeBwk3 X-TOI-MSGID: 6f626610-5463-49b9-ad1d-b9d1235f825e Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v2 1/1] package/eudev: bump version to 3.1.1 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" Removed patch applied upstream: https://github.com/gentoo/eudev/commit/d2aeb8b63dfcb15161c4dd3e80491c844c3f0581#diff-0a5e92f58aded4146365ea36ee8b3c21 Signed-off-by: Bernd Kuhls Tested-by: Doug Kehn -Date: Sat, 4 Apr 2015 13:47:32 +0200 -Subject: [PATCH] Revert "udev: rules - modernise add_rule a bit" - -Initialisers for anonymous unions are unknown to gcc-4.5, which is still -quite widely used. - -See the following build failure, reported by the Buildroot autobuilders: - http://autobuild.buildroot.org/results/11e/11ebb926b891862e270b9cb39fd2ed4344b736a8/build-end.log - -This reverts commit 5cb98078479d93e25099c1cb73fa9c46aa9ccf29. - -Signed-off-by: "Yann E. MORIN" -Cc: Tom Gundersen ---- -Notes: - - submitted upstream: https://github.com/gentoo/eudev/pull/113 - ---- - src/udev/udev-rules.c | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c -index 5a4792e..3a96c8a 100644 ---- a/src/udev/udev-rules.c -+++ b/src/udev/udev-rules.c -@@ -1047,11 +1047,11 @@ static int add_rule(struct udev_rules *rules, char *line, - const char *filename, unsigned int filename_off, unsigned int lineno) { - char *linepos; - const char *attr; -- struct rule_tmp rule_tmp = { -- .rules = rules, -- .rule.type = TK_RULE, -- }; -+ struct rule_tmp rule_tmp; - -+ memzero(&rule_tmp, sizeof(struct rule_tmp)); -+ rule_tmp.rules = rules; -+ rule_tmp.rule.type = TK_RULE; - /* the offset in the rule is limited to unsigned short */ - if (filename_off < USHRT_MAX) - rule_tmp.rule.rule.filename_off = filename_off; --- -1.9.1 - diff --git a/package/eudev/eudev.hash b/package/eudev/eudev.hash index 49f86ae..7c750a9 100644 --- a/package/eudev/eudev.hash +++ b/package/eudev/eudev.hash @@ -1,2 +1,2 @@ # From http://dev.gentoo.org/~blueness/eudev/ -md5 a2706a1413723b6b82eecb7d6982763c eudev-3.0.tar.gz +md5 d8d6b2ae5c9a740967b1ae2dccbae95b eudev-3.1.1.tar.gz diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk index cfff94a..101d510 100644 --- a/package/eudev/eudev.mk +++ b/package/eudev/eudev.mk @@ -4,7 +4,7 @@ # ################################################################################ -EUDEV_VERSION = 3.0 +EUDEV_VERSION = 3.1.1 EUDEV_SOURCE = eudev-$(EUDEV_VERSION).tar.gz EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries)