Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2017-06-23
Date: Sun, 25 Jun 2017 11:54:09 +0200	[thread overview]
Message-ID: <20170625095409.GD3673@scaer> (raw)
In-Reply-To: <20170625092510.GC3673@scaer>

All,

On 2017-06-25 11:25 +0200, Yann E. MORIN spake thusly:
> On 2017-06-25 11:07 +0200, Yann E. MORIN spake thusly:
> > > > On Sat, Jun 24, 2017 at 08:30:43AM +0200, Thomas Petazzoni wrote:
> > > > >      aarch64 |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/937c2c1e025bb16ca6fc26bc025ca728ad92bd3b |     
> > > > >       x86_64 |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/d397964e0a9b97fcc887143cdeaa02137e92469a |     
> > > > >       xtensa |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/dccea3d71f2433f45eca4403343a15d01dda5be7 |     
> > > > >      aarch64 |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/af9accf066801b61bc05f0deef0ea6cdf36dabed |     
> > > > >         m68k |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/a114fef820ed6e25603ded8594e6930f952cdfa2 |     
> > > > >      powerpc |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/e25e8b031a944320c6ab5260220910b03820bfda |     
> > > > >        nios2 |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/ee77acba11239511009bd98255599c9ecc043f6c |     
> > > > >       mipsel |                  openvpn-2.4.3 | NOK | http://autobuild.buildroot.net/results/059e916b409e8aac42f565c9eba29bd8fad9cadf |       
> [--SNIP--]
> > OK, so I have two machien I've doen the test from. And indeed my
> > autobuilder has an issue:
> > 
> > (yem at autobuild)$ wget 'http://swupdate.openvpn.net/community/releases/openvpn-2.4.3.tar.xz'
> > (yem at autobuild)$ sha256sum openvpn-2.4.3.tar.xz
> > 7aa86167a5b8923e54e8795b814ed77288c793671f59fd830d9ab76d4b480571  openvpn-2.4.3.tar.xz
> [--SNIP--]
> > However, when I do the same from my home machine, I get the expected
> > hash:
> > 
> > (yem at home)$ wget 'http://swupdate.openvpn.net/community/releases/openvpn-2.4.3.tar.xz'
> > (yem at home)$ sha256sum openvpn-2.4.3.tar.xz
> > 15e15fc97f189b52aee7c90ec8355aa77469c773125110b4c2f089abecde36fb  openvpn-2.4.3.tar.xz
> 
> Furthermore, here is the diffstat beytween the two tarballs:
> 
> $ diff -du autobuild/openvpn-2.4.3 home/openvpn-2.4.3/ |diffstat
>  home/openvpn-2.4.3/aclocal.m4   |   55    29    26     0 +
>  home/openvpn-2.4.3/compile      |    2     1     1     0
>  home/openvpn-2.4.3/config.guess |   47    30    17     0 +
>  home/openvpn-2.4.3/config.h.in  |    3     1     2     0 -
>  home/openvpn-2.4.3/config.sub   |   37    21    16     0 +
>  home/openvpn-2.4.3/configure    | 2102  1247   855     0 +++++++++------
>  home/openvpn-2.4.3/depcomp      |    2     1     1     0
>  home/openvpn-2.4.3/install-sh   |  361   164   197     0 +--
>  home/openvpn-2.4.3/ltmain.sh    | 5430  3458  1972     0 +++++++++++++++++++++++++---------------
>  home/openvpn-2.4.3/Makefile.in  |   49    31    18     0 +
>  home/openvpn-2.4.3/missing      |    2     1     1     0
>  11 files changed, 4984 insertions(+), 3106 deletions(-)

I've talked with the openvpn guys on IRC, and here's there reply:

11:42 < y_morin> Hello! When I download openvpn-2.4.3.tar.xz from two different machines on different networks, I get two different tarballs.
11:43 < y_morin> 26d25bb71c5ecfa398924b3ee3dec16b2776b3d67cf0b532c2b8a4368f1307bbd04b80ed38f0344c313aab38ec6e4e4f9bf2b3bc90bc197b2f257288e72eb5d8  autobuild/openvpn-2.4.3.tar.xz
11:43 < y_morin> b92ec769f672fa7c7a70985535754c566891f94774e4bc3aeb2141b3c168783aebeb82341635d3708978dd3254708221e2ddaae9919d4cf398318fff7d01c926  home/openvpn-2.4.3.tar.xz
11:44 < y_morin> autobuild is the incorrect one, home is the correct one (matches the sig)
[--SNIP--]
11:49 <@ordex> y_morin: we had a wrong tarball uploaded by accident and cloudfare has been caching it for a while. so it may very well be still the cached version
11:50 < y_morin> ordex: OK, thanks the diffstat is about the build scripts: http://code.bulix.org/z6krn2-153974 , is that what the wrong tarball was about?
11:50 <@ordex> y_morin: don't know much details as I am not involved in the packaging process, sorry

So, it looks like a human error and bad caching rather than a malicious
attack.

I'll keep you informed when/if I get more details.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2017-06-25  9:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-24  6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2017-06-23 Thomas Petazzoni
2017-06-24 19:54 ` Baruch Siach
2017-06-24 20:38   ` Thomas Petazzoni
     [not found]     ` <20170624224502.GA8771@shattrath>
2017-06-25  3:13       ` Baruch Siach
2017-06-25  9:07     ` Yann E. MORIN
2017-06-25  9:25       ` Yann E. MORIN
2017-06-25  9:54         ` Yann E. MORIN [this message]
2017-06-25  7:09 ` Bernd Kuhls

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=20170625095409.GD3673@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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