All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/30] Merge request July 3
Date: Fri,  3 Jul 2020 10:58:55 -0700	[thread overview]
Message-ID: <cover.1593799085.git.akuster808@gmail.com> (raw)

Please merge to dunfell.
Cover letter only

The following changes since commit 8a72d29e0876830ffd96b85d7d0308302eb07a5d:

  python3-docutils: Remove, moved to OE-core (2020-06-12 09:32:24 -0700)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded dunfell-next
  http://cgit.openembedded.org/meta-openembedded/log/?h=dunfell-next

Alex Kiernan (1):
  zstd: Upgrade 1.4.4 -> 1.4.5

Andreas Müller (3):
  libblockdev: upgrade 2.23 -> 2.24
  openh264: upgrade 2.1.0 -> 2.1.1
  tcpreplay: upgrade 4.3.2 -> 4.3.3

Armin Kuster (1):
  ntp: update 4.2.8p15

Changqing Li (2):
  python-django: add RDEPENDS
  python-m2crypto: Add RDEPENDS

Christian Eggers (1):
  linuxptp: Fix segmentation fault on 32 bit platforms with 64 bit
    time_t

Konrad Weihmann (3):
  netkit-rsh: properly append PACKAGECONFIG
  zile: properly append PACKAGECONFIG
  libtalloc: fix upstream url

Leon Anavi (1):
  python3-sqlalchemy: Upgrade 1.3.12 -> 1.3.17

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

Paul Eggleton (1):
  protobuf-c: disable parallelism to avoid race condition

Pierre-Jean Texier (9):
  zchunk: upgrade 1.1.5 -> 1.1.6
  uriparser: upgrade 0.9.3 -> 0.9.4
  jsoncpp: upgrade 1.9.2 -> 1.9.3
  jpnevulator: upgrade 2.3.4 -> 2.3.5
  libnftnl: upgrade 1.1.6 -> 1.1.7
  nftables: upgrade 0.9.4 -> 0.9.5
  haveged: upgrade 1.9.8 -> 1.9.9
  rsnapshot: upgrade 1.4.2 -> 1.4.3
  fuse3: upgrade 3.9.1 -> 3.9.2

Qi.Chen@windriver.com (1):
  python-django: set CVE_PRODUCT to be django

Wang Mingyu (3):
  postgresql: 12.2 -> 12.3
  openipmi: upgrade 2.0.28 -> 2.0.29
  twm: upgrade 1.0.10 -> 1.0.11

Zang Ruochen (3):
  proj: upgrade 7.0.0 -> 7.0.1
  libvpx: upgrade 1.8.1 -> 1.8.2
  mm-common: upgrade 1.0..0 -> 1.0.1

 .../fuse/{fuse3_3.9.1.bb => fuse3_3.9.2.bb}   |   3 +-
 .../{openh264_2.1.0.bb => openh264_2.1.1.bb}  |   4 +-
 .../{libnftnl_1.1.6.bb => libnftnl_1.1.7.bb}  |   2 +-
 .../{nftables_0.9.4.bb => nftables_0.9.5.bb}  |   3 +-
 .../netkit-rsh/netkit-rsh_0.17.bb             |   2 +-
 .../libtalloc/libtalloc_2.3.0.bb              |   2 +-
 .../ntp/{ntp_4.2.8p14.bb => ntp_4.2.8p15.bb}  |   3 +-
 ...{openipmi_2.0.28.bb => openipmi_2.0.29.bb} |   4 +-
 ...{tcpreplay_4.3.2.bb => tcpreplay_4.3.3.bb} |   4 +-
 .../linuxptp/time_t_maybe_long_long.patch     | 135 ++++++++++++++++++
 .../linuxptp/linuxptp_2.0.bb                  |   1 +
 ...{mm-common_1.0.0.bb => mm-common_1.0.1.bb} |   4 +-
 ...Use-pkg-config-for-libxml2-detection.patch |  50 -------
 meta-oe/recipes-dbs/postgresql/postgresql.inc |   1 -
 ...{postgresql_12.2.bb => postgresql_12.3.bb} |   4 +-
 .../{jsoncpp_1.9.2.bb => jsoncpp_1.9.3.bb}    |   2 +-
 .../protobuf/protobuf-c_1.3.3.bb              |   5 +
 .../{haveged_1.9.8.bb => haveged_1.9.9.bb}    |   4 +-
 .../jpnevulator/jpnevulator_git.bb            |   4 +-
 ...ibblockdev_2.23.bb => libblockdev_2.24.bb} |   7 +-
 .../0001-Fix-legacy-build-after-2103.patch    |  27 ++++
 .../zstd/{zstd_1.4.4.bb => zstd_1.4.5.bb}     |   6 +-
 .../xorg-app/{twm_1.0.10.bb => twm_1.0.11.bb} |   5 +-
 .../webm/{libvpx_1.8.1.bb => libvpx_1.8.2.bb} |   2 +-
 .../proj/{proj_7.0.0.bb => proj_7.0.1.bb}     |   4 +-
 .../rsnapshot/rsnapshot_git.bb                |   4 +-
 ...{uriparser_0.9.3.bb => uriparser_0.9.4.bb} |   5 +-
 .../zchunk/0001-zck.h-fix-build-on-musl.patch |  39 -----
 .../0002-unzck-fix-build-with-musl-libc.patch |  61 --------
 .../{zchunk_1.1.5.bb => zchunk_1.1.6.bb}      |   8 +-
 meta-oe/recipes-support/zile/zile_2.4.14.bb   |   2 +-
 .../recipes-devtools/python/python-django.inc |   3 +
 .../python/python-m2crypto.inc                |  12 +-
 ...1.3.12.bb => python3-sqlalchemy_1.3.17.bb} |   6 +-
 34 files changed, 226 insertions(+), 202 deletions(-)
 rename meta-filesystems/recipes-support/fuse/{fuse3_3.9.1.bb => fuse3_3.9.2.bb} (91%)
 rename meta-multimedia/recipes-multimedia/openh264/{openh264_2.1.0.bb => openh264_2.1.1.bb} (94%)
 rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.1.6.bb => libnftnl_1.1.7.bb} (88%)
 rename meta-networking/recipes-filter/nftables/{nftables_0.9.4.bb => nftables_0.9.5.bb} (90%)
 rename meta-networking/recipes-support/ntp/{ntp_4.2.8p14.bb => ntp_4.2.8p15.bb} (98%)
 rename meta-networking/recipes-support/openipmi/{openipmi_2.0.28.bb => openipmi_2.0.29.bb} (96%)
 rename meta-networking/recipes-support/tcpreplay/{tcpreplay_4.3.2.bb => tcpreplay_4.3.3.bb} (75%)
 create mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp/time_t_maybe_long_long.patch
 rename meta-oe/recipes-core/mm-common/{mm-common_1.0.0.bb => mm-common_1.0.1.bb} (66%)
 delete mode 100644 meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
 rename meta-oe/recipes-dbs/postgresql/{postgresql_12.2.bb => postgresql_12.3.bb} (63%)
 rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.2.bb => jsoncpp_1.9.3.bb} (93%)
 rename meta-oe/recipes-extended/haveged/{haveged_1.9.8.bb => haveged_1.9.9.bb} (96%)
 rename meta-oe/recipes-extended/libblockdev/{libblockdev_2.23.bb => libblockdev_2.24.bb} (94%)
 create mode 100644 meta-oe/recipes-extended/zstd/zstd/0001-Fix-legacy-build-after-2103.patch
 rename meta-oe/recipes-extended/zstd/{zstd_1.4.4.bb => zstd_1.4.5.bb} (85%)
 rename meta-oe/recipes-graphics/xorg-app/{twm_1.0.10.bb => twm_1.0.11.bb} (67%)
 rename meta-oe/recipes-multimedia/webm/{libvpx_1.8.1.bb => libvpx_1.8.2.bb} (96%)
 rename meta-oe/recipes-navigation/proj/{proj_7.0.0.bb => proj_7.0.1.bb} (75%)
 rename meta-oe/recipes-support/uriparser/{uriparser_0.9.3.bb => uriparser_0.9.4.bb} (64%)
 delete mode 100644 meta-oe/recipes-support/zchunk/zchunk/0001-zck.h-fix-build-on-musl.patch
 delete mode 100644 meta-oe/recipes-support/zchunk/zchunk/0002-unzck-fix-build-with-musl-libc.patch
 rename meta-oe/recipes-support/zchunk/{zchunk_1.1.5.bb => zchunk_1.1.6.bb} (66%)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.3.12.bb => python3-sqlalchemy_1.3.17.bb} (67%)

-- 
2.17.1


             reply	other threads:[~2020-07-03 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-03 17:58 akuster [this message]
2020-07-04 15:55 ` [oe] [PATCH 00/30] Merge request July 3 Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1593799085.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.