[Buildroot] [PATCH 1/1] package/tar: bump version to 1.30

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jul 15 15:48:47 UTC 2018


Arnout, All,

On 2018-07-10 10:00 +0200, Arnout Vandecappelle spake thusly:
>  Have you seen b8fa273d500b4?
> 
>     check-host-tar.sh: blacklist tar 1.30+
> 
>     Tar 1.30 changed the --numeric-owner output for filenames > 100 characters,
>     leading to hash mismatches for the tar archives we create ourselves from
>     git.  This is really a fix for a bug in earlier tar versions regarding
>     deterministic output, so it is unlikely to be reverted in later versions.
> 
>     For more details, see:
>     http://lists.busybox.net/pipermail/buildroot/2018-January/211222.html
> 
>     To work around this issue, blacklist tar 1.30+ similar to how we do it for
>     pre-1.17 versions so Buildroot falls back to building host-tar.
> 
> 
>  Marked as Rejected...

Yet at some point, we will want to bump tar to a newer version.

What I would suggest is that we pin the host version to 1.29, and still
allow bumping the target version, so maybe something like:

    TAR_VERSION = 1.30
    HOST_TAR_VERSION = 1.29

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.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list