From: Armin Kuster <akuster808@gmail.com>
To: akuster@mvista.com, openembedded-devel@lists.openembedded.org,
akuster808@mvista.com
Subject: [PATCH 00/64] Krogoth-next patches under consideration
Date: Tue, 2 Aug 2016 07:07:43 -0700 [thread overview]
Message-ID: <cover.1470146419.git.akuster808@gmail.com> (raw)
Most GCC 6 fixed backported. A few packages where updated as they where mostly
bug fixes and I noted addition reasons within the commits.
I am running builds now. please comment if there is any feedback or missed something.. I hope to have a formal request out by this weekend.
The following changes since commit 247b1267bbe95719cd4877d2d3cfbaf2a2f4865a:
Revert "leptonica: add PACAKGECONFIG for openjpeg" (2016-05-25 12:36:13 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib akuster/krogoth-next
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=akuster/krogoth-next
Andre McCurdy (1):
ntp: avoid floating dependency on mdns (aka mDNSResponder)
Andreas Müller (1):
fontforge: add back gnulib to DEPENDS
Armin Kuster (9):
python-numeric: Add LLNL license
libxkbui: Fix license WARNING
pytest: fix runtime issues.
uim: Fix Warning
netkit-rsh: fix build issue.
dvd-apps: Fix several QA WARNINGS
gnome-menus: Fix QA warnings.
wireshark: update package to 2.0.3
wireshark: update to 2.0.4
Catalin Enache (1):
squid: CVE-2016-4553
Christopher Larson (8):
openlmi-networking: add missing dep on konkretcmpi-native
networkmanager: add missing dep on intltool-native
networkmanager: add missing dep on dbus-glib-native
x11vnc: remove old libtool macros from acinclude.m4
luajit: fix build issues, obey more vars
plymouth: allow disabling the dracut dep
vboxguestdrivers: obey LDFLAGS
libebml: don't rely on make -e, obey LDFLAGS
Dai Caiyun (4):
iptraf: Fix rootfs creation errors
openct: Fix rootfs creation errors
postfix: Fix rootfs creation errors
esmtp: Fix rootfs creation errors
Daniel McGregor (1):
krb5: fix uninitialized variable warning
Derek Straka (14):
geos: use std::isnan to support gcc6
tcsh: fix the wait definition to support gcc6
fbreader: add cflags fix for fribidi 0.19.7
fbreader: fix return code issue on gcc6
tvheadend: add CFLAG to ignore misleading indentations
geis: add CFLAG to ignore misleading indentations
fwts: add CFLAG to ignore misleading indentations
curlpp: fix build with gcc-6 and remove blacklist
iperf: resolve issues with gcc6
tvheadend: add a patch to fix issues with gcc 6 and drop the
-Wno-error=misleading-indentation
geis: add a patch to fix incorrect indentation issues and remove
-Wno-error=misleading-indentation
faac: address gcc-6 narrowing errors via an explicit cast
evince: fix build errors with gcc-6
apache2: update to version 2.4.23
Dmitry Rozhkov (1):
libxfce4ui: Use native intltool for building the lib
Frederico Cadete (2):
efl e-module.inc: fix fetching in multi-lib configs
gtest: fix installation in multilib
Hongxu Jia (1):
x11vnc: remove redundant RPATH to fix QA issue
Jackie Huang (4):
net-snmp: fix snmpd crash via AgentX connection
php: update to 5.5.37 and 5.6.23
libssh: upgrade to 0.7.3
libssh2: upgrade to 1.7.0
Joe Slater (1):
openconnect: PACKAGECONFIG certain dependencies
Jonathan Liu (4):
libtevent: add missing libaio dependency
libtdb: add missing libaio dependency
libtalloc: add missing libaio dependency
libldb: add missing libaio dependency
Kai Kang (1):
mariadb: upgrade to 5.5.50
Khem Raj (1):
initramfs-kexecboot-klibc-image: Skip for nios2
Kirill Esipov (1):
apache2: fix libtool's path in apxs
Li Wang (1):
net-snmp: initscripts are located in net-snmp-server-snmp package
Robert Yang (1):
rrdtool: only unset PERLHOSTLIB in do_configure
Ross Burton (1):
llvm: make llvm-config wrapper error message more understandable
S. Lockwood-Childs (1):
cifs-utils: make samba conditional dependency
Shrikant Bobade (1):
netcat-openbsd: fix qa warning
Vesa Jääskeläinen (1):
nano: fix license to GPLv3.
Yi Zhao (1):
gtksourceview2: fix build with gcc6
fan.xin (1):
ntp: Security fixes via Upgrade to 4.2.8p8
mingli.yu@windriver.com (1):
collectd: replace deprecated readdir_r() with readdir()
meta-efl/recipes-efl/e17/e-module.inc | 2 +-
.../evince/evince/0002-fix-gcc6-errors.patch | 39 ++++++++++
meta-gnome/recipes-gnome/evince/evince_3.18.2.bb | 4 +-
.../gnome-menus/gnome-menus_2.30.5.bb | 15 ++--
.../suppress-string-format-literal-warning.patch | 33 +++++++++
.../gtksourceview/gtksourceview2_2.10.5.bb | 1 +
.../fbreader-0.12.10/fix-cflags-fribidi.patch | 11 +++
.../fbreader-0.12.10/fix-return-code-gcc6.patch | 11 +++
.../recipes-support/fbreader/fbreader_0.12.10.bb | 4 +-
.../images/initramfs-kexecboot-klibc-image.bb | 6 ++
.../recipes-dvb/dvb-apps/dvb-apps_1.1.1.bb | 10 +++
.../tvheadend/0002-fix-issues-with-gcc6.patch | 46 ++++++++++++
.../recipes-dvb/tvheadend/tvheadend_git.bb | 1 +
.../recipes-mkv/libebml/libebml/ldflags.patch | 57 ++++++++++++++
.../libebml/libebml/override-uname.patch | 42 +++++++++++
.../recipes-mkv/libebml/libebml_1.3.0.bb | 44 +++++++++--
.../recipes-multimedia/faac/faac_1.28.bb | 5 +-
.../files/address-gcc-6-narrowing-errors.patch | 47 ++++++++++++
.../openconnect/openconnect_git.bb | 13 +++-
.../recipes-daemons/postfix/postfix.inc | 5 ++
.../squid/files/CVE-2016-4553.patch | 51 +++++++++++++
.../recipes-daemons/squid/squid_3.5.7.bb | 1 +
.../netkit-rsh/fixup_wait3_api_change.patch | 34 +++++++++
.../recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | 1 +
.../net-snmp/net-snmp/net-snmp-agentx-crash.patch | 75 +++++++++++++++++++
.../recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 7 +-
.../recipes-support/cifs/cifs-utils_git.bb | 4 +-
.../recipes-support/curlpp/curlpp_0.7.3.bb | 4 +
meta-networking/recipes-support/esmtp/esmtp_1.2.bb | 5 ++
.../recipes-support/libldb/libldb_1.1.26.bb | 2 +-
.../recipes-support/libtalloc/libtalloc_2.1.6.bb | 2 +-
.../recipes-support/libtdb/libtdb_1.3.8.bb | 2 +
.../recipes-support/libtevent/libtevent_0.9.28.bb | 2 +-
.../recipes-support/netcat/netcat-openbsd_1.105.bb | 2 +
.../ntp/{ntp_4.2.8p7.bb => ntp_4.2.8p8.bb} | 5 +-
.../{wireshark_2.0.2.bb => wireshark_2.0.4.bb} | 4 +-
.../iperf/iperf-2.0.5/0002-fix-bool-size-m4.patch | 16 ++++
meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb | 1 +
...-around-uninitialized-warning-in-cc_kcm.c.patch | 37 ++++++++++
meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb | 1 +
.../networkmanager/networkmanager_1.0.10.bb | 2 +-
meta-oe/recipes-core/llvm/llvm-common/llvm-config | 7 +-
meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 18 +++--
meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb | 4 +
meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb | 56 ++++++++++----
.../change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0
meta-oe/recipes-devtools/php/php_5.5.32.bb | 6 --
meta-oe/recipes-devtools/php/php_5.5.37.bb | 6 ++
.../php/{php_5.6.18.bb => php_5.6.23.bb} | 4 +-
...replace-deprecated-readdir_r-with-readdir.patch | 66 +++++++++++++++++
.../recipes-extended/collectd/collectd_5.5.0.bb | 1 +
.../openlmi/openlmi-networking_0.3.1.bb | 2 +-
meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | 2 +-
.../tcsh/files/fix-gcc6-wait-union.patch | 11 +++
meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb | 10 ++-
.../fontforge/fontforge_20150824.bb | 2 +-
.../x11vnc/files/remove-redundant-RPATH.patch | 86 ++++++++++++++++++++++
meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 10 ++-
.../recipes-graphics/xorg-lib/libxkbui_1.0.2.bb | 2 +-
.../geos/files/fix-gcc6-isnan.patch | 22 ++++++
meta-oe/recipes-navigation/geos/geos_3.4.2.bb | 3 +-
.../geis/fix-indentation-for-gcc6.patch | 14 ++++
.../canonical-multitouch/geis_2.2.17.bb | 4 +-
.../libssh/{libssh_0.7.1.bb => libssh_0.7.3.bb} | 2 +-
.../libssh2/{libssh2_1.6.0.bb => libssh2_1.7.0.bb} | 4 +-
...b-native_5.5.46.bb => mariadb-native_5.5.50.bb} | 0
meta-oe/recipes-support/mysql/mariadb.inc | 5 +-
.../mysql/{mariadb_5.5.46.bb => mariadb_5.5.50.bb} | 0
meta-oe/recipes-support/nano/nano.inc | 2 +-
meta-oe/recipes-support/openct/openct_0.6.20.bb | 3 +
meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 +-
.../vboxguestdrivers/vboxguestdrivers_4.3.36.bb | 2 +-
meta-oe/recipes-test/fwts/fwts_git.bb | 2 +-
...install-command-for-libraries-and-headers.patch | 32 ++++++++
...test.pc.in-Add-pkg-config-support-to-gte.patch} | 24 +++---
...install-command-for-libraries-and-headers.patch | 39 ----------
meta-oe/recipes-test/gtest/gtest_1.7.0.bb | 4 +-
meta-python/licenses/LLNL | 16 ++++
.../recipes-devtools/python/python-pytest_2.9.1.bb | 2 +-
...2-native_2.4.20.bb => apache2-native_2.4.23.bb} | 4 +-
.../{apache2_2.4.20.bb => apache2_2.4.23.bb} | 6 +-
.../recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 2 +-
82 files changed, 1001 insertions(+), 140 deletions(-)
create mode 100644 meta-gnome/recipes-gnome/evince/evince/0002-fix-gcc6-errors.patch
create mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview2/suppress-string-format-literal-warning.patch
create mode 100644 meta-gpe/recipes-support/fbreader/fbreader-0.12.10/fix-cflags-fribidi.patch
create mode 100644 meta-gpe/recipes-support/fbreader/fbreader-0.12.10/fix-return-code-gcc6.patch
create mode 100644 meta-multimedia/recipes-dvb/tvheadend/tvheadend/0002-fix-issues-with-gcc6.patch
create mode 100644 meta-multimedia/recipes-mkv/libebml/libebml/ldflags.patch
create mode 100644 meta-multimedia/recipes-mkv/libebml/libebml/override-uname.patch
create mode 100644 meta-multimedia/recipes-multimedia/faac/files/address-gcc-6-narrowing-errors.patch
create mode 100644 meta-networking/recipes-daemons/squid/files/CVE-2016-4553.patch
create mode 100644 meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/fixup_wait3_api_change.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-agentx-crash.patch
rename meta-networking/recipes-support/ntp/{ntp_4.2.8p7.bb => ntp_4.2.8p8.bb} (96%)
rename meta-networking/recipes-support/wireshark/{wireshark_2.0.2.bb => wireshark_2.0.4.bb} (94%)
create mode 100644 meta-oe/recipes-benchmark/iperf/iperf-2.0.5/0002-fix-bool-size-m4.patch
create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/0001-Work-around-uninitialized-warning-in-cc_kcm.c.patch
rename meta-oe/recipes-devtools/php/{php-5.6.18 => php-5.6.23}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
delete mode 100644 meta-oe/recipes-devtools/php/php_5.5.32.bb
create mode 100644 meta-oe/recipes-devtools/php/php_5.5.37.bb
rename meta-oe/recipes-devtools/php/{php_5.6.18.bb => php_5.6.23.bb} (51%)
create mode 100644 meta-oe/recipes-extended/collectd/collectd/0001-collectd-replace-deprecated-readdir_r-with-readdir.patch
create mode 100644 meta-oe/recipes-extended/tcsh/files/fix-gcc6-wait-union.patch
create mode 100644 meta-oe/recipes-graphics/x11vnc/files/remove-redundant-RPATH.patch
create mode 100644 meta-oe/recipes-navigation/geos/files/fix-gcc6-isnan.patch
create mode 100644 meta-oe/recipes-support/canonical-multitouch/geis/fix-indentation-for-gcc6.patch
rename meta-oe/recipes-support/libssh/{libssh_0.7.1.bb => libssh_0.7.3.bb} (94%)
rename meta-oe/recipes-support/libssh2/{libssh2_1.6.0.bb => libssh2_1.7.0.bb} (84%)
rename meta-oe/recipes-support/mysql/{mariadb-native_5.5.46.bb => mariadb-native_5.5.50.bb} (100%)
rename meta-oe/recipes-support/mysql/{mariadb_5.5.46.bb => mariadb_5.5.50.bb} (100%)
create mode 100644 meta-oe/recipes-test/gtest/gtest/0001-Add-install-command-for-libraries-and-headers.patch
rename meta-oe/recipes-test/gtest/gtest/{CMakeLists-gtest.pc.in-Add-pkg-config-support-to-gte.patch => 0002-CMakeLists-gtest.pc.in-Add-pkg-config-support-to-gte.patch} (68%)
delete mode 100644 meta-oe/recipes-test/gtest/gtest/cmake-Add-install-command-for-libraries-and-headers.patch
create mode 100644 meta-python/licenses/LLNL
rename meta-webserver/recipes-httpd/apache2/{apache2-native_2.4.20.bb => apache2-native_2.4.23.bb} (91%)
rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.20.bb => apache2_2.4.23.bb} (97%)
--
2.3.5
next reply other threads:[~2016-08-02 14:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 14:07 Armin Kuster [this message]
2016-08-04 7:31 ` [PATCH 00/64] Krogoth-next patches under consideration Koen Kooi
2016-08-04 18:41 ` akuster808
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.1470146419.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=akuster808@mvista.com \
--cc=akuster@mvista.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.