Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] classes/mirrors: remove bogus gnutls mirror
@ 2012-09-07 13:23 Paul Eggleton
  2012-09-07 13:51 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2012-09-07 13:23 UTC (permalink / raw)
  To: openembedded-core

This mirror entry which maps to itself plus a slash, if matched, put the
fetcher into a circular loop until the stack space is exhausted. A patch
has been sent to fix this issue in BitBake, but we should remove the
bogus entry as well.

(Note that this entry does not actually trigger the issue with current
master because the gnutls recipe now uses GNU_MIRROR instead of
ftp.gnutls.org, thus the bogus mirror entry is not matched.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/classes/mirrors.bbclass |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index 9009f20..1fd7cd8 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -27,7 +27,6 @@ ftp://ftp.gnupg.org/gcrypt/     http://gulus.USherbrooke.ca/pub/appl/GnuPG/ \n \
 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \n \
 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \n \
 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \n \
-ftp://ftp.gnutls.org/pub/gnutls ftp://ftp.gnutls.org/pub/gnutls/ \n \
 ftp://ftp.gnutls.org/pub/gnutls ftp://ftp.gnupg.org/gcrypt/gnutls/ \n \
 ftp://ftp.gnutls.org/pub/gnutls http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \n \
 ftp://ftp.gnutls.org/pub/gnutls ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/ \n \
-- 
1.7.9.5




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

* Re: [PATCH] classes/mirrors: remove bogus gnutls mirror
  2012-09-07 13:23 [PATCH] classes/mirrors: remove bogus gnutls mirror Paul Eggleton
@ 2012-09-07 13:51 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-07 13:51 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

On Fri, 2012-09-07 at 14:23 +0100, Paul Eggleton wrote:
> This mirror entry which maps to itself plus a slash, if matched, put the
> fetcher into a circular loop until the stack space is exhausted. A patch
> has been sent to fix this issue in BitBake, but we should remove the
> bogus entry as well.
> 
> (Note that this entry does not actually trigger the issue with current
> master because the gnutls recipe now uses GNU_MIRROR instead of
> ftp.gnutls.org, thus the bogus mirror entry is not matched.)
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  meta/classes/mirrors.bbclass |    1 -
>  1 file changed, 1 deletion(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-09-07 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 13:23 [PATCH] classes/mirrors: remove bogus gnutls mirror Paul Eggleton
2012-09-07 13:51 ` Richard Purdie

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