All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/19] Pull request (cover letter only)
@ 2021-04-28 17:07 Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2021-04-28 17:07 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit a1b0631c4723d2a98eb9e80ec85a00bc46276783:

  go_1.14: don't set -buildmode=pie when building for windows targets (2021-04-19 04:27:15 -1000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next

Bruce Ashfield (4):
  linux-yocto/5.4: update to v5.4.109
  linux-yocto/5.4: update to v5.4.111
  linux-yocto/5.4: update to v5.4.112
  linux-yocto/5.4: fix arm defconfig warnings

Douglas Royds (2):
  Revert "externalsrc: Detect code changes in submodules"
  externalsrc: Detect code changes in submodules

Gavin Li (1):
  kmod: do not symlink config.guess/config.sub during autoreconf

Khem Raj (1):
  ca-certificates: Fix openssl runtime cert dependencies

Mingli Yu (2):
  libtool: make sure autoheader run before automake
  groff: not ship /usr/bin/grap2graph

Peter Budny (1):
  lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)

Richard Purdie (5):
  oeqa/selftest: Hardcode test assumptions about heartbeat event timings
  oeqa/selftest: Ensure packages classes are set correctly for
    maintainers test
  sanity: Add error check for '%' in build path
  sanity: Further improve directory sanity tests
  pseudo: Upgrade to add trailing slashes ignore path fix

Ross Burton (1):
  insane: clean up some more warning messages

Stefan Ghinea (1):
  wpa-supplicant: fix CVE-2021-30004

Yanfei Xu (1):
  parselogs: ignore floppy error on qemu-system-x86 at boot stage

 meta/classes/externalsrc.bbclass              |   7 +-
 meta/classes/insane.bbclass                   |  12 +-
 meta/classes/sanity.bbclass                   |  19 ++-
 meta/lib/oe/terminal.py                       |  16 ++-
 meta/lib/oeqa/runtime/cases/parselogs.py      |   2 +
 meta/lib/oeqa/selftest/cases/buildoptions.py  |   6 +-
 meta/lib/oeqa/selftest/cases/distrodata.py    |   2 +-
 .../wpa-supplicant/CVE-2021-30004.patch       | 123 ++++++++++++++++++
 .../wpa-supplicant/wpa-supplicant_2.9.bb      |   1 +
 .../libtool/libtool-2.4.6.inc                 |   1 +
 ...-sure-autoheader-run-before-automake.patch |  35 +++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |   2 +-
 meta/recipes-extended/groff/groff_1.22.4.bb   |   4 +
 meta/recipes-kernel/kmod/kmod.inc             |   1 -
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 ++--
 .../ca-certificates_20210119.bb               |   6 +-
 18 files changed, 226 insertions(+), 47 deletions(-)
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/CVE-2021-30004.patch
 create mode 100644 meta/recipes-devtools/libtool/libtool/0001-Makefile.am-make-sure-autoheader-run-before-automake.patch

-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [OE-core][dunfell 00/19] Pull request (cover letter only)
@ 2020-08-12  0:38 Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2020-08-12  0:38 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 257758f175cdcb99f4fe890cc0b1a60e82b5b84b:

  Revert "gtk-icon-cache.bbclass: add runtime dependency" (2020-08-05 04:27:18 -1000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next

Alexander Kanavin (3):
  libexif: update to 0.6.22
  testimage: add an overall timeout setting
  oeqa: write @OETestTag content into json test reports for each case

Bruce Ashfield (3):
  linux-yocto/5.4: update to v5.4.53
  linux-yocto/5.4: fix perf build with binutils 2.35
  linux-yocto/5.4: update to v5.4.54

Chen Qi (1):
  grub: set CVE_PRODUCT to grub2

Daniel Gomez (1):
  allarch: Add missing allarch ttf-bitstream-vera

Khem Raj (1):
  qemumips: Use 34Kf CPU emulation

Lee Chee Yang (4):
  ghostscript: fix CVE-2020-15900
  qemu: fix CVE-2020-15863
  libjpeg-turbo: fix CVE-2020-13790
  webkitgtk: fix CVE-2020-13753

Matthew (1):
  ltp: make copyFrom scp command non-fatal

Richard Purdie (1):
  uninative: Handle PREMIRRORS generically

Steve Sakoman (2):
  glib-2.0: update 2.62.4 to 2.62.5
  glib-2.0: update 2.62.5 to 2.62.6

Tyler Hicks (1):
  kernel-devicetree: Fix intermittent build failures caused by DTB
    builds

zhengruoqin (1):
  ruby: upgrade 2.7.0 -> 2.7.1

 meta/classes/kernel-devicetree.bbclass        |   2 +-
 meta/classes/testimage.bbclass                |  11 ++
 meta/classes/uninative.bbclass                |  13 +-
 meta/conf/layer.conf                          |   1 +
 meta/conf/machine/qemumips.conf               |   2 +
 meta/lib/oeqa/core/runner.py                  |  14 +++
 meta/lib/oeqa/core/target/ssh.py              |   7 +-
 meta/lib/oeqa/runtime/cases/ltp.py            |   5 +-
 meta/recipes-bsp/grub/grub2.inc               |   2 +
 ...t-write-bindir-into-pkg-config-files.patch |   2 +-
 ...-GSource-iterator-if-iteration-can-m.patch |  43 -------
 ...-memory-leaks-and-memory-corruption-.patch | 109 -----------------
 ...e-mutex-unlocking-in-destructor-righ.patch |  36 ------
 .../glib-2.0/glib-2.0/relocate-modules.patch  |   4 +-
 ...{glib-2.0_2.62.4.bb => glib-2.0_2.62.6.bb} |   7 +-
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 .../qemu/qemu/CVE-2020-15863.patch            |  63 ++++++++++
 .../ruby/{ruby_2.7.0.bb => ruby_2.7.1.bb}     |   4 +-
 .../ghostscript/CVE-2020-15900.patch          |  54 ++++++++
 .../ghostscript/ghostscript_9.50.bb           |   1 +
 .../jpeg/files/CVE-2020-13790.patch           |  76 ++++++++++++
 .../jpeg/libjpeg-turbo_2.0.4.bb               |   1 +
 .../ttf-fonts/ttf-bitstream-vera_1.10.bb      |   2 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 ++--
 .../webkit/webkitgtk/CVE-2020-13753.patch     |  15 +++
 meta/recipes-sato/webkit/webkitgtk_2.28.2.bb  |   1 +
 .../libexif/libexif/CVE-2016-6328.patch       |  64 ----------
 .../libexif/libexif/CVE-2017-7544.patch       |  40 ------
 .../libexif/libexif/CVE-2018-20030.patch      | 115 ------------------
 .../recipes-support/libexif/libexif_0.6.21.bb |  19 ---
 .../recipes-support/libexif/libexif_0.6.22.bb |  19 +++
 33 files changed, 305 insertions(+), 464 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0011-GMainContext-Fix-GSource-iterator-if-iteration-can-m.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0012-GMainContext-Fix-memory-leaks-and-memory-corruption-.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0013-GMainContext-Move-mutex-unlocking-in-destructor-righ.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.62.4.bb => glib-2.0_2.62.6.bb} (83%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15863.patch
 rename meta/recipes-devtools/ruby/{ruby_2.7.0.bb => ruby_2.7.1.bb} (95%)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2020-15900.patch
 create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2020-13790.patch
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/CVE-2020-13753.patch
 delete mode 100644 meta/recipes-support/libexif/libexif/CVE-2016-6328.patch
 delete mode 100644 meta/recipes-support/libexif/libexif/CVE-2017-7544.patch
 delete mode 100644 meta/recipes-support/libexif/libexif/CVE-2018-20030.patch
 delete mode 100644 meta/recipes-support/libexif/libexif_0.6.21.bb
 create mode 100644 meta/recipes-support/libexif/libexif_0.6.22.bb

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [OE-core][dunfell 00/19] Pull request (cover letter only)
@ 2020-05-21  2:40 Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2020-05-21  2:40 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 1a50634e56dfcb63eac0df1aa9cd7e6fb7bd470a:

  linux-yocto/5.4: update to v5.4.34 (2020-05-07 14:27:49 -1000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next

Alejandro Hernandez (1):
  connman: Include vpn-script in FILES

Alexander Kanavin (4):
  meson: fix upstream version check
  cdrtools-native: fix upstream version check
  re2c: correct upstream location
  webkitgtk: update to 2.28.2 to fix multiple CVE's

Anton Eliasson (1):
  meson.bbclass: Close the log file after reading

Jacob Kroon (1):
  pseudo: Fix enum typedef

Joe Slater (1):
  wget: improve reproducible build

Joshua Watt (2):
  libnewt: Backport patch to fix reproducibility
  bitbake.conf: Prevent git from detecting parent repo in recipe

Konrad Weihmann (2):
  pypi.bbclass: mind package suffix on version check
  file: add PACKAGECONFIG for auto options

Mingli Yu (1):
  python3-setuptools: add the missing rdepends

Peter Kjellerstedt (1):
  sstate.bbclass: Do not fail if files cannot be touched

Robert P. J. Day (1):
  documentation.conf: Add variables supported by features_check.bbclass

Tim Orling (1):
  pypi.bbclass: use new pypi UPSTREAM_CHECK_URI

Yeoh Ee Peng (1):
  selftest/imagefeatures: Enable sanity test for IMAGE_GEN_DEBUGFS

Yi Zhao (1):
  opkg-keyrings: check if opkg-key exists before run postinst

jan (1):
  scripts/tiny/ksize: Fix for more recent kernels

 meta/classes/meson.bbclass                    |  3 +-
 meta/classes/pypi.bbclass                     |  4 +-
 meta/classes/sstate.bbclass                   | 15 +++++--
 meta/conf/bitbake.conf                        |  6 ++-
 meta/conf/documentation.conf                  | 11 ++++-
 meta/lib/oeqa/selftest/cases/imagefeatures.py | 32 +++++++++++++++
 meta/recipes-connectivity/connman/connman.inc |  3 +-
 .../cdrtools/cdrtools-native_3.01.bb          |  1 -
 meta/recipes-devtools/file/file_5.38.bb       | 10 ++++-
 meta/recipes-devtools/meson/meson.inc         |  1 +
 .../opkg/opkg-keyrings_1.0.bb                 |  5 ++-
 .../0001-pseudo_ipc.h-Fix-enum-typedef.patch  | 31 ++++++++++++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  1 +
 .../python/python-setuptools.inc              |  1 +
 ...-t-ignore-CFLAGS-when-building-snack.patch | 29 +++++++++++++
 .../newt/files/pie-flags.patch                | 41 -------------------
 meta/recipes-extended/newt/libnewt_0.52.21.bb |  4 +-
 .../wget/0002-improve-reproducibility.patch   |  9 +++-
 .../webkitgtk/0001-Fix-build-with-musl.patch  | 30 +++++++-------
 ...tings-so-that-gtkdoc-generation-work.patch |  8 ++--
 .../webkit/webkitgtk/x32_support.patch        | 30 --------------
 ...ebkitgtk_2.26.4.bb => webkitgtk_2.28.2.bb} |  5 +--
 meta/recipes-support/re2c/re2c_1.0.1.bb       |  3 +-
 scripts/tiny/ksize.py                         |  6 +--
 24 files changed, 173 insertions(+), 116 deletions(-)
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-pseudo_ipc.h-Fix-enum-typedef.patch
 create mode 100644 meta/recipes-extended/newt/files/0002-don-t-ignore-CFLAGS-when-building-snack.patch
 delete mode 100644 meta/recipes-extended/newt/files/pie-flags.patch
 delete mode 100644 meta/recipes-sato/webkit/webkitgtk/x32_support.patch
 rename meta/recipes-sato/webkit/{webkitgtk_2.26.4.bb => webkitgtk_2.28.2.bb} (97%)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-28 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 17:07 [OE-core][dunfell 00/19] Pull request (cover letter only) Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2020-08-12  0:38 Steve Sakoman
2020-05-21  2:40 Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.