From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org, akuster808@gmail.com
Subject: [PATCH 00/27][jethro V2] Pull request
Date: Sun, 7 Feb 2016 13:22:47 -0800 [thread overview]
Message-ID: <cover.1454879728.git.akuster808@gmail.com> (raw)
please consider these changes for meta-openembedded jethro-next
The following changes since commit 7bc138a365e20653ddfb9229561e3e9e50b89ee8:
cifs-utils: add PACKAGECONFIG for cifsidmap (2016-01-14 11:22:38 +0100)
are available in the git repository at:
git://github.com/akuster/meta-openembedded akuster/jethro-next
https://github.com//tree/akuster/jethro-next
Andreas Müller (1):
thunar: remove udisks from RRECOMMENDS
Armin Kuster (5):
networkmanager: fix QA warning
qwt: Fix host-user-contaminated
php: Security fix CVE-2015-7803
php: Security fix CVE-2015-7804
php: Security fix CVE-2016-1903
Christopher Larson (1):
lowpan-tools: add missing flex/bison deps
Hongxu Jia (1):
postfix: fix clean broken issue
Jackie Huang (3):
iscsitarget: split the kernel module into separate package
iscsitarget: skip the arch test for kernel modules
ncftp: fix build failures with ccdv
Jens Rehsack (1):
waf-samba: enable parallel builds
Joe Slater (1):
geoip: add ptest functionality
Kai Kang (1):
xl2tpd: fix warnings with gcc 5
Maciej Borzecki (1):
mozjs: fix linking issues on i586
Mark Asselstine (1):
ctdb: Fix rootfs creation errors
Martin Jansa (2):
ctdb: add dependency on libldb
terminus-font: update perl-native-runtime dependency
Qi.Chen@windriver.com (1):
quagga: fix segment fault when stopping ospf6d
Robert Yang (4):
nbd: use BPN in Files
cim-schema-exper: fix host-user-contaminated
ctdb: add PACKAGECONFIG for libtdb
netkit-ftp: fixed invalid symlink
Ruslan Bilovol (1):
wireshark: update SRC_URI link to sources
Wenzong Fan (1):
samba: add PACKAGECONFIG for valgrind
Yi Zhao (2):
logwatch: fix host-user-contaminated
orrery: fix host-user-contaminated
.../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
--
2.3.5
next reply other threads:[~2016-02-07 21:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-07 21:22 Armin Kuster [this message]
2016-02-10 14:07 ` [PATCH 00/27][jethro V2] Pull request Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1454879728.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.