diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2018-07-12 13:19:36 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-18 10:18:42 +0100 |
| commit | f92cd3aad021e548e37b7628c04efee982aa8576 (patch) | |
| tree | 6daa07b08a9cb6473fcc54297d744fa64eb45450 /meta/recipes-devtools/file/file_5.33.bb | |
| parent | bf7ed1d046b0636116ab52ef6ea0e8adb9ef55a8 (diff) | |
| download | poky-f92cd3aad021e548e37b7628c04efee982aa8576.tar.gz | |
file: fix regression for determining DB file type
The version 5.33 introduced a regression bug for determining the DB file
type. Backport a patch from upstream to fix it.
Before apply the patch:
$ file aliases.db
aliases.db: created: Thu Jan 1 00:38:24 1970, modified: Thu Jan 1 00:00:00 1970
After apply the patch:
$ file aliases.db
aliases.db: Berkeley DB (Btree, version 9, native byte-order)
(From OE-Core rev: 99e50d9e53ab23fc643c46378fa8c36190995335)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.33.bb')
| -rw-r--r-- | meta/recipes-devtools/file/file_5.33.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/file/file_5.33.bb b/meta/recipes-devtools/file/file_5.33.bb index 745ef10951..a29402a0ab 100644 --- a/meta/recipes-devtools/file/file_5.33.bb +++ b/meta/recipes-devtools/file/file_5.33.bb | |||
| @@ -17,6 +17,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)" | |||
| 17 | SRC_URI = "git://github.com/file/file.git \ | 17 | SRC_URI = "git://github.com/file/file.git \ |
| 18 | file://debian-742262.patch \ | 18 | file://debian-742262.patch \ |
| 19 | file://CVE-2018-10360.patch \ | 19 | file://CVE-2018-10360.patch \ |
| 20 | file://fix-bogus-magic.patch \ | ||
| 20 | " | 21 | " |
| 21 | 22 | ||
| 22 | SRCREV = "219846094c7593e27453e62855e61181089c48cf" | 23 | SRCREV = "219846094c7593e27453e62855e61181089c48cf" |
