[oe] [PATCH] lmbench: avoid gcc optimize-away multiplication

2016-05-04 Thread rongqing.li
From: Roy Li Change expression used in do_integer_mul and do_uint64_mul benchmarks so GCC doesn't optimize-away the loops, Signed-off-by: Roy Li --- .../0001-avoid-gcc-optimize-away-the-loops.patch | 79 ++

[oe] [PATCH][meta-oe] krb5: add native and nativesdk extend

2016-04-07 Thread rongqing.li
From: Roy Li add native and nativesdk extend, curl-native/nativesdk need them. replace the hardcode /etc with ${sysconfdir}, /var with ${localstatedir} Signed-off-by: Roy Li --- meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb | 14

[oe] [PATCH][meta-oe] virt-what: add the recipe

2016-03-29 Thread rongqing.li
From: Roy Li virt-what is a a shell script which can be used to detect if the program is running in a virtual machine. Signed-off-by: Roy Li --- .../recipes-extended/virt-what/virt-what_1.15.bb | 36 ++ 1 file

[oe] [PATCH][meta-oe] tmon: add recipes

2016-03-29 Thread rongqing.li
From: Roy Li tmon is a monitoring and testing tool for Linux kernel thermal subsystem Signed-off-by: Roy Li --- meta-oe/recipes-kernel/tmon/tmon.bb | 34 ++ 1 file changed, 34 insertions(+) create mode

[oe] [PATCH][meta-oe] cpupower: add recipes

2016-03-29 Thread rongqing.li
From: Roy Li cpupower is tools to shows and sets processor power related values Signed-off-by: Roy Li --- meta-oe/recipes-kernel/cpupower/cpupower.bb | 41 + 1 file changed, 41 insertions(+) create mode 100644

[oe] [PATCH][meta-oe] edac-utils: update the version

2016-03-15 Thread rongqing.li
From: Roy Li The current edac-utils is v0.18, not v0.16 as the declaration in NEWS file: --- | Version 0.18 (2011-11-09); |- Do not print "No errors to report" with edac-util --quiet |- Add DIMM labels for Intel S2600JF and

[oe] [PATCH] libx86-1: port a patch to make it work

2016-01-19 Thread rongqing.li
From: Roy Li port a patch from libx86-1.1-21.fc23.src.rpm, and make libx86-1 be able to work and assume zero which return by LRMI_common_init is valid address Signed-off-by: Roy Li --- .../0001-assume-zero-is-valid-address.patch|

[oe] [PATCH] ebtables: enable KERNEL_64_USERSPACE_32 for powerpc

2016-01-19 Thread rongqing.li
From: Roy Li Enable KERNEL_64_USERSPACE_32 when powerpc is using 64bit kernel and 32bit userspace. Some structs, which is used to communicate between user space and kernel, have the alignment issue on 64bit kernel with 32 bit userspace. To fix this issue, ebtables

[oe] [PATCH][meta-networking] mime-construct: Perform more mangling for perl path

2016-01-03 Thread rongqing.li
From: Roy Li native perl is in /usr/bin/mime-construct, introduce the below QA warning, it should be replaced: WARNING: QA Issue: /usr/bin/mime-construct_mime-construct contained in package mime-construct requires tmp/sysroots/x86_64-linux/usr/bin/perl-native/perl,

[oe] [PATCH][meta-networking][V2] net-snmp: fix the replacement in net-snmp-config

2015-12-31 Thread rongqing.li
From: Roy Li when net-snmp-config is used to configure by other package, and fail since /libnl3 is not found, in fact, it should be -I/usr/include/libnl3, and is modified as /libnl3 incorrectly. instead of modify the net-snmp-config for target, the one under

[oe] [meta-networking][PATCH 1/1] net-snmp: fix the replacement in net-snmp-config

2015-12-30 Thread rongqing.li
From: Roy Li when net-snmp-config is used to configure by other package, and fail since /libnl3 is not found, in fact, it should be -I/usr/include/libnl3, and is modified as /libnl3 incorrectly. fix this replacement by adding = after -I to consider the sysroot

[oe] [PATCH][meta-oe][v3] phoronix-test-suite: uprev it to 6.0.1

2015-12-15 Thread rongqing.li
From: Roy Li 1. inherit systemd and move the systemd unit files to correct dir 2. inherit allarch 3. add bash/python to RDEDEPENDS Signed-off-by: Roy Li --- ...-suite_5.2.1.bb => phoronix-test-suite_6.0.1.bb} | 21 ++--- 1

[oe] [PATCH][meta-oe] phoronix-test-suite: uprev it to 6.0.1

2015-12-13 Thread rongqing.li
From: Roy Li 1. inherit systemd and move the systemd unit files to correct dir 2. inherit allarch 3. add bash/python to RDEDEPENDS Signed-off-by: Roy Li --- ...test-suite_5.2.1.bb => phoronix-test-suite_6.0.1.bb} | 17 ++--- 1

[oe] [PATCH] phoronix-test-suite: uprev it to 6.0.1

2015-11-25 Thread rongqing.li
From: Roy Li 1. inherit systemd and move the systemd unit files to correct dir 2. inherit allarch 3. add bash/python/php-cli to RDEDEPENDS Signed-off-by: Roy Li --- .../phoronix-test-suite_5.2.1.bb | 24

[oe] [PATCH][meta-networking] ufw: improve RRECOMMENDS

2015-11-25 Thread rongqing.li
From: Roy Li ufw needs lots of netfilter module to run Signed-off-by: Roy Li --- meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | 8 1 file changed, 8 insertions(+) diff --git

[oe] [PATCH][meta-oe] lldpd: configure the systemd unit file dir

2015-10-30 Thread rongqing.li
From: Roy Li configure the systemd unit file dir, otherwise it will be auto-checked by 'pkg-config --variable=systemdsystemunitdir systemd', but if systemd is not built firstly, and the the unit file will not be installed, and lead to below error: ERROR: Function

[oe] [PATCH][meta-oe] libx86-1: add the recipe

2015-10-27 Thread rongqing.li
From: Roy Li A library to provide support for making real-mode calls x86 calls. On x86 hardware, vm86 mode is used. On other platforms, x86 emulation is provided. Signed-off-by: Roy Li --- meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb

[oe] [meta-networking][PATCH 1/3] dovecot: add PACKAGECONFIG for lz4

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb

[oe] [meta-networking][PATCH 3/3] tcpdump: add PACKAGECONFIG for libcap-ng

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb

[oe] [meta-networking][PATCH 2/3] pure-ftpd: add PACKAGECONFIG for libsodium

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb

[oe] [meta-networking][PATCH 1/3] dovecot: add PACKAGECONFIG for lz4

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb

[oe] [PATCH][meta-networking] net-snmp: make it be able to be compiled by gcc5 with "-O0"

2015-09-14 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- ...-functions-work-with-both-gnu11-and-gnu89.patch | 85 ++ .../recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | 1 + 2 files changed, 86 insertions(+) create mode 100644

[oe] [PATCH][meta-networking] lldap: fix the building failure when gcc5 is used or DEBUG_BUILD is 1

2015-09-14 Thread rongqing.li
From: Roy Li 1. fix the building failure when host is gcc5 2. fix the building failure when DEBUG_BUILD is 1 by removal of -Werror Remove -Werror, since it is suitable to develop only; otherwise when gcc adds -O0 option to compile codes, the error will be

[oe] [PATCH][meta-oe] lvm2: install initscript or systemd unit service conditionally

2015-09-14 Thread rongqing.li
From: Roy Li Issue: LIN8-854 install systemd unit files and modify them only when DISTRO_FEATURE systemd is enabled, otherwise do_install failed due to no blk-availability.service file sed: can't read

[oe] [PATCH] collectd: fix a floating dependence on openjdk

2015-09-11 Thread rongqing.li
From: Roy Li 1. fix a floating dependence on openjdk 2. fix the host contamination, since the default value of java home is /usr/lib/jvm: warning: library search path "/usr/lib/jvm/jre-1.7.0/lib/amd64/server" is unsafe for cross-compilation Signed-off-by: Roy Li

[oe] [meta-oe][PATCH] mysql-python: upgrade to 1.2.5

2015-09-10 Thread rongqing.li
From: Roy Li remove the remove-distribute.patch, v1.2.5 has a similar fix Signed-off-by: Roy Li --- .../mysql/mysql-python/remove-distribute.patch | 17 - .../{mysql-python_1.2.4.bb => mysql-python_1.2.5.bb}|

[oe] [PATCH] ypbind-mt: add status command for initscript

2015-09-08 Thread rongqing.li
From: Zhu Yanjun Add the "status" command in initscript to check the status of ypbind. remove ypbind-yocto.init as ypbind.init, which is the initscript, make its name similar to other recipes Signed-off-by: Zhu Yanjun Signed-off-by: Roy Li

[oe] [meta-networking][PATCH 1/2] libnetfilter-conntrack: upgrade to 1.0.4

2015-09-07 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- ...ibnetfilter-conntrack_1.0.2.bb => libnetfilter-conntrack_1.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-networking][PATCH 2/2] conntrack-tools: upgrade to 1.4.2

2015-09-07 Thread rongqing.li
From: Roy Li 1. upgrade to 1.4.2 2. backport a patch to fix CVE-2015-6496: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-6496 Signed-off-by: Roy Li --- ...ack-tools_1.4.0.bb => conntrack-tools_1.4.2.bb} | 5 +-

[oe] [meta-oe][PATCH] collectd: fix a floating dependence on openldap

2015-09-06 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb

[oe] [PATCH][meta-networking][v4] squid: upgrade to 3.5.7

2015-09-06 Thread rongqing.li
From: Roy Li 1. Remove the squid-change-ksh-referen*.patch which is not needed, since 3.5.7 did not use ksh by default. 2. Update the checksum of COPYING,since the date in it has been changed. 3. Define BUILDCXXFLAGS, otherwise the target gcc options -std=c++11 will

[oe] [meta-oe][PATCH] postgresql: set the tclsh as target path

2015-09-05 Thread rongqing.li
From: Yue Tao The tclsh path in pltcl_listmod is set to sysroot, which causes pltcl_listmod to fails to run on target, so fix the path to /usr/bin/tclsh. $ pltcl_listmod /usr/bin/pltcl_listmod: line 5:

[oe] [PATCH][meta-oe] collectd: fix a floating dependence on libvirt

2015-09-01 Thread rongqing.li
From: Roy Li Even though the PACKAGECONFIG of libvirt is used to fix the floating dependence, but enable-libvirt/disable-libvirt become useless after collectd upgrade, and libvirt is checked unconditionally, and lead to a floating dependence on libvirt. check if

[oe] [PATCH][meta-oe] lvm2: enable lvmetad

2015-09-01 Thread rongqing.li
From: Roy Li the systemd unit file of lvm2-monitor requires lvm2-lvmetad.socket which asks to enable lvmetad, lvmetad is a metadata caching daemon for LVM. so this fixed the below error: # systemctl start lvm2-monitor Failed to start lvm2-monitor.service: Unit

[oe] [PATCH][meta-oe] sg3-utils: upgrade to 1.41

2015-08-27 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../sg3-utils/{sg3-utils_1.40.bb = sg3-utils_1.41.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.40.bb =

[oe] [PATCH][meta-oe] lcms: upgrade 2.6-2.7

2015-08-27 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 2.7 is a maintenance release Signed-off-by: Roy Li rongqing...@windriver.com --- meta-oe/recipes-support/lcms/{lcms_2.6.bb = lcms_2.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/lcms/{lcms_2.6.bb =

[oe] [PATCH][meta-oe] php: create recipe for 5.6.12

2015-08-20 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The difference between 5.6.x and 5.5.x is in http://php.net/migration56 Most improvements in PHP 5.6.x have no impact on existing code. There are a few incompatibilities and new features that should be considered, and code should be tested before switching

[oe] [PATCH 2/2][meta-oe] zeromq: upgrade to 4.1.3

2015-08-19 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 4.1.3 has the dependence on libsodium, 4.1.3 asks pkgconfig bbclass to configure, add a target to build ptest, since the orignial check will build and run which is not suitable for cross-compile, and change the ptest installation directories Signed-off-by:

[oe] [PATCH 1/2][meta-oe] libsodium: create recipe

2015-08-19 Thread rongqing.li
From: Roy Li rongqing...@windriver.com zeromq 4.1.3 requires libsodium Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more. It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an

[oe] [PATCH][meta-oe] dialog: upgrade to 1.2-20150528

2015-08-19 Thread rongqing.li
From: Roy Li rongqing...@windriver.com remove use-pkg-config-for-ncurses-detection.patch, the new version is using the pkg-config to check ncurses configuration assumes the cf_have_ncuconfig is unknown for cross-compile, but ncurses is added into DEPENDS, so change it as yes Signed-off-by: Roy

[oe] [PATCH][meta-oe] imagemagick: upgrade 6.9.1 - 6.9.2

2015-08-18 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../imagemagick/{imagemagick_6.9.1.bb = imagemagick_6.9.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/imagemagick/{imagemagick_6.9.1.bb =

[oe] [PATCH][meta-oe] cryptsetup: upgrade 1.6.6 - 1.6.7

2015-08-18 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1.6.7 is a bugfix release. Signed-off-by: Roy Li rongqing...@windriver.com --- .../cryptsetup/{cryptsetup_1.6.6.bb = cryptsetup_1.6.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH][meta-oe] gd: upgrade to 2.1.1

2015-08-18 Thread rongqing.li
From: Roy Li rongqing...@windriver.com remove fix-the-subdir-objects-error.patch, a same fix has been merged into source code. Signed-off-by: Roy Li rongqing...@windriver.com --- .../gd/gd-2.1.0/fix-the-subdir-objects-error.patch | 39 -- .../gd/{gd_2.1.0.bb = gd_2.1.1.bb}

[oe] [PATCH 1/3][meta-oe] libestr: upgrade to 0.1.10

2015-08-17 Thread rongqing.li
From: Roy Li rongqing...@windriver.com rsyslog 7.6.1 needs the new version libestr Signed-off-by: Roy Li rongqing...@windriver.com --- .../recipes-support/libestr/{libestr_0.1.6.bb = libestr_0.1.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH 3/3][meta-oe] rsyslog: upgrade to 7.6.1

2015-08-17 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. remove two backport patch: 0001-bugfix-potential-abort-during-HUP.patch and 0001-remove-memleak-introduced-by-GenerateLocalHostName-H.patch 2. update the patch json-0.12-fix.patch 3. remove a obsolete patch

[oe] [PATCH 2/3][meta-oe] liblogging: add the recipe

2015-08-17 Thread rongqing.li
From: Roy Li rongqing...@windriver.com rsyslog 7.6.1 needs it Signed-off-by: Roy Li rongqing...@windriver.com --- .../liblogging/liblogging_1.0.5.bb | 23 ++ 1 file changed, 23 insertions(+) create mode 100644

[oe] [PATCH][meta-oe] sdparm: upgrade to 1.09

2015-08-17 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- meta-oe/recipes-support/sdparm/{sdparm_1.08.bb = sdparm_1.09.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/sdparm/{sdparm_1.08.bb = sdparm_1.09.bb} (83%)

[oe] [PATCH][meta-oe][v2] collectd: upgrade to 5.5.0

2015-08-17 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. remove two patch glibc-2.20-compatiblity.patch and 0001-netlink-ensure-size_t-portability-in-DEBUG-statement.patch, which have been merged into 2. update collectd-version.patch 3. redefine the collectd dependence 4. update the license, lots of components

[oe] [PATCH][meta-oe] collectd: upgrade to 5.5.0

2015-08-14 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. remove two patch glibc-2.20-compatiblity.patch and 0001-netlink-ensure-size_t-portability-in-DEBUG-statement.patch, which have been merged into 2. update collectd-version.patch 3. redefine the collectd dependence 4. update the checksum Signed-off-by:

[oe] [PATCH][meta-networking][v2] ypbind-mt: add status command for initscript

2015-08-12 Thread rongqing.li
From: Zhu Yanjun yanjun@windriver.com Add the status command in initscript to check the status of ypbind. remove ypbind-yocto.init as ypbind.init, which is the initscript, make its name similar to other recipes Signed-off-by: Zhu Yanjun yanjun@windriver.com Signed-off-by: Roy Li

[oe] [PATCH][meta-networking] netcf: align the systemd file path with Makefile

2015-08-11 Thread rongqing.li
From: Roy Li rongqing...@windriver.com systemd service file is installed under ${prefix}/lib/ which is not same as ${libdir}, so align the path with Makefile, and remove it if it is not same as ${libdir} Signed-off-by: Roy Li rongqing...@windriver.com ---

[oe] [PATCH][meta-webserver] apache: upgrade to 2.4.16

2015-08-07 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 2.4.16 includes fixes for CVE-2015-3185, CVE-2015-0253 and CVE-2015-3183 remove a backport patch 0001-SECURITY-CVE-2015-0228-cve.mitre.org.patch Signed-off-by: Roy Li rongqing...@windriver.com --- ...2-native_2.4.12.bb = apache2-native_2.4.16.bb} | 4 +-

[oe] [PATCH][meta-python] python-paste: create recipe

2015-08-06 Thread rongqing.li
From: Roy Li rongqing...@windriver.com python-paste is a tools for using a Web Server Gateway Interface stack Signed-off-by: Roy Li rongqing...@windriver.com --- .../recipes-devtools/python/python-paste_2.0.2.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644

[oe] [PATCH][meta-oe] numactl: fix the ptest building

2015-08-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com after upgrade, binary files are installed into test/.libs/, so fix the install ptest. redesign test Makefile rule Signed-off-by: Roy Li rongqing...@windriver.com --- .../numactl/0001-define-run-test-target.patch | 32 ++

[oe] [PATCH][meta-networking] net-snmp: fix mib representation of timeout values

2015-07-28 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Fix mib representation of timeout values,correct conversion factor from microseconds to centiseconds. Signed-off-by: Wenlin Kang wenlin.k...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../net-snmp-5.7.2-fix-mib-timeout-values.patch

[oe] [PATCH][meta-networking] tcpslice: fix do_install

2015-07-27 Thread rongqing.li
From: Roy Li rongqing...@windriver.com replace to run make install with directly calling install command, since make install asks bin user and group, and maybe fail when system has not; Signed-off-by: Roy Li rongqing...@windriver.com --- meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb

[oe] [PATCH 2/2] ntp: get parameters from dhcp

2015-07-27 Thread rongqing.li
From: Li Wang li.w...@windriver.com the script ntp.sh is called by dhcp client, it can get some parameters from dhcp. Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- meta-networking/recipes-support/ntp/files/ntp.sh | 61 ++

[oe] [PATCH 1/2] ypbind-mt: get parameters from dhcp

2015-07-27 Thread rongqing.li
From: Li Wang li.w...@windriver.com adopt a script nis.sh from https://git.centos.org/raw/rpms!ypbind.git/5a592e88374f067679276488430ebdf51152c358/SOURCES!nis.sh it is dhclient-script plugin for NIS settings. Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Roy Li

[oe] [PATCH][meta-networking] strongswan: upgrade to 5.3.2

2015-07-26 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 5.3.2 includes the fixes for CVE-2015-3991 and CVE-2015-4171 Signed-off-by: Roy Li rongqing...@windriver.com --- .../strongswan/{strongswan_5.3.0.bb = strongswan_5.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH][meta-networking] strongswan: upgrade to 5.3.1

2015-07-26 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 5.3.1 fixed the CVE-2015-4620 Signed-off-by: Roy Li rongqing...@windriver.com --- .../strongswan/{strongswan_5.3.0.bb = strongswan_5.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH][meta-networking][v2] inetutils: fix tcpd path in xinetd configuration file

2015-07-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com tcpd from tcp-wrapper is installed into /usr/sbin/, not /usr/bin/ using sed to dynamical update the path to add the robust Signed-off-by: Roy Li rongqing...@windriver.com --- .../inetutils/inetutils-1.9.2/rexec.xinetd.inetutils | 4 ++--

[oe] [PATCH][v3] znc: upgrade to 1.6.0

2015-07-13 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Upgrade to fix CVE-2014-9403 Remove backport patch Add CSocket submodule, which split from znc Add the dependency on icu Signed-off-by: Roy Li rongqing...@windriver.com --- ...-Fix-NULL-pointer-dereference-in-webadmin.patch | 58 --

[oe] [PATCH][meta-oe] mariadb: update for packgeconfig valgrind

2015-07-07 Thread rongqing.li
From: Kai Kang kai.k...@windriver.com When 'valgrind' is not in PACKAGECONFIG, 'WITHOUT_VALGRIND' is passed to cmake but it is not a valid cmake macro. Warning messages show in log.do_configure: CMake Warning: Manually-specified variables were not used by the project: WITHOUT_VALGRIND Use

[oe] [PATCH][meta-networking] inetutils: fix tcpd path of rlogin rsh and rexec

2015-07-06 Thread rongqing.li
From: Jian Liu jian@windriver.com rlogin, rsh and rexec xinet.d script, a wrong path is being referenced under the server section. server = /usr/bin/tcpd instead of server = /usr/sbin/tcpd tcpd is provided by tcp-wrappers Written-by: Herve.Patriarche herve.patriar...@windriver.com

[oe] [PATCH][meta-networking] inetutils: move daemon servers from bin to sbin directory

2015-07-06 Thread rongqing.li
From: Li Wang li.w...@windriver.com move daemon servers from bin to sbin directory: tftpd, telnetd, rshd, rexecd and rlogind Signed-off-by: Li Wang li.w...@windriver.com --- .../recipes-connectivity/inetutils/inetutils_1.9.2.bb | 10 +- 1 file changed, 5 insertions(+), 5

[oe] [PATCH] ypbind-yocto.init: add status command

2015-07-06 Thread rongqing.li
From: Zhu Yanjun yanjun@windriver.com Add the status command to check the status of ypbind. Signed-off-by: Zhu Yanjun yanjun@windriver.com --- meta-networking/recipes-support/nis/files/ypbind-yocto.init | 7 +++ 1 file changed, 7 insertions(+) diff --git

[oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup

2015-07-06 Thread rongqing.li
From: Li Wang li.w...@windriver.com the patch comes from: https://bugs.launchpad.net/ubuntu/+source/netkit-telnet/+bug/507455 https://launchpadlibrarian.net/37882973/0001-telnetd-Fix-deadlock-on-cleanup.patch The cleanup function in telnetd is called both directly and on SIGCHLD signals. This,

[oe] [PATCH][meta-networking] net-snmp: don't return incompletely parsed varbinds

2015-07-06 Thread rongqing.li
From: Jian Liu jian@windriver.com the snmp_pdu_parse() function could leave incompletely parsed varBind variables in the list of variables in case the parsing of the SNMP PDU failed. If later processing tries to operate on the stale and incompletely processed varBind (e.g. when printing the

[oe] [PATCH][meta-networking][v3] squid: upgrade to 3.5.5

2015-07-06 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. Remove the squid-change-ksh-referen*.patch which is not needed, since 3.5.5 did not use ksh by default. 2. Update the checksum of COPYING,since the date in it has been changed. 3. Define BUILDCXXFLAGS, otherwise the target gcc options -std=c++11 will

[oe] [PATCH][meta-networking][v2] znc: upgrade to 1.6.0

2015-07-06 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Remove backport patch Add CSocket submodule Add the dependency on icu Signed-off-by: Roy Li rongqing...@windriver.com --- ...-Fix-NULL-pointer-dereference-in-webadmin.patch | 58 -- meta-networking/recipes-irc/znc/znc_git.bb |

[oe] [PATCH][meta-networking] ypbind-mt: get parameters from dhcp

2015-07-06 Thread rongqing.li
From: Li Wang li.w...@windriver.com the script nis.sh is called by dhcp client, it can get some parameters from dhcp. Signed-off-by: Li Wang li.w...@windriver.com --- .../recipes-support/nis/ypbind-mt/nis.sh | 41 ++ .../recipes-support/nis/ypbind-mt/yp.conf

[oe] [PATCH][meta-networking] ntp: get parameters from dhcp

2015-07-06 Thread rongqing.li
From: Li Wang li.w...@windriver.com the script ntp.sh is called by dhcp client, it can get some parameters from dhcp. Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- meta-networking/recipes-support/ntp/files/ntp.sh | 59 ++

[oe] [PATCH][meta-oe] hostapd: consider sysroot when search header files

2015-07-06 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../hostapd/hostapd-2.2/add-sysroot-to-gcc.patch | 40 ++ .../recipes-connectivity/hostapd/hostapd_2.2.bb| 1 + 2 files changed, 41 insertions(+) create mode 100644

[oe] [PATCH][meta-oe] rsyslog: remove the dependency on valgrind for mips64n32

2015-07-06 Thread rongqing.li
From: Yue Tao yue@windriver.com valgrind is not supported mips64n32, so remove it Signed-off-by: Yue Tao yue@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [PATCH] hiawatha: fix the installation failure due to no /var/run dir

2015-07-02 Thread rongqing.li
From: Roy Li rongqing...@windriver.com after cmake is upgrade to 3.2.2, the /var/run dir is not created, so not need to remove it. Signed-off-by: Roy Li rongqing...@windriver.com --- meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git

[oe] [PATCH] php: fix a building failure on aarch64

2015-06-30 Thread rongqing.li
From: Roy Li rongqing...@windriver.com When -O0 of gcc is used to compile the macro ZEND_SIGNED_MULTIPLY_LONG in Zend/zend_multiply.h, the compiling will fail with the below error: : Assembler messages: :3113: Error: operand 2 should be an integer register -- `mul x1,[x29,200],[x29,192]'

[oe] [PATCH][v2] squid: upgrade to 3.5.5

2015-06-16 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. Remove the squid-change-ksh-referen*.patch which is not needed, since 3.5.5 did not use ksh by default. 2. Update the checksum of COPYING,since the date in it has been changed. 3. Define BUILDCXXFLAGS, otherwise the target gcc options -std=c++11 will

[oe] [PATCH][meta-networking] znc: upgrade to 1.6.0

2015-06-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Remove backport patch Add CSocket submodule Signed-off-by: Roy Li rongqing...@windriver.com --- ...-Fix-NULL-pointer-dereference-in-webadmin.patch | 58 -- meta-networking/recipes-irc/znc/znc_git.bb | 12 ++--- 2 files changed,

[oe] [PATCH][meta-webserver] phpmyadmin: upgrade 4.4.9

2015-06-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com upgrade to include CVE fixes: CVE-2015-3903 CVE-2015-3902 Signed-off-by: Roy Li rongqing...@windriver.com --- .../phpmyadmin/{phpmyadmin_4.4.4.bb = phpmyadmin_4.4.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[oe] [PATCH][meta-oe][v2] php: fix native php when it is from sstate

2015-06-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com the native php is used to install the target pear, and native php has hard-code path, so make wrapper to override the hard-code path the configuration format of pear.conf for native php is like: type:path length:path, path will be replaced when populate

[oe] [PATCH][meta-networking] squid: upgrade to 3.5.5

2015-06-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com remove the squid-change-ksh-referen*.patch which is not needed, since 3.5.5 did not use ksh by default. update the checksum of COPYING,since the date in it has been changed. Signed-off-by: Roy Li rongqing...@windriver.com ---

[oe] [PATCH][mete-oe] mariadb: fix floating dependency on krb5

2015-06-11 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Mariadb depends on openssl, openssl conditionally depends on krb5 by checking if OPENSSL_NO_KRB5 is defined, but cmake can not handle ifndef and always ask krb5.h if krb5.h exist when cmake make_depend; Faking a kssl.h if krb5 is not in PACKAGECONF, which

[oe] [PATCH][meta-oe] php: fix native php when it is from sstate

2015-06-10 Thread rongqing.li
From: Roy Li rongqing...@windriver.com the native php is used to install the target pear, and native php has hard-code path, so make wrapper to override the hard-code path the configuration format of pear.conf for native php is like: type:path length:path, path will be replaced when populate

[oe] [PATCH][meta-networking][v2] proftpd: upgrade to 1.3.5a

2015-06-08 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. 1.3.5a includes the fix for CVE-2015-3306: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3306 2. replace the proftpd generated libtool with the native libtool which support the sysroot Signed-off-by: Roy Li rongqing...@windriver.com ---

[oe] [PATCH][meta-networking] ipsec-tools: Security Advisory - CVE-2015-4047

2015-06-04 Thread rongqing.li
From: Roy Li rongqing...@windriver.com This fixed the CVE-2015-4047: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-4047 Signed-off-by: Roy Li rongqing...@windriver.com --- .../ipsec-tools/fix-CVE-2015-4047.patch| 36 ++

[oe] [PATCH][meta-networking] proftpd: upgrade to 1.3.5a

2015-06-04 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1.3.5a includes the fix for CVE-2015-3306: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3306 Signed-off-by: Roy Li rongqing...@windriver.com --- .../recipes-daemons/proftpd/{proftpd_1.3.5.bb = proftpd_1.3.5a.bb} | 4 ++-- 1 file changed, 2

[oe] [PATCH][meta-oe] php: add a vardeps for configure on sysconfdir

2015-06-03 Thread rongqing.li
From: Roy Li rongqing...@windriver.com building php will fail when sstatus is used, since some hardcode paths in php-native will make the wrong path, and try to fix it like below: do_install_append_virtclass-native() { create_wrapper ${D}${bindir}/php \

[oe] [PATCH][meta-oe][V2] php: add a vardeps for configure on sysconfdir

2015-06-03 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Installing target file will fail when sstate is used, since native php is used to install these files, makefile rule is in php-5.5.24/pear/Makefile.frag |-- |install-pear-installer: $(SAPI_CLI_PATH) |

[oe] [PATCH][meta-networking] znc: upgrade to 1.6.0

2015-06-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. upgrade to 1.6.0 to fix CVE-2014-9403 2. Remove the backup patch 3. not git version, otherwise it requires git submodule command, since Csocket is moved into git submodule 4. update the checksum of LICENSE, since the date in it was changed Signed-off-by:

[oe] [PATCH][meta-oe] mariadb: Security Advisory -CVE-2015-2305

2015-06-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2305 Signed-off-by: Roy Li rongqing...@windriver.com --- meta-oe/recipes-support/mysql/mariadb.inc | 1 + .../mysql/mariadb/fix-CVE-2015-2305.patch | 43 ++ 2

[oe] [PATCH 1/2][meta-networking] libnftnl: create recipe under meta-networking

2015-06-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com libnftnl is needed by nftable, so add it Signed-off-by: Roy Li rongqing...@windriver.com --- meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644

[oe] [PATCH 2/2][meta-networking] nftables: create nftables recipe under meta-networking

2015-06-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com http://netfilter.org/projects/nftables/index.html Signed-off-by: Roy Li rongqing...@windriver.com --- .../nftables/files/fix-to-generate-ntf.8.patch | 26 ++ .../recipes-filter/nftables/nftables_0.4.bb| 17 ++ 2

[oe] [PATCH][meta-networking] stunnel: upgrade to 5.17

2015-05-31 Thread rongqing.li
From: Roy Li rongqing...@windriver.com upgrade to include the fix for CVE-2015-3644: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3644 Signed-off-by: Roy Li rongqing...@windriver.com --- .../recipes-support/stunnel/{stunnel_5.10.bb = stunnel_5.17.bb} | 4 ++-- 1 file changed,

[oe] [PATCH][meta-webserver] webmin: upgrade to 1.750

2015-05-31 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. Upgrade to fix the CVE: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1377 2. update the patch remove-startup-option.patch Signed-off-by: Roy Li rongqing...@windriver.com --- .../recipes-webadmin/webmin/files/remove-startup-option.patch

[oe] [PATCH][meta-networking] mbedtls: upgrade to 1.3.10

2015-05-25 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. PolarSSL is now rebranded as mbed TLS. 2. upgrade to include CVE-2015-1182 fix: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1182 Signed-off-by: Roy Li rongqing...@windriver.com --- .../polarssl/{polarssl_1.3.8.bb = mbedtls_1.3.10.bb}

[oe] [PATCH][meta-oe] openldap: upgrade to 2.4.20

2015-05-25 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. upgrade to 2.4.20 2. remove two backup patches 2. integrate two patches to fix CVE-2015-1545 and CVE-2015-1546 3. disable bdb/hdb backend, since BerkeleyDB 6.0.20+ license is incompatible with LDAP Signed-off-by: Roy Li rongqing...@windriver.com ---

[oe] [PATCH][meta-networking] autofs: fix a building failure

2015-05-18 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- ...x-the-YACC-rule-to-fix-a-building-failure.patch | 62 ++ meta-networking/recipes-daemons/autofs/autofs_5.1.0.bb | 1 + 2 files changed, 63 insertions(+) create mode

[oe] [PATCH][meta-oe] krb5: upgrade to 1.13.2

2015-05-13 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Upgrade to include the CVE fixes: [CVE-2014-5354] [CVE-2014-5353]... Remove the 0001-Return-only-new-keys-in-randkey-CVE-2014-5351.patch Regenerate the /var/run/krb5kdc dir Signed-off-by: Roy Li rongqing...@windriver.com ---

[oe] [PATCH 1/1] apache2: upgrade to 2.4.12

2015-05-12 Thread rongqing.li
From: Roy Li rongqing...@windriver.com upgrade to include CVE fixes. Remove apache-CVE-2014-0117.patch which apache2.4.12 has Update apache-ssl-ltmain-rpath.patch Signed-off-by: Roy Li rongqing...@windriver.com --- ...2-native_2.4.10.bb = apache2-native_2.4.12.bb} | 4 +-

[oe] [PATCH] cifs-utils: upgrade to 6.4

2015-05-12 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- meta-networking/recipes-support/cifs/cifs-utils_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb

  1   2   3   >