From patchwork Mon Oct 8 22:01:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 190151 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 69BF42C0233 for ; Tue, 9 Oct 2012 09:01:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1A79C8B767; Mon, 8 Oct 2012 22:01:21 +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 bpTNu0egZIZX; Mon, 8 Oct 2012 22:01:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id F1F8C8B4E7; Mon, 8 Oct 2012 22:01:18 +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 1CB148F74A for ; Mon, 8 Oct 2012 22:01:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7D3308B4E7 for ; Mon, 8 Oct 2012 22:01:17 +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 TEBixt+Acsn5 for ; Mon, 8 Oct 2012 22:01:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id C0D2C8A2F7 for ; Mon, 8 Oct 2012 22:01:15 +0000 (UTC) Received: from asgard (host45.190-136-70.telecom.net.ar [190.136.70.45]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q98M16dJ024873 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Oct 2012 22:01:10 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1349733672; bh=Yr8LTnDitkBKhVVQrdOMFNHzuPpPRvMVA9Y4jp6xdtA=; h=From:To:Cc:Subject:Date; b=YBpByEJzB7i5TwFzxU8Gn+9CEh73WfUX1dwu+NoTfRLp6gGPmZ3r1VDcjl3Fs9e0u 6cuby/DnXdEGowbgJ4nhw6cyqI2EoXC4I6ika1EkWPCkE3Y2O1QZj1jh9sx1p1ebOL DnJLi6b/46o/8BqLMQv99bDeSYxqoOC2DyUlfNRo= Received: by asgard (sSMTP sendmail emulation); Mon, 08 Oct 2012 19:01:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 8 Oct 2012 19:01:02 -0300 Message-Id: <1349733665-2584-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 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: Gustavo Zacarias --- package/multimedia/mpd/mpd.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/multimedia/mpd/mpd.mk b/package/multimedia/mpd/mpd.mk index 8a5ceb6..ab3a357 100644 --- a/package/multimedia/mpd/mpd.mk +++ b/package/multimedia/mpd/mpd.mk @@ -4,7 +4,7 @@ # ############################################################# -MPD_VERSION = 0.17.1 +MPD_VERSION = 0.17.2 MPD_SITE = http://downloads.sourceforge.net/project/musicpd/mpd/$(MPD_VERSION) MPD_DEPENDENCIES = host-pkgconf libglib2 MPD_LICENSE = GPLv2