Sander Vanheule 1011904199 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-07-31 15:29:39 +02:00
..
2022-07-31 15:29:39 +02:00
2022-02-24 15:36:28 +01:00
2021-10-05 20:59:41 +02:00
2022-03-13 19:24:13 +01:00
2022-04-09 15:56:04 +02:00
2022-05-18 13:32:06 +03:00
2022-03-13 10:10:30 +01:00
2022-03-13 19:24:13 +01:00
2018-11-25 19:23:03 +01:00
2019-07-08 16:42:26 +02:00
2020-11-21 18:49:17 +01:00
2020-03-14 13:20:06 +00:00
2021-10-21 20:37:20 +01:00
2022-07-20 13:02:57 +02:00
2021-09-20 15:21:17 +02:00
2022-06-27 00:57:15 +02:00
2022-03-01 00:08:08 +01:00
2020-11-21 18:49:27 +01:00
2020-08-23 19:40:32 +02:00
2022-07-30 23:50:44 +02:00
2022-06-13 19:50:25 +02:00
2020-09-02 16:29:22 +02:00
2022-02-25 14:12:39 +01:00
2020-02-18 21:39:14 +01:00
2021-09-20 15:21:17 +02:00
2021-09-20 15:21:17 +02:00
2021-09-05 21:26:48 +02:00
2021-03-01 16:39:17 +00:00
2020-04-09 22:09:13 +02:00
2022-03-01 00:08:08 +01:00
2022-07-28 14:08:56 +02:00