Sander Vanheule b2b3669458 tools: bump 7z package to 22.01
Version 22.00 of 7z causes build failures on systems using GCC 12 with
the following error:

    ../../../../C/LzmaEnc.c: In function 'LzmaEnc_CodeOneMemBlock':
    ../../../../C/LzmaEnc.c:2996:19: error: storing the address of local
    variable 'outStream' in '*p.rc.outStream' [-Werror=dangling-pointer=]
     2996 |   p->rc.outStream = &outStream.vt;
          |   ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
    ../../../../C/LzmaEnc.c:2979:28: note: 'outStream' declared here
     2979 |   CLzmaEnc_SeqOutStreamBuf outStream;
          |                            ^~~~~~~~~
    ../../../../C/LzmaEnc.c:2979:28: note: 'pp' declared here

Upgrade to version 22.01 which contains the required fix.

Fixes: 5fcc6f0f1942 ("tools: add 7z host package")
Suggested-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
2022-08-02 10:03:45 +08:00
..
2022-08-02 10:03:45 +08:00
2017-09-06 19:19:45 +08:00
2022-02-24 17:18:35 +00:00
2022-03-03 11:04:47 +00:00
2022-03-02 16:59:37 +00:00
2022-03-02 16:59:49 +00:00
2017-09-06 19:19:45 +08:00
2022-03-07 20:29:29 +08:00
2022-03-03 11:13:57 +00:00
2017-09-06 19:19:45 +08:00
2021-06-15 17:58:07 +08:00
2021-06-15 17:58:07 +08:00
2018-09-07 13:43:55 +08:00
2022-07-25 10:08:39 +08:00
2021-11-30 10:08:31 +08:00
2022-04-07 01:01:05 +08:00
2021-10-18 15:01:48 +08:00
2022-02-26 16:10:01 +00:00
2021-06-15 17:58:07 +08:00
2022-03-03 11:08:35 +00:00
2020-07-02 23:30:56 +08:00
2021-06-15 17:58:07 +08:00
2021-06-15 17:58:07 +08:00
2022-02-26 05:48:55 +00:00
2020-07-02 23:30:56 +08:00
2022-03-03 11:09:43 +00:00
2022-03-29 15:10:52 +08:00
2020-03-01 14:05:09 +08:00
2020-07-02 23:30:56 +08:00
2022-07-29 10:05:18 +08:00