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

2015-07-08 Thread Rongqing Li
On 2015年07月08日 17:39, Koen Kooi wrote: That's not a reason to use 2 different notations. Either put both in SRC_URI or use two SRCREV_foo statements. it is better if you can revised this patch, and submit. -R -- ___ Openembedded-devel mailing lis

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

2015-07-08 Thread Rongqing Li
On 2015年07月08日 17:39, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rongqing Li schreef op 07-07-15 om 09:31: On 2015年07月07日 15:24, Koen Kooi wrote: rongqing...@windriver.com schreef op 07-07-15 om 03:55: From: Roy Li Remove backport patch Add CSocket submodule Add the d

Re: [oe] [meta-oe][PATCH v2 3/7] libldb: add new recipe

2015-07-08 Thread Bian, Naimeng
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Martin Jansa > Sent: Wednesday, July 08, 2015 7:59 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-oe][PATC

Re: [oe] SSL Certificate Path for Python

2015-07-08 Thread Ash Charles
Hi To follow up with one more piece of the puzzle: c_rehash. With the suggested install_append in-place, openssl can find certificates but they aren't indexed/hashed so aren't usable---the c_rehash utility (from the openssl-misc package) needs to be called. It looks like this would normally be do

[oe] [PATCH][meta-oe] postgresql: Add explict getVar expansion parameter

2015-07-08 Thread Richard Purdie
Bitbake is likely to require this parameter in future, add the default value. Patch generated with the command: sed -e 's:\(getVar([^,()]*\)\s*):\1, False):g' -i `grep -ril getVar *` Signed-off-by: Richard Purdie diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipe

[oe] [PATCH][meta-networking] postfix: Add explict getVar expansion parameter

2015-07-08 Thread Richard Purdie
Bitbake is likely to require this parameter in future, add the default value. Patch generated with the command: sed -e 's:\(getVar([^,()]*\)\s*):\1, False):g' -i `grep -ril getVar *` Signed-off-by: Richard Purdie diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-network

[oe] [PATCH][meta-multimedia] gst-ffmpeg: Add explict getVar expansion parameter

2015-07-08 Thread Richard Purdie
Bitbake is likely to require this parameter in future, add the default value. Patch generated with the command: sed -e 's:\(getVar([^,()]*\)\s*):\1, False):g' -i `grep -ril getVar *` Signed-off-by: Richard Purdie diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg_0.10.

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

2015-07-08 Thread akuster808
if it is possible, can the security fix be noted? 1.4: CVE-2014-9403 On 07/06/2015 06:55 PM, rongqing...@windriver.com wrote: From: Roy Li Remove backport patch Add CSocket submodule Add the dependency on icu Signed-off-by: Roy Li --- ...-Fix-NULL-pointer-dereference-in-webadmin.patch |

Re: [oe] [meta-oe][PATCH] nodejs: update to 0.12.6

2015-07-08 Thread akuster808
this update includes a security fix. No CVE assigned yet. On 07/07/2015 12:43 AM, Jonathan Liu wrote: Signed-off-by: Jonathan Liu --- .../recipes-devtools/nodejs/{nodejs_0.12.5.bb => nodejs_0.12.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-dev

Re: [oe] [meta-oe][PATCH] libssh2: upgrade 1.4.3 -> 1.6.0

2015-07-08 Thread akuster808
is is possible to include a reference to the security fix? 1.5.0 release Security Advisory: Using `SSH_MSG_KEXINIT` data unbounded, CVE-2015-1782 On 07/08/2015 12:40 AM, Li xin wrote: Update the checksum of COPYING,since the date in it has been changed, but the LICENSE has not been changed. S

Re: [oe] [meta-oe][PATCH v2 3/7] libldb: add new recipe

2015-07-08 Thread Martin Jansa
On Wed, Jul 08, 2015 at 12:32:37PM +0200, Martin Jansa wrote: > On Thu, Jul 02, 2015 at 09:01:14AM +, Bian, Naimeng wrote: > > Hi Martin, > > > > I think I have fixed them and pushed them to github, please cherry-pick > > them. > > > > - libldb > > > > https://github.com/bendaaron/meta-oe

Re: [oe] [PATCH][meta-networking] ypbind-mt: set path of ypdomainname in ypbind script

2015-07-08 Thread Martin Jansa
On Wed, Jul 08, 2015 at 11:21:14AM +0800, Jian Liu wrote: > The script ypbind will cause error if using ypdomainname command > provided by busybox. So add RDEPENDCY on yp-tools and change > the path of ypdomainname. Missing meta-networking/ prefix > Signed-off-by: Jian Liu > --- > recipes-suppo

Re: [oe] [PATCH][meta-networking] systemd.bbclass: delete dangling symblink

2015-07-08 Thread Martin Jansa
On Wed, Jul 08, 2015 at 11:23:15AM +0800, Jian Liu wrote: > If only systemd is enabled, scripts of sysvinit under "/etc/init.d/" > will be deleted. But there may be some symblinks /etc/rc*/ that > points to the files under "/etc/init.d/". We need to delete them. Wrong ML > Signed-off-by: Jian Liu

Re: [oe] [meta-oe][PATCH] libssh2: upgrade 1.4.3 -> 1.6.0

2015-07-08 Thread Martin Jansa
On Wed, Jul 08, 2015 at 03:40:15PM +0800, Li xin wrote: > Update the checksum of COPYING,since the date in it has been changed, > but the LICENSE has not been changed. There already is patch for this on ML and in master-next. > Signed-off-by: Li Xin > --- > .../recipes-support/libssh2/{libssh2_

Re: [oe] [meta-oe][PATCH v2 3/7] libldb: add new recipe

2015-07-08 Thread Martin Jansa
On Thu, Jul 02, 2015 at 09:01:14AM +, Bian, Naimeng wrote: > Hi Martin, > > I think I have fixed them and pushed them to github, please cherry-pick them. > > - libldb > > https://github.com/bendaaron/meta-oe-dev/commit/c6cade4236226646fde99611c20fe3fcc6612e7a Hi Bian, it's still failing

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

2015-07-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rongqing Li schreef op 07-07-15 om 09:31: > > > On 2015年07月07日 15:24, Koen Kooi wrote: rongqing...@windriver.com schreef > op 07-07-15 om 03:55: From: Roy Li Remove backport patch Add CSocket submodule Add the dependency on icu

[oe] [meta-oe][PATCH] libssh2: upgrade 1.4.3 -> 1.6.0

2015-07-08 Thread Li xin
Update the checksum of COPYING,since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin --- .../recipes-support/libssh2/{libssh2_1.4.3.bb => libssh2_1.6.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/li