Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] lftp: bump version to 4.7.4
@ 2016-11-16 17:40 Vicente Olivert Riera
  2017-02-06 13:35 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-11-16 17:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/lftp/lftp.hash b/package/lftp/lftp.hash
index 57a5205..0e0f927 100644
--- a/package/lftp/lftp.hash
+++ b/package/lftp/lftp.hash
@@ -1,2 +1,2 @@
-# Locally calculated
-sha256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c  lftp-4.7.3.tar.xz
+# Locally calculated after checking gpg signature
+sha256 bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c  lftp-4.7.4.tar.xz
diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
index 802bbc7..a7e1f92 100644
--- a/package/lftp/lftp.mk
+++ b/package/lftp/lftp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LFTP_VERSION = 4.7.3
+LFTP_VERSION = 4.7.4
 LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
 LFTP_SITE = http://lftp.yar.ru/ftp
 LFTP_LICENSE = GPLv3+
-- 
2.10.1

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

* [Buildroot] [PATCH next] lftp: bump version to 4.7.4
  2016-11-16 17:40 [Buildroot] [PATCH next] lftp: bump version to 4.7.4 Vicente Olivert Riera
@ 2017-02-06 13:35 ` Yann E. MORIN
  2017-02-06 13:56   ` Jeroen Roovers
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2017-02-06 13:35 UTC (permalink / raw)
  To: buildroot

Vciente, All,

On 2016-11-16 17:40 +0000, Vicente Olivert Riera spake thusly:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/lftp/lftp.hash | 4 ++--
>  package/lftp/lftp.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/lftp/lftp.hash b/package/lftp/lftp.hash
> index 57a5205..0e0f927 100644
> --- a/package/lftp/lftp.hash
> +++ b/package/lftp/lftp.hash
> @@ -1,2 +1,2 @@
> -# Locally calculated
> -sha256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c  lftp-4.7.3.tar.xz
> +# Locally calculated after checking gpg signature
> +sha256 bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c  lftp-4.7.4.tar.xz
> diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
> index 802bbc7..a7e1f92 100644
> --- a/package/lftp/lftp.mk
> +++ b/package/lftp/lftp.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LFTP_VERSION = 4.7.3
> +LFTP_VERSION = 4.7.4

This is causing build failures in static builds:
    http://autobuild.buildroot.org/results/025/02570aadbf84809e194e4bcc8f5bdfa26b77d849/

Care to have a look? ;-)

Regards,
Yann E. MORIN.

>  LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
>  LFTP_SITE = http://lftp.yar.ru/ftp
>  LFTP_LICENSE = GPLv3+
> -- 
> 2.10.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH next] lftp: bump version to 4.7.4
  2017-02-06 13:35 ` Yann E. MORIN
@ 2017-02-06 13:56   ` Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-02-06 13:56 UTC (permalink / raw)
  To: buildroot

# BR2_PTHREADS is not set

Also, lftp 4.7.5 was released more than a month ago, but it probably
doesn't fix that build failure.

On 6 February 2017 at 14:35, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Vciente, All,
>
> On 2016-11-16 17:40 +0000, Vicente Olivert Riera spake thusly:
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>>  package/lftp/lftp.hash | 4 ++--
>>  package/lftp/lftp.mk   | 2 +-
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/package/lftp/lftp.hash b/package/lftp/lftp.hash
>> index 57a5205..0e0f927 100644
>> --- a/package/lftp/lftp.hash
>> +++ b/package/lftp/lftp.hash
>> @@ -1,2 +1,2 @@
>> -# Locally calculated
>> -sha256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c  lftp-4.7.3.tar.xz
>> +# Locally calculated after checking gpg signature
>> +sha256 bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c  lftp-4.7.4.tar.xz
>> diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk
>> index 802bbc7..a7e1f92 100644
>> --- a/package/lftp/lftp.mk
>> +++ b/package/lftp/lftp.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>
>> -LFTP_VERSION = 4.7.3
>> +LFTP_VERSION = 4.7.4
>
> This is causing build failures in static builds:
>     http://autobuild.buildroot.org/results/025/02570aadbf84809e194e4bcc8f5bdfa26b77d849/
>
> Care to have a look? ;-)
>
> Regards,
> Yann E. MORIN.
>
>>  LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
>>  LFTP_SITE = http://lftp.yar.ru/ftp
>>  LFTP_LICENSE = GPLv3+
>> --
>> 2.10.1
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2017-02-06 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-16 17:40 [Buildroot] [PATCH next] lftp: bump version to 4.7.4 Vicente Olivert Riera
2017-02-06 13:35 ` Yann E. MORIN
2017-02-06 13:56   ` Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox