Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mutt: bump to version 1.5.24
@ 2015-10-02 17:11 Gustavo Zacarias
  2015-10-02 17:21 ` Vincent Olivert Riera
  2015-10-02 19:50 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2015-10-02 17:11 UTC (permalink / raw)
  To: buildroot

Switch to bitbucket since it's not hosted at sourceforge any more (and
the official mutt source is ftp).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mutt/mutt.hash | 4 ++--
 package/mutt/mutt.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/mutt/mutt.hash b/package/mutt/mutt.hash
index 397f3da..befed13 100644
--- a/package/mutt/mutt.hash
+++ b/package/mutt/mutt.hash
@@ -1,2 +1,2 @@
-# Locally computed:
-sha256  3af0701e57b9e1880ed3a0dee34498a228939e854a16cdccd24e5e502626fd37  mutt-1.5.23.tar.gz
+# Locally calculated
+sha256  a292ca765ed7b19db4ac495938a3ef808a16193b7d623d65562bb8feb2b42200  mutt-1.5.24.tar.gz
diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
index 92457a1..b07f9b2 100644
--- a/package/mutt/mutt.mk
+++ b/package/mutt/mutt.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-MUTT_VERSION = 1.5.23
-MUTT_SITE = http://downloads.sourceforge.net/project/mutt/mutt
+MUTT_VERSION = 1.5.24
+MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
 MUTT_LICENSE = GPLv2+
 MUTT_LICENSE_FILES = GPL
 MUTT_DEPENDENCIES = ncurses
-- 
2.4.9

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

* [Buildroot] [PATCH] mutt: bump to version 1.5.24
  2015-10-02 17:11 [Buildroot] [PATCH] mutt: bump to version 1.5.24 Gustavo Zacarias
@ 2015-10-02 17:21 ` Vincent Olivert Riera
  2015-10-02 17:23   ` Gustavo Zacarias
  2015-10-02 19:50 ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Vincent Olivert Riera @ 2015-10-02 17:21 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

Is there a problem with downloading from an ftp? I think is better to download the sources from the official site.

Regards,

Vincent.


________________________________________
From: buildroot [buildroot-bounces at busybox.net] on behalf of Gustavo Zacarias [gustavo at zacarias.com.ar]
Sent: 02 October 2015 18:11
To: buildroot at busybox.net
Subject: [Buildroot] [PATCH] mutt: bump to version 1.5.24

Switch to bitbucket since it's not hosted at sourceforge any more (and
the official mutt source is ftp).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mutt/mutt.hash | 4 ++--
 package/mutt/mutt.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/mutt/mutt.hash b/package/mutt/mutt.hash
index 397f3da..befed13 100644
--- a/package/mutt/mutt.hash
+++ b/package/mutt/mutt.hash
@@ -1,2 +1,2 @@
-# Locally computed:
-sha256  3af0701e57b9e1880ed3a0dee34498a228939e854a16cdccd24e5e502626fd37  mutt-1.5.23.tar.gz
+# Locally calculated
+sha256  a292ca765ed7b19db4ac495938a3ef808a16193b7d623d65562bb8feb2b42200  mutt-1.5.24.tar.gz
diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
index 92457a1..b07f9b2 100644
--- a/package/mutt/mutt.mk
+++ b/package/mutt/mutt.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################

-MUTT_VERSION = 1.5.23
-MUTT_SITE = http://downloads.sourceforge.net/project/mutt/mutt
+MUTT_VERSION = 1.5.24
+MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
 MUTT_LICENSE = GPLv2+
 MUTT_LICENSE_FILES = GPL
 MUTT_DEPENDENCIES = ncurses
--
2.4.9

_______________________________________________
buildroot mailing list
buildroot at busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] mutt: bump to version 1.5.24
  2015-10-02 17:21 ` Vincent Olivert Riera
@ 2015-10-02 17:23   ` Gustavo Zacarias
  2015-10-02 17:34     ` Vincent Olivert Riera
  0 siblings, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2015-10-02 17:23 UTC (permalink / raw)
  To: buildroot

On 02/10/15 14:21, Vincent Olivert Riera wrote:

> Dear Gustavo Zacarias,
>
> Is there a problem with downloading from an ftp? I think is better to download the sources from the official site.
>
> Regards,
>
> Vincent.

Hi.
Corporate firewalls tend to block ftp more than https.
Bitbucket is listed in the mutt homepage, ftp is listed as primary, but 
it's just as official (yeah, bad wording).
Regards.

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

* [Buildroot] [PATCH] mutt: bump to version 1.5.24
  2015-10-02 17:23   ` Gustavo Zacarias
@ 2015-10-02 17:34     ` Vincent Olivert Riera
  0 siblings, 0 replies; 5+ messages in thread
From: Vincent Olivert Riera @ 2015-10-02 17:34 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

ok, understood.

Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ file output/target/usr/bin/mutt
output/target/usr/bin/mutt: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 2.6.32, stripped

$ grep ^MUTT_VERSION package/mutt/mutt.mk 
MUTT_VERSION = 1.5.24

Regards,

Vincent.


________________________________________
From: Gustavo Zacarias [gustavo at zacarias.com.ar]
Sent: 02 October 2015 18:23
To: Vincent Olivert Riera
Cc: buildroot at buildroot.org
Subject: Re: [Buildroot] [PATCH] mutt: bump to version 1.5.24

On 02/10/15 14:21, Vincent Olivert Riera wrote:

> Dear Gustavo Zacarias,
>
> Is there a problem with downloading from an ftp? I think is better to download the sources from the official site.
>
> Regards,
>
> Vincent.

Hi.
Corporate firewalls tend to block ftp more than https.
Bitbucket is listed in the mutt homepage, ftp is listed as primary, but
it's just as official (yeah, bad wording).
Regards.

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

* [Buildroot] [PATCH] mutt: bump to version 1.5.24
  2015-10-02 17:11 [Buildroot] [PATCH] mutt: bump to version 1.5.24 Gustavo Zacarias
  2015-10-02 17:21 ` Vincent Olivert Riera
@ 2015-10-02 19:50 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2015-10-02 19:50 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Switch to bitbucket since it's not hosted at sourceforge any more (and
 > the official mutt source is ftp).

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-10-02 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 17:11 [Buildroot] [PATCH] mutt: bump to version 1.5.24 Gustavo Zacarias
2015-10-02 17:21 ` Vincent Olivert Riera
2015-10-02 17:23   ` Gustavo Zacarias
2015-10-02 17:34     ` Vincent Olivert Riera
2015-10-02 19:50 ` Peter Korsgaard

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