Re: [OE-core] [PATCH] bind: Whitelist CVE-2019-6470

2019-11-17 Thread akuster808
On 11/15/19 1:46 PM, Adrian Bunk wrote: > On Thu, Nov 14, 2019 at 07:18:28AM -0800, akuster808 wrote: >> >> On 11/14/19 4:51 AM, Adrian Bunk wrote: >>> On Thu, Nov 14, 2019 at 12:04:40PM +, Ross Burton wrote: On 13/11/2019 08:19, Adrian Bunk wrote: > +# Affects: Builds of dhcpd

[OE-core] [warrior 00/28] merge request

2019-11-17 Thread Armin Kuster
cover letter only Please merge this series into warrior mainline The following changes since commit 726c3b92298981f5aa2f2449ceeec7b4bf84ed29: build-appliance-image: Update to warrior head revision (2019-10-30 13:55:57 +) are available in the git repository at:

[OE-core] Status of thud

2019-11-17 Thread akuster808
Hello, Now that thud has  release 2.6.4, I plan on  backporting and testing the  outstanding patches. Getting them into mainline should not be an issue. I have no idea if there are plans for a 2.6.5 or when it will switch to community support. I will have to wait for the Yocto Project TSC to

[OE-core] [AUH] Upgrade status: 2019-11-17

2019-11-17 Thread auh
Recipe upgrade statistics: * Failed(do_compile): 22 qemu, 4.1.1, Richard Purdie libdnf, 0.38.1, Alexander Kanavin python3-setuptools, 41.6.0, Oleksandr Kravchuk orc, 0.4.31, Anuj Mittal vulkan-tools, 1.1.126.0, Anuj Mittal libxcrypt,

Re: [OE-core] How to add build date? (was: ... basehash value changed...)

2019-11-17 Thread Alexander Kanavin
I'd write the date into the file at image creation, via ROOTFS_POSTPROCESS_COMMAND. Having it in a recipe means that you either force the recipe to not be a part of sstate cache, always rebuilding it and its dependencies (bad idea), or accept that the date comes from a previously built cache

[OE-core] ✗ patchtest: failure for zeus pull request

2019-11-17 Thread Patchwork
== Series Details == Series: zeus pull request Revision: 1 URL : https://patchwork.openembedded.org/series/21187/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

[OE-core] [zeus][PATCH 3/7] wpa-supplicant: fix CVE-2019-16275

2019-11-17 Thread Anuj Mittal
From: Ross Burton (From OE-Core rev: d7b5a2ebdb6e74a21059ac2496b5dbea4597eb87) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...re-management-frame-from-unexpected-.patch | 82 +++ .../wpa-supplicant/wpa-supplicant_2.9.bb | 1 +

[OE-core] [zeus][PATCH 4/7] python: fix CVE-2019-16935

2019-11-17 Thread Anuj Mittal
From: Chen Qi (From OE-Core rev: 1a7593bcdaf8a8cf15259aee8a0e2686247f2987) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...cape-the-server-title-of-DocXMLRPCSe.patch | 101 ++ meta/recipes-devtools/python/python_2.7.16.bb | 1 + 2

[OE-core] [zeus][PATCH 7/7] iputils: Whitelist CVE-2000-1213 CVE-2000-1214

2019-11-17 Thread Anuj Mittal
From: Adrian Bunk (From OE-Core rev: 9fea7c3fae30bb1eecb31ec3bf777db981dc1eed) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- meta/recipes-extended/iputils/iputils_s20190709.bb | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [zeus][PATCH 2/7] binutils: fix CVE-2019-17451

2019-11-17 Thread Anuj Mittal
From: Trevor Gamblin Backport upstream fix. No upstream release version of binutils it yet, so backport the fix independently. (From OE-Core rev: 3693a0a8b9461521b95613a76b7fd79c86a3bf8f) Signed-off-by: Trevor Gamblin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by:

[OE-core] [zeus][PATCH 0/7] zeus pull request

2019-11-17 Thread Anuj Mittal
a-full passing on autobuilder. Patches can be pulled from anujm/zeus. Thanks, Anuj Adrian Bunk (1): iputils: Whitelist CVE-2000-1213 CVE-2000-1214 Chen Qi (1): python: fix CVE-2019-16935 Peter Kjellerstedt (2): sysstat: Correct our systemd unit file sysstat: Correct when to use the

[OE-core] [zeus][PATCH 1/7] binutils: fix CVE-2019-17450

2019-11-17 Thread Anuj Mittal
From: Trevor Gamblin Backport upstream fix. No upstream release version of binutils it yet, so backport the fix independently. (From OE-Core rev: a4ead72b958ded4941f96741029f4955930ba758) Signed-off-by: Trevor Gamblin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by:

[OE-core] [zeus][PATCH 5/7] sysstat: Correct our systemd unit file

2019-11-17 Thread Anuj Mittal
From: Peter Kjellerstedt In commit 8862f21e (sysstat: 12.1.3 -> 12.1.6), sa_lib_dir was changed from "${libdir}/sa" to "${libexecdir}/sa" to avoid problems with multilib. However, the systemd unit file was not changed accordingly, which lead to the following error when trying to start the

[OE-core] [zeus][PATCH 6/7] sysstat: Correct when to use the package provided systemd unit files

2019-11-17 Thread Anuj Mittal
From: Peter Kjellerstedt There have been a number of changes back and forth as to when and how to use the systemd unit files provided by the package. The correct condition is actually that both cron and systemd need to be enabled for them to be installed. (From OE-Core rev: