All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-classic][PATCH] libpng: update SRC_URI
@ 2012-07-08 15:05 Apelete Seketeli
  2012-07-09  9:09 ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Apelete Seketeli @ 2012-07-08 15:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since
ftp.simplesystems.org seems to be down.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
 recipes/libpng/libpng.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/libpng/libpng.inc b/recipes/libpng/libpng.inc
index 7c6d247..d18408b 100644
--- a/recipes/libpng/libpng.inc
+++ b/recipes/libpng/libpng.inc
@@ -12,7 +12,7 @@ BBCLASSEXTEND = "native"
 
 RPROVIDES += "libpng3"
 
-SRC_URI = "ftp://ftp.simplesystems.org/pub/png/src/libpng-${PV}.tar.bz2;name=libpng"
+SRC_URI = "http://ftp.lfs-matrix.net/pub/blfs/conglomeration/libpng/libpng-${PV}.tar.bz2;name=libpng"
 S = "${WORKDIR}/libpng-${PV}"
 
 inherit autotools pkgconfig binconfig
-- 
1.7.10




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

* Re: [oe-classic][PATCH] libpng: update SRC_URI
  2012-07-08 15:05 [oe-classic][PATCH] libpng: update SRC_URI Apelete Seketeli
@ 2012-07-09  9:09 ` Andrei Gherzan
  2012-07-09 17:00   ` Apelete Seketeli
  0 siblings, 1 reply; 6+ messages in thread
From: Andrei Gherzan @ 2012-07-09  9:09 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net>wrote:

> Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since
> ftp.simplesystems.org seems to be down.
>
>
Now it's up and running. Could have been a temporary server problem or a
local one.

@g


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

* Re: [oe-classic][PATCH] libpng: update SRC_URI
  2012-07-09  9:09 ` Andrei Gherzan
@ 2012-07-09 17:00   ` Apelete Seketeli
  2012-07-09 20:28     ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Apelete Seketeli @ 2012-07-09 17:00 UTC (permalink / raw)
  To: openembedded-devel

Le 09-Jul-12, Andrei Gherzan a écrit:
> On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net>wrote:
> 
> > Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since
> > ftp.simplesystems.org seems to be down.
> >
> >
> Now it's up and running. Could have been a temporary server problem or a
> local one.

ftp.simplesystems.org is up and running indeed, but libpng1.2.44 is no
longer available on it. It is still available at ftp.lfs-matrix.net
though; maybe I should have explained it better on the commit message.

Cheers.
-- 
        Apelete



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

* Re: [oe-classic][PATCH] libpng: update SRC_URI
  2012-07-09 17:00   ` Apelete Seketeli
@ 2012-07-09 20:28     ` Andrei Gherzan
  2012-07-10 19:15       ` Apelete Seketeli
  0 siblings, 1 reply; 6+ messages in thread
From: Andrei Gherzan @ 2012-07-09 20:28 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Jul 9, 2012 at 8:00 PM, Apelete Seketeli <apelete@seketeli.net>wrote:

> Le 09-Jul-12, Andrei Gherzan a écrit:
> > On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net
> >wrote:
> >
> > > Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since
> > > ftp.simplesystems.org seems to be down.
> > >
> > >
> > Now it's up and running. Could have been a temporary server problem or a
> > local one.
>
> ftp.simplesystems.org is up and running indeed, but libpng1.2.44 is no
> longer available on it. It is still available at ftp.lfs-matrix.net
> though; maybe I should have explained it better on the commit message.
>
>
ftp://ftp.simplesystems.org/pub/libpng/libpng-canonical-test01/gz/libpng-1.2.44.tar.gz
So it is here. :)

Indeed the path is changed.

@g


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

* Re: [oe-classic][PATCH] libpng: update SRC_URI
  2012-07-09 20:28     ` Andrei Gherzan
@ 2012-07-10 19:15       ` Apelete Seketeli
  2012-07-10 19:18         ` [oe-classic][PATCH v2] " Apelete Seketeli
  0 siblings, 1 reply; 6+ messages in thread
From: Apelete Seketeli @ 2012-07-10 19:15 UTC (permalink / raw)
  To: openembedded-devel

Le 09-Jul-12, Andrei Gherzan a écrit:
> On Mon, Jul 9, 2012 at 8:00 PM, Apelete Seketeli <apelete@seketeli.net>wrote:
> 
> > Le 09-Jul-12, Andrei Gherzan a écrit:
> > > On Sun, Jul 8, 2012 at 6:05 PM, Apelete Seketeli <apelete@seketeli.net
> > >wrote:
> > >
> > > > Update the SRC_URI of libpng.inc to ftp.lfs-matrix.net since
> > > > ftp.simplesystems.org seems to be down.
> > > >
> > > >
> > > Now it's up and running. Could have been a temporary server problem or a
> > > local one.
> >
> > ftp.simplesystems.org is up and running indeed, but libpng1.2.44 is no
> > longer available on it. It is still available at ftp.lfs-matrix.net
> > though; maybe I should have explained it better on the commit message.
> >
> >
> ftp://ftp.simplesystems.org/pub/libpng/libpng-canonical-test01/gz/libpng-1.2.44.tar.gz
> So it is here. :)
> 
> Indeed the path is changed.

According to the README file sitting on the same level on the ftp
server, the libpng-canonical-test01 directory has been created for
test purposes. However, the file is available at
ftp://ftp.simplesystems.org/pub/libpng/png/src/history/libpng12/libpng-1.2.44.tar.bz2,
which seems to be a more permanent directory.
I will submit another patch, using that path instead.

Thanks.
-- 
        Apelete



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

* [oe-classic][PATCH v2] libpng: update SRC_URI
  2012-07-10 19:15       ` Apelete Seketeli
@ 2012-07-10 19:18         ` Apelete Seketeli
  0 siblings, 0 replies; 6+ messages in thread
From: Apelete Seketeli @ 2012-07-10 19:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Update the SRC_URI of libpng.inc since the libpng-1.2.44 source
package has been moved to another directory on ftp.simplesystems.org.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
 recipes/libpng/libpng.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/libpng/libpng.inc b/recipes/libpng/libpng.inc
index 7c6d247..bb2540b 100644
--- a/recipes/libpng/libpng.inc
+++ b/recipes/libpng/libpng.inc
@@ -12,7 +12,7 @@ BBCLASSEXTEND = "native"
 
 RPROVIDES += "libpng3"
 
-SRC_URI = "ftp://ftp.simplesystems.org/pub/png/src/libpng-${PV}.tar.bz2;name=libpng"
+SRC_URI = "ftp://ftp.simplesystems.org/pub/libpng/png/src/history/libpng12/libpng-${PV}.tar.bz2;name=libpng"
 S = "${WORKDIR}/libpng-${PV}"
 
 inherit autotools pkgconfig binconfig
-- 
1.7.10.4




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

end of thread, other threads:[~2012-07-10 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-08 15:05 [oe-classic][PATCH] libpng: update SRC_URI Apelete Seketeli
2012-07-09  9:09 ` Andrei Gherzan
2012-07-09 17:00   ` Apelete Seketeli
2012-07-09 20:28     ` Andrei Gherzan
2012-07-10 19:15       ` Apelete Seketeli
2012-07-10 19:18         ` [oe-classic][PATCH v2] " Apelete Seketeli

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.