From patchwork Sat Aug 2 16:26:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 375938 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 802AD1400D5 for ; Sun, 3 Aug 2014 02:26:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 29EBA88F4D; Sat, 2 Aug 2014 16:26:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m7w0rYPchhdn; Sat, 2 Aug 2014 16:26:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 457E989094; Sat, 2 Aug 2014 16:26:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 56F7B1BFA3B for ; Sat, 2 Aug 2014 16:26:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 502C13069E for ; Sat, 2 Aug 2014 16:26:14 +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 nvWdbhax1xyl for ; Sat, 2 Aug 2014 16:26:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by silver.osuosl.org (Postfix) with ESMTPS id AD7C230684 for ; Sat, 2 Aug 2014 16:26:12 +0000 (UTC) Received: from fwd16.aul.t-online.de (fwd16.aul.t-online.de [172.20.26.243]) by mailout06.t-online.de (Postfix) with SMTP id 2116C27A222 for ; Sat, 2 Aug 2014 18:26:10 +0200 (CEST) Received: from fli4l.lan.fli4l (rfVofmZEYhDMEKO-hz5xUDrSjhLG3lwu5z9vjxejT8SxvmSuI5eKtzGlktumfGkQ09@[79.247.189.70]) by fwd16.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XDc8E-07s5oG0; Sat, 2 Aug 2014 18:26:06 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:34414) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.83) (envelope-from ) id 1XDc8D-0002la-LJ; Sat, 02 Aug 2014 18:26:05 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 2 Aug 2014 18:26:02 +0200 Message-Id: <1406996762-6980-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: rfVofmZEYhDMEKO-hz5xUDrSjhLG3lwu5z9vjxejT8SxvmSuI5eKtzGlktumfGkQ09 X-TOI-MSGID: 63f41f96-49eb-44bf-accc-a11efb21974c Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/vlc: Bump version to 2.1.5 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: Bernd Kuhls --- package/vlc/vlc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index 6c4677a..ad9f485 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -4,7 +4,7 @@ # ################################################################################ -VLC_VERSION = 2.1.4 +VLC_VERSION = 2.1.5 VLC_SITE = http://download.videolan.org/pub/videolan/vlc/$(VLC_VERSION) VLC_SOURCE = vlc-$(VLC_VERSION).tar.xz VLC_LICENSE = GPLv2+ LGPLv2.1+