diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-11-08 09:16:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-09 16:57:26 +0000 |
commit | 798d954e8d44d7bb9ea71aecf6ad450a220e60cc (patch) | |
tree | dfd4c1b7e9d061344ce9fee91a53661f5a9b89ae /meta/recipes-kernel | |
parent | 7a7eaac72792cde5b19dd4ef1af7567fa3a5ef28 (diff) | |
download | poky-798d954e8d44d7bb9ea71aecf6ad450a220e60cc.tar.gz |
kern-tools: update SRCREV to include SECURITY.md file
To be compliant with the recent security policy, bumping
the SRCREV to pickup the SECUIRTY.md of the kern-tools
repository. It's contents are repeated below:
How to Report a Potential Vulnerability?
========================================
If you would like to report a public issue (for example, one with a released
CVE number), please report it using the [https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Security
Security Bugzilla]. If you have a patch ready, submit it following the same procedure as any
other patch as described in README.md.
If you are dealing with a not-yet released or urgent issue, please send a
message to security AT yoctoproject DOT org, including as many details as
possible: the layer or software module affected, the recipe and its version,
and any example code, if available.
Branches maintained with security fixes
---------------------------------------
See [https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS Stable release and LTS]
for detailed info regarding the policies and maintenance of Stable branches.
The [https://wiki.yoctoproject.org/wiki/Releases Release page] contains a list of all
releases of the Yocto Project. Versions in grey are no longer actively maintained with
security patches, but well-tested patches may still be accepted for them for
significant issues.
(From OE-Core rev: fbdfc28b290ea3ed2dc3dbbaf461adc2839eb8f2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index e4b5eea659..941160ea9c 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ | |||
11 | 11 | ||
12 | DEPENDS = "git-native" | 12 | DEPENDS = "git-native" |
13 | 13 | ||
14 | SRCREV = "0ae81fdbb1ae1546371206aeb3f5fb530dff8ddc" | 14 | SRCREV = "7160ebe8b865dd6028aef278efa219433db93f7e" |
15 | PV = "0.3+git" | 15 | PV = "0.3+git" |
16 | 16 | ||
17 | inherit native | 17 | inherit native |