[oe-commits] [openembedded-core] branch pyro updated (f76ee52 -> 5e4b487)

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


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

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

    from f76ee52  gcc: Remove patch causing ICE on x86_64 valgrind compile
     new d31ee3e  libtirpc: Backport fixes from 1.0.2rc3
     new 103a41f  libtirpc: Expose key_secretkey_is_set API
     new 8264826  libtirpc: Enable des APIs for musl
     new d8842e8  libtirpc: Fix build error due to missing stdint.h> include
     new bb6af5f  libtirpc: Fix CVE-2017-8779
     new 4586a66  libtirpc: upgrade to 1.0.2
     new e58b420  libtirpc: stop dropping in NIS headers
     new 9f6820a  libtirpc: Extend to native and nativesdk recipes
     new f5992ee  unfs3: Fix build with musl
     new 2b0617e  unfs3: Fix libtirpc usage for unfs3-native version
     new f200649  yocto-uninative: Upgrade to 1.8 version with glibc 2.27
     new 8147911  uninative: Add compatiblity version check
     new 5e4b487  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