| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The previous fix added a patch that
* was incomplete
* was not even used in probably most builds because the zlib recipe
in openembedded / poky contains a file with the same name.
Remove the incomplete patch in order to make it clear that the complete
patch from openembedded / poky is used.
Fixes: e64954db ("zlib: fix CVE-2022-37434")
Signed-off-by: Uwe Geuder <uwe.geuder+yocto@neuroeventlabs.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
|
|
|
| |
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
|
|
|
|
|
|
| |
CVE-2018-25032 fixes at oe-core causing fuzz and build error,
backport the patch with fuzz fixed and another patch to fix build error.
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
|
|
|
|
|
| |
also add explicit branch and change protocol to https
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
|
|
|
|
|
|
|
|
| |
Otherwise everything after underscore either gets ignored (in case of
devtool) or converted to a hyphen. This ensures that the version is
handled more consistently.
Also add a custom GITTAGREGEX check to check for upstream releases.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
This fork of zlib has a number of IA-specific improvements and is
noticably faster when running on Intel hardware.
As this is a relatively minor fork of zlib, include the oe-core recipe
and override where appropriate. This ensures that we still generate
the ptest package for example.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|