Re: [meta-virtualization] [PATCH] recipes-extended/xen/xen.inc: Add RDEPENDS_${PN}-pygrub

2019-11-17 Thread Bruce Ashfield
On Thu, Nov 14, 2019 at 9:24 AM Norbert Kaminski wrote: > > From ea86f97c347f6637d85a6fdbf36943d43adfa18e Mon Sep 17 00:00:00 2001 > From: Norbert Kaminski > Date: Tue, 12 Nov 2019 11:25:29 +0100 > Subject: [PATCH] recipes-extended/xen/xen.inc: Add RDEPENDS_${PN}-pygrub Maybe: "xen: fix pygrub

Re: [meta-virtualization] [PATCH V2] runc: fix CVE-2019-16884

2019-11-17 Thread Bruce Ashfield
sorry for the delay, this is now merged. I'll have versions bumps for the runc recipes completed soon, but there's no reason to not merge this while I finish that effort. Cheers, Bruce In message: [meta-virtualization] [PATCH V2] runc: fix CVE-2019-16884 on 06/11/2019 Chen Qi wrote: >

Re: [meta-virtualization] recipes-extended/images/xen-image-minimal.bb: change, hardcoded vmlinuz to the KERNEL_IMAGETYPE variable

2019-11-14 Thread Bruce Ashfield
On Thu, Nov 14, 2019 at 9:22 AM Norbert Kaminski wrote: > > > On 31.10.2019 23:09, Bruce Ashfield wrote: > > On Thu, Oct 31, 2019 at 2:23 PM Norbert Kaminski > > wrote: > >> Why is vmlinuz hard-coded in the syslinux.cfg? Could it be replaced by > >> the

Re: [meta-virtualization] [PATCH] runc: fix CVE-2019-16884

2019-11-05 Thread Bruce Ashfield
On Wed, Oct 30, 2019 at 4:27 AM Chen Qi wrote: > > Signed-off-by: Chen Qi > --- > ...nly-allow-proc-mount-if-it-is-procfs.patch | 201 ++ > recipes-containers/runc/runc-docker_git.bb| 1 + > 2 files changed, 202 insertions(+) > create mode 100644 >

Re: [meta-virtualization] recipes-extended/images/xen-image-minimal.bb: change, hardcoded vmlinuz to the KERNEL_IMAGETYPE variable

2019-10-31 Thread Bruce Ashfield
On Thu, Oct 31, 2019 at 2:23 PM Norbert Kaminski wrote: > > Why is vmlinuz hard-coded in the syslinux.cfg? Could it be replaced by > the KERNEL_IMAGETYPE? > I'm guessing it just hasn't been something that others have wanted to configure. The patch looks ok to me. I assume those that are

Re: [meta-virtualization] [PATCH] kubernetes: Set correct PV release number

2019-10-24 Thread Bruce Ashfield
In message: [meta-virtualization] [PATCH] kubernetes: Set correct PV release number on 23/10/2019 Joakim Roubert wrote: > Commit c97fe5036ef3df2967d086711e6c0c405941e14b is Kubernetes v1.16.2 > (see https://github.com/kubernetes/kubernetes/releases for verification) > and building with the

Re: [meta-virtualization] [m-c-s][PATCH] python-oauth2client: add python3 version

2019-10-22 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [m-c-s][PATCH] python-oauth2client: add python3 version on 22/10/2019 Maciej Pijanowski wrote: > Signed-off-by: Maciej Pijanowski > --- > .../recipes-devtools/python/python-oauth2client.inc | 18 ++ >

Re: [meta-virtualization] [PATCH] python-designateclient: upgrade 2.7.0 -> 3.0.0

2019-10-22 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-designateclient: upgrade 2.7.0 -> 3.0.0 on 21/10/2019 Zang Ruochen wrote: > The latest version cannot be found in branch stable/pike,so switch to master. > > Signed-off-by: Zang Ruochen > --- >

Re: [meta-virtualization] [m-c-s][PATCH] python-rsa: add python3 version

2019-10-22 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [m-c-s][PATCH] python-rsa: add python3 version on 22/10/2019 Maciej Pijanowski wrote: > Signed-off-by: Maciej Pijanowski > --- > meta-openstack/recipes-devtools/python/python-rsa.inc | 13 + >

Re: [meta-virtualization] [PATCH] python-enum-compat: upgrade 0.0.2 -> 0.0.3

2019-10-18 Thread Bruce Ashfield
merged Bruce On Fri, Oct 18, 2019 at 3:56 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-enum-compat.inc | 4 > ++-- > .../{python-enum-compat_0.0.2.bb => python-enum-compat_0.0.3.bb} | 0 >

Re: [meta-virtualization] [PATCH] python-httplib2: upgrade 0.13.1 -> 0.14.0

2019-10-18 Thread Bruce Ashfield
merged Bruce On Fri, Oct 18, 2019 at 4:05 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-httplib2.inc | 6 > +++--- > .../python/{python-httplib2_0.13.1.bb => python-httplib2_0.14.0.bb} | 0 >

Re: [meta-virtualization] [PATCH] python-kombu: upgrade 4.6.4 -> 4.6.5

2019-10-18 Thread Bruce Ashfield
merged Bruce On Fri, Oct 18, 2019 at 4:29 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-kombu.inc | 4 > ++-- > .../python/{python-kombu_4.6.4.bb => python-kombu_4.6.5.bb} | 0 >

Re: [meta-virtualization] [PATCH] podman-compose: move into subdirectory

2019-10-14 Thread Bruce Ashfield
In message: [meta-virtualization] [PATCH] podman-compose: move into subdirectory on 14/10/2019 Stefan Agner wrote: > From: Stefan Agner > > The layer does not expect recipes in the first subdir. Move the > podman-compose recipe into a podman-compose subdirectory. oops. I should have noticed

Re: [meta-virtualization] [PATCH 1/5] podman: remove comment about runc

2019-10-13 Thread Bruce Ashfield
All 5 patches in this series are now merged. I'm still having some issues with the network and CNI .. but will have a closer look this week. There was no reason to hold these back based on those problems though. Bruce On Sun, Oct 6, 2019 at 4:49 PM Stefan Agner wrote: > > From: Stefan Agner >

Re: [meta-virtualization] [PATCH] Fix criu build for aarch64

2019-10-13 Thread Bruce Ashfield
merged Bruce On Sat, Oct 12, 2019 at 11:04 AM Ruslan Piasetskyi wrote: > > Makefile: > # > # Supported Architectures > ifneq ($(filter-out x86 arm aarch64 ppc64 s390,$(ARCH)),) > $(error "The architecture $(ARCH) isn't supported") > endif > > Signed-off-by: Ruslan Piasetskyi > --- >

Re: [meta-virtualization] [meta-cloud-services][PATCH] meta-openstack: linux-yocto: Remove non-existing kernel options

2019-10-13 Thread Bruce Ashfield
merged Bruce On Sat, Oct 12, 2019 at 5:05 AM wrote: > > From: He Zhe > > The following kernel options have been removed from kernel. > > CONFIG_NF_NAT_PROTO_SCTP removed by > faec18dbb0405 ("netfilter: nat: remove l4proto->manip_pkt") > > CONFIG_NF_NAT_IPV4 removed by > 3bf195ae6037e

Re: [meta-virtualization] [PATCH] podman: drop selinux sanity check

2019-10-07 Thread Bruce Ashfield
I also have a fix for this, that I hadn't pushed yet. Will push my change later today. Cheers, Bruce On Mon, Oct 7, 2019 at 6:46 AM wrote: > > From: Ming Liu > > libselinux is not a dependency of podman, drop a useless sanity check. > > Also fix some invalid comments. > > Signed-off-by: Ming

Re: [meta-virtualization] [PATCH] libvirt: fixup multiple shlib providers

2019-10-02 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] libvirt: fixup multiple shlib providers on 30/09/2019 Mark Asselstine wrote: > Build libvirt results in the follow warning: > ERROR: libvirt-5.5.0-r0 do_package: libvirt-ptest: Multiple shlib providers > for libvirt-admin.so.0: libvirt,

Re: [meta-virtualization] [PATCH v2] kubernetes: Security fix for CVE

2019-10-01 Thread Bruce Ashfield
What's the delta from v1 ? Also, given that this isn't the final 1.16 kubernetes release, I'd rather version bump than apply patches. Bruce On Mon, Sep 30, 2019 at 6:16 PM Muminul Islam wrote: > > Signed-off-by: Muminul Islam > --- > .../kubernetes/CVE-2018-1002105.patch | 87

Re: [meta-virtualization] [PATCH v2 0/7] podman: add initial recipe

2019-09-26 Thread Bruce Ashfield
In message: [meta-virtualization] [PATCH v2 0/7] podman: add initial recipe on 20/09/2019 Stefan Agner wrote: > From: Stefan Agner > > This adds Podman a daemonless container engine for developing, > managing, and running OCI Containers on your Linux System. > Containers can either be run as

Re: [meta-virtualization] [PATCH 2/2] netns: Fix build on qemux86-64

2019-09-26 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH 2/2] netns: Fix build on qemux86-64 on 24/09/2019 Paul Barker wrote: > The build has broken again on master, even for non-static builds of > netns. The simplest fix is to extend our existing patch to cover this > case as well. > >

Re: [meta-virtualization] [PATCH 1/2] layer.conf: Change dependency on meta-selinux to recommendation

2019-09-26 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH 1/2] layer.conf: Change dependency on meta-selinux to recommendation on 24/09/2019 Paul Barker wrote: > The recipe for cri-o already has an anonymous Python function in place > to skip the recipe if dependencies are not found so there's no

Re: [meta-virtualization] [PATCH] docker: Fix CVE-2019-14271 loading of nsswitch based config inside chroot under Glibc

2019-09-26 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 10:03 PM Hongxu Jia wrote: > On 9/4/19 2:28 AM, akuster808 wrote: > > > > On 9/3/19 10:40 AM, Bruce Ashfield wrote: > >> On Tue, Sep 3, 2019 at 4:02 AM Hongxu Jia > wrote: > >>> Backport a patch from upstream to fix CVE-2019-14

Re: [meta-virtualization] [PATCH] python-testscenarios: Add python3 version

2019-09-24 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-testscenarios: Add python3 version on 23/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > .../python/python-testscenarios.inc| 24 > .../python/python-testscenarios_0.5.0.bb

Re: [meta-virtualization] [PATCH] python-dogpile.cache: upgrade 0.7.1 -> 0.8.0

2019-09-24 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-dogpile.cache: upgrade 0.7.1 -> 0.8.0 on 23/09/2019 Zang Ruochen wrote: > --License-Update: Copyright year updated to 2019,and streamlined description > of LICENCE. > > Signed-off-by: Zang Ruochen > --- >

Re: [meta-virtualization] [PATCH] python-arrow: upgrade 0.12.0 -> 0.15.2

2019-09-24 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] python-arrow: upgrade 0.12.0 -> 0.15.2 on 24/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > .../python/{python-arrow_0.12.0.bb => python-arrow_0.15.2.bb} | 4 > ++-- > 1 file changed, 2 insertions(+), 2

Re: [meta-virtualization] [PATCH] python-contextlib2: upgrade 0.5.5 -> 0.6.0

2019-09-24 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] python-contextlib2: upgrade 0.5.5 -> 0.6.0 on 23/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-contextlib2.inc | 4 ++-- > ...ython-contextlib2_0.5.5.bb =>

Re: [meta-virtualization] [PATCH] python-saharaclient: upgrade 0.8.0 -> 2.3.0

2019-09-24 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-saharaclient: upgrade 0.8.0 -> 2.3.0 on 24/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [meta-virtualization] [PATCH] python-osc-lib: upgrade 1.13.0 -> 1.14.1

2019-09-23 Thread Bruce Ashfield
merged Bruce On Fri, Sep 20, 2019 at 12:04 AM Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-osc-lib.inc | 4 > ++-- > .../python/{python-osc-lib_1.13.0.bb => python-osc-lib_1.14.1.bb} | 0 > 2 files changed, 2

Re: [meta-virtualization] [PATCH v2 2/2] docker-ce: update to v19.03.2

2019-09-21 Thread Bruce Ashfield
On Sat, Sep 21, 2019 at 2:31 AM Stefan Agner wrote: > On 2019-09-21 05:35, Bruce Ashfield wrote: > > > > On Fri, Sep 20, 2019 at 11:28 PM Bruce Ashfield > wrote: > >> >> >> On Fri, Sep 20, 2019 at 3:16 AM Stefan Agner wrote: >> >>> On 201

Re: [meta-virtualization] [PATCH v2 2/2] docker-ce: update to v19.03.2

2019-09-20 Thread Bruce Ashfield
On Fri, Sep 20, 2019 at 11:28 PM Bruce Ashfield wrote: > > > On Fri, Sep 20, 2019 at 3:16 AM Stefan Agner wrote: > >> On 2019-09-18 19:52, Bruce Ashfield wrote: >> > On Wed, Sep 18, 2019 at 3:59 AM Stefan Agner wrote: >> >> >> >> From: Stefan

Re: [meta-virtualization] [PATCH v2 2/2] docker-ce: update to v19.03.2

2019-09-20 Thread Bruce Ashfield
On Fri, Sep 20, 2019 at 3:16 AM Stefan Agner wrote: > On 2019-09-18 19:52, Bruce Ashfield wrote: > > On Wed, Sep 18, 2019 at 3:59 AM Stefan Agner wrote: > >> > >> From: Stefan Agner > >> > >> Bump the git hashes to Docker CE v1

Re: [meta-virtualization] [PATCH] templates/lxc-download.in: Use curl instead of wget

2019-09-19 Thread Bruce Ashfield
On Thu, Sep 19, 2019 at 4:31 AM Joakim Roubert wrote: > On 2019-09-18 19:54, Bruce Ashfield wrote: > > > > merged > > Would it be possible to get this one backported/cherry-picked to the > warrior branch? > This qualifies as something I'm willing to cherry pick

Re: [meta-virtualization] [PATCH] python-manilaclient: upgrade 1.28.0 -> 1.29.0

2019-09-18 Thread Bruce Ashfield
Trying a single reply to save time. All of the below are now merged. Bruce In message: [meta-virtualization] [PATCH] python-manilaclient: upgrade 1.28.0 -> 1.29.0 on 17/09/2019 Yuan Chao wrote: > Signed-off-by: Yuan Chao > --- > .../recipes-devtools/python/python-manilaclient_git.bb

Re: [meta-virtualization] [PATCH] kubernetes: fix compiling failure: execvp: /bin/bash: Argument list too long

2019-09-18 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization][PATCH] kubernetes: fix compiling failure: execvp: /bin/bash: Argument list too long on 17/09/2019 Hongxu Jia wrote: > Use GNU Make 4.2.1(such as fedora-29) to build k8s in a long directory, > it failed with `execvp: /bin/bash: Argument list too

Re: [meta-virtualization] [PATCH] templates/lxc-download.in: Use curl instead of wget

2019-09-18 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] templates/lxc-download.in: Use curl instead of wget on 17/09/2019 Joakim Roubert wrote: > When curl's MIT license is preferable to wget's GPLv3. Which it is in > several situations. > > Change-Id:

Re: [meta-virtualization] [PATCH] oci-systemd-hook: fixup patch context

2019-09-18 Thread Bruce Ashfield
nerged. Bruce In message: [meta-virtualization][PATCH] oci-systemd-hook: fixup patch context on 17/09/2019 Mark Asselstine wrote: > commit 7394c154a92f [containers: update oci-systemd-hook to 0.2.0] > incorrectly adjusted the context around the patch >

Re: [meta-virtualization] [PATCH v2 2/2] docker-ce: update to v19.03.2

2019-09-18 Thread Bruce Ashfield
On Wed, Sep 18, 2019 at 3:59 AM Stefan Agner wrote: > > From: Stefan Agner > > Bump the git hashes to Docker CE v19.03.2. > > Signed-off-by: Stefan Agner > --- > Changes in v2: > - Bump to v19.03.2 final release > - Drop docker (non-ce) recipe patch as that recipe can not be bumped to a >

Re: [meta-virtualization] Problem with docker, iptables and meta-virtualisation

2019-09-17 Thread Bruce Ashfield
On Tue, Sep 17, 2019 at 6:46 AM Ketterle, Peer wrote: > > Hello! > > > > I am sorry, I don’t know where to ask, so I’m writing this e-mail. If there > is a place like a forum or something like that to better ask for help, please > show me where to go. > > > > I am new to yocto, so maybe I am

Re: [meta-virtualization] [PATCH] python-simplegeneric: Add python3 version

2019-09-14 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] python-simplegeneric: Add python3 version on 12/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-simplegeneric.inc | 12 >

Re: [meta-virtualization] [PATCH] python-cliff: Add python3 version

2019-09-14 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-cliff: Add python3 version on 12/09/2019 Zheng Ruoqin wrote: > Providing a python3 version of python-cliff. > > Signed-off-by: Zheng Ruoqin > --- > .../recipes-devtools/python/python-cliff.inc | 31 +++ >

Re: [meta-virtualization] [PATCH] python-suds-jurko: Add python3 version

2019-09-14 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] python-suds-jurko: Add python3 version on 12/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-suds-jurko.inc | 20 > .../python/python-suds-jurko_0.6.bb

Re: [meta-virtualization] [PATCH] python-sqlparse: Add python3 version

2019-09-14 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-sqlparse: Add python3 version on 10/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-sqlparse.inc| 22 > .../python/python-sqlparse_0.3.0.bb

Re: [meta-virtualization] [PATCH] python-keystoneauth1: upgrade 3.17.0 -> 3.17.1

2019-09-14 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-keystoneauth1: upgrade 3.17.0 -> 3.17.1 on 10/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-keystoneauth1.inc | 4 > ++-- >

Re: [meta-virtualization] [PATCH] python-zaqarclient: upgrade 1.11.0 -> 1.12.0

2019-09-14 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-zaqarclient: upgrade 1.11.0 -> 1.12.0 on 10/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [meta-virtualization] [PATCH] openvswitch: drop LSB bits

2019-09-14 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization][PATCH] openvswitch: drop LSB bits on 12/09/2019 Mark Asselstine wrote: > openembedded-core commit fb064356af61 [Remove LSB support] dropped the > 'lsb' recipe which caused openvswitch to throw a dependency fail for > both sysvinit and systemd

Re: [meta-virtualization] [PATCH] ceph: fix ceph-crash failed with /var/lib/ceph/crash/posted not found

2019-09-14 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] ceph: fix ceph-crash failed with /var/lib/ceph/crash/posted not found on 10/09/2019 Hongzhi.Song wrote: > root@intelx86-64: journalctl -xe > ceph-crash[854]: ERROR:_main_:directory /var/lib/ceph/crash/posted does > not exist; please

Re: [meta-virtualization] [meta-cloud-services] [PATCH 1/2] consul: Upgrade to 1.6.0

2019-09-09 Thread Bruce Ashfield
merged Bruce On Mon, Sep 9, 2019 at 5:42 AM wrote: > > From: He Zhe > > 1.6.0 is the latest release. > > Signed-off-by: He Zhe > --- > recipes-connectivity/consul/consul_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-connectivity/consul/consul_git.bb

Re: [meta-virtualization] [PATCH] python-statsd: Add python3 version

2019-09-09 Thread Bruce Ashfield
merged Bruce On Mon, Sep 9, 2019 at 3:44 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-statsd.inc | 13 + > .../recipes-devtools/python/python-statsd_3.3.0.bb| 15 > +-- >

Re: [meta-virtualization] [meta-cloud-services] [PATCH 2/2] consul: Not automatically start system service on boot

2019-09-09 Thread Bruce Ashfield
merged Bruce On Mon, Sep 9, 2019 at 5:42 AM wrote: > > From: He Zhe > > The systemd service needs to be tuned according to various use cases and > cannot > be able to always start successfully for example when there is no network > interface named br0 by default. > > Thus the default

Re: [meta-virtualization] [meta-openstack][PATCH 1/2] layer.conf: remove preferred version for python-futures

2019-09-09 Thread Bruce Ashfield
merged Bruce On Mon, Sep 9, 2019 at 2:39 AM wrote: > > From: Changqing Li > > preferred version 3.0.3 is not aligned with current version > under meta-openstack 3.3.0 > > Signed-off-by: Changqing Li > --- > meta-openstack/conf/layer.conf | 1 - > 1 file changed, 1 deletion(-) > > diff --git

Re: [meta-virtualization] [PATCH] python-testtools: Add python3 version

2019-09-09 Thread Bruce Ashfield
merged Bruce On Mon, Sep 9, 2019 at 3:09 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-testtools.inc | 23 > .../python/python-testtools_2.3.0.bb | 25 > ++ >

Re: [meta-virtualization] [PATCH] python-colorama: upgrade 0.3.3 -> 0.4.1

2019-09-09 Thread Bruce Ashfield
merged Bruce On Mon, Sep 9, 2019 at 2:11 AM Zheng Ruoqin wrote: > > 1) Upgrade python-colorama from 0.3.3 to 0.4.1. > > 2) License File LICENSE.txt content changed: >Remove the line break in last line. > > Signed-off-by: Zheng Ruoqin > --- > .../{python-colorama_0.3.3.bb =>

Re: [meta-virtualization] [PATCH] python-cliff: upgrade 2.15.0 -> 2.16.0

2019-09-09 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-cliff: upgrade 2.15.0 -> 2.16.0 on 09/09/2019 Zheng Ruoqin wrote: > 1) Upgrade python-cliff from 2.15.0 to 2.16.0. > > 2) Remove repetitive RDEPENDS python-prettytable. > > Signed-off-by: Zheng Ruoqin > --- >

Re: [meta-virtualization] [PATCH] python-waitress: Add python3 version

2019-09-09 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] python-waitress: Add python3 version on 06/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-waitress.inc | 10 ++ >

Re: [meta-virtualization] [PATCH] ceph: Upgrade to 14.2.3

2019-09-09 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] ceph: Upgrade to 14.2.3 on 04/09/2019 zhe...@windriver.com wrote: > From: He Zhe > > Upgrade to the latest stable version and backport two patches from master > branch > to fix the following two build failures which are introduce by

Re: [meta-virtualization] [PATCH] cri-o: RDEPENDS on libdevmapper

2019-09-09 Thread Bruce Ashfield
merged Bruce In message: [meta-virtualization] [PATCH] cri-o: RDEPENDS on libdevmapper on 06/09/2019 liu.min...@gmail.com wrote: > From: Ming Liu > > Since comit 3f64779e in meta-oe: > [ libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only ] > > libdevmapper recipe does not

Re: [meta-virtualization] [thud][PATCH] libvirt: 9 Security fixes plus

2019-09-09 Thread Bruce Ashfield
In message: [meta-virtualization] [thud][PATCH] libvirt: 9 Security fixes plus on 06/09/2019 Armin Kuster wrote: > From: Armin Kuster > > Source: libvirt.org > MR: 98352, 99240, 99137, 99245, 99132 > Type: Security Fix > Disposition: Backport from >

Re: [meta-virtualization] [warrior][PATCH] libvirt: Five security fixes

2019-09-09 Thread Bruce Ashfield
In message: [meta-virtualization] [warrior][PATCH] libvirt: Five security fixes on 05/09/2019 Armin Kuster wrote: > From: Armin Kuster > > Affects <= 4.9.0 > > This affectively moves sources to tip > Fixes the following cves. > > CVE-2019-10132 > CVE-2019-10161 > CVE-2019-10166 >

Re: [meta-virtualization] [PATCH V2 2/2] runc: add PACKAGECONFIG to allow building as static or not

2019-09-09 Thread Bruce Ashfield
t;>> + all: runc recvtty > >>> + > >>> +@@ -41,7 +41,6 @@ contrib/cmd/recvtty/recvtty: $(SOURCES) > >>> + > >>> + static: $(SOURCES) > >>> + CGO_ENABLED=1 $(GO) build $(EXTRA_FLAGS) -tags "$(BUILDTAGS) netgo > >>> o

Re: [meta-virtualization] [meta-openstack][PATCH 2/2] python-futures: remove this recipe

2019-09-09 Thread Bruce Ashfield
Just because the versions are currently aligned, doesn't mean that condition will hold in the future. So I'll carry the duplicate recipe for a bit longer in meta-openstack. Bruce On Mon, Sep 9, 2019 at 2:39 AM wrote: > > From: Changqing Li > > python-futures under meta-openstack has version

Re: [meta-virtualization] [PATCH 5/6] cni: move cni tools to /usr/lib/cni

2019-09-06 Thread Bruce Ashfield
On Fri, Sep 6, 2019 at 8:07 AM Stefan Agner wrote: > > On 2019-09-03 19:28, Bruce Ashfield wrote: > > On Sun, Sep 1, 2019 at 9:33 PM ChenQi wrote: > >> > >> On 09/02/2019 04:33 AM, Stefan Agner wrote: > >> > From: Stefan Agner > >> >

Re: [meta-virtualization] [PATCH] python-debtcollector: upgrade 1.21.0 -> 1.22.0

2019-09-05 Thread Bruce Ashfield
merged Bruce On Wed, Sep 4, 2019 at 11:21 PM Yuan Chao wrote: > > Signed-off-by: Yuan Chao > --- > .../recipes-devtools/python/python-debtcollector.inc | 4 ++-- > ...debtcollector_1.21.0.bb => python-debtcollector_1.22.0.bb} | 0 > ...ebtcollector_1.21.0.bb =>

Re: [meta-virtualization] [PATCH] python-warlock: Add python3 version

2019-09-05 Thread Bruce Ashfield
merged Bruce On Tue, Sep 3, 2019 at 11:05 PM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-warlock.inc | 17 > + > .../recipes-devtools/python/python-warlock_1.3.3.bb | 16 ++-- >

Re: [meta-virtualization] [PATCH] python-eventlet: Add python3 version

2019-09-05 Thread Bruce Ashfield
merged. Bruce On Tue, Sep 3, 2019 at 10:48 PM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-eventlet.inc | 10 ++ > .../recipes-devtools/python/python-eventlet_0.25.1.bb| 12 > ++-- >

Re: [meta-virtualization] [PATCH] python-fasteners: Add python3 version

2019-09-05 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] python-fasteners: Add python3 version on 04/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-fasteners.inc | 24 > .../python/python-fasteners_git.bb

Re: [meta-virtualization] [PATCH] python-logutils: Add python3 version

2019-09-05 Thread Bruce Ashfield
merged. Bruce In message: [meta-virtualization] [PATCH] python-logutils: Add python3 version on 04/09/2019 Zang Ruochen wrote: > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-logutils.inc| 16 >

Re: [meta-virtualization] [PATCH 4/6] skopeo: add skopeo

2019-09-04 Thread Bruce Ashfield
On Wed, Sep 4, 2019 at 2:56 AM Stefan Agner wrote: > > On 2019-09-03 23:13, Bruce Ashfield wrote: > > On Tue, Sep 3, 2019 at 5:06 PM Mark Asselstine > > wrote: > >> > >> On Tuesday, September 3, 2019 5:00:18 P.M. EDT Bruce Ashfield wrote: > >> >

Re: [meta-virtualization] [PATCH 4/6] skopeo: add skopeo

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 5:06 PM Mark Asselstine wrote: > > On Tuesday, September 3, 2019 5:00:18 P.M. EDT Bruce Ashfield wrote: > > On Tue, Sep 3, 2019 at 4:41 PM Mark Asselstine > > > > wrote: > > > On Tue, Sep 3, 2019 at 1:18 PM Bruce Ashfield > wrote: &g

Re: [meta-virtualization] [PATCH] python-contextlib2: Add python3 version

2019-09-03 Thread Bruce Ashfield
merged Bruce On Mon, Aug 26, 2019 at 11:45 PM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-contextlib2.inc | 16 > .../recipes-devtools/python/python-contextlib2_0.5.5.bb | 17 > + >

Re: [meta-virtualization] [PATCH] python-oslo.i18n: upgrade 3.20.0 -> 3.23.1

2019-09-03 Thread Bruce Ashfield
merged Bruce On Tue, Aug 27, 2019 at 2:57 AM Zheng Ruoqin wrote: > > Signed-off-by: Zheng Ruoqin > --- > .../{python-oslo.i18n_3.20.0.bb => python-oslo.i18n_3.23.1.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename

Re: [meta-virtualization] [PATCH] python-croniter: Add python3 version

2019-09-03 Thread Bruce Ashfield
merged Bruce On Mon, Aug 26, 2019 at 11:55 PM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-croniter.inc | 19 +++ > .../python/python-croniter_0.3.30.bb| 21 > + >

Re: [meta-virtualization] [PATCH 4/6] skopeo: add skopeo

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 4:41 PM Mark Asselstine wrote: > > On Tue, Sep 3, 2019 at 1:18 PM Bruce Ashfield > wrote: > > > > On Sun, Sep 1, 2019 at 4:35 PM Stefan Agner wrote: > > > > > > From: Stefan Agner > > > > > > skopeo i

Re: [meta-virtualization] [PATCH] python-webob: RDEPENDS remove

2019-09-03 Thread Bruce Ashfield
merged Bruce On Mon, Sep 2, 2019 at 6:09 AM Zheng Ruoqin wrote: > > Remove python-nose from RDEPENDS for it has been removed from oe-core. > > Signed-off-by: Zheng Ruoqin > --- > recipes-devtools/python/python-webob_1.8.5.bb | 1 - > 1 file changed, 1 deletion(-) > > diff --git

Re: [meta-virtualization] [PATCH 1/2] kubernetes: building unstripped binaries

2019-09-03 Thread Bruce Ashfield
merged Bruce On Mon, Sep 2, 2019 at 5:10 AM Hongxu Jia wrote: > > On 9/2/19 4:36 PM, Hongxu Jia wrote: > > Specify GOLDFLAGS as an empty string for building unstripped binaries, > > which allows > > you to use code debugging tools like delve. When GOLDFLAGS is unspecified, > > it defaults > >

Re: [meta-virtualization] [PATCH 2/2] containerd-opencontainers: building unstripped binaries

2019-09-03 Thread Bruce Ashfield
merged Bruce On Mon, Sep 2, 2019 at 4:37 AM Hongxu Jia wrote: > > It defaults to "-s -w" [1] which strips debug information, refresh a > backported > patch to build unstripped binaries > > https://golang.org/cmd/link/ > > Signed-off-by: Hongxu Jia > --- >

Re: [meta-virtualization] [PATCH 1/2] cgroup-lite: support usrmerge

2019-09-03 Thread Bruce Ashfield
merged Bruce On Fri, Aug 30, 2019 at 2:20 AM wrote: > > From: Changqing Li > > Signed-off-by: Changqing Li > --- > recipes-containers/cgroup-lite/cgroup-lite_1.15.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

Re: [meta-virtualization] [m-c-s][PATCH] glusterfs: fix RDEPENDS of glusterfs-geo-replication

2019-09-03 Thread Bruce Ashfield
merged Bruce On Fri, Aug 30, 2019 at 5:21 AM Chen Qi wrote: > > It should rdepend on python3-core and bash. Otherwise, we get the > following QA issue. > > glusterfs-6.1-r0 do_package_qa: QA Issue: > /usr/libexec/glusterfs/peer_georep-sshkey.py contained in package >

Re: [meta-virtualization] [PATCH] python-netifaces: Add python3 version

2019-09-03 Thread Bruce Ashfield
Looks like this was already send on Aug 26th (and had been merged). Try to be sure to rebase to the latest master. Bruce On Fri, Aug 30, 2019 at 2:36 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-netifaces.inc | 10 ++ >

Re: [meta-virtualization] [PATCH] python-httpretty: Add python3 version

2019-09-03 Thread Bruce Ashfield
merged Bruce On Fri, Aug 30, 2019 at 1:58 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-httpretty.inc | 18 ++ > .../recipes-devtools/python/python-httpretty_0.9.6.bb | 19 > ++- >

Re: [meta-virtualization] [PATCH] python-happybase: Add python3 version

2019-09-03 Thread Bruce Ashfield
merged. Bruce On Fri, Aug 30, 2019 at 1:50 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-happybase.inc | 18 ++ > .../python/python-happybase_1.2.0.bb | 20 > ++-- >

Re: [meta-virtualization] [PATCH] docker: Fix CVE-2019-14271 loading of nsswitch based config inside chroot under Glibc

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 4:02 AM Hongxu Jia wrote: > > Backport a patch from upstream to fix CVE-2019-14271 Given the docker version bumps that Stefan posted earlier, is this still required ? Bruce > > Signed-off-by: Hongxu Jia > --- > recipes-containers/docker/docker_git.bb| 1 +

Re: [meta-virtualization] [PATCH 5/6] cni: move cni tools to /usr/lib/cni

2019-09-03 Thread Bruce Ashfield
On Sun, Sep 1, 2019 at 9:33 PM ChenQi wrote: > > On 09/02/2019 04:33 AM, Stefan Agner wrote: > > From: Stefan Agner > > > > Use a standard location to store the cni tools and plugins. This > > is more in line how other distributions package cni. > > But from what I see, at least Fedora and

Re: [meta-virtualization] [PATCH 6/6] podmon: add the Pod Manager tool

2019-09-03 Thread Bruce Ashfield
I'm assuming the subject should be "podman" and not "podmon". On Sun, Sep 1, 2019 at 4:34 PM Stefan Agner wrote: > > From: Stefan Agner > > Podman is a daemonless container engine for developing, managing, and > running OCI Containers on your Linux System. Containers can either be > run as root

Re: [meta-virtualization] [PATCH 0/6] podman: add initial recipe

2019-09-03 Thread Bruce Ashfield
On Sun, Sep 1, 2019 at 4:34 PM Stefan Agner wrote: > > From: Stefan Agner > > This adds Podman a daemonless container engine for developing, > managing, and running OCI Containers on your Linux System. > Containers can either be run as root or in rootless mode. > Simply put: `alias

Re: [meta-virtualization] [PATCH 2/2] diod: support usrmerge

2019-09-03 Thread Bruce Ashfield
On Fri, Aug 30, 2019 at 2:20 AM wrote: > > From: Changqing Li Again, this could use a long log. Did you consider a diod upgrade ? Any estimate on how hard it would be ? I'll merge this, but if you can reply to the question I have above, that would be great, since we'll archive why we didn't

Re: [meta-virtualization] [PATCH 1/2] cgroup-lite: support usrmerge

2019-09-03 Thread Bruce Ashfield
On Fri, Aug 30, 2019 at 2:20 AM wrote: > > From: Changqing Li > I'll take the patch, but in the future, we should have a long log here. I'd expect that log to point out that by using ${base_bindir} versus 'bin', we can adjust to the binary directory changes when usrmerge is enabled. Bruce >

Re: [meta-virtualization] [PATCH 3/3] docker: update to v19.03.2-rc1

2019-08-30 Thread Bruce Ashfield
On Fri, Aug 30, 2019 at 9:03 AM Stefan Agner wrote: > > On 2019-08-30 14:42, Bruce Ashfield wrote: > > On Fri, Aug 30, 2019 at 7:36 AM Stefan Agner wrote: > >> > >> From: Stefan Agner > >> > >> Use the docker/engine fork of moby which provide

Re: [meta-virtualization] [PATCH 3/3] docker: update to v19.03.2-rc1

2019-08-30 Thread Bruce Ashfield
On Fri, Aug 30, 2019 at 7:36 AM Stefan Agner wrote: > > From: Stefan Agner > > Use the docker/engine fork of moby which provides a stabilized version > of moby in its 19.03 branch. I've mentioned before, this recipe really is going to stay on moby, not a curated version of moby or anything like

Re: [meta-virtualization] [PATCH] openvswitch: install ovs-systemd-reload

2019-08-29 Thread Bruce Ashfield
merged Bruce On Thu, Aug 29, 2019 at 5:40 AM Chen Qi wrote: > > Install ovs-systemd-reload as openvswitch.service uses it. > > > openvswitch.service:ExecReload=/usr/share/openvswitch/scripts/ovs-systemd-reload > > Signed-off-by: Chen Qi > --- >

Re: [meta-virtualization] [PATCH] python-extras: Add python3 version

2019-08-29 Thread Bruce Ashfield
merged Bruce On Thu, Aug 29, 2019 at 2:01 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-extras.inc | 10 ++ > .../recipes-devtools/python/python-extras_1.0.0.bb | 12 > ++-- >

Re: [meta-virtualization] [meta-openstack][Patch] tgt: update DEPENDS and RDEPENDS

2019-08-29 Thread Bruce Ashfield
merged Bruce On Thu, Aug 29, 2019 at 2:27 AM wrote: > > From: Kai Kang > > Update DEPENDS and RDEPENDS of tgt to fix error and warning: > > | bs_aio.c:34:10: fatal error: libaio.h: No such file or directory > |34 | #include > | | ^~ > > and > > | WARNING:

Re: [meta-virtualization] [PATCH] python-enum-compat: Add python3 version

2019-08-29 Thread Bruce Ashfield
merged Bruce On Thu, Aug 29, 2019 at 1:45 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-enum-compat.inc | 10 ++ > .../recipes-devtools/python/python-enum-compat_0.0.2.bb | 12 > ++-- >

Re: [meta-virtualization] [PATCH] python-waitress: upgrade 1.3.0 -> 1.3.1

2019-08-29 Thread Bruce Ashfield
merged bruce On Tue, Aug 27, 2019 at 9:59 PM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../python/{python-waitress_1.3.0.bb => python-waitress_1.3.1.bb} | 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

Re: [meta-virtualization] [PATCH] python-debtcollector: Add python3 version

2019-08-29 Thread Bruce Ashfield
merged Bruce On Mon, Aug 26, 2019 at 3:40 AM Zheng Ruoqin wrote: > > Providing a python3 version of python-debtcollector. > > Signed-off-by: Zheng Ruoqin > --- > .../python/python-debtcollector.inc | 25 +++ > .../python/python-debtcollector_1.21.0.bb | 25

Re: [meta-virtualization] [PATCH] python-eventlet: upgrade 0.25.0 -> 0.25.1

2019-08-29 Thread Bruce Ashfield
merged Bruce On Mon, Aug 26, 2019 at 3:19 AM Yuan Chao wrote: > > Signed-off-by: Yuan Chao > --- > .../{python-eventlet_0.25.0.bb => python-eventlet_0.25.1.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

Re: [meta-virtualization] [PATCH] python-netifaces: Add python3 version

2019-08-29 Thread Bruce Ashfield
merged Bruce On Mon, Aug 26, 2019 at 3:38 AM Zheng Ruoqin wrote: > > Providing a python3 version of python-netifaces. > > Signed-off-by: Zheng Ruoqin > --- > .../recipes-devtools/python/python-netifaces.inc | 10 ++ > .../python/python-netifaces_0.10.9.bb| 12

Re: [meta-virtualization] [PATCH] python-dogpile: Add python3 version

2019-08-29 Thread Bruce Ashfield
merged Bruce On Tue, Aug 27, 2019 at 11:25 PM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > .../recipes-devtools/python/python-dogpile.cache.inc | 12 > > .../recipes-devtools/python/python-dogpile.cache_0.7.1.bb| 12 > ++-- >

Re: [meta-virtualization] [PATCH] python-tenacity: upgrade 5.0.4 -> 5.1.1

2019-08-29 Thread Bruce Ashfield
merged Bruce On Tue, Aug 27, 2019 at 9:57 PM Yuan Chao wrote: > > Add dependency on setuptools-scm-native > > Signed-off-by: Yuan Chao > --- > .../{python-tenacity_5.0.4.bb => python-tenacity_5.1.1.bb} | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > rename

Re: [meta-virtualization] [PATCH] python-troveclient: upgrade 1.3.0 -> 2.18.0

2019-08-29 Thread Bruce Ashfield
merged Bruce On Mon, Aug 26, 2019 at 3:55 AM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

  1   2   3   4   5   6   7   8   9   10   >