[oe-commits] [meta-openembedded] branch master updated (6a5d6bc -> 1706197)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 5 13:43:03 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a change to branch master
in repository meta-openembedded.

    from 6a5d6bc  cryptsetup: add libdevmapper to RDEPENDS
     add 05d4ee9  fluidsynth: upgrade 2.0.5 -> 2.0.6
     add dc66ca8  python-cmd2: Add python3 version
     add a7c19fc  tipcutils: ptts: Set recv buffer size to max to receive as many packets as possible
     add e78130c  yail: update UPSTREAM_CHECK_GITTAGREGEX
     add 215df6e  iscsi-initiator-utils: 2.0.876 -> 2.0.877
     add eb2b608  postgresql: 11.4 -> 11.5
     add fc5139e  satyr: upgrade 0.27 -> 0.28
     add 1a4c632  python-hyperlink: rdepend on python-idna
     add 4d7124c  zstd: Upgrade 1.4.2 -> 1.4.3
     add 285b3fb  iperf2: Fix build with latest libc++
     add 870e66d  freeradius: upgrade 3.0.17 -> 3.0.19
     add af6d798  strongswan: upgrade 5.8.0 -> 5.8.1
     add 8f91643  php: upgrade 7.3.8 -> 7.3.9
     add a1a0e8d  nodejs: 10.16.2 -> 10.16.3
     add c20f2aa  python3-pyatspi: restrict with GTK2DISTROFEATURES
     add 7897ca7  lvm2: fix blkdeactivate failed with command not found
     add a4ea9ee  imsettings: upgrade 1.7.3 -> 1.8.1 and rework recipe
     add b13b877  xfce4-settings: upgrade 4.14.0 -> 4.14.1
     add 4f831c8  xfce4-screenshooter: upgrade 1.9.5 -> 1.9.6
     add a0cc2d6  iscsi-initiator-utils: Inherit pkgconfig and override PKG_CONFIG
     add ab3072e  klibc: Fix build with 5.2+ kernel headers
     add 4a031cf  gpsd: gpscat no longer uses python-curses in 3.19
     add e3485d0  netcf: Fix do_configure failed when multilib
     add 1706197  lmbench: update script lmbench-run

No new revisions were added by this update.

Summary of changes:
 .../0001-Fix-missing-include-in-sys-mman.h.patch   |  36 ++++
 meta-initramfs/recipes-devtools/klibc/klibc.inc    |   1 +
 .../recipes-multimedia/fluidsynth/fluidsynth.inc   |   4 +-
 ...s-correct-version-number-of-libssl-defect.patch |  44 -----
 ...radius-configure.ac-add-option-for-libcap.patch |  24 +--
 ...ius-fix-issues-related-to-m4-include-path.patch | 186 ---------------------
 .../files/freeradius-libtool-detection.patch       |  21 +--
 .../{freeradius_3.0.17.bb => freeradius_3.0.19.bb} |  15 +-
 .../0001-Make-iscsid-systemd-usage-optional.patch  |  88 ++++++++++
 ...g-config-in-Makefiles-for-newer-libraries.patch |  92 ++++++++++
 ...2.0.876.bb => iscsi-initiator-utils_2.0.877.bb} |  13 +-
 .../recipes-support/netcf/netcf_0.2.8.bb           |   2 +-
 .../{strongswan_5.8.0.bb => strongswan_5.8.1.bb}   |   4 +-
 ...-definition-considering-stdbool.h-being-p.patch |  58 +++++++
 meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb  |   4 +-
 .../recipes-benchmark/lmbench/lmbench/lmbench-run  |   1 -
 .../recipes-benchmark/lmbench/lmbench_3.0-a9.bb    |   5 +-
 .../{postgresql_11.4.bb => postgresql_11.5.bb}     |   4 +-
 .../{nodejs_10.16.2.bb => nodejs_10.16.3.bb}       |   4 +-
 .../php/{php_7.3.8.bb => php_7.3.9.bb}             |   4 +-
 meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb       |   2 +
 ...et-recv-buffer-size-too-max-to-receive-as.patch |  66 ++++++++
 .../recipes-extended/tipcutils/tipcutils_git.bb    |   1 +
 .../zstd/{zstd_1.4.2.bb => zstd_1.4.3.bb}          |   2 +-
 meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb       |   1 -
 ...-bin-findmnt-bin-lsblk-bin-sort-not-found.patch |  73 ++++++++
 meta-oe/recipes-support/lvm2/lvm2_2.03.02.bb       |   8 +-
 .../satyr/{satyr_0.27.bb => satyr_0.28.bb}         |   3 +-
 .../{python-cmd2_0.9.16.bb => python-cmd2.inc}     |  14 +-
 .../recipes-devtools/python/python-cmd2_0.9.16.bb  |  15 +-
 .../recipes-devtools/python/python-hyperlink.inc   |   2 +-
 .../recipes-devtools/python/python3-cmd2_0.9.16.bb |   9 +
 .../python/python3-pyatspi_2.32.1.bb               |   4 +
 ...ooter_1.9.5.bb => xfce4-screenshooter_1.9.6.bb} |   6 +-
 .../{imsettings_1.7.3.bb => imsettings_1.8.1.bb}   |  22 +--
 ...settings_4.14.0.bb => xfce4-settings_4.14.1.bb} |   4 +-
 36 files changed, 517 insertions(+), 325 deletions(-)
 create mode 100644 meta-initramfs/recipes-devtools/klibc/files/0001-Fix-missing-include-in-sys-mman.h.patch
 delete mode 100644 meta-networking/recipes-connectivity/freeradius/files/0001-freeradius-correct-version-number-of-libssl-defect.patch
 delete mode 100644 meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch
 rename meta-networking/recipes-connectivity/freeradius/{freeradius_3.0.17.bb => freeradius_3.0.19.bb} (95%)
 create mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Make-iscsid-systemd-usage-optional.patch
 create mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Use-pkg-config-in-Makefiles-for-newer-libraries.patch
 rename meta-networking/recipes-daemons/iscsi-initiator-utils/{iscsi-initiator-utils_2.0.876.bb => iscsi-initiator-utils_2.0.877.bb} (90%)
 rename meta-networking/recipes-support/strongswan/{strongswan_5.8.0.bb => strongswan_5.8.1.bb} (97%)
 create mode 100644 meta-oe/recipes-benchmark/iperf2/iperf2/0001-Detect-bool-definition-considering-stdbool.h-being-p.patch
 rename meta-oe/recipes-dbs/postgresql/{postgresql_11.4.bb => postgresql_11.5.bb} (63%)
 rename meta-oe/recipes-devtools/nodejs/{nodejs_10.16.2.bb => nodejs_10.16.3.bb} (97%)
 rename meta-oe/recipes-devtools/php/{php_7.3.8.bb => php_7.3.9.bb} (88%)
 create mode 100644 meta-oe/recipes-extended/tipcutils/tipcutils/0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch
 rename meta-oe/recipes-extended/zstd/{zstd_1.4.2.bb => zstd_1.4.3.bb} (95%)
 create mode 100644 meta-oe/recipes-support/lvm2/lvm2/0001-fix-command-bin-findmnt-bin-lsblk-bin-sort-not-found.patch
 rename meta-oe/recipes-support/satyr/{satyr_0.27.bb => satyr_0.28.bb} (87%)
 copy meta-python/recipes-devtools/python/{python-cmd2_0.9.16.bb => python-cmd2.inc} (58%)
 create mode 100644 meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb
 rename meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.9.5.bb => xfce4-screenshooter_1.9.6.bb} (76%)
 rename meta-xfce/recipes-extended/imsettings/{imsettings_1.7.3.bb => imsettings_1.8.1.bb} (64%)
 rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.14.0.bb => xfce4-settings_4.14.1.bb} (89%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list