Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libarchive: fix download location
@ 2014-02-27 13:06 Sven Neumann
  2014-02-27 13:22 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Neumann @ 2014-02-27 13:06 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Sven Neumann <neumann@teufel.de>
---
 package/libarchive/libarchive.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libarchive/libarchive.mk b/package/libarchive/libarchive.mk
index 44d9cd2..0b8713f 100644
--- a/package/libarchive/libarchive.mk
+++ b/package/libarchive/libarchive.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBARCHIVE_VERSION = 3.0.4
-LIBARCHIVE_SITE = http://github.com/downloads/libarchive/libarchive
+LIBARCHIVE_SITE = http://www.libarchive.org/downloads/
 LIBARCHIVE_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
-- 
1.8.3.2

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

* [Buildroot] [PATCH] libarchive: fix download location
  2014-02-27 13:06 [Buildroot] [PATCH] libarchive: fix download location Sven Neumann
@ 2014-02-27 13:22 ` Peter Korsgaard
  2014-02-27 13:30   ` Sven Neumann
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2014-02-27 13:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:

 > Signed-off-by: Sven Neumann <neumann@teufel.de>

 > ---
 >  package/libarchive/libarchive.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/libarchive/libarchive.mk b/package/libarchive/libarchive.mk
 > index 44d9cd2..0b8713f 100644
 > --- a/package/libarchive/libarchive.mk
 > +++ b/package/libarchive/libarchive.mk
 > @@ -5,7 +5,7 @@
 >  ################################################################################
 
 >  LIBARCHIVE_VERSION = 3.0.4
 > -LIBARCHIVE_SITE = http://github.com/downloads/libarchive/libarchive
 > +LIBARCHIVE_SITE = http://www.libarchive.org/downloads/

Fix in what way? The github URL seems to work for me:

wget http://github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz
--2014-02-27 14:21:13--  http://github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz
Resolving github.com (github.com)... 192.30.252.131
Connecting to github.com (github.com)|192.30.252.131|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: /downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz [following]
--2014-02-27 14:21:13--  http://github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz
Connecting to github.com (github.com)|192.30.252.131|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz [following]
--2014-02-27 14:21:13--  https://github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz
Connecting to github.com (github.com)|192.30.252.131|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://cloud.github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz [following]
--2014-02-27 14:21:14--  http://cloud.github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz
Resolving cloud.github.com (cloud.github.com)... 54.230.196.88, 54.230.196.228, 54.230.196.133, ...
Connecting to cloud.github.com (cloud.github.com)|54.230.196.88|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3632806 (3.5M) [application/gzip]
Saving to: ?libarchive-3.0.4.tar.gz?

100%[====================================================================================================================>] 3,632,806   1.16MB/s   in 3.0s   

2014-02-27 14:21:18 (1.16 MB/s) - ?libarchive-3.0.4.tar.gz? saved [3632806/3632806]

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] libarchive: fix download location
  2014-02-27 13:22 ` Peter Korsgaard
@ 2014-02-27 13:30   ` Sven Neumann
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Neumann @ 2014-02-27 13:30 UTC (permalink / raw)
  To: buildroot

Hi,

On Do, 2014-02-27 at 14:22 +0100, Peter Korsgaard wrote:
> >>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:
> 
>  > Signed-off-by: Sven Neumann <neumann@teufel.de>
> 
>  > ---
>  >  package/libarchive/libarchive.mk | 2 +-
>  >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>  > diff --git a/package/libarchive/libarchive.mk b/package/libarchive/libarchive.mk
>  > index 44d9cd2..0b8713f 100644
>  > --- a/package/libarchive/libarchive.mk
>  > +++ b/package/libarchive/libarchive.mk
>  > @@ -5,7 +5,7 @@
>  >  ################################################################################
>  
>  >  LIBARCHIVE_VERSION = 3.0.4
>  > -LIBARCHIVE_SITE = http://github.com/downloads/libarchive/libarchive
>  > +LIBARCHIVE_SITE = http://www.libarchive.org/downloads/
> 
> Fix in what way? The github URL seems to work for me:
> 
> wget http://github.com/downloads/libarchive/libarchive/libarchive-3.0.4.tar.gz

Hmm, I tried to look at
http://github.com/downloads/libarchive/libarchive/ which didn't work.

Sorry for the noise then.


Regards,
Sven

-- 
Sven Neumann
Senior System Architect

Lautsprecher Teufel GmbH
Gewerbehof B?lowbogen, Aufgang D1
B?lowstr. 66
10783 Berlin
Germany

Direkt   +49 (0) 30 / 300 930-153
Telefon  +49 (0) 30 / 300 930-0

neumann at teufel.de

Registernummer HRB 20271 beim Amtsgericht Berlin-Charlottenburg
Gesch?ftsf?hrer: J?rgen Schneider, Edgar van Velzen
Umsatzsteuer-ID: DE136745959

www.teufel.de - www.teufelaudio.com - www.raumfeld.com

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

end of thread, other threads:[~2014-02-27 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 13:06 [Buildroot] [PATCH] libarchive: fix download location Sven Neumann
2014-02-27 13:22 ` Peter Korsgaard
2014-02-27 13:30   ` Sven Neumann

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