diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-18 19:13:41 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-18 19:18:24 +0100 |
commit | 64da4e2400e994fe7195393c9c10acf8b36d2695 (patch) | |
tree | 1bc23205c21e454c1c73d6285c3e970720dce92f | |
parent | b907a9c9144152293b904c76b2c6bed7c909c41b (diff) |
Update poky to tip of thud branch
We catch a few CVE fixes:
958427e9d2 (HEAD, yocto/thud, m/halibut) Adding memoriam to scottrif
f3dfec8aae linux-yocto/4.14: update Yocto Bsps to 4.14.154
390f760d17 linux-yocto/4.14: update to 4.14.154
3de2aeb687 glibc: finish incomplete fix for CVE-2016-10739
962cbc60d7 cve-check: fetch CVE data once at a time instead of in a single call
51553d9da2 cve-check: neaten get_cve_info
1a09e2a3cf cve-check: rewrite look to fix false negatives
3091533130 cve-update-db-native: clean up proxy handling
7da85f3a88 cve-update-db-native: add an index on the CVE ID column
bc70e97a88 cve-update-db-native: don't hardcode the database name
d5ef4072e8 cve-update-db-native: don't refresh more than once an hour
e60099368b cve-check: we don't actually need to unpack to check
f9b5a31a65 cve-check: failure to parse versions should be more visible
1675f9638a cve-check: ensure all known CVEs are in the report
593fe7e352 cve-check: backport rewrite from master
53acd121ab sudo: Fix CVE-2019-14287
4c556ab0d5 tar: Fix CVE-2018-20482
a802677332 libgcrypt: CVE-2019-12904
304de32f80 sdk: Install nativesdk locales for all TCLIBC variants
b54e834832 at-spi2: fix dbus-daemon path
9155e70299 bitbake: runqueue: fix multiconfig task dependency filtering
8cd3ee6e1a linux-yocto/4.14: meta-yocto-bsp update to 143
5bb142d7dd meta-yocto-bsp: Bump to the latest stable kernel for the BSPs
a8640d9a60 bitbake: fetch2: Ensure cached url data is matched to a datastore
3e42c33da5 documentation: Setup for 2.6.4 release
532f2df770 bitbake: bitbake-worker child process create group before registering SIGTERM handler
Bug-AGL: SPEC-3188
.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I1745c1f708771653117d675bc917bb90d9714e0d
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 8a184a97..74e38702 100644 --- a/default.xml +++ b/default.xml @@ -31,7 +31,7 @@ <!-- YOCTO & OE --> <!-- Yocto/OpenEmbedded things. --> - <project name="poky" path="external/poky" remote="yocto" revision="51f6145f8f99a02df1dad937684f014b0172e72a" upstream="thud" /> + <project name="poky" path="external/poky" remote="yocto" revision="958427e9d2ee7276887f2b02ba85cf0996dea553" upstream="thud" /> <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="aabc30f3bd03f97326fb8596910b94639fea7575" upstream="thud" /> <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="446bd615fd7cb9bc7a159fe5c2019ed08d1a7a93" upstream="thud" /> |