Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 14/15] expect: upgrade 5.45.3 -> 5.45.4
Date: Fri, 2 Mar 2018 13:14:49 -0500	[thread overview]
Message-ID: <20180302181449.GR2786@denix.org> (raw)
In-Reply-To: <CAJTo0LbB5ZAHTmcbv5Moof0kjYejw4XOskNawqH3sCopyxPSFg@mail.gmail.com>

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 +0000, 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.kanavin@linux.intel.com> wrote:
> 
> > Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> > ---
> >  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<pver>(\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



  reply	other threads:[~2018-03-02 18:14 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 14:00 [PATCH 01/15] package.bbclass: run pre/post installation/removal scriptlets using sh -e Alexander Kanavin
2018-03-01 14:00 ` [PATCH 02/15] meta/lib/oe/package_manager.py: warn about failing scriptlets for all package types Alexander Kanavin
2018-03-01 14:00 ` [PATCH 03/15] oe-selftest: add a test for failing package post-installation scriptlets Alexander Kanavin
2018-03-01 14:00 ` [PATCH 04/15] latencytop: remove recipe Alexander Kanavin
2018-03-01 14:00 ` [PATCH 05/15] lsbinitscripts: update to 9.79 Alexander Kanavin
2018-03-01 14:00 ` [PATCH 06/15] btrfs-tools: update to 4.15.1 Alexander Kanavin
2018-03-01 14:00 ` [PATCH 07/15] gtk-doc.bbclass: inherit python3native Alexander Kanavin
2018-03-01 23:34   ` Burton, Ross
2018-03-02  8:55     ` Alexander Kanavin
2018-03-01 14:00 ` [PATCH 08/15] strace: use strace.io as the tarball location Alexander Kanavin
2018-03-01 14:00 ` [PATCH 09/15] mpg123: upgrade 1.25.8 -> 1.25.10 Alexander Kanavin
2018-03-01 14:00 ` [PATCH 10/15] ffmpeg: upgrade 3.4.1 -> 3.4.2 Alexander Kanavin
2018-03-01 14:00 ` [PATCH 11/15] epiphany: upgrade 3.26.5.1 -> 3.26.6 Alexander Kanavin
2018-03-01 14:00 ` [PATCH 12/15] vala: upgrade 0.38.6 -> 0.38.8 Alexander Kanavin
2018-03-01 14:00 ` [PATCH 13/15] meson: upgrade 0.44.0 -> 0.44.1 Alexander Kanavin
2018-03-01 14:00 ` [PATCH 14/15] expect: upgrade 5.45.3 -> 5.45.4 Alexander Kanavin
2018-03-02 14:12   ` Burton, Ross
2018-03-02 18:14     ` Denys Dmytriyenko [this message]
2018-03-02 20:56       ` Burton, Ross
2018-03-02 22:40       ` Richard Purdie
2018-03-01 14:00 ` [PATCH 15/15] trace-cmd: update to 2.7 Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180302181449.GR2786@denix.org \
    --to=denis@denix.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox