From patchwork Mon Sep 7 10:35:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 515083 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 36569140281 for ; Mon, 7 Sep 2015 20:35:46 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5CB2B95B67; Mon, 7 Sep 2015 10:35:45 +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 0EDrH22NZ1ar; Mon, 7 Sep 2015 10:35:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id CAC9B95B68; Mon, 7 Sep 2015 10:35:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 27F0F1C1207 for ; Mon, 7 Sep 2015 10:35:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 18DB126E61 for ; Mon, 7 Sep 2015 10:35:44 +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 iEL0dGV+kODu for ; Mon, 7 Sep 2015 10:35:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by silver.osuosl.org (Postfix) with ESMTP id 311E226DD8 for ; Mon, 7 Sep 2015 10:35:43 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 8A64877E30F42 for ; Mon, 7 Sep 2015 11:35:39 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 7 Sep 2015 11:35:41 +0100 Received: from localhost.localdomain (192.168.154.34) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Mon, 7 Sep 2015 11:35:40 +0100 From: Vicente Olivert Riera To: Date: Mon, 7 Sep 2015 11:35:30 +0100 Message-ID: <1441622130-31214-1-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 X-Originating-IP: [192.168.154.34] Subject: [Buildroot] [PATCH] lvm2: bump to version 2.02.130 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Release announcement: https://www.redhat.com/archives/lvm-devel/2015-September/msg00048.html Signed-off-by: Vicente Olivert Riera --- package/lvm2/lvm2.hash | 4 +++- package/lvm2/lvm2.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/lvm2/lvm2.hash b/package/lvm2/lvm2.hash index eda465d..6aae05a 100644 --- a/package/lvm2/lvm2.hash +++ b/package/lvm2/lvm2.hash @@ -1,2 +1,4 @@ # From ftp://sources.redhat.com/pub/lvm2/md5.sum -md5 2d24ba982c8a85e8c837210f087a6a51 LVM2.2.02.125.tgz +md5 e7ae07e413120713549cc6dd2a558c75 LVM2.2.02.130.tgz +# Locally calculated +sha256 1d9af1ce498453639bb353d593980eca5c7ca9cc7734ace61454191f7c669d29 LVM2.2.02.130.tgz diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk index 0930a10..73a27ad 100644 --- a/package/lvm2/lvm2.mk +++ b/package/lvm2/lvm2.mk @@ -4,7 +4,7 @@ # ################################################################################ -LVM2_VERSION = 2.02.125 +LVM2_VERSION = 2.02.130 LVM2_SOURCE = LVM2.$(LVM2_VERSION).tgz LVM2_SITE = ftp://sources.redhat.com/pub/lvm2/releases LVM2_INSTALL_STAGING = YES