[OE-core][zeus][PATCH] openssl: fix CVE-2020-1967

2020-04-22 Thread ZhangXiao
Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signature_algorithms_cert" TLS extension. The crash occurs if an invalid or unrecognised signature algori

[OE-core][zeus][PATCH] openssl: fix CVE-2020-1967

2020-04-22 Thread ZhangXiao
Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signature_algorithms_cert" TLS extension. The crash occurs if an invalid or unrecognised signature algori

[OE-core] [oe][meta-networking][zeus][PATCH] ntp: upgrade 4.2.8p13 -> 4.2.8p14

2020-04-08 Thread ZhangXiao
License has been changed due to date time, no new stuff added. delete source patch reproducibility-respect-source-date-epoch.patch for new version source tree contains it. Signed-off-by: Zhang Xiao --- ...producibility-respect-source-date-epoch.patch | 16 .../ntp/{ntp_4.2.8p13

Re: [OE-core] [PATCH] logrotate: move binary logrotate back to /usr/sbin

2015-07-13 Thread zhangxiao
On 2015年07月14日 11:11, Robert Yang wrote: On 07/14/2015 10:10 AM, zhangxiao wrote: On 2015年07月14日 09:47, Christopher Larson wrote: On Mon, Jul 13, 2015 at 6:19 PM, zhangxiao mailto:xiao.zh...@windriver.com>> wrote: On 2015年07月13日 22:28, Christopher Larson wrote: On Sun,

Re: [OE-core] [PATCH] logrotate: move binary logrotate back to /usr/sbin

2015-07-13 Thread zhangxiao
On 2015年07月14日 09:47, Christopher Larson wrote: On Mon, Jul 13, 2015 at 6:19 PM, zhangxiao mailto:xiao.zh...@windriver.com>> wrote: On 2015年07月13日 22:28, Christopher Larson wrote: On Sun, Jul 12, 2015 at 11:10 PM, Zhang Xiao mailto:xiao.zh...@windriv

Re: [OE-core] [PATCH] logrotate: move binary logrotate back to /usr/sbin

2015-07-13 Thread zhangxiao
On 2015年07月13日 22:28, Christopher Larson wrote: On Sun, Jul 12, 2015 at 11:10 PM, Zhang Xiao mailto:xiao.zh...@windriver.com>> wrote: Upstream-Status: pending Signed-off-by: Zhang Xiao mailto:xiao.zh...@windriver.com>> There’s no info on why this is being done, only what’s being done

Re: [OE-core] [PATCH 2/3] pseudo: provide fallback passwd and group files

2014-11-12 Thread zhangxiao
On 2014年11月13日 11:04, Peter A. Bigot wrote: On 11/12/2014 08:31 PM, zhangxiao wrote: On 2014年11月12日 19:15, Peter A. Bigot wrote: On 11/12/2014 01:36 AM, zhangxiao wrote: On 2014年11月02日 01:04, Peter A. Bigot wrote: Normally pseudo is built with --without-passwd-fallback, which requires that

Re: [OE-core] [PATCH 2/3] pseudo: provide fallback passwd and group files

2014-11-12 Thread zhangxiao
On 2014年11月12日 19:15, Peter A. Bigot wrote: On 11/12/2014 01:36 AM, zhangxiao wrote: On 2014年11月02日 01:04, Peter A. Bigot wrote: Normally pseudo is built with --without-passwd-fallback, which requires that somebody provide target passwd and group files. Those come from base-passwd in OE, but

Re: [OE-core] [PATCH 2/3] pseudo: provide fallback passwd and group files

2014-11-11 Thread zhangxiao
On 2014年11月02日 01:04, Peter A. Bigot wrote: Normally pseudo is built with --without-passwd-fallback, which requires that somebody provide target passwd and group files. Those come from base-passwd in OE, but base-passwd cannot be built without first invoking operations under pseudo that require

[OE-core] Where can I find "savelog" used by init script "bootlogd"

2014-06-20 Thread zhangxiao
Hi Experts. Package "sysvinit" introduced an init script "bootlogd" while it used "savelog" as: "savelog -p -c 5 boot > /dev/null 2>&1" in its "stop" function. I wonder where can I get such a tool/script? Which package I need to build? Thanks Xiao -- __

[OE-core] Questions on nfs-utils package: Client and Server RPMs.

2013-06-06 Thread zhangxiao
Hi Experts, Currently, YOCTO's nfs-utls is separated into two main packages(RPMs) client and server. They are not depend on each other. Client has only a mount.nfs user space App. With both client and server RPMs installed, all works fine. But if we just install client RPM without server one,

Re: [OE-core] How about separate client only mode from nfs-utils?

2013-05-20 Thread zhangxiao
On 2013年05月21日 11:02, zhangxiao wrote: Hi Experts, I find current nfs-utils just support client+server mode. No client only mode support. Yes, we can say the client can be used normally in this full function mode. But... I wonder if we have any plan to make it? I think only script modification

[OE-core] How about separate client only mode from nfs-utils?

2013-05-20 Thread zhangxiao
Hi Experts, I find current nfs-utils just support client+server mode. No client only mode support. Yes, we can say the client can be used normally in this full function mode. But... I wonder if we have any plan to make it? I think only script modification is OK. To start necessary daemon for clie

Re: [OE-core] [PATCH] util-linux: replace package files

2013-05-20 Thread zhangxiao
On 2013年05月17日 15:04, Saul Wold wrote: On 05/16/2013 12:59 PM, zhangxiao wrote: And, another method lies on meta/recipes-core/util-linux/util-linux.inc: --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -69,11 +69,11 @@ FILES_util-linux-uuidd

Re: [OE-core] [PATCH] util-linux: replace package files

2013-05-16 Thread zhangxiao
And, another method lies on meta/recipes-core/util-linux/util-linux.inc: --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -69,11 +69,11 @@ FILES_util-linux-uuidd = "${sbindir}/uuidd" FILES_util-linux-reset = "${base_bindir}/reset" FILES_util