Re: [OE-core] [zeus][PATCH 00/22] zeus review request

2020-03-02 Thread Anuj Mittal




On 28-Feb-20 11:37 PM, akuster808 wrote:



On 2/28/20 7:23 AM, Anuj Mittal wrote:

Next set of changes for zeus. Please review.

Clean a-full on autobuilder except a single unrelated fetch failure for esdk 
test.

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751


Great. When do you want responses back by ?



I will send the merge request if I don't get any feedback by tomorrow.

Thanks,

Anuj
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [zeus][PATCH 00/22] zeus review request

2020-02-28 Thread akuster808



On 2/28/20 7:23 AM, Anuj Mittal wrote:
> Next set of changes for zeus. Please review.
>
> Clean a-full on autobuilder except a single unrelated fetch failure for esdk 
> test.
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751

Great. When do you want responses back by ?

- armin
>
> Thanks,
>
> Anuj
>
> The following changes since commit f39285bb82e68945a81034b84da09ca1078d6719:
>
>   Revert "bash: Fix CVE-2019-18276" (2020-02-19 18:53:10 +)
>
> are available in the git repository at:
>
>   git://push.openembedded.org/openembedded-core-contrib stable/zeus-next
>
> Alexander Kanavin (5):
>   perl: update to 5.30.1
>   perl: package Config.pm from arch directory into the main perl package
>   perl: install typemap and other extutils metadata as part of perl-core
>   libmodule-build-perl: fix ptests
>   perl: fix failing ptests
>
> Anuj Mittal (3):
>   openssh: backport patch to fix "cert not yet valid" test
>   ncurses: add CVE_VERSION
>   libxml2: fix CVE-2020-7595
>
> Bruce Ashfield (2):
>   linux-yocto/5.2: update to v5.2.29
>   linux-yocto/5.2: update to v5.2.32
>
> Jeremy Puhlman (1):
>   toolchain-shar-extract: ignore timestamp on decompress
>
> Kevin Hao (1):
>   xserver-nodm-init: Fix the start failure for non-root user
>
> Lee Chee Yang (2):
>   qemu: Fix CVE-2020-1711
>   libxml2: Fix CVE-2019-20388
>
> Nathan Rossi (2):
>   glibc-testsuite: Remove the do_install task
>   glibc-testsuite: Exclude this recipe from world builds
>
> Richard Purdie (2):
>   perl: Fix encode module reproducibility issues
>   perl: Fix makefile race causing configuration differences
>
> Ross Burton (1):
>   perl: improve reproducibility
>
> Tim Orling (1):
>   liberror-perl: upgrade 0.17028 -> 0.17029
>
> Trevor Gamblin (1):
>   qemurunner.py: add try/except for pid handling race
>
> Yi Zhao (1):
>   ppp: Security fix CVE-2020-8597
>
>  meta/files/toolchain-shar-extract.sh   |  2 +-
>  meta/lib/oeqa/utils/qemurunner.py  |  5 +-
>  ...at-bozo-decided-to-use-2020-as-a-future-d.patch | 46 
>  meta/recipes-connectivity/openssh/openssh_8.0p1.bb |  1 +
>  .../0001-pppd-Fix-bounds-check-in-EAP-code.patch   | 47 
>  meta/recipes-connectivity/ppp/ppp_2.4.7.bb |  1 +
>  meta/recipes-core/glibc/glibc-testsuite_2.30.bb|  3 +
>  .../libxml/libxml2/CVE-2019-20388.patch| 37 +
>  .../libxml/libxml2/CVE-2020-7595.patch | 36 
>  meta/recipes-core/libxml/libxml2_2.9.9.bb  |  2 +
>  meta/recipes-core/ncurses/ncurses_6.1+20190803.bb  |  2 +
>  ...t-to-correctly-exclude-unbuilt-extensions.patch | 27 +
>  meta/recipes-devtools/perl/files/encodefix.patch   | 20 +++
>  .../recipes-devtools/perl/files/fix-setgroup.patch | 49 -
>  .../perl/files/perl-configpm-switch.patch  |  4 +-
>  meta/recipes-devtools/perl/files/racefix.patch | 24 
>  ...or-perl_0.17028.bb => liberror-perl_0.17029.bb} |  4 +-
>  .../perl/libmodule-build-perl/run-ptest|  2 -
>  .../perl/libmodule-build-perl_0.4229.bb|  3 +
>  .../perl/{perl_5.30.0.bb => perl_5.30.1.bb}| 31 ---
>  meta/recipes-devtools/qemu/qemu.inc|  3 +-
>  .../recipes-devtools/qemu/qemu/CVE-2020-1711.patch | 64 
> ++
>  .../x11-common/xserver-nodm-init/capability.conf   |  2 +
>  .../x11-common/xserver-nodm-init/xserver-nodm  |  8 +++
>  .../x11-common/xserver-nodm-init_3.0.bb|  7 ++-
>  meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb|  6 +-
>  meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb  |  8 +--
>  meta/recipes-kernel/linux/linux-yocto_5.2.bb   | 22 
>  28 files changed, 379 insertions(+), 87 deletions(-)
>  create mode 100644 
> meta/recipes-connectivity/openssh/openssh/0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch
>  create mode 100644 
> meta/recipes-connectivity/ppp/ppp/0001-pppd-Fix-bounds-check-in-EAP-code.patch
>  create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2019-20388.patch
>  create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2020-7595.patch
>  create mode 100644 
> meta/recipes-devtools/perl/files/0001-tests-adjust-to-correctly-exclude-unbuilt-extensions.patch
>  create mode 100644 meta/recipes-devtools/perl/files/encodefix.patch
>  delete mode 100644 meta/recipes-devtools/perl/files/fix-setgroup.patch
>  create mode 100644 meta/recipes-devtools/perl/files/racefix.patch
>  rename meta/recipes-devtools/perl/{liberror-perl_0.17028.bb => 
> liberror-perl_0.17029.bb} (89%)
>  rename meta/recipes-devtools/perl/{perl_5.30.0.bb => perl_5.30.1.bb} (93%)
>  create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-1711.patch
>  create mode 100644 
> meta/recipes-graphics/x11-common/xserver-nodm-init/capability.conf
>

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.ope

[OE-core] [zeus][PATCH 00/22] zeus review request

2020-02-28 Thread Anuj Mittal
Next set of changes for zeus. Please review.

Clean a-full on autobuilder except a single unrelated fetch failure for esdk 
test.

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751

Thanks,

Anuj

The following changes since commit f39285bb82e68945a81034b84da09ca1078d6719:

  Revert "bash: Fix CVE-2019-18276" (2020-02-19 18:53:10 +)

are available in the git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/zeus-next

Alexander Kanavin (5):
  perl: update to 5.30.1
  perl: package Config.pm from arch directory into the main perl package
  perl: install typemap and other extutils metadata as part of perl-core
  libmodule-build-perl: fix ptests
  perl: fix failing ptests

Anuj Mittal (3):
  openssh: backport patch to fix "cert not yet valid" test
  ncurses: add CVE_VERSION
  libxml2: fix CVE-2020-7595

Bruce Ashfield (2):
  linux-yocto/5.2: update to v5.2.29
  linux-yocto/5.2: update to v5.2.32

Jeremy Puhlman (1):
  toolchain-shar-extract: ignore timestamp on decompress

Kevin Hao (1):
  xserver-nodm-init: Fix the start failure for non-root user

Lee Chee Yang (2):
  qemu: Fix CVE-2020-1711
  libxml2: Fix CVE-2019-20388

Nathan Rossi (2):
  glibc-testsuite: Remove the do_install task
  glibc-testsuite: Exclude this recipe from world builds

Richard Purdie (2):
  perl: Fix encode module reproducibility issues
  perl: Fix makefile race causing configuration differences

Ross Burton (1):
  perl: improve reproducibility

Tim Orling (1):
  liberror-perl: upgrade 0.17028 -> 0.17029

Trevor Gamblin (1):
  qemurunner.py: add try/except for pid handling race

Yi Zhao (1):
  ppp: Security fix CVE-2020-8597

 meta/files/toolchain-shar-extract.sh   |  2 +-
 meta/lib/oeqa/utils/qemurunner.py  |  5 +-
 ...at-bozo-decided-to-use-2020-as-a-future-d.patch | 46 
 meta/recipes-connectivity/openssh/openssh_8.0p1.bb |  1 +
 .../0001-pppd-Fix-bounds-check-in-EAP-code.patch   | 47 
 meta/recipes-connectivity/ppp/ppp_2.4.7.bb |  1 +
 meta/recipes-core/glibc/glibc-testsuite_2.30.bb|  3 +
 .../libxml/libxml2/CVE-2019-20388.patch| 37 +
 .../libxml/libxml2/CVE-2020-7595.patch | 36 
 meta/recipes-core/libxml/libxml2_2.9.9.bb  |  2 +
 meta/recipes-core/ncurses/ncurses_6.1+20190803.bb  |  2 +
 ...t-to-correctly-exclude-unbuilt-extensions.patch | 27 +
 meta/recipes-devtools/perl/files/encodefix.patch   | 20 +++
 .../recipes-devtools/perl/files/fix-setgroup.patch | 49 -
 .../perl/files/perl-configpm-switch.patch  |  4 +-
 meta/recipes-devtools/perl/files/racefix.patch | 24 
 ...or-perl_0.17028.bb => liberror-perl_0.17029.bb} |  4 +-
 .../perl/libmodule-build-perl/run-ptest|  2 -
 .../perl/libmodule-build-perl_0.4229.bb|  3 +
 .../perl/{perl_5.30.0.bb => perl_5.30.1.bb}| 31 ---
 meta/recipes-devtools/qemu/qemu.inc|  3 +-
 .../recipes-devtools/qemu/qemu/CVE-2020-1711.patch | 64 ++
 .../x11-common/xserver-nodm-init/capability.conf   |  2 +
 .../x11-common/xserver-nodm-init/xserver-nodm  |  8 +++
 .../x11-common/xserver-nodm-init_3.0.bb|  7 ++-
 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb|  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb  |  8 +--
 meta/recipes-kernel/linux/linux-yocto_5.2.bb   | 22 
 28 files changed, 379 insertions(+), 87 deletions(-)
 create mode 100644 
meta/recipes-connectivity/openssh/openssh/0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch
 create mode 100644 
meta/recipes-connectivity/ppp/ppp/0001-pppd-Fix-bounds-check-in-EAP-code.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2019-20388.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2020-7595.patch
 create mode 100644 
meta/recipes-devtools/perl/files/0001-tests-adjust-to-correctly-exclude-unbuilt-extensions.patch
 create mode 100644 meta/recipes-devtools/perl/files/encodefix.patch
 delete mode 100644 meta/recipes-devtools/perl/files/fix-setgroup.patch
 create mode 100644 meta/recipes-devtools/perl/files/racefix.patch
 rename meta/recipes-devtools/perl/{liberror-perl_0.17028.bb => 
liberror-perl_0.17029.bb} (89%)
 rename meta/recipes-devtools/perl/{perl_5.30.0.bb => perl_5.30.1.bb} (93%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-1711.patch
 create mode 100644 
meta/recipes-graphics/x11-common/xserver-nodm-init/capability.conf

-- 
2.7.4

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core