All of lore.kernel.org
 help / color / mirror / Atom feed
* [pyro] [PATCH] cryptodev-linux: update SRC_URI
@ 2017-05-26  7:07 Chang Rebecca Swee Fun
  2017-05-29  7:49 ` Maxin B. John
  0 siblings, 1 reply; 3+ messages in thread
From: Chang Rebecca Swee Fun @ 2017-05-26  7:07 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List

Gna! project announced that the download site from gna.org HTTP server
will soon be closing down. We have verified that the site is no longer
accessible without network proxy cache. We need to update SRC_URI to
point to new alternative (nwl.cc HTTP server) in order to avoid fetcher
issues in future.

[YOCTO #11575]

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
---
 meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 24b3227..4ae0a2b 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://cryptodev-linux.org/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \
+SRC_URI = "http://nwl.cc/pub/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \
            file://06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch \
            file://cb186f682679383e8b5806240927903730ce85d9.patch \
            file://0001-Adjust-to-another-change-in-the-user-page-API.patch \
-- 
2.7.4



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

* Re: [pyro] [PATCH] cryptodev-linux: update SRC_URI
  2017-05-26  7:07 [pyro] [PATCH] cryptodev-linux: update SRC_URI Chang Rebecca Swee Fun
@ 2017-05-29  7:49 ` Maxin B. John
  2017-05-29  8:45   ` Chang, Rebecca Swee Fun
  0 siblings, 1 reply; 3+ messages in thread
From: Maxin B. John @ 2017-05-29  7:49 UTC (permalink / raw)
  To: Chang Rebecca Swee Fun; +Cc: OpenEmbedded Core Mailing List

Hi Rebecca,

On Fri, May 26, 2017 at 03:07:01PM +0800, Chang Rebecca Swee Fun wrote:
> Gna! project announced that the download site from gna.org HTTP server
> will soon be closing down. We have verified that the site is no longer
> accessible without network proxy cache. We need to update SRC_URI to
> point to new alternative (nwl.cc HTTP server) in order to avoid fetcher
> issues in future.
> 
> [YOCTO #11575]
> 
> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
> ---
>  meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
> index 24b3227..4ae0a2b 100644
> --- a/meta/recipes-kernel/cryptodev/cryptodev.inc
> +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://cryptodev-linux.org/"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
> -SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \
> +SRC_URI = "http://nwl.cc/pub/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \

Any particular reason for choosing nwl.cc over github ?
(https://github.com/cryptodev-linux/cryptodev-linux).


>             file://06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch \
>             file://cb186f682679383e8b5806240927903730ce85d9.patch \
>             file://0001-Adjust-to-another-change-in-the-user-page-API.patch \
> -- 
> 2.7.4

Best Regards,
Maxin


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

* Re: [pyro] [PATCH] cryptodev-linux: update SRC_URI
  2017-05-29  7:49 ` Maxin B. John
@ 2017-05-29  8:45   ` Chang, Rebecca Swee Fun
  0 siblings, 0 replies; 3+ messages in thread
From: Chang, Rebecca Swee Fun @ 2017-05-29  8:45 UTC (permalink / raw)
  To: John, Maxin; +Cc: OpenEmbedded Core Mailing List

Hi Maxin,


> -----Original Message-----
> From: John, Maxin
> Sent: Monday, May 29, 2017 3:50 PM
> To: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
> Cc: OpenEmbedded Core Mailing List <openembedded-
> core@lists.openembedded.org>
> Subject: Re: [OE-core] [pyro] [PATCH] cryptodev-linux: update SRC_URI
> 
> Hi Rebecca,
> 
> On Fri, May 26, 2017 at 03:07:01PM +0800, Chang Rebecca Swee Fun wrote:
> > Gna! project announced that the download site from gna.org HTTP server
> > will soon be closing down. We have verified that the site is no longer
> > accessible without network proxy cache. We need to update SRC_URI to
> > point to new alternative (nwl.cc HTTP server) in order to avoid
> > fetcher issues in future.
> >
> > [YOCTO #11575]
> >
> > Signed-off-by: Chang Rebecca Swee Fun
> > <rebecca.swee.fun.chang@intel.com>
> > ---
> >  meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc
> > b/meta/recipes-kernel/cryptodev/cryptodev.inc
> > index 24b3227..4ae0a2b 100644
> > --- a/meta/recipes-kernel/cryptodev/cryptodev.inc
> > +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
> > @@ -3,7 +3,7 @@ HOMEPAGE = "http://cryptodev-linux.org/"
> >  LICENSE = "GPLv2"
> >  LIC_FILES_CHKSUM =
> "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> >
> > -SRC_URI =
> > "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz
> > \
> > +SRC_URI =
> > +"http://nwl.cc/pub/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \
> 
> Any particular reason for choosing nwl.cc over github ?
> (https://github.com/cryptodev-linux/cryptodev-linux).

I got the alternative link from http://cryptodev-linux.org/download.html
as suggested by cryptodev-linux.

Regards,
Rebecca


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

end of thread, other threads:[~2017-05-29  8:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-26  7:07 [pyro] [PATCH] cryptodev-linux: update SRC_URI Chang Rebecca Swee Fun
2017-05-29  7:49 ` Maxin B. John
2017-05-29  8:45   ` Chang, Rebecca Swee Fun

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.