[oe-commits] [meta-openembedded] branch jethro-next updated (7bc138a -> 76d2248)

git at git.openembedded.org git at git.openembedded.org
Mon Feb 8 13:12:34 UTC 2016


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

      from  7bc138a   cifs-utils: add PACKAGECONFIG for cifsidmap
       new  50e09d1   quagga: fix segment fault when stopping ospf6d
       new  25d4048   xl2tpd: fix warnings with gcc 5
       new  01189c7   ctdb: add dependency on libldb
       new  8e06bce   samba: add PACKAGECONFIG for valgrind
       new  c70f2be   mozjs: fix linking issues on i586
       new  7665832   waf-samba: enable parallel builds
       new  20416eb   networkmanager: fix QA warning
       new  13f7a3a   logwatch: fix host-user-contaminated
       new  7434c03   orrery: fix host-user-contaminated
       new  f53801a   qwt: Fix host-user-contaminated
       new  a09eaa4   wireshark: update SRC_URI link to sources
       new  f3a6d00   nbd: use BPN in Files
       new  f417081   cim-schema-exper: fix host-user-contaminated
       new  629297d   ctdb: add PACKAGECONFIG for libtdb
       new  23db707   netkit-ftp: fixed invalid symlink
       new  8e67d3e   iscsitarget: split the kernel module into separate package
       new  2de03b1   iscsitarget: skip the arch test for kernel modules
       new  c03cc1c   ncftp: fix build failures with ccdv
       new  2cdf4fd   postfix: fix clean broken issue
       new  31941a0   lowpan-tools: add missing flex/bison deps
       new  e0a6765   thunar: remove udisks from RRECOMMENDS
       new  2def9f5   terminus-font: update perl-native-runtime dependency
       new  1f77110   ctdb: Fix rootfs creation errors
       new  154c5da   geoip: add ptest functionality
       new  b3f9892   php: Security fix CVE-2015-7803
       new  8f39700   php: Security fix CVE-2015-7804
       new  76d2248   php: Security fix CVE-2016-1903

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


Summary of changes:
 .../21-add-config-option-without-valgrind.patch    |  63 ++++++++++
 .../recipes-connectivity/samba/samba_4.1.12.bb     |   2 +
 .../ncftp-configure-use-BUILD_CC-for-ccdv.patch    |  32 +++++
 .../recipes-daemons/ncftp/ncftp_3.2.5.bb           |   7 +-
 .../recipes-daemons/postfix/postfix.inc            |   2 +
 .../iscsitarget/iscsitarget_1.4.20.3+svn502.bb     |  13 +-
 .../recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb   |   2 +-
 ...heck-ospf6-before-using-it-in-ospf6_clean.patch |  28 +++++
 .../recipes-protocols/quagga/quagga_0.99.24.1.bb   |   1 +
 .../recipes-protocols/xl2tpd/xl2tpd.inc            |   4 +-
 .../fix-inline-functions-errors-with-gcc-5.x.patch | 134 +++++++++++++++++++++
 .../cim-schema/cim-schema-exper_2.39.0.bb          |   1 +
 .../cim-schema/cim-schema-final_2.40.0.bb          |   1 +
 ...rvice-ensure-the-PID-directory-is-created.patch |  25 ++++
 meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb |  11 +-
 .../recipes-support/geoip/files/run-ptest          |  11 ++
 .../recipes-support/geoip/geoip_1.6.6.bb           |  38 ++++++
 .../lowpan-tools/lowpan-tools_git.bb               |   2 +-
 meta-networking/recipes-support/nbd/nbd_3.11.bb    |   6 +-
 .../recipes-support/wireshark/wireshark_1.12.8.bb  |   2 +-
 meta-oe/classes/waf-samba.bbclass                  |   4 +
 .../networkmanager/networkmanager_1.0.4.bb         |   1 +
 .../php/php-5.6.12/CVE-2015-7803.patch             |  85 +++++++++++++
 .../php/php-5.6.12/CVE-2015-7804.patch             |  64 ++++++++++
 .../php/php-5.6.12/CVE-2016-1903.patch             |  55 +++++++++
 meta-oe/recipes-devtools/php/php_5.6.12.bb         |   6 +-
 .../recipes-extended/logwatch/logwatch_7.4.1.bb    |   1 +
 ...010-fix-cross-compilation-on-i586-targets.patch |  46 +++++++
 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb     |   1 +
 .../terminus-font/terminus-font_4.38.bb            |   2 +-
 meta-oe/recipes-navigation/orrery/orrery_2.7.bb    |   1 +
 meta-oe/recipes-qt/qwt/qwt.inc                     |   1 +
 meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb     |   2 +-
 33 files changed, 632 insertions(+), 22 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/21-add-config-option-without-valgrind.patch
 create mode 100644 meta-networking/recipes-daemons/ncftp/ncftp/ncftp-configure-use-BUILD_CC-for-ccdv.patch
 create mode 100644 meta-networking/recipes-protocols/quagga/files/0001-ospf6d-check-ospf6-before-using-it-in-ospf6_clean.patch
 create mode 100644 meta-networking/recipes-protocols/xl2tpd/xl2tpd/fix-inline-functions-errors-with-gcc-5.x.patch
 create mode 100644 meta-networking/recipes-support/ctdb/ctdb/service-ensure-the-PID-directory-is-created.patch
 create mode 100644 meta-networking/recipes-support/geoip/files/run-ptest
 create mode 100644 meta-oe/recipes-devtools/php/php-5.6.12/CVE-2015-7803.patch
 create mode 100644 meta-oe/recipes-devtools/php/php-5.6.12/CVE-2015-7804.patch
 create mode 100644 meta-oe/recipes-devtools/php/php-5.6.12/CVE-2016-1903.patch
 create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/0010-fix-cross-compilation-on-i586-targets.patch

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


More information about the Openembedded-commits mailing list