From patchwork Sat Mar 29 22:40:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 335070 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 95FB11400AA for ; Sun, 30 Mar 2014 09:41:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0516C307F0; Sat, 29 Mar 2014 22:41:04 +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 viUOT-yuN1t9; Sat, 29 Mar 2014 22:41:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 65AD32547C; Sat, 29 Mar 2014 22:41:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B0EA81CE6BC for ; Sat, 29 Mar 2014 22:40:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A837B8CFFA for ; Sat, 29 Mar 2014 22:40:59 +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 SBNrCKd++Aoc for ; Sat, 29 Mar 2014 22:40:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by whitealder.osuosl.org (Postfix) with ESMTP id C90498CFF2 for ; Sat, 29 Mar 2014 22:40:55 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlwGAAtLN1NbtYLQ/2dsb2JhbABZgwY7gyLAQoESF3SDAiNPSzeHfQHRP44bZB2EIgSYToEzkQKDMTyBLA Received: from 208.130-181-91.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([91.181.130.208]) by relay.skynet.be with ESMTP; 29 Mar 2014 23:40:54 +0100 From: Sagaert Johan To: buildroot@busybox.net Date: Sat, 29 Mar 2014 23:40:33 +0100 Message-Id: <1396132833-20016-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.9.1 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] eudev : bump version to 1.5.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Sagaert Johan Tested-by: Eric Le Bihan Acked-by: Eric Le Bihan --- package/eudev/eudev.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk index a2fe528..8e5e83d 100644 --- a/package/eudev/eudev.mk +++ b/package/eudev/eudev.mk @@ -4,7 +4,7 @@ # ################################################################################ -EUDEV_VERSION = 1.5.2 +EUDEV_VERSION = 1.5.3 EUDEV_SITE = $(call github,gentoo,eudev,$(EUDEV_VERSION)) EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries) EUDEV_LICENSE_FILES = COPYING