[meta-virtualization] [meta-cloud-services][PATCH] openssh: update bbappend

2019-07-17 Thread Yi Zhao
Update the bbappend since openssh had been upgraded to 8.x in oe-core. Signed-off-by: Yi Zhao --- meta-openstack/recipes-connectivity/openssh/files/mcs-sshd| 0 .../openssh/{openssh_7.%.bbappend => openssh_%.bbappend} | 0 2 files changed, 0 insertions(+)

[meta-virtualization] [meta-cloud-services][PATCH] apache2: remove bbappend

2019-04-18 Thread Yi Zhao
The apache2 in meta-webserver has been upgraded to 2.4.39. This bbappend has been integrated into apache2 recipe. So remove it. Signed-off-by: Yi Zhao --- .../recipes-httpd/apache2/apache2_2.4.%.bbappend | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta

[meta-virtualization] [PATCH] openvswitch: refresh patches to fix QA warning

2018-04-16 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning. Drop CVE-2017-9263.patch since it had been fixed upstream. Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- ...on-make-remaining-scripts-use-usr-bin-env.patch | 24 -- ...n-switch-remaining-scripts-to-use-p

[meta-virtualization] [PATCH 2/2] criu: refresh patches to fix QA warning

2018-04-12 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- .../0001-criu-Change-libraries-install-directory.patch | 8 +++- .../criu/files/0001-criu-Fix-toolchain-hardcode.patch | 6 ++ .../criu/files/0002-cri

[meta-virtualization] [PATCH 1/2] criu: fix build failure with newer glibc and kernel

2018-04-12 Thread Yi Zhao
vdso.o CC criu/plugin.o /buildarea/build/tmp/work/core2-64-poky-linux/criu/3.4+gitAUTOINC+a31c1854e1-r0/git/scripts/nmk/scripts/build.mk:110: recipe for target 'criu/cr-check.o' failed make[2]: *** [criu/cr-check.o] Error 1 Backport a patch to fix it. Signed-off-by: Yi Zhao

[meta-virtualization] [meta-cloud-services][PATCH] glusterfs: refresh patches to fix QA warning

2018-04-12 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- ...c-allow-PYTHON-values-to-be-passed-via-en.patch | 12 +-- .../dependence-on-correct-header-file-path.patch | 12 +-- .../files/glusterd-change-port-range

[meta-virtualization] [PATCH V2] docker-distribution: update to 2.6.2

2017-08-24 Thread Yi Zhao
CVE-2017-11468 is fixed in this release. Reference: https://nvd.nist.gov/vuln/detail/CVE-2017-11468 Release note: https://github.com/docker/distribution/releases/tag/v2.6.2 Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- recipes-containers/docker-distribution/docker-distribution_git.

Re: [meta-virtualization] [PATCH] docker-distribution: update to 2.6.2

2017-08-23 Thread Yi Zhao
在 2017年08月24日 11:35, Bruce Ashfield 写道: On Wed, Aug 23, 2017 at 9:13 PM, Yi Zhao <yi.z...@windriver.com <mailto:yi.z...@windriver.com>> wrote: CVE-2017-11468 is fixed in this release. Reference: https://nvd.nist.gov/vuln/detail/CVE-2017-11468 <https://nv

[meta-virtualization] [PATCH] docker-distribution: update to 2.6.2

2017-08-23 Thread Yi Zhao
CVE-2017-11468 is fixed in this release. Reference: https://nvd.nist.gov/vuln/detail/CVE-2017-11468 Release note: https://github.com/docker/distribution/releases/tag/v2.6.2 Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- .../{docker-distribution_git.bb => docker-distribution

[meta-virtualization] [meta-cloud-services][PATCH V2 0/3] glusterfs: upgrade to 3.11.1

2017-07-25 Thread Yi Zhao
Upgrade glusterfs from 3.4.2 to 3.11.1 Add libiverbs and librdmacm recipes which is needed by glusterfs. Changes from V1: Update commit log for libibverbs as Mark's suggestion. Yi Zhao (3): libibverbs: add new recpie librdmacm: add new recipe glusterfs: uprev to 3.11.1 ...nt.glusterfs

Re: [meta-virtualization] [meta-cloud-services][PATCH 1/3] libibverbs: add new recpie

2017-07-25 Thread Yi Zhao
在 2017年07月25日 20:44, Mark Asselstine 写道: On Tuesday, July 25, 2017 3:38:24 PM EDT Yi Zhao wrote: 在 2017年07月25日 03:29, Mark Asselstine 写道: On Mon, Jul 24, 2017 at 1:14 AM, Yi Zhao <yi.z...@windriver.com> wrote: Libibverbs is a library that allows userspace processes to use InfiniBan

Re: [meta-virtualization] [meta-cloud-services][PATCH 1/3] libibverbs: add new recpie

2017-07-25 Thread Yi Zhao
在 2017年07月25日 03:29, Mark Asselstine 写道: On Mon, Jul 24, 2017 at 1:14 AM, Yi Zhao <yi.z...@windriver.com> wrote: Libibverbs is a library that allows userspace processes to use InfiniBand/RDMA 'verbs' directly. Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- recipes-extende

[meta-virtualization] [meta-cloud-services][PATCH 3/3] glusterfs: uprev to 3.11.1

2017-07-23 Thread Yi Zhao
* Add systemd support * Drop the following patch which already fixed in upstream: 0001-Fix-for-mount.glusterfs-not-accepting-version-argume.patch Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- ...nt.glusterfs-not-accepting-version-argume.patch | 33 - ...c-allow-PYTHON-

[meta-virtualization] [meta-cloud-services][PATCH 2/3] librdmacm: add new recipe

2017-07-23 Thread Yi Zhao
User space RDMA 'socket' protocol and libraries for establising RDMA communication. Includes both Infiniband specific and general RDMA communication management libraries for unreliable datagram, reliable connected, and multicast data transfers. Signed-off-by: Yi Zhao <yi.z...@windriver.

[meta-virtualization] [meta-cloud-services][PATCH 1/3] libibverbs: add new recpie

2017-07-23 Thread Yi Zhao
Libibverbs is a library that allows userspace processes to use InfiniBand/RDMA 'verbs' directly. Signed-off-by: Yi Zhao <yi.z...@windriver.com> --- recipes-extended/libibverbs/libibverbs_1.1.7.bb | 27 + 1 file changed, 27 insertions(+) create mode 100644 r

[meta-virtualization] [meta-cloud-services][PATCH 0/3] glusterfs: upgrade to 3.11.1

2017-07-23 Thread Yi Zhao
Upgrade glusterfs from 3.4.2 to 3.11.1 Add libiverbs and librdmacm recipes which is needed by glusterfs. Yi Zhao (3): libibverbs: add new recpie librdmacm: add new recipe glusterfs: uprev to 3.11.1 ...nt.glusterfs-not-accepting-version-argume.patch | 33 - ...c-allow-PYTHON-values