[oe-commits] [meta-openembedded] branch master-next updated (4d40b43 -> fdb0854)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 15 12:09:10 UTC 2017


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

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

    from 4d40b43  stunnel: Add HOMEPAGE info into recipe file.
     new 1c760fd  Nginx: use PACKAGECONFIG variables in configure
     new 7b3bddc  pidgin-otr: Upgrade to 4.0.2
     new 81af3bf  ypbind-mt: Upgrade to 2.4
     new 050a8fe  apache2: use volatiles for sysvinit
     new 14748d2  apache2: change files layout to debian style
     new 6bbd5d8  gnome-keyring: Fix build with musl
     new c5879c6  openhpi: Fix build with musl
     new 3010049  breakpad: Upgrade to latest master
     new d75bd9f  recipes: fix invalid license file
     new 964cc9e  libp11: 0.4.0 -> 0.4.7
     new a96f5d2  krb5: CVE-2017-11462
     new fdb0854  poco: update to 1.7.9

The 12 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:
 .../gnome-keyring/gnome-keyring/musl.patch         |  17 +
 .../gnome-keyring/gnome-keyring_2.32.1.bb          |   4 +-
 .../recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb     |   2 +-
 .../gstreamer-0.10/gst-meta-base_0.10.bb           |   2 +-
 .../files/0001-ipmidirect-Replace-__STRING.patch   |  31 ++
 ...ck-for-PTHREAD_RECURSIVE_MUTEX_INITIALIZE.patch |  47 +++
 .../recipes-daemons/openhpi/openhpi_3.6.1.bb       |  11 +-
 .../0001-dns_hosts-Fix-build-with-musl.patch       |  67 ++++
 .../nis/{ypbind-mt_1.38.bb => ypbind-mt_2.4.bb}    |  10 +-
 .../krb5/krb5/CVE-2017-11462.patch                 | 419 +++++++++++++++++++++
 meta-oe/recipes-connectivity/krb5/krb5_1.15.1.bb   |   1 +
 .../packagegroups/packagegroup-tools-bluetooth.bb  |   2 +-
 .../packagegroups/packagegroup-basic.bb            |   2 +-
 .../packagegroups/packagegroup-boot.bb             |   2 +-
 .../0001-Turn-off-sign-compare-for-musl-libc.patch |  41 ++
 ...-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch |  24 ++
 .../0001-lss-Match-syscalls-to-match-musl.patch    |  27 ++
 .../breakpad/0002-Avoid-using-basename.patch       |  29 ++
 ...nal.h-is-a-nonportable-alias-for-signal.h.patch |  26 ++
 .../breakpad/0003-Dont-include-stab.h.patch        |  63 ++++
 ...nflict-between-musl-libc-dirent.h-and-lss.patch |  35 ++
 ...cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch |  26 ++
 ...-Import-necessary-definitions-from-stab.h.patch | 199 ++++++++++
 .../breakpad/0005-md2core-Replace-basename.patch   |  38 ++
 meta-oe/recipes-devtools/breakpad/breakpad_git.bb  |  17 +-
 .../packagegroups/packagegroup-sdk-target.bb       |   2 +-
 .../polkit/polkit-group-rule-datetime.bb           |   2 +-
 .../polkit/polkit-group-rule-network.bb            |   2 +-
 meta-oe/recipes-extended/zram/zram_0.1.bb          |   2 +-
 .../libp11/{libp11_0.4.0.bb => libp11_0.4.7.bb}    |  10 +-
 .../ignore_extra-portability_warnings.patch        |  19 -
 meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb |  16 -
 meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb |  15 +
 .../poco/{poco_1.7.8.bb => poco_1.7.9.bb}          |   4 +-
 .../recipes-httpd/apache2/apache2_2.4.27.bb        |  14 +-
 .../apache2/files/volatiles.04_apache2             |   3 +
 meta-webserver/recipes-httpd/nginx/nginx.inc       |   2 +-
 .../packagegroups/packagegroup-xfce-multimedia.bb  |   2 +-
 .../packagegroups/packagegroup-xfce-base.bb        |   2 +-
 .../packagegroups/packagegroup-xfce-extended.bb    |   2 +-
 .../recipes-xfce/xfce4-session/machine-host.bb     |   2 +-
 41 files changed, 1168 insertions(+), 73 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/0001-ipmidirect-Replace-__STRING.patch
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/0001-plugins-Check-for-PTHREAD_RECURSIVE_MUTEX_INITIALIZE.patch
 create mode 100644 meta-networking/recipes-support/nis/ypbind-mt/0001-dns_hosts-Fix-build-with-musl.patch
 rename meta-networking/recipes-support/nis/{ypbind-mt_1.38.bb => ypbind-mt_2.4.bb} (84%)
 create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/CVE-2017-11462.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0001-Turn-off-sign-compare-for-musl-libc.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0001-lss-Match-syscalls-to-match-musl.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0002-Avoid-using-basename.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0002-sys-signal.h-is-a-nonportable-alias-for-signal.h.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0003-Dont-include-stab.h.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0005-Import-necessary-definitions-from-stab.h.patch
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0005-md2core-Replace-basename.patch
 rename meta-oe/recipes-support/libp11/{libp11_0.4.0.bb => libp11_0.4.7.bb} (63%)
 delete mode 100644 meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch
 delete mode 100644 meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb
 create mode 100644 meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb
 rename meta-oe/recipes-support/poco/{poco_1.7.8.bb => poco_1.7.9.bb} (97%)
 create mode 100644 meta-webserver/recipes-httpd/apache2/files/volatiles.04_apache2

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


More information about the Openembedded-commits mailing list