Re: [OE-core] [PATCH 14/15] expect: upgrade 5.45.3 -> 5.45.4

2018-03-02 Thread Richard Purdie
On Fri, 2018-03-02 at 13:14 -0500, Denys Dmytriyenko wrote:
> FYI, sourceforge is currently experiencing issues (another DDoS
> attack?) and 
> instead of tarballs, serves HTML file with this text:
> 
> We're sorry -- the Sourceforge site is currently in Disaster Recovery
> mode, 
> and currently requires the use of javascript to function.  Please
> check back 
> later.

That explains some weird errors I saw on the new autobuilder setup but
hadn't debugged, thanks!

Cheers,

Richard
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 14/15] expect: upgrade 5.45.3 -> 5.45.4

2018-03-02 Thread Burton, Ross
That would be it, thanks Denys.

Ross

On 2 March 2018 at 18:14, Denys Dmytriyenko  wrote:

> FYI, sourceforge is currently experiencing issues (another DDoS attack?)
> and
> instead of tarballs, serves HTML file with this text:
>
> We're sorry -- the Sourceforge site is currently in Disaster Recovery mode,
> and currently requires the use of javascript to function.  Please check
> back
> later.
>
> --
> Denys
>
>
> On Fri, Mar 02, 2018 at 02:12:22PM +, Burton, Ross wrote:
> > ERROR: expect-5.45.4-r0 do_fetch: Fetcher failure for URL: '
> > http://downloads.sourceforge.net/expect/Expect/5.45.4/
> expect5.45.4.tar.gz'.
> > Checksum mismatch!
> > File: '/srv/autobuilder/
> > autobuilder.yoctoproject.org/current_sources/expect5.45.4.tar.gz' has
> md5
> > checksum cb530d737c8f2d1023797cf0587b4e05 when
> > 00fce8de158422f5ccd2666512329bd2 was expected
> > File: '/srv/autobuilder/
> > autobuilder.yoctoproject.org/current_sources/expect5.45.4.tar.gz' has
> > sha256 checksum
> > 7a07d3f7cca5c0b38ca811984ef8da536da32932d68c1a6cce33ec2462b930bf when
> > 49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34 was
> > expected
> > If this change is expected (e.g. you have upgraded to a new version
> without
> > updating the checksums) then you can use these lines within the recipe:
> > SRC_URI[md5sum] = "cb530d737c8f2d1023797cf0587b4e05"
> > SRC_URI[sha256sum] =
> > "7a07d3f7cca5c0b38ca811984ef8da536da32932d68c1a6cce33ec2462b930bf"
> >
> > Yes, they changed the tarball between you submitting this (and me testing
> > it here), and the autobuilder run last night.
> >
> > Actually worth checking they haven't been hacked, although god knows who
> > would want to compromise expect of all things.
> >
> > Ross
> >
> > On 1 March 2018 at 14:00, Alexander Kanavin <
> > alexander.kana...@linux.intel.com> wrote:
> >
> > > Signed-off-by: Alexander Kanavin 
> > > ---
> > >  meta/recipes-devtools/expect/{expect_5.45.3.bb => expect_5.45.4.bb}
> | 4
> > > ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > >  rename meta/recipes-devtools/expect/{expect_5.45.3.bb =>
> expect_5.45.4.bb}
> > > (95%)
> > >
> > > diff --git a/meta/recipes-devtools/expect/expect_5.45.3.bb
> > > b/meta/recipes-devtools/expect/expect_5.45.4.bb
> > > similarity index 95%
> > > rename from meta/recipes-devtools/expect/expect_5.45.3.bb
> > > rename to meta/recipes-devtools/expect/expect_5.45.4.bb
> > > index 445eca5742d..96eacd92934 100644
> > > --- a/meta/recipes-devtools/expect/expect_5.45.3.bb
> > > +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb
> > > @@ -26,8 +26,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expect/
> > > Expect/${PV}/${BPN}${PV}.tar.gz \
> > > file://0001-Resolve-string-formatting-issues.patch \
> > > file://0001-expect-Fix-segfaults-if-Tcl-is-built-
> with-stubs-and-.patch
> > > \
> > >"
> > > -SRC_URI[md5sum] = "a8855cd41c1ef004b9794db9e2a57a9d"
> > > -SRC_URI[sha256sum] = "c520717b7195944a69ce1492ec82ca
> > > 0ac3f3baf060804e6c5ee6d505ea512be9"
> > > +SRC_URI[md5sum] = "00fce8de158422f5ccd2666512329bd2"
> > > +SRC_URI[sha256sum] = "49a7da83b0bdd9f46d04a04deec19c
> > > 7767bb9a323e40c4781f89caf760b92c34"
> > >
> > >  UPSTREAM_CHECK_URI = "http://sourceforge.net/
> > > projects/expect/files/Expect/"
> > >  UPSTREAM_CHECK_REGEX = "/Expect/(?P(\d+[\.\-_]*)+)/"
> > > --
> > > 2.15.1
> > >
> > > --
> > > ___
> > > Openembedded-core mailing list
> > > Openembedded-core@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> > >
>
> > --
> > ___
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 14/15] expect: upgrade 5.45.3 -> 5.45.4

2018-03-02 Thread Denys Dmytriyenko
FYI, sourceforge is currently experiencing issues (another DDoS attack?) and 
instead of tarballs, serves HTML file with this text:

We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, 
and currently requires the use of javascript to function.  Please check back 
later.

-- 
Denys


On Fri, Mar 02, 2018 at 02:12:22PM +, Burton, Ross wrote:
> ERROR: expect-5.45.4-r0 do_fetch: Fetcher failure for URL: '
> http://downloads.sourceforge.net/expect/Expect/5.45.4/expect5.45.4.tar.gz'.
> Checksum mismatch!
> File: '/srv/autobuilder/
> autobuilder.yoctoproject.org/current_sources/expect5.45.4.tar.gz' has md5
> checksum cb530d737c8f2d1023797cf0587b4e05 when
> 00fce8de158422f5ccd2666512329bd2 was expected
> File: '/srv/autobuilder/
> autobuilder.yoctoproject.org/current_sources/expect5.45.4.tar.gz' has
> sha256 checksum
> 7a07d3f7cca5c0b38ca811984ef8da536da32932d68c1a6cce33ec2462b930bf when
> 49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34 was
> expected
> If this change is expected (e.g. you have upgraded to a new version without
> updating the checksums) then you can use these lines within the recipe:
> SRC_URI[md5sum] = "cb530d737c8f2d1023797cf0587b4e05"
> SRC_URI[sha256sum] =
> "7a07d3f7cca5c0b38ca811984ef8da536da32932d68c1a6cce33ec2462b930bf"
> 
> Yes, they changed the tarball between you submitting this (and me testing
> it here), and the autobuilder run last night.
> 
> Actually worth checking they haven't been hacked, although god knows who
> would want to compromise expect of all things.
> 
> Ross
> 
> On 1 March 2018 at 14:00, Alexander Kanavin <
> alexander.kana...@linux.intel.com> wrote:
> 
> > Signed-off-by: Alexander Kanavin 
> > ---
> >  meta/recipes-devtools/expect/{expect_5.45.3.bb => expect_5.45.4.bb} | 4
> > ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-devtools/expect/{expect_5.45.3.bb => expect_5.45.4.bb}
> > (95%)
> >
> > diff --git a/meta/recipes-devtools/expect/expect_5.45.3.bb
> > b/meta/recipes-devtools/expect/expect_5.45.4.bb
> > similarity index 95%
> > rename from meta/recipes-devtools/expect/expect_5.45.3.bb
> > rename to meta/recipes-devtools/expect/expect_5.45.4.bb
> > index 445eca5742d..96eacd92934 100644
> > --- a/meta/recipes-devtools/expect/expect_5.45.3.bb
> > +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb
> > @@ -26,8 +26,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expect/
> > Expect/${PV}/${BPN}${PV}.tar.gz \
> > file://0001-Resolve-string-formatting-issues.patch \
> > 
> > file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch
> > \
> >"
> > -SRC_URI[md5sum] = "a8855cd41c1ef004b9794db9e2a57a9d"
> > -SRC_URI[sha256sum] = "c520717b7195944a69ce1492ec82ca
> > 0ac3f3baf060804e6c5ee6d505ea512be9"
> > +SRC_URI[md5sum] = "00fce8de158422f5ccd2666512329bd2"
> > +SRC_URI[sha256sum] = "49a7da83b0bdd9f46d04a04deec19c
> > 7767bb9a323e40c4781f89caf760b92c34"
> >
> >  UPSTREAM_CHECK_URI = "http://sourceforge.net/
> > projects/expect/files/Expect/"
> >  UPSTREAM_CHECK_REGEX = "/Expect/(?P(\d+[\.\-_]*)+)/"
> > --
> > 2.15.1
> >
> > --
> > ___
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >

> -- 
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 14/15] expect: upgrade 5.45.3 -> 5.45.4

2018-03-02 Thread Burton, Ross
ERROR: expect-5.45.4-r0 do_fetch: Fetcher failure for URL: '
http://downloads.sourceforge.net/expect/Expect/5.45.4/expect5.45.4.tar.gz'.
Checksum mismatch!
File: '/srv/autobuilder/
autobuilder.yoctoproject.org/current_sources/expect5.45.4.tar.gz' has md5
checksum cb530d737c8f2d1023797cf0587b4e05 when
00fce8de158422f5ccd2666512329bd2 was expected
File: '/srv/autobuilder/
autobuilder.yoctoproject.org/current_sources/expect5.45.4.tar.gz' has
sha256 checksum
7a07d3f7cca5c0b38ca811984ef8da536da32932d68c1a6cce33ec2462b930bf when
49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34 was
expected
If this change is expected (e.g. you have upgraded to a new version without
updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "cb530d737c8f2d1023797cf0587b4e05"
SRC_URI[sha256sum] =
"7a07d3f7cca5c0b38ca811984ef8da536da32932d68c1a6cce33ec2462b930bf"

Yes, they changed the tarball between you submitting this (and me testing
it here), and the autobuilder run last night.

Actually worth checking they haven't been hacked, although god knows who
would want to compromise expect of all things.

Ross

On 1 March 2018 at 14:00, Alexander Kanavin <
alexander.kana...@linux.intel.com> wrote:

> Signed-off-by: Alexander Kanavin 
> ---
>  meta/recipes-devtools/expect/{expect_5.45.3.bb => expect_5.45.4.bb} | 4
> ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/expect/{expect_5.45.3.bb => expect_5.45.4.bb}
> (95%)
>
> diff --git a/meta/recipes-devtools/expect/expect_5.45.3.bb
> b/meta/recipes-devtools/expect/expect_5.45.4.bb
> similarity index 95%
> rename from meta/recipes-devtools/expect/expect_5.45.3.bb
> rename to meta/recipes-devtools/expect/expect_5.45.4.bb
> index 445eca5742d..96eacd92934 100644
> --- a/meta/recipes-devtools/expect/expect_5.45.3.bb
> +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb
> @@ -26,8 +26,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expect/
> Expect/${PV}/${BPN}${PV}.tar.gz \
> file://0001-Resolve-string-formatting-issues.patch \
> 
> file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch
> \
>"
> -SRC_URI[md5sum] = "a8855cd41c1ef004b9794db9e2a57a9d"
> -SRC_URI[sha256sum] = "c520717b7195944a69ce1492ec82ca
> 0ac3f3baf060804e6c5ee6d505ea512be9"
> +SRC_URI[md5sum] = "00fce8de158422f5ccd2666512329bd2"
> +SRC_URI[sha256sum] = "49a7da83b0bdd9f46d04a04deec19c
> 7767bb9a323e40c4781f89caf760b92c34"
>
>  UPSTREAM_CHECK_URI = "http://sourceforge.net/
> projects/expect/files/Expect/"
>  UPSTREAM_CHECK_REGEX = "/Expect/(?P(\d+[\.\-_]*)+)/"
> --
> 2.15.1
>
> --
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core