diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-01 15:41:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-14 12:51:21 +0100 |
commit | c0202392844adb4411b881ed6c697e9bcf444077 (patch) | |
tree | 8c878de991e4f94584b488c0ee15edbe858eb0cf /meta/recipes-devtools/file | |
parent | c6bbb1c8c1a4dddd7c3d432928cf428a5b461bd2 (diff) | |
download | poky-c0202392844adb4411b881ed6c697e9bcf444077.tar.gz |
file: upgrade 5.44 -> 5.45
Changelog:
==========
-PR/465: psrok1: Avoid muslc asctime_r crash
-add SIMH tape format support
-bump the max size of the elf section notes to be read to 128K
and make it configurable
-PR/415: Fix decompression with program returning empty
-PR/408: fix -p with seccomp
-PR/412: fix MinGW compilation
(From OE-Core rev: facef006da35e22394a4cbb13243769586d10f31)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file')
-rw-r--r-- | meta/recipes-devtools/file/file_5.45.bb (renamed from meta/recipes-devtools/file/file_5.44.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.44.bb b/meta/recipes-devtools/file/file_5.45.bb index 3ce266475b..a7127023cb 100644 --- a/meta/recipes-devtools/file/file_5.44.bb +++ b/meta/recipes-devtools/file/file_5.45.bb | |||
@@ -13,7 +13,7 @@ DEPENDS:class-native = "bzip2-replacement-native" | |||
13 | 13 | ||
14 | SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https" |
15 | 15 | ||
16 | SRCREV = "b92eed41b1bc0739c5c5d70c444e0c574429321b" | 16 | SRCREV = "4cbd5c8f0851201d203755b76cb66ba991ffd8be" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit autotools update-alternatives | 19 | inherit autotools update-alternatives |