[oe] [meta-oe] [PATCH] phpmyadmin: CVE-2015-8669

2016-01-20 Thread Jian Liu
/phpmyadmin/commit/c4d649325b25139d7c097e56e2e46cc7187fae45 Signed-off-by: Jian Liu <jian@windriver.com> --- .../phpmyadmin/phpmyadmin/phpmyadmin-CVE-2015-8669.patch | 16 .../recipes-php/phpmyadmin/phpmyadmin_4.5.0.2.bb | 4 +++- 2 files changed, 19 insertions

[oe] [PATCH][meta-oe] php: NULL pointer dereference in phar_get_fp_offset()

2015-12-16 Thread Jian Liu
references a file that does not exist. This patch is from http://git.php.net/?p=php-src.git;a=commitdiff;\ h=d698f0ae51f67c9cce870b09c59df3d6ba959244;hp=bb98ed600ab6787d9d367927d49439be9a83441e Signed-off-by: Jian Liu <jian@windriver.com> --- .../php/php-5.6.12/php-CVE-2015-7803.patch

[oe] [PATCH][meta-oe] php: uninitialized pointer in phar_make_dirstream()

2015-12-16 Thread Jian Liu
. This patch is from http://git.php.net/?p=php-src.git;a=commitdiff;\ h=1ddf72180a52d247db88ea42a3e35f824a8fbda1;hp=f98ab19dc0c978e3caaa2614579e4a61f2c317f5 Signed-off-by: Jian Liu <jian@windriver.com> --- .../php/php-5.6.12/php-CVE-2015-7804.patch | 35 ++ m

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

2015-07-07 Thread Jian Liu
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. Signed-off-by: Jian Liu jian@windriver.com --- recipes-support/nis/files/ypbind-yocto.init | 11 ++- recipes-support/nis/ypbind

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

2015-07-07 Thread Jian Liu
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. Signed-off-by: Jian Liu jian@windriver.com --- meta/classes/systemd.bbclass | 29

[oe] [meta-oe] lvm2: files will be over written when updating using rpm

2014-11-17 Thread Jian Liu
If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu jian@windriver.com --- recipes-support/lvm2/lvm2.inc | 2 ++ 1 file changed, 2 insertions(+) diff