From patchwork Tue Oct 8 01:31:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 281299 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 4D4A32C00A3 for ; Tue, 8 Oct 2013 12:32:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4B8EB8942A; Tue, 8 Oct 2013 01:31:59 +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 3J2yzHDH5Cyg; Tue, 8 Oct 2013 01:31:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 13FC688F18; Tue, 8 Oct 2013 01:31:56 +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 6AA401C2794 for ; Tue, 8 Oct 2013 01:31:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6F59D83F86 for ; Tue, 8 Oct 2013 01:31:54 +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 QhnI2da89ioK for ; Tue, 8 Oct 2013 01:31:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id B2B478A033 for ; Tue, 8 Oct 2013 01:31:52 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id md4so7874781pbc.2 for ; Mon, 07 Oct 2013 18:31:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=MkXHTtupSsCOb+V5C9Wk3IT7cLdLVou4nEVZJWpJq4o=; b=hisdtkJSdUBu79twiJ1AvdHjvk/wv6YDa+eM5n7K2L9sMqgnQ9iLqELaj36p0UM2OI gLy14c9PCyOkHaXS6ndMcgx/wmJA5M1cNaVrQnwXsmNVdiqXifCopXWjngg2k7wnvdeD UmOJmXAPjw3u69p+/vHzOicRx0t/ER/hjqR6Nt/B+A4a+lHvPAfLo5oMPAouRy2cI9vs 9EFSzGAe8NGxkz7fTJPBhVEK35VPAZz5lXF0cXqnUnFREff+LbVp0eKuuFbX2+0GrSzc 1AnLpqY57jeFjhxDUX8VErM95xZpkwjOIj6yUDMJuVDRtbXfEG2QtUUai/2y68NkWBy7 akBg== X-Gm-Message-State: ALoCoQmfG9EsxJIoAe6/R8Cvz9V8MYKCsrwi3yIAV2kbA6P5ajA9OAhfk0j/4NCGCJQePwkVNLlh X-Received: by 10.66.242.17 with SMTP id wm17mr542186pac.102.1381195912408; Mon, 07 Oct 2013 18:31:52 -0700 (PDT) Received: from [192.168.1.108] (111-240-48-148.dynamic.hinet.net. [111.240.48.148]) by mx.google.com with ESMTPSA id kd1sm42982325pab.20.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 18:31:52 -0700 (PDT) Message-ID: <1381195908.12897.2.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Tue, 08 Oct 2013 09:31:48 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] lvm2: bump to version 2.02.103 and add license information 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin --- package/lvm2/lvm2.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk index 873216c..07c0d94 100644 --- a/package/lvm2/lvm2.mk +++ b/package/lvm2/lvm2.mk @@ -4,10 +4,12 @@ # ################################################################################ -LVM2_VERSION = 2.02.79 +LVM2_VERSION = 2.02.103 LVM2_SOURCE = LVM2.$(LVM2_VERSION).tgz LVM2_SITE = ftp://sources.redhat.com/pub/lvm2/releases LVM2_INSTALL_STAGING = YES +LVM2_LICENSE = GPLv2+ LGPLv2.1+ +LVM2_LICENSE_FILES = COPYING COPYING.LIB LVM2_BINS = \ dmsetup fsadm lvm lvmconf lvmdump vgimportclone \