[oe-commits] [meta-openembedded] branch master-next updated (346b5c6 -> b2baaae)

git at git.openembedded.org git at git.openembedded.org
Tue Jan 7 03:22:36 UTC 2020


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

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

    from 346b5c6  rsyslog: update from 8.1910 to 8.1911
     new cec8426  samba: upgrade 4.10.10 -> 4.10.11
     new 87234e9  python3-jsonrpcserver: update to v4.1.0
     new 02525e8  libconfig-autoconf-perl: add recipe
     new 5870cea  libunix-statgrab: add recipe
     new ead91f0  arno-iptables-firewall: upgrade 2.0.3 -> 2.1.0
     new 239f697  ipvsadm: upgrade 1.30 -> 1.31
     new 263bbaf  lftp: upgrade 4.8.4 -> 4.9.0
     new 02132b2  nghttp2: upgrade 1.39.2 -> 1.40.0
     new 05c160b  opensaf: upgrade 5.19.07 -> 5.19.10
     new 65c38c8  wolfssl: upgrade 4.2.0 -> 4.3.0
     new b437b53  kea: upgrade 1.7.2 -> 1.7.3
     new ef23e88  kernel-selftest: Include rtc tests
     new f9bcd33  enchant2: Upgrade 2.2.3 -> 2.2.7
     new e70fc74  geany-plugins: Use enchant2 instead of the old enchant
     new b2baaae  sdbus-c++: Introduce recipes for sdbus-c++ library and its tools

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../kea/{kea_1.7.2.bb => kea_1.7.3.bb}             |   4 +-
 .../lftp/files/fix-gcc-6-conflicts-signbit.patch   |  44 --
 .../lftp/{lftp_4.8.4.bb => lftp_4.9.0.bb}          |   8 +-
 .../samba/{samba_4.10.10.bb => samba_4.10.11.bb}   |   4 +-
 .../wolfssl/{wolfssl_4.2.0.bb => wolfssl_4.3.0.bb} |   2 +-
 .../{opensaf_5.19.07.bb => opensaf_5.19.10.bb}     |   4 +-
 ...ll_2.0.3.bb => arno-iptables-firewall_2.1.0.bb} |   2 +-
 .../ipvsadm/{ipvsadm_1.30.bb => ipvsadm_1.31.bb}   |   4 +-
 .../{nghttp2_1.39.2.bb => nghttp2_1.40.0.bb}       |   4 +-
 .../sdbus-c++/sdbus-c++-0.7.6/run-ptest            |  15 +
 ...01-do-not-disable-buffer-in-writing-files.patch | 413 +++++++++++++++++++
 .../0002-don-t-use-glibc-specific-qsort_r.patch    | 163 ++++++++
 ...src-login-brightness.c-include-sys-wait.h.patch |  25 ++
 ...e.h-add-__compare_fn_t-and-comparison_fn_.patch |  63 +++
 .../0003-src-basic-copy.c-include-signal.h.patch   |  27 ++
 ...llback-parse_printf_format-implementation.patch | 432 ++++++++++++++++++++
 ...-cpu-set-util.h-add-__cpu_mask-definition.patch |  54 +++
 ...asic-missing.h-check-for-missing-strndupa.patch | 442 +++++++++++++++++++++
 .../0006-Include-netinet-if_ether.h.patch          | 227 +++++++++++
 ...-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not.patch | 153 +++++++
 .../0008-add-missing-FTW_-macros-for-musl.patch    |  47 +++
 ...-of-__register_atfork-for-non-glibc-build.patch |  45 +++
 .../0011-Use-uintmax_t-for-handling-rlim_t.patch   |  97 +++++
 ....c-Disable-tests-for-missing-typedefs-in-.patch |  42 ++
 ...ass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch |  99 +++++
 ...c-compatible-basename-for-non-glibc-syste.patch |  34 ++
 ...ble-buffering-when-writing-to-oom_score_a.patch |  38 ++
 ...-XSI-compliant-strerror_r-from-GNU-specif.patch |  62 +++
 ...rt_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch |  35 ++
 ...ing_type.h-add-__compar_d_fn_t-definition.patch |  30 ++
 ...id-redefinition-of-prctl_mm_map-structure.patch |  32 ++
 .../0024-test-json.c-define-M_PIl.patch            |  33 ++
 .../static-libsystemd-pkgconfig.patch              |  11 +
 .../sdbus-c++/sdbus-c++-libsystemd_243.bb          |  69 ++++
 .../sdbus-c++/sdbus-c++-tools-native_0.7.6.bb      |  14 +
 meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.7.6.bb  |  32 ++
 .../recipes-devtools/geany/geany-plugins_1.36.bb   |   2 +-
 .../kernel-selftest/kernel-selftest.bb             |   1 +
 .../{enchant2_2.2.3.bb => enchant2_2.2.7.bb}       |   6 +-
 .../libconfig/libconfig-autoconf-perl_0.318.bb     |  41 ++
 .../libstatgrab/libunix-statgrab_0.112.bb          |  38 ++
 ...ver_4.0.5.bb => python3-jsonrpcserver_4.1.0.bb} |   6 +-
 42 files changed, 2837 insertions(+), 67 deletions(-)
 rename meta-networking/recipes-connectivity/kea/{kea_1.7.2.bb => kea_1.7.3.bb} (93%)
 delete mode 100644 meta-networking/recipes-connectivity/lftp/files/fix-gcc-6-conflicts-signbit.patch
 rename meta-networking/recipes-connectivity/lftp/{lftp_4.8.4.bb => lftp_4.9.0.bb} (82%)
 rename meta-networking/recipes-connectivity/samba/{samba_4.10.10.bb => samba_4.10.11.bb} (98%)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_4.2.0.bb => wolfssl_4.3.0.bb} (93%)
 rename meta-networking/recipes-daemons/opensaf/{opensaf_5.19.07.bb => opensaf_5.19.10.bb} (95%)
 rename meta-networking/recipes-filter/arno-iptables-firewall/{arno-iptables-firewall_2.0.3.bb => arno-iptables-firewall_2.1.0.bb} (97%)
 rename meta-networking/recipes-support/ipvsadm/{ipvsadm_1.30.bb => ipvsadm_1.31.bb} (92%)
 rename meta-networking/recipes-support/nghttp2/{nghttp2_1.39.2.bb => nghttp2_1.40.0.bb} (90%)
 create mode 100755 meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.7.6/run-ptest
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0001-do-not-disable-buffer-in-writing-files.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0002-don-t-use-glibc-specific-qsort_r.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0002-src-login-brightness.c-include-sys-wait.h.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0003-src-basic-copy.c-include-signal.h.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0004-add-fallback-parse_printf_format-implementation.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0004-src-shared-cpu-set-util.h-add-__cpu_mask-definition.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0005-src-basic-missing.h-check-for-missing-strndupa.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0006-Include-netinet-if_ether.h.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0008-add-missing-FTW_-macros-for-musl.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0010-fix-missing-of-__register_atfork-for-non-glibc-build.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0011-Use-uintmax_t-for-handling-rlim_t.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0014-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0015-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0016-Define-glibc-compatible-basename-for-non-glibc-syste.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0017-Do-not-disable-buffering-when-writing-to-oom_score_a.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0018-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0019-Hide-__start_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0020-missing_type.h-add-__compar_d_fn_t-definition.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0021-avoid-redefinition-of-prctl_mm_map-structure.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/0024-test-json.c-define-M_PIl.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd-243/static-libsystemd-pkgconfig.patch
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.7.6.bb
 create mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.7.6.bb
 rename meta-oe/recipes-support/enchant/{enchant2_2.2.3.bb => enchant2_2.2.7.bb} (76%)
 create mode 100644 meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.318.bb
 create mode 100644 meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
 rename meta-python/recipes-devtools/python/{python3-jsonrpcserver_4.0.5.bb => python3-jsonrpcserver_4.1.0.bb} (71%)

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


More information about the Openembedded-commits mailing list