* [Buildroot] [PATCH] lvm2: bump version to 2.02.113
@ 2014-11-27 14:00 Vicente Olivert Riera
2014-11-27 19:32 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Vicente Olivert Riera @ 2014-11-27 14:00 UTC (permalink / raw)
To: buildroot
- Bump version to 2.02.113
- Update the hash value
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/lvm2/lvm2.hash | 2 +-
package/lvm2/lvm2.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/lvm2/lvm2.hash b/package/lvm2/lvm2.hash
index 3d02e83..adffcdb 100644
--- a/package/lvm2/lvm2.hash
+++ b/package/lvm2/lvm2.hash
@@ -1,2 +1,2 @@
# From ftp://sources.redhat.com/pub/lvm2/md5.sum
-md5 1f4033b750f68b68e9bd66d3661a2c3f LVM2.2.02.112.tgz
+md5 f71aa8e64030f3d2a3fdabcc36e45094 LVM2.2.02.113.tgz
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index bef22fb..48a3116 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LVM2_VERSION = 2.02.112
+LVM2_VERSION = 2.02.113
LVM2_SOURCE = LVM2.$(LVM2_VERSION).tgz
LVM2_SITE = ftp://sources.redhat.com/pub/lvm2/releases
LVM2_INSTALL_STAGING = YES
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] lvm2: bump version to 2.02.113
2014-11-27 14:00 [Buildroot] [PATCH] lvm2: bump version to 2.02.113 Vicente Olivert Riera
@ 2014-11-27 19:32 ` Thomas Petazzoni
2014-11-27 21:52 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2014-11-27 19:32 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Thu, 27 Nov 2014 14:00:08 +0000, Vicente Olivert Riera wrote:
> - Bump version to 2.02.113
> - Update the hash value
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/lvm2/lvm2.hash | 2 +-
> package/lvm2/lvm2.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] lvm2: bump version to 2.02.113
2014-11-27 19:32 ` Thomas Petazzoni
@ 2014-11-27 21:52 ` Peter Korsgaard
2014-11-27 21:58 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2014-11-27 21:52 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Dear Vicente Olivert Riera,
> On Thu, 27 Nov 2014 14:00:08 +0000, Vicente Olivert Riera wrote:
>> - Bump version to 2.02.113
>> - Update the hash value
>>
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>> package/lvm2/lvm2.hash | 2 +-
>> package/lvm2/lvm2.mk | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
> Applied, thanks.
NIT: It's handy if you explicitly state that the patches are applied to the
next branch.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] lvm2: bump version to 2.02.113
2014-11-27 21:52 ` Peter Korsgaard
@ 2014-11-27 21:58 ` Thomas Petazzoni
2014-11-28 9:43 ` Vicente Olivert Riera
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2014-11-27 21:58 UTC (permalink / raw)
To: buildroot
Peter,
On Thu, 27 Nov 2014 22:52:34 +0100, Peter Korsgaard wrote:
> > Applied, thanks.
>
> NIT: It's handy if you explicitly state that the patches are applied to the
> next branch.
Agreed, missed this detail in my notifications tonight, sorry about
that.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] lvm2: bump version to 2.02.113
2014-11-27 21:58 ` Thomas Petazzoni
@ 2014-11-28 9:43 ` Vicente Olivert Riera
2014-11-28 9:47 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Vicente Olivert Riera @ 2014-11-28 9:43 UTC (permalink / raw)
To: buildroot
Dear Peter and Thomas,
On 11/27/2014 09:58 PM, Thomas Petazzoni wrote:
> Peter,
>
> On Thu, 27 Nov 2014 22:52:34 +0100, Peter Korsgaard wrote:
>
>> > Applied, thanks.
>>
>> NIT: It's handy if you explicitly state that the patches are applied to the
>> next branch.
>
> Agreed, missed this detail in my notifications tonight, sorry about
> that.
>
> Thomas
>
sorry guys, I will add that information to my commit messages in future
patches for the next branch.
Cheers,
--
Vicente Olivert Riera
Graduate Software Engineer, MIPS Platforms
Imagination Technologies Limited
t: +44 (0)113 2429814
www.imgtec.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] lvm2: bump version to 2.02.113
2014-11-28 9:43 ` Vicente Olivert Riera
@ 2014-11-28 9:47 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2014-11-28 9:47 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
Hi,
>>> NIT: It's handy if you explicitly state that the patches are applied to the
>>> next branch.
>>
>> Agreed, missed this detail in my notifications tonight, sorry about
>> that.
>>
>> Thomas
> sorry guys, I will add that information to my commit messages in future
> patches for the next branch.
Thanks, but my comment was actually to Thomas that he should make it
clear to you (and others) that he has applied the patch to the next
branch, not to master.
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-11-28 9:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 14:00 [Buildroot] [PATCH] lvm2: bump version to 2.02.113 Vicente Olivert Riera
2014-11-27 19:32 ` Thomas Petazzoni
2014-11-27 21:52 ` Peter Korsgaard
2014-11-27 21:58 ` Thomas Petazzoni
2014-11-28 9:43 ` Vicente Olivert Riera
2014-11-28 9:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox