[oe] [PATCH 0/1] remove the unnecessary protocol parameters

2013-09-01 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com What I did to remove these: I checked that we should remove those using default protocol git for git fetcher: $ find meta* \( -name *.bb -o -name *.inc -o -name *.bbclass \) -exec sed -n 's/.*\(\w*:\/\/\).*\(;protocol=\w*\)/\1 \2/p' {} \; | sort |

[oe] [PATCH 1/1] remove the unnecessary protocol parameters

2013-09-01 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, protocol=git isn't needed. Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-networking][PATCH 1/2] inetutils: fix simple bb rule error

2013-12-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Correct the usage of alternative link and target: ALTERNATIVE_LINK_NAME[name] = target ALTERNATIVE_TARGET[name] = target Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-networking][PATCH 2/2] inetutils: add --with-libreadline-prefix to avoid host contamination

2013-12-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fix the do_rootfs error: | Computing transaction...error: Can't install inetutils-telnetd-1.9.1-r1.1@i686: no package provides libreadline.so.5 Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-networking][PATCH] strongswan: update verion to 5.1.1

2014-01-16 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * Add a patch to fix the function parameter. * Add PACKAGECONFIG for optional packages instead of explicitly disable, and set sqlite and curl as default. * Add rdepends on strongswan-plugins. * Add configure option --without-lib-prefix so it doesn't

[oe] [meta-networking][PATCH] inetutils: add -dbg packages for tftpd, telnetd and rshd

2014-04-02 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The packages tftpd, telnetd and rshd conflict with the ones provided by netkit, so add the corresponding -dbg packages for them to avoid the following confliction between the dbg package of inetutils and netkit: error: file /usr/sbin/.debug/in.rexecd

[oe] [meta-oe][PATCH] bonnie++: update to version 1.03e

2014-04-08 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: * use BPN in the file name in SRC_URI. * install binaries in bindir and sbindir instead of base_bindir and base_sbindir. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb | 32

[oe] [meta-oe][PATCH 2/3] collectd: fix init status

2014-04-08 Thread jackie.huang
From: Wenzong Fan wenzong@windriver.com Fix init status to get it works with 'service --status-all'. Signed-off-by: Wenzong Fan wenzong@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../collectd/collectd/collectd.init| 13 - 1

[oe] [meta-oe][PATCH 1/3] collectd: enable/disable libpq explicitly

2014-04-08 Thread jackie.huang
From: Wenzong Fan wenzong@windriver.com If '--with-libpq' is not included in configure options, the configure script will assume 'with-libpq=yes' and try to figure below variables out with 'pg_config': with_libpq_includedir, with_libpq_libdir This causes configure QA errors on some

[oe] [meta-oe][PATCH 3/3] collectd: explicitly disable libsensors support

2014-04-08 Thread jackie.huang
From: Ming Liu ming@windriver.com To avoid an implicit build result. Signed-off-by: Ming Liu ming@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../recipes-extended/collectd/collectd_5.2.2.bb|1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH 0/3] collectd: three fixes

2014-04-08 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com --- The following changes since commit bc969d3705c45928de8525ef3d2d9d2867311864: inetutils: add -dbg packages for tftpd, telnetd and rshd (2014-04-02 11:18:54 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[oe] [meta-oe][PATCH] dialog: update to version 1.1-20120706

2014-04-08 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - add SUMMARY and HOMEPAGE - remove the use of PRINC Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../dialog/dialog-static_1.1-20111020.bb |7 --- .../dialog/dialog-static_1.1-20120706.bb |6

[oe] [meta-oe][PATCH v2 0/3] collectd: three fixes

2014-04-08 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com v2 comment: collectd: explicitly enable/disable libsensors support: changed the config option to be a PACKAGECONFIG option --- The following changes since commit bc969d3705c45928de8525ef3d2d9d2867311864: inetutils: add -dbg packages for tftpd,

[oe] [meta-oe][PATCH v2 2/3] collectd: fix init status

2014-04-08 Thread jackie.huang
From: Wenzong Fan wenzong@windriver.com Fix init status to get it works with 'service --status-all'. Signed-off-by: Wenzong Fan wenzong@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../collectd/collectd/collectd.init| 13 - 1

[oe] [meta-oe][PATCH v2 3/3] collectd: explicitly enable/disable libsensors support

2014-04-08 Thread jackie.huang
From: Ming Liu ming@windriver.com To avoid an implicit build result. Signed-off-by: Ming Liu ming@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../recipes-extended/collectd/collectd_5.2.2.bb|3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[oe] [meta-oe][PATCH v2 1/3] collectd: enable/disable libpq explicitly

2014-04-08 Thread jackie.huang
From: Wenzong Fan wenzong@windriver.com If '--with-libpq' is not included in configure options, the configure script will assume 'with-libpq=yes' and try to figure below variables out with 'pg_config': with_libpq_includedir, with_libpq_libdir This causes configure QA errors on some

[oe] [meta-oe][PATCH 0/2] eject: fix multilib builds and wrong return value of usage

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com --- The following changes since commit bc969d3705c45928de8525ef3d2d9d2867311864: inetutils: add -dbg packages for tftpd, telnetd and rshd (2014-04-02 11:18:54 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[oe] [meta-oe][PATCH 1/2] eject: fix multilib builds

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Use BPN instead of PN, BP instead of P to fix the multilib builds. Signed-off-by: Randy MacLeod randy.macl...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-support/eject/eject_2.1.5.bb |4 ++-- 1 file

[oe] [meta-oe][PATCH 2/2] eject: Fix wrong return value

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Remove the unnecessary return(1) from function usage(), so that eject -h can return the right value. Signed-off-by: Zhangle Yang zhangle.y...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH] fbset: fix parallel build

2014-04-09 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fix an incorrect dependency in makefile so that we can build in parallel. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../fbset-2.1/fbset-2.1-fix-makefile-dep.patch | 31

[oe] [PATCH v2] bonnie++: update to version 1.03e

2014-04-10 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: * use BPN in the file name in SRC_URI. * install binaries in bindir and sbindir instead of base_bindir and base_sbindir. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../{bonnie++_1.03c.bb = bonnie++_1.03e.bb} | 22

[oe] [PATCH v2] dialog: update to version 1.1-20120706

2014-04-10 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - add SUMMARY and HOMEPAGE - remove the use of INC_PR Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- ...1-20111020.bb = dialog-static_1.1-20120706.bb} |5 ++--- meta-oe/recipes-extended/dialog/dialog.inc |4 ++--

[oe] [meta-oe][PATCH] libnet: update version to 1.1.6

2014-04-10 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - use doc/COPYING instead of README as the license file - use BPN instead of PN to fix multilib build - rebase the fix-endianess-test.patch Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../fix-endianess-test.patch

[oe] [meta-oe][PATCH] liblockfile: set default mailgroup and install libnfslock

2014-04-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * Set the default mailgroup to 'mail' or it will use 'root'. * Set --with-libnfslock so it builds and install libnfslock. * The patch is to fix nfslib build failure and add missing soname lib. * No need to override the do_install, set EXTRA_OEMAKE

[oe] [meta-oe][PATCH] libestr: use BP instead of P to fix multilib builds

2014-04-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-support/libestr/libestr_0.1.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb

[oe] [meta-oe][PATCH] libedit: update version to 20130712-3.1

2014-04-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - Add DESCRIPTION. - Include the complete version number in the bb file name. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- ...libedit_20121213.bb = libedit_20130712-3.1.bb} | 10 ++ 1 file changed, 6 insertions(+), 4

[oe] [meta-oe][PATCH] iw: use BP instead of P to fix multilib builds

2014-04-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-connectivity/iw/iw_3.11.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/iw/iw_3.11.bb

[oe] [meta-oe][PATCH] iozone: update version to 414

2014-04-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - use BPN to fix multilib builds - drop the fileop-arm.patch since the issue is already fixed in the new version. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../iozone3/iozone3/fileop-arm.patch | 32

[oe] [meta-oe][PATCH] eventlog: update version to 0.2.13

2014-04-14 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - Add DESCRIPTION - Change PN to BPN to fix multilib builds Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../{eventlog_0.2.12.bb = eventlog_0.2.13.bb} | 16 +--- 1 file changed, 13 insertions(+), 3

[oe] [meta-oe][PATCH 1/3] gd: update to version 2.1.0

2014-04-15 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - Add DESCRIPTION and HOMEPAGE - libgd.org is down, use bitbucket.org instead and also remove the MIRROR for it. - Remove the unnecessary specified dir for --with-png. Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH 0/3] gd: update to version 2.1.0 and two fixes

2014-04-15 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com -- The following changes since commit 477ccd867cc71f8277f2670b7be34b3b15300052: klibc: restylize a bit the recipes (2014-04-06 13:36:20 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/t_gd_140415-1

[oe] [meta-oe][PATCH 2/3] gd: add perl to RDEPENDS

2014-04-15 Thread jackie.huang
From: Hongxu Jia hongxu@windriver.com | Note: adding Smart RPM DB channel | | Note: to be installed: gd@x86_64 run-postinsts@x86_64 kernel-modules@qemux86_64 packagegroup-core-boot@qemux86_64 | Loading cache... | Updating cache...

[oe] [meta-oe][PATCH 3/3] gd: fix the subdir-objects error

2014-04-15 Thread jackie.huang
From: Robert Yang liezhi.y...@windriver.com Fix this error: iautomake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object

[oe] [meta-oe][PATCH] rsyslog: add status command and minor fixes for initscript

2014-04-16 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - add status command - remove the unsupported option: rsyslogd: error: option -c is no longer supported - ignored - add --oknodo for do_start Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH v2] rsyslog: add status command and a minor fix for initscript

2014-04-16 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - add status command - add --oknodo for do_start Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../recipes-extended/rsyslog/rsyslog/initscript| 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH] gnome-themes: enables the path to the icon-name-mapping to be specified

2014-04-19 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Ported a patch from sato-icon-theme which enables the path to the icon-name-mapping tool to be specified to fix the build failure: configure: error: icon-naming-utils = 0.8.7 is required to build and install gnome-themes Signed-off-by: Jackie Huang

[oe] [meta-oe][PATCH v2] iozone: update version to 414

2014-04-20 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - use BPN to fix multilib builds - drop the fileop-arm.patch since the issue is already fixed in the new version. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../iozone3/iozone3/fileop-arm.patch | 32

[oe] [meta-oe][PATCH 0/4] rsyslog: use update-alternatives and PACKAGECONFIG and two fixes

2014-04-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com --- The following changes since commit 5ccedeb028c46a6b98335fedb16029c6f7f87022: sshfs-fuse: update to 2.5 (2014-04-20 16:10:21 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_rsyslog_noptest-2

[oe] [meta-oe][PATCH 3/4] rsyslog: Add config files and use update-alternatives for rsyslog

2014-04-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - Add a logrotate config file for rsyslog. - Change rsyslog.conf to be compatible with sysklogd.conf. - Use update-alternatives since we have other syslog systems: sysklogd, busybox-syslog, etc. Signed-off-by: Jackie Huang

[oe] [meta-oe][PATCH 2/4] rsyslog: add PACKAGECONFIG for optional features

2014-04-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com rsyslog supports many optional features, add PACKAGECONFIG for them to ensures that the dependency on related packages is deterministic and so that we can easily enable/disable features. Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH 4/4] rsyslog: add DEPENDS on bison-native and flex-native

2014-04-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb

[oe] [meta-oe][PATCH 1/4] rsyslog: use BPN to fix multilib and add all licenses

2014-04-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - use BPN instead of PN to fix multilib builds - add all three licenses - add DESCRIPTION Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 21 + 1 file changed, 17

[oe] [meta-oe][PATCH v2] eject: Fix wrong return value

2014-04-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Remove the unnecessary return(1) from function usage(), so that eject -h can return the right value. Signed-off-by: Zhangle Yang zhangle.y...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH v2] gd: split the binaries to package gd-tools

2014-04-23 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com As most linux distribution do, gd only includes the library, and split all the command line tools into gd-tools, and add the perl dependcy since one of the tools is a perl script. Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH] collectd: add threshold.so, load.so and disk.so in PRIVATE_LIBS

2014-04-23 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com to avoid the folloing warnings: log.world.20140418_190059.log/bitbake.log:WARNING: gegl-0.2.0 was registered as shlib provider for load.so, changing it to collectd-5.2.2 because it was built later log.world.20140418_190059.log/bitbake.log:WARNING:

[oe] [meta-oe][PATCH] fbset: add dependency flex-native

2014-05-12 Thread jackie.huang
From: Kai Kang kai.k...@windriver.com Build fbset failed with: | flex modes.l | make: flex: Command not found | make: *** [lex.yy.c] Error 127 Add dependency flex-native to fix it. Signed-off-by: Kai Kang kai.k...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-networking][PATCH] conntrack-tools: add depends on bison-native

2014-05-20 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../conntrack-tools/conntrack-tools_1.4.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 1/3] vim: use BPN instead of PN to fix multilib build

2014-06-06 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-support/vim/vim_7.4.258.bb | 48 ++-- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/meta-oe/recipes-support/vim/vim_7.4.258.bb

[oe] [PATCH 3/3] fbset: use BP instead of P to fix multilib build

2014-06-06 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-support/fbset/fbset_2.1.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb

[oe] [PATCH 2/3] postgresql: use BP instead of P to fix multilib build

2014-06-06 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-support/postgresql/postgresql.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc

[oe] [meta-networking][PATCH] quagga: Security Advisory - CVE-2012-1820

2014-06-15 Thread jackie.huang
From: Yue Tao yue@windriver.com The bgp_capability_orf function in bgpd in Quagga 0.99.20.1 and earlier allows remote attackers to cause a denial of service (assertion failure and daemon exit) by leveraging a BGP peering relationship and sending a malformed Outbound Route Filtering (ORF)

[oe] [meta-oe][PATCH] vim: work around rpm picking up perl as a dep

2014-06-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Some perl example scripts cause RPM to add perl as a dep, which we don't want, so remove x bit as work around just like the ones for csh and awk. Refer to: 1b088e4 vim: workaround nawk dependency problem with RPM 280d150 vim: workaround a dependency

[oe] [meta-oe][PATCH] memstat: add new recipe

2014-07-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com memstat is a small proc-based utility designed to help the system administrator figure out what's consuming memory. Like ps, it lists all the processes, and how much private memory each is using. Unlike ps, it also lists all the shared objects (shared

[oe] [meta-oe][PATCH 1/2] syslog-ng: move back from nonworking

2014-07-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../nonworking/syslog-ng/files/initscript | 45 -- .../nonworking/syslog-ng/files/syslog-ng.conf | 155 - .../nonworking/syslog-ng/syslog-ng.inc

[oe] [meta-oe][PATCH 2/2] syslog-ng: uprev to 3.5.4.1

2014-07-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - initscript: add status, PIDFILE and xconsole - syslog-ng.conf: dump the version - Fix some memory leak problems we found - Some backport patches - scl: fix wrong ownership issue - libnet: add libnet enable option and add it in PACKAGECONFIG - add

[oe] [meta-oe][PATCH 2/2 v2] syslog-ng: uprev to 3.5.4.1

2014-07-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - initscript: add status, PIDFILE and xconsole - syslog-ng.conf: dump the version - Fix some memory leak problems we found - Some backport patches - scl: fix wrong ownership issue - libnet: add libnet enable option and add it in PACKAGECONFIG - add

[oe] [meta-oe][PATCH 1/2 v2] syslog-ng: move back from nonworking

2014-07-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-support/{nonworking = }/syslog-ng/files/initscript | 0 meta-oe/recipes-support/{nonworking = }/syslog-ng/files/syslog-ng.conf | 0 meta-oe/recipes-support/{nonworking =

[oe] [meta-oe][PATCH] postfix: add new recipe

2014-07-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Postfix is Wietse Venema's mail server that started life at IBM research as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the

[oe] [meta-networking][PATCH] postfix: add new recipe

2014-07-13 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Postfix is Wietse Venema's mail server that started life at IBM research as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the

[oe] [meta-oe][PATCH v2] memstat: add new recipe

2014-07-15 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com memstat is a small proc-based utility designed to help the system administrator figure out what's consuming memory. Like ps, it lists all the processes, and how much private memory each is using. Unlike ps, it also lists all the shared objects (shared

[oe] [meta-oe][PATCH 0/2 v3] syslog-ng: move back from nonworking and uprev to 3.5.4.1

2014-07-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com v3 comments: - rebase as syslog-ng.inc changes - fix a dev-deps QA issue tested on qemuarm and qemux86-64 -- The following changes since commit 239debcd8a0359aad64406476b801948f9b8ff14: usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200) are

[oe] [meta-oe][PATCH 1/2 v3] syslog-ng: move back from nonworking

2014-07-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../{nonworking = }/syslog-ng/files/initscript|0 .../syslog-ng/files/syslog-ng.conf |0 .../{nonworking = }/syslog-ng/syslog-ng.inc |0 .../{nonworking

[oe] [meta-oe][PATCH 2/2 v3] syslog-ng: uprev to 3.5.4.1

2014-07-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - initscript: add status, PIDFILE and xconsole - syslog-ng.conf: dump the version - Fix some memory leak problems we found - Some backport patches - scl: fix wrong ownership issue - libnet: add libnet enable option and add it in PACKAGECONFIG - add

[oe] [meta-networking][PATCH] znc: Fix for CVE-2013-2130

2014-07-28 Thread jackie.huang
From: Xufeng Zhang xufeng.zh...@windriver.com ZNC 1.0 allows remote authenticated users to cause a denial of service (NULL pointer reference and crash) via a crafted request to the (1) editnetwork, (2) editchan, (3) addchan, or (4) delchan page in modules/webadmin.cpp. Per:

[oe] [meta-networking][PATCH] quagga: Security Advisory - quagga - CVE-2013-2236

2014-07-28 Thread jackie.huang
From: Yue Tao yue@windriver.com Stack-based buffer overflow in the new_msg_lsa_change_notify function in the OSPFD API (ospf_api.c) in Quagga before 0.99.22.2, when --enable-opaque-lsa and the -a command line option are used, allows remote attackers to cause a denial of service (crash) via a

[oe] [meta-networking][PATCH] strongswan: Security Advisory - strongswan - CVE-2014-2891

2014-07-28 Thread jackie.huang
From: Yue Tao yue@windriver.com strongSwan before 5.1.2 allows remote attackers to cause a denial of service (NULL pointer dereference and IKE daemon crash) via a crafted ID_DER_ASN1_DN ID payload. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-2891 Signed-off-by: Yue Tao

[oe] [meta-oe][PATCH] rsyslog: use syslog as the script name of syslog-init

2014-08-05 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Use syslog as the default symlink and INITSCRIPT_NAME just as sysklogd and syslog-ng did. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 7 +++ 1 file changed, 3 insertions(+), 4

[oe] [meta-oe][PATCH] syslog-ng: fix a multilib build failure and a QA issue

2014-08-08 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * Use BPN instead of PN to fix the multilib build failure: ERROR: Function failed: SYSTEMD_SERVICE_lib32-syslog-ng value lib32-syslog-ng.service does not exist * Do not add syslog-init for systemd to fix the QA issue: WARNING: syslog-ng: alternative

[oe] [meta-ruby][PATCH] ruby: fix race conditions at install-ext

2014-08-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * lib/mkmf.rb (create_makefile): fix race conditions at install-ext. target files need to depend on destination directory timestamp files, not phony trgets. Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH] iw: uprev to version 3.15

2014-08-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - change to use tar.gz since bz2 is no longer provided in upstream - adjust the patch for new version Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- ...-iw-version.sh-don-t-use-git-describe-for-versioning.patch | 11 +--

[oe] [meta-networking][PATCH] strongswan: uprev to version 5.2.0

2014-08-18 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * removed two patches which were already integrated in 5.2.0: strongswan-4.3.3-5.1.1_asn1_unwrap.patch strongswan-5.0.0-5.1.2_reject_child_sa.patch Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH 1/3] lmbench: Fix make html graph failure

2014-08-19 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The html-list perl script cannot parse the first line of the result files about the lmbench version. Additional fixes are to make the result's html pages easier to understand. Signed-off-by: Lin Yu lin...@windriver.com Signed-off-by: Fupan Li

[oe] [meta-oe][PATCH 3/3] lmbench: fix doc install failure

2014-08-19 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fix the failure: cp: cannot create regular file `/usr/share/man/man1/bargraph.1': Permission denied mkdir: cannot create directory `/usr/share/man/man9': Permission denied Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH 2/3] lmbench: fix lmbench memory check failure

2014-08-19 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com lmbench can't proceed on some targets. The memory check fails because the memory latency of each page is longer then 10us, which is a time limit set in the original memsize.c. The memory latency is very different on different targets due to the

[oe] [meta-oe][PATCH 0/3] lmbench: three fixes

2014-08-19 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com -- The following changes since commit 5f532a928c7df863a3f0d32db3918c8f7d227e2b: cyassl: add recipe (2014-08-15 17:07:45 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_lmbench_140818-3

[oe] [meta-webserver][PATCH] webmin: uprev from 1.620 to 1.700

2014-08-20 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changed: - Adjust or remake the following patches based on 1.700: init-exclude.patch exports-lib.pl.patch Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../webmin/files/exports-lib.pl.patch | 2 +-

[oe] [meta-oe][PATCH] lmbench: use BPN instead of PN

2014-08-20 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Use BPN instead of PN to fix the dirs in scripts when build with multilib. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[oe] [meta-oe][PATCH] lmbench: remove debianutils from RDEPENDS and add perl

2014-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com - I don't see any evdidence that lmbench needs debianutils to run: debianutils provides: run-parts, tempfile, savelog, which, ischroot, add-shell, installkernel, remove-shell but none of them is used by lmbench scripts and I tested it work

[oe] [meta-python][PATCH] python-cython: add RDEPENDS on some required python modules

2014-08-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com python-distribute: File /usr/bin/cython, line 5, in module ImportError: No module named pkg_resources python-netserver: File _tempita.py, line 34, in init Cython.Tempita._tempita ImportError: No module named cgi python-subprocess:

[oe] [meta-networking][PATCH v2] ipsec-tools: Fix pfkey UPDATE failure caused by EINTR

2014-08-29 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com While kernel is processing the UPDATE message which is sent from racoon, it maybe interrupted by certain system signal and if this case happens, kernel responds with an EINTR message to racoon and kernel fails to establish the corresponding SA. Fix

[oe] [meta-oe][PATCH] rsyslog: add ptest support

2014-09-12 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changed: - add a patch to use serial-tests config needed by ptest - add a patch to fix rsyslog test cases don't finish issue - add run-ptest, do_compile_ptest and do_install_ptest - add dependency for rsyslog-ptest - add PACKAGECONFIG for valgrind

[oe] [meta-oe][PATCH] mariadb: drop the anonymous function and use proper install layout

2014-09-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. The redefined *_noprefix was to used to pass to the INSTALL_* variables to change the layout as we want, but in fact we can do this in

[oe] [meta-oe][PATCH v2] mariadb: drop the anonymous function and use proper install layout

2014-09-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The anonymous function redefined bindir to bindir_noprefix (and others), which broke the sstate between build dirs. The redefined *_noprefix was to used to pass to the INSTALL_* variables to change the layout as we want, but in fact we can do this in

[oe] [meta-oe][PATCH] krb5: update to version 1.12.2

2014-09-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changed: * Add init scripts and default configs based on debian * Add a patch for crosscompile nm * Add a patch to suppress /usr/lib in krb5-config * Add DESCRIPTION * Remove blacklist and inherit autotools-brokensep * Add PACKAGECONFIG for ldap

[oe] [meta-oe][PATCH] openldap: update version to 2.4.39

2014-09-29 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changed: * Move slapd from ${libexecdir} to ${sbin}: Installing slapd under ${sbin} is more FHS and LSB compliance * Manage init script by inheriting update-rc.d, than postinst * Add status for initscript * Rename the patch named with commit id

[oe] [meta-networking][PATCH] squid: add new recipe

2014-10-14 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com squid is a fully-featured http proxy and web-cache daemon for Linux. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../Add-default-entry-for-cross-compile.patch | 31 +++ ...-ksh-reference-in-krb-ldap-helper-to-bash.patch |

[oe] [meta-oe][PATCH] vim: add recipe for vim-tiny

2014-10-15 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - split the vim recipe to two files - add bb for vim-tiny based on PACKAGECONFIG defined in .inc file - use trim_version to get VIMDIR Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [PATCH v2] mtools: fix broken /usr/bin/lz

2014-10-16 Thread jackie.huang
From: Wenlin Kang wenlin.k...@windriver.com When build fs with mtools-3.9.9, has file /usr/bin/lz in rootfs, it is the symlink to uz: root@qemu3:~# /usr/bin/lz -sh: /usr/bin/lz: No such file or directory $root@qemu3:~# ls -l /usr/bin/lz lrwxrwxrwx 1 root root 2 Jul 18 18:07 /usr/bin/lz - uz

[oe] [meta-networking][PATCH] wireshark: add PACKAGECONFIG for krb5

2014-10-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * fixes floating dependency: WARNING: QA Issue: wireshark rdepends on krb5, but it isn't a build dependency? [build-deps] Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb | 1 +

[oe] [meta-networking][PATCH] net-snmp: add ac_cv_header_valgrind_* to CACHED_CONFIGUREVARS

2014-10-20 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com There have been occasions that net-snmp sees valgrind and then later it's not available, adding this setting ensures determinism by disabling it by default Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-ruby][PATCH] ruby: make build deterministic by adding PACKAGECONFIG for valgrind

2014-10-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * disabled by default * fixes: ruby/1.9.3-p547-r1.0/ruby-1.9.3-p547/gc.c:43:32:fatal error: valgrind/memcheck.h: No such file or directory Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb

[oe] [meta-oe][PATCH] samba: make build deterministic by adding PACKAGECONFIG for valgrind

2014-10-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com * No configure option for valgrind, use the ac_cv_header_* * The PACKAGECONFIG for valgrind is disabled by default Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-connectivity/samba/samba.inc | 2 ++ 1 file changed, 2

[oe] [meta-networking][PATCH] vpnc: use nativeperl to run perl scripts

2014-10-28 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com inhert perlnative and make sure we use nativeperl to run perl scripts when compile. fixed: | ./makeman.pl | Can't locate Fatal.pm in @INC Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-oe][PATCH] fftw: s/PN/BPN/

2014-10-29 Thread jackie.huang
From: Yue Tao yue@windriver.com Replace the PN with BPN to fix the multilib build. The error is: /ala-lpggp21/bpiolin/intel-x86-64-gplv2-4/bitbake_build/tmp/pkgdata/*/runtime-reverse/lib32-libfftw: No such file or directory Because the PN causes the package is named as lib32-liblib32-fftw.

[oe] [meta-oe][PATCH] libhugetlbfs: avoid search host library path for cross compilation

2014-11-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com There was a patch fixing the same issue: libhugetlbfs-avoid-search-host-library-path-for-cros.patch but missed the elf_i386.xB*, this patch fixes for it. Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---

[oe] [meta-networking][PATCH] traceroute: add VPATH to find libraries and avoid host contamination

2014-11-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fixed: make[1]: *** No rule to make target '-lm', needed by 'traceroute'. Stop. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb | 2 ++ 1 file changed, 2 insertions(+) diff

[oe] [meta-oe][PATCH v2] vim: add recipe for vim-tiny

2014-11-06 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - Add bb for vim-tiny based on vim.bb - Change PACKAGECONFIG and do_install for vim-tiny - Change BPN to vim in vim.bb so it works fine when required by vim-tiny - Add proper alternative links for vim and vim-tiny to avoid conflicts - Don't

[oe] [meta-oe][PATCH v2 1/2] rrdtool: inherit cpan-base to help build perl modules

2014-11-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com It's incorrect to use -I for nativeperl to specify @INC/#include directory to target build perl, which cause error like: | temp/do_configure/run.do_configure.20749: line 112: 20256 Illegal instruction (core dumped) | perl

[oe] [meta-oe][PATCH v2 2/2] rrdtool: add missing dependency on groff-native

2014-11-11 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com rrdtool needs groff-native to format the documentation. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH] mariadb: Check valgrind headers only if WITH_VALGRIND is set

2014-11-12 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Changes: - Add patch to check valgrind headers only if WITH_VALGRIND is set - Add PACKAGECONFIG for valgrind and disable it by default Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../mariadb/configure.cmake-fix-valgrind.patch | 41

  1   2   3   4   5   >