[oe-commits] [openembedded-core] branch morty updated (67e9932 -> ceeda7a)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 15 22:48:08 UTC 2018


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

rpurdie pushed a change to branch morty
in repository openembedded-core.

    from 67e9932  gcc: Remove patch causing ICE on x86_64 valgrind compile
     new 387cd21  libtirpc: Backport fixes from 1.0.2rc3
     new 36f9db4  libtirpc: Expose key_secretkey_is_set API
     new f77f93f  libtirpc: Enable des APIs for musl
     new fad9732  libtirpc: Fix build error due to missing stdint.h> include
     new 19faff7  libtirpc: Fix CVE-2017-8779
     new fa997ff  libtirpc: upgrade to 1.0.2
     new cc20757  libtirpc: stop dropping in NIS headers
     new b7b22cb  libtirpc: Extend to native and nativesdk recipes
     new 62552a7  unfs3: Fix build with musl
     new 955c485  unfs3: Fix libtirpc usage for unfs3-native version
     new 922dae3  yocto-uninative: Upgrade to 1.8 version with glibc 2.27
     new 676d4d9  uninative: Add compatiblity version check
     new ceeda7a  world-broken.inc: blacklist portmap on musl

The 13 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:
 meta/classes/uninative.bbclass                     |   7 +
 meta/conf/distro/include/world-broken.inc          |   9 +-
 meta/conf/distro/include/yocto-uninative.inc       |   8 +-
 .../0001-daemon.c-Libtirpc-porting-fixes.patch     |  37 ++++++
 meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb   |  10 +-
 ...d-missing-rwlock_unlocks-in-xprt_register.patch |  62 ---------
 .../0001-include-stdint.h-for-uintptr_t.patch      |  32 +++++
 .../0001-replace-__bzero-with-memset-API.patch     |  30 +++++
 .../libtirpc/export_key_secretkey_is_set.patch     |  24 ++++
 .../libtirpc/libtirpc/libtirpc-0.2.1-fortify.patch |  26 ----
 .../libtirpc/remove-des-functionality.patch        | 144 ---------------------
 .../{libtirpc_1.0.1.bb => libtirpc_1.0.2.bb}       |  24 ++--
 12 files changed, 156 insertions(+), 257 deletions(-)
 create mode 100644 meta/recipes-devtools/unfs3/unfs3/0001-daemon.c-Libtirpc-porting-fixes.patch
 delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-Add-missing-rwlock_unlocks-in-xprt_register.patch
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-include-stdint.h-for-uintptr_t.patch
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-replace-__bzero-with-memset-API.patch
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch
 delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/libtirpc-0.2.1-fortify.patch
 delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/remove-des-functionality.patch
 rename meta/recipes-extended/libtirpc/{libtirpc_1.0.1.bb => libtirpc_1.0.2.bb} (53%)

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


More information about the Openembedded-commits mailing list