All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3
@ 2016-07-18  9:26 Vicente Olivert Riera
  2016-07-18  9:26 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.161 Vicente Olivert Riera
  2016-07-18 21:10 ` [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-07-18  9:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/lftp/lftp.hash | 2 +-
 package/lftp/lftp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/lftp/lftp.hash b/package/lftp/lftp.hash
index 3185fc5..57a5205 100644
--- a/package/lftp/lftp.hash
+++ b/package/lftp/lftp.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 475d7699b1390f951efee867ba1ad600f78329e13fd2a04d92f82bfffb70d872  lftp-4.7.2.tar.xz
+sha256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c  lftp-4.7.3.tar.xz
diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
index c3c11c5..eab7731 100644
--- a/package/lftp/lftp.mk
+++ b/package/lftp/lftp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LFTP_VERSION = 4.7.2
+LFTP_VERSION = 4.7.3
 LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
 LFTP_SITE = http://lftp.yar.ru/ftp
 LFTP_LICENSE = GPLv3+
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.161
  2016-07-18  9:26 [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3 Vicente Olivert Riera
@ 2016-07-18  9:26 ` Vicente Olivert Riera
  2016-07-18 21:10 ` [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-07-18  9:26 UTC (permalink / raw)
  To: buildroot

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 12edc96..4cce78c 100644
--- a/package/lvm2/lvm2.hash
+++ b/package/lvm2/lvm2.hash
@@ -1,2 +1,2 @@
 # From ftp://sources.redhat.com/pub/lvm2/releases/sha512.sum
-sha512 57f784e0d252865f8b75ef8b5cc3fcd15eedd94c0cd590ba8e4a9edaeb80e0befa3f9df27357e7216047e94b079ced4b524d5b6cb68ad12c62adb88addf53d21  LVM2.2.02.159.tgz
+sha512 7717d9f3b5bfb57dc240bc18673c66bc308de95c32f02090bc36b7d5264c2bfdadf234b0fcadc24b6099cf9f9c1d10be521200567b1e9744e71c252dc57dbf46  LVM2.2.02.161.tgz
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 64eb926..0341670 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LVM2_VERSION = 2.02.159
+LVM2_VERSION = 2.02.161
 LVM2_SOURCE = LVM2.$(LVM2_VERSION).tgz
 LVM2_SITE = ftp://sources.redhat.com/pub/lvm2/releases
 LVM2_INSTALL_STAGING = YES
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3
  2016-07-18  9:26 [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3 Vicente Olivert Riera
  2016-07-18  9:26 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.161 Vicente Olivert Riera
@ 2016-07-18 21:10 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-07-18 21:10 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 18 Jul 2016 10:26:36 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/lftp/lftp.hash | 2 +-
>  package/lftp/lftp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-18 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18  9:26 [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3 Vicente Olivert Riera
2016-07-18  9:26 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.161 Vicente Olivert Riera
2016-07-18 21:10 ` [Buildroot] [PATCH 1/2] lftp: bump version to 4.7.3 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.