All of lore.kernel.org
 help / color / mirror / Atom feed
* [Warror][ 00/23] Patch review
@ 2019-06-15 17:57 ` Armin Kuster
  0 siblings, 0 replies; 53+ messages in thread
From: Armin Kuster @ 2019-06-15 17:50 UTC (permalink / raw)
  To: bitbake-devel

Most of these where back port requests so I am giving a short review window.
Commnets by Sunday.

The following changes since commit 21cbe3ec166696b4d67d2ef5486a394d14d29269:

  aufs-util: prevent native aufs-util depending on target kernel (2019-05-18 07:38:39 -0700)

are available in the git repository at:

  https://git.openembedded.org/meta-openembedded-contrib stable/warrior-nmut
  http://cgit.openembedded.org//log/?h=stable/warrior-nmut

Changqing Li (1):
  netkit-telnet: add rconflicts

Hongxu Jia (1):
  crash: do not use unstable github archive tarballs

Liwei Song (1):
  turbostat: copy bits.h from kernel to turbostat

Martin Jansa (16):
  gtkwave: add distro_features_check
  ndctl: make MACHINE_ARCH and ignore from libblockdev
  oprofile: make MACHINE_ARCH
  umip: make MACHINE_ARCH
  mscgen: fix SRC_URI for multilib
  triggerhappy: fix issues
  python-cassandra-driver.inc: fix DEPENDS
  opencv: use the same package name in PACKAGES and RDEPENDS
  igmpproxy: remove
    0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch and
    _GNU_SOURCE
  libvncserver: set PV in the recipe
  ccid: fix SRC_URI
  ne10, libopus: add armv7ve override as well
  hunspell: use git fetcher instead of github archive
  ttf-mplus, ttf-vlgothic: add ttf-mplus license
  libmikmod: fix SRC_URI
  leptonica: fix SRC_URI

Mingli Yu (1):
  mariadb: Upgrade to 10.3.15

Qi.Chen@windriver.com (1):
  polkit: fix CVE-2019-6133

Scott Ellis (1):
  wireguard: Upgrade 20190123 -> 20190406

nick83ola (1):
  uthash: do not use unstable github archive tarballs

 .../recipes-connectivity/umip/umip_1.0.bb          |   3 +
 ...xy.h-Include-sys-types.h-for-u_short-u_in.patch |  25 ---
 .../recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb   |   6 +-
 ...0190123.bb => wireguard-module_0.0.20190406.bb} |   0
 ...20190123.bb => wireguard-tools_0.0.20190406.bb} |   0
 .../recipes-kernel/wireguard/wireguard.inc         |   4 +-
 .../netkit-telnet/netkit-telnet_0.17.bb            |   1 +
 meta-oe/conf/layer.conf                            |   6 +
 meta-oe/licenses/ttf-mplus                         |  16 ++
 meta-oe/recipes-core/ndctl/ndctl_v63.bb            |   3 +
 .../packagegroups/packagegroup-meta-oe.bb          |   3 +-
 ...native_10.3.13.bb => mariadb-native_10.3.15.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc              |   4 +-
 .../{mariadb_10.3.13.bb => mariadb_10.3.15.bb}     |   0
 ...pare-PolkitUnixProcess-uids-for-temporary.patch | 186 +++++++++++++++++++++
 meta-oe/recipes-extended/polkit/polkit_0.115.bb    |   7 +-
 .../{triggerhappy_0.5.0.bb => triggerhappy_git.bb} |  22 +--
 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb |   4 +
 .../recipes-graphics/leptonica/leptonica_1.74.4.bb |   2 +-
 .../libvncserver/libvncserver_git.bb               |   2 +-
 .../recipes-graphics/ttf-fonts/ttf-mplus_027.bb    |   2 +-
 .../ttf-fonts/ttf-vlgothic_20141206.bb             |   2 +-
 meta-oe/recipes-kernel/crash/crash_7.2.5.bb        |   8 +-
 meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb  |   3 +
 meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb  |   2 +
 .../recipes-multimedia/libopus/libopus_1.1.3.bb    |   3 +-
 .../recipes-multimedia/mikmod/libmikmod_3.3.6.bb   |   2 +-
 meta-oe/recipes-support/ccid/ccid_1.4.24.bb        |   4 +-
 meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb |   7 +-
 meta-oe/recipes-support/mscgen/mscgen_0.20.bb      |   2 +-
 meta-oe/recipes-support/ne10/ne10_1.2.1.bb         |   4 +-
 meta-oe/recipes-support/opencv/opencv_3.4.5.bb     |   2 +-
 meta-oe/recipes-support/uthash/uthash_2.1.0.bb     |   7 +-
 .../python/python-cassandra-driver.inc             |   2 +-
 34 files changed, 272 insertions(+), 72 deletions(-)
 delete mode 100644 meta-networking/recipes-daemons/igmpproxy/igmpproxy/0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch
 rename meta-networking/recipes-kernel/wireguard/{wireguard-module_0.0.20190123.bb => wireguard-module_0.0.20190406.bb} (100%)
 rename meta-networking/recipes-kernel/wireguard/{wireguard-tools_0.0.20190123.bb => wireguard-tools_0.0.20190406.bb} (100%)
 create mode 100644 meta-oe/licenses/ttf-mplus
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.3.13.bb => mariadb-native_10.3.15.bb} (100%)
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.3.13.bb => mariadb_10.3.15.bb} (100%)
 create mode 100644 meta-oe/recipes-extended/polkit/polkit/0001-backend-Compare-PolkitUnixProcess-uids-for-temporary.patch
 rename meta-oe/recipes-extended/triggerhappy/{triggerhappy_0.5.0.bb => triggerhappy_git.bb} (73%)

-- 
2.7.4



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

end of thread, other threads:[~2019-09-10 12:54 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-15 17:50 [Warror][ 00/23] Patch review Armin Kuster
2019-06-15 17:57 ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 01/23] gtkwave: add distro_features_check Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 02/23] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-16  8:34   ` Adrian Bunk
2019-06-15 17:50 ` [Warror][ 03/23] oprofile: make MACHINE_ARCH Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-16  8:24   ` Adrian Bunk
2019-06-15 17:50 ` [Warror][ 04/23] umip: " Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 05/23] mscgen: fix SRC_URI for multilib Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 06/23] triggerhappy: fix issues Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 07/23] python-cassandra-driver.inc: fix DEPENDS Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 08/23] opencv: use the same package name in PACKAGES and RDEPENDS Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 09/23] igmpproxy: remove 0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch and _GNU_SOURCE Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 10/23] libvncserver: set PV in the recipe Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 11/23] ccid: fix SRC_URI Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 12/23] wireguard: Upgrade 20190123 -> 20190406 Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-16  8:19   ` Adrian Bunk
2019-06-15 17:50 ` [Warror][ 13/23] ne10, libopus: add armv7ve override as well Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 14/23] hunspell: use git fetcher instead of github archive Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 15/23] ttf-mplus, ttf-vlgothic: add ttf-mplus license Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 16/23] polkit: fix CVE-2019-6133 Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 17/23] mariadb: Upgrade to 10.3.15 Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 18/23] libmikmod: fix SRC_URI Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 19/23] leptonica: " Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-09-10 12:40   ` Javier Viguera
2019-06-15 17:50 ` [Warror][ 20/23] crash: do not use unstable github archive tarballs Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 21/23] uthash: " Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 22/23] netkit-telnet: add rconflicts Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:50 ` [Warror][ 23/23] turbostat: copy bits.h from kernel to turbostat Armin Kuster
2019-06-15 17:57   ` Armin Kuster
2019-06-15 17:56 ` [Warror][ 00/23] Patch review akuster808

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.