Chen Qi
4eaa3091e6
ntfs-3g-ntfsprogs: upgrade to 2022.5.17
...
Upgrade from 2021.8.22 to 2022.5.17.
This upgrade mainly include CVE fixes.
According to https://github.com/tuxera/ntfs-3g/releases :
"""
Changelog:
* Improved defence against maliciously tampered NTFS partitions
* Improved defence against improper use of options
* Updated the documentation
"""
Signed-off-by: Chen Qi <Qi.Chen@windriver.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2022-07-09 12:10:44 -07:00
Akash Hadke
fad4c407c9
ntfs-3g-ntfsprogs: Set CVE_PRODUCT to "tuxera:ntfs-3g"
...
Set CVE_PRODUCT to 'tuxera:ntfs-3g' for ntfs-3g-ntfsprogs recipe,
cve-check class is setting default CVE_PRODUCT to 'ntfs-3g-ntfsprogs'
which ignores the ntfs-3g-ntfsprogs CVEs from NVD Database.
Reference:
CVE-2019-9755
Link: https://nvd.nist.gov/vuln/detail/CVE-2019-9755
Signed-off-by: Akash Hadke <akash.hadke@kpit.com >
Signed-off-by: Akash Hadke <hadkeakash4@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2022-06-15 06:57:55 -07:00
Armin Kuster
bb2b5b31a8
meta-openemnedded: Add myself as kirkstone maintainer
...
Signed-off-by: Armin Kuster <akuster808@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-04-23 17:14:31 -07:00
Wang Mingyu
2043910359
smbnetfs: upgrade 0.6.1 -> 0.6.3
...
configure.patch refreshed for new version.
Changelog:
========
add files for debian packaging
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-16 08:32:19 -07:00
Khem Raj
a32fc41775
recipes: Update LICENSE variable to use SPDX license identifiers
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-04 17:41:45 -08:00
Ross Burton
272f2083d4
layer.conf: change layer priority to match oe-core
...
Layer priority is the ultimate decider of what recipe is used: if layer
A has recipe foo_1 and layer B has recipe foo_2, if layer A's priority
is higher than B then foo_1 will be used, even though the version in B
is higher, and even if PREFERRED_VERSION_foo is set to 2.
This complicates recipes moving between layers, for example when a newer
version of a recipe (say, python3-wheel) is taken from a layer with a
higher priority (say, meta-python) and moved to a layer with a lower
priority (say, oe-core) then it has to be removed before it is added:
there is no way to have it in both layers and work correctly.
Higher priorities are useful in distribution layers where you may want
to override specific recipes without any other fuss. However as all of
the layers in meta-oe simply add more recipes in defined areas, there's
no need to have a higher layer priority.
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-02-28 08:39:26 -08:00
Khem Raj
d9ec74d4c2
layers: Bump to use kirkstone
...
its not going to be backward ABI compatible with honister due to variable renaming.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-02-21 18:12:04 -08:00
Wang Mingyu
ab6dd285b0
xfsdump: upgrade 3.1.9 -> 3.1.10
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-02-16 08:26:02 -08:00
wangmy
f6f00bac33
fatcat: upgrade 1.1.0 -> 1.1.1
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-01-25 09:29:29 -08:00
Martin Jansa
2b4f6a04f0
simple-mtpfs: add dependency on autoconf-archive
...
This version fails to build here with:
| ../git/configure: line 3778: syntax error near unexpected token `noext'
| ../git/configure: line 3778: `AX_CXX_COMPILE_STDCXX_17(noext)'
switching back to older version builds fine.
AX_CXX_COMPILE_STDCXX_17 was introduced in https://github.com/phatina/simple-mtpfs/commit/19e7bb9b608b0c0dce2ee6f56fac75901bc69529#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810
Adding autoconf-archive into the DEPENDS fixes the issue.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-12-28 19:20:31 -08:00
Oleksandr Kravchuk
f4e4c9da5d
simple-mtpfs: update to 0.4.0
...
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-12-21 18:49:37 -08:00
Ross Burton
4c25889a54
xfsdump: remove obsolete support for renamed libtool
...
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-12-13 21:20:01 -08:00
Richard Purdie
b402a3076f
recipes: Update SRC_URI branch and protocols
...
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-11-03 06:57:49 -07:00
Chen Qi
6791dc5364
ntfs-3g-ntfsprogs: upgrade to 2021.8.22
...
This upgrade revolves a bunch of CVEs. See more details in:
https://github.com/tuxera/ntfs-3g/security/advisories/GHSA-q759-8j5v-q5jp .
Signed-off-by: Chen Qi <Qi.Chen@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-10-19 09:23:08 -07:00
wangmy
d6cfc0183f
unionfs-fuse: upgrade 2.1 -> 2.2
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-09-27 11:34:55 -07:00
Khem Raj
b8cf5dabcc
udevil: Inherit pkgconfig
...
Fixes
configure.ac:97: error: possibly undefined macro: AC_MSG_ERROR
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-09-24 08:12:35 -07:00
Khem Raj
090d25bfb3
xfsprogs: Inherit pkgconfig
...
Fixes
./configure: line 16454: syntax error near unexpected token `libicu,'
./configure: line 16454: ` PKG_CHECK_MODULES(libicu, icu-i18n, have_libicu=yes, have_libicu=no)'
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-09-24 08:12:35 -07:00
Khem Raj
ddb277da5c
sshfs-fuse: Inherit pkgconfig
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-09-24 08:12:35 -07:00
zhengruoqin
fa667d2009
fuse3: upgrade 3.10.4 -> 3.10.5
...
Various improvements to make unit tests more robust.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-09-08 21:29:52 -07:00
wangmy
aa61e7580c
xfsprogs: upgrade 5.12.0 -> 5.13.0
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-08-26 10:10:56 -07:00
Martin Jansa
17adfde3bd
layer.conf: Update to honister
...
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2021-08-03 10:21:25 -07:00
Martin Jansa
c61dc077bb
Convert to new override syntax
...
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2021-08-03 10:21:25 -07:00
Khem Raj
37afc556c2
fuse: Define closefrom if not available
...
Fixes build with glibc 2.34+
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-08-03 08:53:03 -07:00
Khem Raj
d774c88023
layers: Fix git send-email instructions in README
...
This ensures that cut-n-paste of this command from README will work
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-07-17 09:08:47 -07:00
Khem Raj
1f6cf6779e
fatresize: Disable building documentation files
...
It needs docbook-to-man tool and we do not have native version of this
recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-07-17 09:08:47 -07:00
wangmy
aa8fb165a8
xfsprogs: upgrade 5.10.0 -> 5.12.0
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-07-16 09:23:03 -07:00
wangmy
bd2ebf22cc
fatresize: upgrade 1.0.2 -> 1.1.0
...
License_Update: Update license to GPLv3
version 1.1.0:
- drop support for libparted older than 2.4 (#16 )
- introduce `-n, --partition` to set a partition number when
dealing with file dumps, /dev/loop and /dev/ram devices (#15 )
- ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
add `-f, --force` option to not prompt (#13 )
- do not limit FAT32 usage on small partitions (#11 )
- update ChangeLog (#10 )
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-07-16 09:23:03 -07:00
Pierre-Jean Texier
39faa30129
sshfs-fuse: upgrade 3.7.1 -> 3.7.2
...
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-06-27 13:30:47 -07:00
zangrc
74a31b6125
fuse3: upgrade 3.10.3 -> 3.10.4
...
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-06-18 08:42:25 -07:00
zangrc
dff2f7f4e0
fuse3: upgrade 3.10.2 -> 3.10.3
...
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-04-15 20:01:48 -07:00
Khem Raj
5daae70617
layers: Drop gatesgarth from LAYERSERIES_COMPAT
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-03-19 11:58:17 -07:00
zangrc
d88ee3420d
xorriso: upgrade 1.5.3 -> 1.5.5
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-03-18 12:40:20 -07:00
Khem Raj
656fb86a55
ufs-utils: Upgrade to 1.9
...
Fix build with ppc64 while here
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-03-12 15:55:07 -08:00
Kai Kang
f85d6ca74f
xfsprogs: 5.9.0 -> 5.10.0
...
Upgrade xfsprogs from 5.9.0 to 5.10.0
* add build dependency libinih
Signed-off-by: Kai Kang <kai.kang@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-03-03 11:08:29 -08:00
zangrc
8df1a9aa65
fuse3: upgrade 3.10.1 -> 3.10.2
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-02-21 23:44:22 -08:00
Mikko Rapeli
3bf13d697b
fuse: set CVE_PRODUCT to "fuse_project:fuse"
...
Other products like "RedHat:fuse" introduce false CVE findings like:
https://nvd.nist.gov/vuln/detail/CVE-2018-10906
https://nvd.nist.gov/vuln/detail/CVE-2019-14860
https://nvd.nist.gov/vuln/detail/CVE-2020-25689
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-01-17 11:47:41 -08:00
Yi Zhao
2a3d72e58f
f2fs-tools: upgrade 1.13.0 -> 1.14.0
...
* Drop 0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch
since it has been merged upstream.
* Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-01-04 14:48:29 -08:00
Yi Zhao
d4eb189af7
yaffs2-utils: update to latest git rev
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-01-04 14:48:29 -08:00
zangrc
5fba32bddf
fuse3: upgrade 3.10.0 -> 3.10.1
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-12-18 08:23:14 -08:00
zangrc
3b6825d625
sshfs-fuse: upgrade 3.7.0 -> 3.7.1
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-11-12 21:03:29 -08:00
Khem Raj
ac2b49017d
fuse3: Upgrade to 3.10.0
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-11-09 00:00:05 -08:00
Khem Raj
8fbaa7e41c
layer.conf: Add hardknott to LAYERSERIES_COMPAT
...
Thats codename for 3.3
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-11-04 12:43:55 -08:00
Zang Ruochen
9c6247463e
xfsprogs: upgrade 5.8.0 -> 5.9.0
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-11-02 09:00:51 -08:00
Khem Raj
cd9eaf4318
meta-openembedded: Add gatesgarth to LAYERSERIES_COMPAT
...
Remove older releases from COMPAT
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-10-15 11:42:15 -07:00
Zang Ruochen
c4e0c63962
xfsprogs: upgrade 5.7.0 -> 5.8.0
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-09-10 21:20:23 -07:00
Zang Ruochen
e17cf136a5
fuse3: upgrade 3.9.2 -> 3.9.3
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-09-08 11:53:53 -07:00
Khem Raj
ad52cf09fb
packagegroup-meta-filesystems: Update to add new recipes
...
Re-format while here to list one entry per line
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-08-31 23:47:52 -07:00
Khem Raj
29de5fbc5e
owfs: Fix build with -fno-common
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-08-13 22:32:08 -07:00
Khem Raj
9f70f54052
xfsprogs: Upgrade to 5.7.0
...
License-Update: Added SPDX tags [1]
Drop readline option its no longer needed
[1] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/LICENSES/GPL-2.0?id=c7498b6911d03f2bd7f74e9f9862d8d5fbd5b5da
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-08-13 22:32:07 -07:00
Oleksandr Kravchuk
4a1e05154f
ifuse: update to 1.1.4
...
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-07-28 12:55:35 -07:00