|
[meta-networking][PATCH 2/2] openvpn: add PACKAGECONFIG for selinux
This is useful for selinux distro feature.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb | 2 ++
1 file changed, 2 insertions(+)
diff
This is useful for selinux distro feature.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb | 2 ++
1 file changed, 2 insertions(+)
diff
|
By
Yi Zhao
·
#97736
·
|
|
[meta-networking][PATCH 1/2] openvpn: add PACKAGECONFIG for systemd
The systemd support had been integrated to openvpn for a long time. Add
PACKAGECONFIG for it and use its own service files and volatile file.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
The systemd support had been integrated to openvpn for a long time. Add
PACKAGECONFIG for it and use its own service files and volatile file.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
|
By
Yi Zhao
·
#97735
·
|
|
[meta-oe][PATCH] opencv: Link with libatomic on mips
Fixes linking errors e.g.
parallel.cpp:(.text._ZN3tbb6detail2d19start_forINS1_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS1_16auto_partitionerEE8finalizeERKNS1_14execution_dataE+0xe8):
Fixes linking errors e.g.
parallel.cpp:(.text._ZN3tbb6detail2d19start_forINS1_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS1_16auto_partitionerEE8finalizeERKNS1_14execution_dataE+0xe8):
|
By
Khem Raj
·
#97734
·
|
|
Re: [meta-oe][PATCH][V2] minio: add recipe for minio client
Seeing some QA warnings see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1822
stdio: WARNING: minio-01b87ecc02ffad47dfe13c2154ac31db3e3115df-r0
do_package_qa: QA Issue: File
Seeing some QA warnings see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1822
stdio: WARNING: minio-01b87ecc02ffad47dfe13c2154ac31db3e3115df-r0
do_package_qa: QA Issue: File
|
By
Khem Raj
·
#97733
·
|
|
[meta-oe][PATCH][V2] minio: add recipe for minio client
MinIO Client (mc) provides a modern alternative to UNIX commands like
ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon
S3 compatible cloud storage service (AWS Signature v2 and
MinIO Client (mc) provides a modern alternative to UNIX commands like
ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon
S3 compatible cloud storage service (AWS Signature v2 and
|
By
Sakib Sajal
·
#97732
·
|
|
[meta-oe][PATCH 2/2] fontforge: Upgrade to 20220308
Switch build system to cmake
Add patch to avoid hardcoding build paths in scripts
Forward port musl patch
Signed-off-by: Khem Raj <raj.khem@...>
---
Switch build system to cmake
Add patch to avoid hardcoding build paths in scripts
Forward port musl patch
Signed-off-by: Khem Raj <raj.khem@...>
---
|
By
Khem Raj
·
#97731
·
|
|
[meta-oe][PATCH 1/2] libspiro: Add recipe
Needed by recent fontforge
Signed-off-by: Khem Raj <raj.khem@...>
---
.../fontforge/libspiro_20200505.bb | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode
Needed by recent fontforge
Signed-off-by: Khem Raj <raj.khem@...>
---
.../fontforge/libspiro_20200505.bb | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode
|
By
Khem Raj
·
#97730
·
|
|
[meta-networking][kirkstone][master][PATCH] quagga: ignore CVE-2016-4049
CVE-2016-4049 is not affecting our version, so we can ignore it.
This is caused because the CPE in the NVD database doesn't specify
a vulnerable version range.
Signed-off-by: Davide Gardenal
CVE-2016-4049 is not affecting our version, so we can ignore it.
This is caused because the CPE in the NVD database doesn't specify
a vulnerable version range.
Signed-off-by: Davide Gardenal
|
By
Davide Gardenal
·
#97729
·
|
|
[meta-networking][kirkstone][master][PATCH] spice: ignore patched CVEs
The following CVEs are already patched so we can ignore them:
- CVE-2016-0749
- CVE-2016-2150
- CVE-2018-10893
This is caused by inaccurate CPE in the NVD database.
Signed-off-by: Davide Gardenal
The following CVEs are already patched so we can ignore them:
- CVE-2016-0749
- CVE-2016-2150
- CVE-2018-10893
This is caused by inaccurate CPE in the NVD database.
Signed-off-by: Davide Gardenal
|
By
Davide Gardenal
·
#97728
·
|
|
[meta-python][PATCH 4/4] python3-web3: Upgrade 5.29.1 -> 5.29.2
Upgrade to release 5.29.2:
- Only thread lock methods attempting to access the cache for the
caching middleware.
- Socket timeout when pushing a significant amount of data
Signed-off-by: Leon
Upgrade to release 5.29.2:
- Only thread lock methods attempting to access the cache for the
caching middleware.
- Socket timeout when pushing a significant amount of data
Signed-off-by: Leon
|
By
Leon Anavi
·
#97727
·
|
|
[meta-python][PATCH 3/4] python3-serpent: Upgrade 1.40 -> 1.41
Upgrade to release 1.41:
- support for python 3.11 added (__getstate__ behavior change)
- replaced travis CI by Github actions
Signed-off-by: Leon Anavi <leon.anavi@...>
---
Upgrade to release 1.41:
- support for python 3.11 added (__getstate__ behavior change)
- replaced travis CI by Github actions
Signed-off-by: Leon Anavi <leon.anavi@...>
---
|
By
Leon Anavi
·
#97726
·
|
|
[meta-python][PATCH 2/4] python3-pika: Upgrade 1.2.1 -> 1.3.0
Upgrade to release 1.3.0:
- Convert the metadata into PEP 621 format
- Use pyproject.toml only
- Memory leak when multiple field is set to true in ack
- No exception raised when heartbeat timed out
-
Upgrade to release 1.3.0:
- Convert the metadata into PEP 621 format
- Use pyproject.toml only
- Memory leak when multiple field is set to true in ack
- No exception raised when heartbeat timed out
-
|
By
Leon Anavi
·
#97725
·
|
|
[meta-python][PATCH 1/4] python3-eth-hash: Upgrade 0.3.2 -> 0.3.3
Upgrade to release 0.3.3 and add runtime dependencies:
- Keccak backend was initialized every time it was called.
Now it's initialized only the first time it's called.
- Prune venv files from the
Upgrade to release 0.3.3 and add runtime dependencies:
- Keccak backend was initialized every time it was called.
Now it's initialized only the first time it's called.
- Prune venv files from the
|
By
Leon Anavi
·
#97724
·
|
|
[meta-oe][kirkstone][master][PATCH] thrift: add CVE_PRODUCT to fix CVE reporting
Without CVE_PRODUCT set to apache:thrift cve-check was catching
CVEs form facebook:thrift that are not related with this product.
Now the report is correct.
Signed-off-by: Davide Gardenal
Without CVE_PRODUCT set to apache:thrift cve-check was catching
CVEs form facebook:thrift that are not related with this product.
Now the report is correct.
Signed-off-by: Davide Gardenal
|
By
Davide Gardenal
·
#97723
·
|
|
[meta-filesystems][PATCH] 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
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
|
By
Chen Qi
·
#97722
·
|
|
Re: [meta-oe] [PATCH] catch2: upgrade 2.13.7 -> 3.0.1
we have libgpiod which still needs catch2 so please look into fixing
libgpiod as well. It fails currently
| ../../../../libgpiod-1.6.3/bindings/cxx/tests/gpiod-cxx-test-main.cpp:9:10:
fatal error:
we have libgpiod which still needs catch2 so please look into fixing
libgpiod as well. It fails currently
| ../../../../libgpiod-1.6.3/bindings/cxx/tests/gpiod-cxx-test-main.cpp:9:10:
fatal error:
|
By
Khem Raj
·
#97721
·
|
|
Re: [meta-oe] [PATCH] bats: upgrade 1.6.1 -> 1.7.0
this would need branch= to be updated as well to perhaps 1.7.x
currently it fails to build
stdio: ERROR: bats-1.7.0-r0 do_fetch: Fetcher failure: Unable to find
revision
this would need branch= to be updated as well to perhaps 1.7.x
currently it fails to build
stdio: ERROR: bats-1.7.0-r0 do_fetch: Fetcher failure: Unable to find
revision
|
By
Khem Raj
·
#97720
·
|
|
[meta-filesystems][kirkstone][PATCH] 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
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
|
By
Chen Qi
·
#97719
·
|
|
Re: [meta-oe][PATCH] cryptsetup: Add support for building without SSH tokens
By
Peter Kjellerstedt
·
#97718
·
|
|
[meta-networking][kirkstone][master][PATCH] wireshark: upgrade 3.4.11 -> 3.4.12
This upgrade includes the following CVE fixes:
- CVE-2021-4190
- CVE-2022-0581
- CVE-2022-0582
- CVE-2022-0583
- CVE-2022-0585
- CVE-2022-0586
Signed-off-by: Davide Gardenal
This upgrade includes the following CVE fixes:
- CVE-2021-4190
- CVE-2022-0581
- CVE-2022-0582
- CVE-2022-0583
- CVE-2022-0585
- CVE-2022-0586
Signed-off-by: Davide Gardenal
|
By
Davide Gardenal
·
#97717
·
|