[OE-core] [PATCH] ltp: 20160126 -> 20160920

2016-09-26 Thread Wang Xin
1)Upgrade ltp from 20160126 to 20160920.
2)Delete some patches, since they are integrated upstream.
0001-ltp-Don-t-link-against-libfl.patch
0006-sendfile-Use-off64_t-instead-of-__off64_t.patch
0007-replace-SIGCLD-with-SIGCHLD.patch
0009-Guard-error.h-with-__GLIBC__.patch
0012-fsstress.c-Replace-__int64_t-with-int64_t.patch
0013-include-fcntl.h-for-getting-O_-definitions.patch
0014-hyperthreading-Include-sys-types.h-for-pid_t-definit.patch
0015-mincore01-Rename-PAGESIZE-to-pagesize.patch
0016-ustat-Change-header-from-ustat.h-to-sys-ustat.h.patch
0017-replace-sigval_t-with-union-sigval.patch
0019-tomoyo-Replace-canonicalize_file_name-with-realpath.patch
0022-include-sys-types.h.patch
0027-sysconf01-Use-_SC_2_C_VERSION-conditionally.patch
0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch
0029-trace_shed-Fix-build-with-musl.patch
0030-lib-Use-PTHREAD_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch
0031-vma03-fix-page-size-offset-as-per-page-size-alignmen.patch
0032-regen.sh-Include-asm-unistd.h-explicitly.patch
0035-fix-test_proc_kill-hang.patch
3)Modify one patch, since the data has been changed.
0011-Rename-sigset-variable-to-sigset1.patch
4)Add some new patches.
0001-Define-__SIGRTMIN-and-__SIGRTMAX-on-musl.patch
0002-initialize-recursive-mutex-in-a-portable-way.patch
0003-lapi-Use-sig_t-instead-of-sighandler_t.patch
0004-rt_sigaction-rt_sigprocmark-Replace-SA_NOMASK-with-S.patch
0005-Fix-test_proc_kill-hanging.patch
0006-Remove-unused-__BEGIN_DECLS-and-__END_DECLS.patch

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 ...-Define-__SIGRTMIN-and-__SIGRTMAX-on-musl.patch |  32 ++
 .../ltp/0001-ltp-Don-t-link-against-libfl.patch|  30 --
 ...tialize-recursive-mutex-in-a-portable-way.patch | 167 +
 ...3-lapi-Use-sig_t-instead-of-sighandler_t.patch} |  30 +-
 ...n-rt_sigprocmark-Replace-SA_NOMASK-with-S.patch | 120 +++
 ...patch => 0005-Fix-test_proc_kill-hanging.patch} |  25 +-
 ...move-unused-__BEGIN_DECLS-and-__END_DECLS.patch |  48 +++
 ...sendfile-Use-off64_t-instead-of-__off64_t.patch |  31 --
 .../ltp/ltp/0007-replace-SIGCLD-with-SIGCHLD.patch | 394 -
 .../ltp/0009-Guard-error.h-with-__GLIBC__.patch| 270 --
 .../0011-Rename-sigset-variable-to-sigset1.patch   |  60 ++--
 ...fsstress.c-Replace-__int64_t-with-int64_t.patch | 351 --
 ...nclude-fcntl.h-for-getting-O_-definitions.patch |  67 
 ...ing-Include-sys-types.h-for-pid_t-definit.patch |  56 ---
 ...015-mincore01-Rename-PAGESIZE-to-pagesize.patch |  64 
 ...Change-header-from-ustat.h-to-sys-ustat.h.patch |  45 ---
 .../0017-replace-sigval_t-with-union-sigval.patch  |  88 -
 ...lace-canonicalize_file_name-with-realpath.patch |  32 --
 .../ltp/ltp/0022-include-sys-types.h.patch |  29 --
 ...sconf01-Use-_SC_2_C_VERSION-conditionally.patch |  29 --
 .../ltp/0029-trace_shed-Fix-build-with-musl.patch  |  32 --
 ...READ_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch |  33 --
 ...age-size-offset-as-per-page-size-alignmen.patch |  33 --
 ...-regen.sh-Include-asm-unistd.h-explicitly.patch |  30 --
 .../ltp/{ltp_20160126.bb => ltp_20160920.bb}   |  27 +-
 25 files changed, 433 insertions(+), 1690 deletions(-)
 create mode 100644 
meta/recipes-extended/ltp/ltp/0001-Define-__SIGRTMIN-and-__SIGRTMAX-on-musl.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0001-ltp-Don-t-link-against-libfl.patch
 create mode 100644 
meta/recipes-extended/ltp/ltp/0002-initialize-recursive-mutex-in-a-portable-way.patch
 rename 
meta/recipes-extended/ltp/ltp/{0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch
 => 0003-lapi-Use-sig_t-instead-of-sighandler_t.patch} (59%)
 create mode 100644 
meta/recipes-extended/ltp/ltp/0004-rt_sigaction-rt_sigprocmark-Replace-SA_NOMASK-with-S.patch
 rename meta/recipes-extended/ltp/ltp/{0035-fix-test_proc_kill-hang.patch => 
0005-Fix-test_proc_kill-hanging.patch} (52%)
 create mode 100644 
meta/recipes-extended/ltp/ltp/0006-Remove-unused-__BEGIN_DECLS-and-__END_DECLS.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0006-sendfile-Use-off64_t-instead-of-__off64_t.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0007-replace-SIGCLD-with-SIGCHLD.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0009-Guard-error.h-with-__GLIBC__.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0012-fsstress.c-Replace-__int64_t-with-int64_t.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0013-include-fcntl.h-for-getting-O_-definitions.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0014-hyperthreading-Include-sys-types.h-for-pid_t-definit.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0015-mincore01-Rename-PAGESIZE-to-pagesize.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0016-ustat-Change-header-from-ustat.h-to-sys-ustat.h.patch
 delete mode 100644 
meta/re

Re: [OE-core] [PATCH] swig: 3.0.8 -> 3.0.10

2016-09-21 Thread Wang, Xin
ping

-Original Message-
From: Wang, Xin/王 鑫 
Sent: Thursday, September 01, 2016 5:08 PM
To: openembedded-core@lists.openembedded.org
Cc: Wang, Xin/王 鑫
Subject: [OE-core][PATCH] swig: 3.0.8 -> 3.0.10

Upgrade swig from 3.0.8 to 3.0.10.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 meta/recipes-devtools/swig/{swig_3.0.8.bb => swig_3.0.10.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)  rename 
meta/recipes-devtools/swig/{swig_3.0.8.bb => swig_3.0.10.bb} (58%)

diff --git a/meta/recipes-devtools/swig/swig_3.0.8.bb 
b/meta/recipes-devtools/swig/swig_3.0.10.bb
similarity index 58%
rename from meta/recipes-devtools/swig/swig_3.0.8.bb
rename to meta/recipes-devtools/swig/swig_3.0.10.bb
index c1b820e..44c26c4 100644
--- a/meta/recipes-devtools/swig/swig_3.0.8.bb
+++ b/meta/recipes-devtools/swig/swig_3.0.10.bb
@@ -3,6 +3,6 @@ require ${BPN}.inc
 SRC_URI += 
"file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \
 file://0001-configure-use-pkg-config-for-pcre-detection.patch \
"
-SRC_URI[md5sum] = "c96a1d5ecb13d38604d7e92148c73c97"
-SRC_URI[sha256sum] = 
"58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453"
+SRC_URI[md5sum] = "bb4ab8047159469add7d00910e203124"
+SRC_URI[sha256sum] = 
"2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c"
 
--
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] ruby: 2.2.5 -> 2.3.1

2016-09-21 Thread Wang, Xin
ping

-Original Message-
From: Wang, Xin/王 鑫 
Sent: Thursday, September 01, 2016 1:36 PM
To: openembedded-core@lists.openembedded.org
Cc: Wang, Xin/王 鑫
Subject: [OE-core][PATCH] ruby: 2.2.5 -> 2.3.1

1) Upgrade ruby from 2.2.5 to 2.3.1.
2) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the 
LICENSE has not been changed.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 meta/recipes-devtools/ruby/ruby.inc | 2 +-
 meta/recipes-devtools/ruby/{ruby_2.2.5.bb => ruby_2.3.1.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)  rename 
meta/recipes-devtools/ruby/{ruby_2.2.5.bb => ruby_2.3.1.bb} (89%)

diff --git a/meta/recipes-devtools/ruby/ruby.inc 
b/meta/recipes-devtools/ruby/ruby.inc
index fde67e9..f38ebb0 100644
--- a/meta/recipes-devtools/ruby/ruby.inc
+++ b/meta/recipes-devtools/ruby/ruby.inc
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\
 file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \
 file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\
 file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\
-file://LEGAL;md5=c440adb575ba4e6e2344c2630b6a5584\
+file://LEGAL;md5=78e8a29b8cc93e042990dbbb5572b1e1\
 "
 
 DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline"
diff --git a/meta/recipes-devtools/ruby/ruby_2.2.5.bb 
b/meta/recipes-devtools/ruby/ruby_2.3.1.bb
similarity index 89%
rename from meta/recipes-devtools/ruby/ruby_2.2.5.bb
rename to meta/recipes-devtools/ruby/ruby_2.3.1.bb
index 5a64582..f9f5b33 100644
--- a/meta/recipes-devtools/ruby/ruby_2.2.5.bb
+++ b/meta/recipes-devtools/ruby/ruby_2.3.1.bb
@@ -1,7 +1,7 @@
 require ruby.inc
 
-SRC_URI[md5sum] = "bd8e349d4fb2c75d90817649674f94be"
-SRC_URI[sha256sum] = 
"30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3"
+SRC_URI[md5sum] = "0d896c2e7fd54f722b399f407e48a4c6"
+SRC_URI[sha256sum] = 
"b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd"
 
 # it's unknown to configure script, but then passed to extconf.rb  # maybe 
it's not really needed as we're hardcoding the result with
--
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH v4] bind: 9.10.3-P3 -> 9.11.0b2

2016-09-21 Thread Wang, Xin
ping

-Original Message-
From: Wang, Xin/王 鑫 
Sent: Friday, August 26, 2016 11:12 AM
To: openembedded-core@lists.openembedded.org
Cc: Wang, Xin/王 鑫
Subject: [OE-core][PATCH v4] bind: 9.10.3-P3 -> 9.11.0b2

1) Upgrade bind from 9.10.3-P3 to 9.11.0b2.
2) Delete some patchers, since they are no use.
bind-confgen-build-unix.o-once.patch
CVE-2016-1285.patch
CVE-2016-1286_1.patch
CVE-2016-1286_2.patch
CVE-2016-2088.patch
3) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the 
LICENSE has not been changed.
4) Modify EXTRA_OECONF, enable python3.
5) Modify do_install_append(), since the data has changed.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} | 16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)  rename 
meta/recipes-connectivity/bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} (83%)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb 
b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
similarity index 83%
rename from meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
rename to meta/recipes-connectivity/bind/bind_9.11.0b2.bb
index a99f0dd..4919de7 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.isc.org/sw/bind/;
 SECTION = "console/network"
 
 LICENSE = "ISC & BSD"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0a95f52a0ab6c5f52dedc9a45e7abb3f"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=26895b6b2e11695fb4756065b885d5d9"
 
 DEPENDS = "openssl libcap"
 
@@ -16,22 +16,17 @@ SRC_URI = 
"ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
file://named.service \
file://bind9 \
file://init.d-add-support-for-read-only-rootfs.patch \
-   file://bind-confgen-build-unix.o-once.patch \
file://0001-build-use-pkg-config-to-find-libxml2.patch \
file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
file://0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch \
file://0001-lib-dns-gen.c-fix-too-long-error.patch \
-   file://CVE-2016-1285.patch \
-   file://CVE-2016-1286_1.patch \
-   file://CVE-2016-1286_2.patch \
-   file://CVE-2016-2088.patch \
"
 
-SRC_URI[md5sum] = "bcf7e772b616f7259420a3edc5df350a"
-SRC_URI[sha256sum] = 
"690810d1fbb72afa629e74638d19cd44e28d2b2e5eb63f55c705ad85d1a4cb83"
+SRC_URI[md5sum] = "30db652baa5c227a61f8f4ca9b7ad9c2"
+SRC_URI[sha256sum] = 
"440e7fa7c4e241c13028699ab107fc4c3efd1719012b1af356d39db5ab49109d"
 
 ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 
'yes', 'no', d)}"
-EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads 
\
+EXTRA_OECONF = " ${ENABLE_IPV6} --with-python=python3 
+--with-randomdev=/dev/random --disable-threads \
  --disable-devpoll --disable-epoll --with-gost=no \
  --with-gssapi=no --with-ecdsa=yes \
  --sysconfdir=${sysconfdir}/bind \ @@ -62,7 +57,7 @@ 
RDEPENDS_${PN}-dev = ""
 PACKAGE_BEFORE_PN += "${PN}-utils"
 FILES_${PN}-utils = "${bindir}/host ${bindir}/dig"
 FILES_${PN}-dev += "${bindir}/isc-config.h"
-FILES_${PN} += "${sbindir}/generate-rndc-key.sh"
+FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${libdir}/*"
 
 do_install_prepend() {
# clean host path in isc-config.sh before the hardlink created @@ -81,7 
+76,6 @@ do_install_append() {
install -d "${D}${sysconfdir}/init.d"
install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/"
install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind"
-   sed -i -e '1s,#!.*python,#! /usr/bin/python3,' 
${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds
 
# Install systemd related files
install -d ${D}${sbindir}
--
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2] ltp: 20160126 -> 20160510

2016-09-19 Thread Wang Xin
1) Upgrade ltp from 20160126 to 20160510.
2) Modify some patches, since the data has been changed.
0011-Rename-sigset-variable-to-sigset1.patch
0030-lib-Use-PTHREAD_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch
3) Delete some patches, since they are no use.
0001-ltp-Don-t-link-against-libfl.patch
0006-sendfile-Use-off64_t-instead-of-__off64_t.patch
0012-fsstress.c-Replace-__int64_t-with-int64_t.patch
0013-include-fcntl.h-for-getting-O_-definitions.patch
0014-hyperthreading-Include-sys-types.h-for-pid_t-definit.patch
0015-mincore01-Rename-PAGESIZE-to-pagesize.patch
0016-ustat-Change-header-from-ustat.h-to-sys-ustat.h.patch
0017-replace-sigval_t-with-union-sigval.patch
0019-tomoyo-Replace-canonicalize_file_name-with-realpath.patch
0032-regen.sh-Include-asm-unistd.h-explicitly.patch

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../ltp/0001-ltp-Don-t-link-against-libfl.patch|  30 --
 ...sendfile-Use-off64_t-instead-of-__off64_t.patch |  31 --
 .../0011-Rename-sigset-variable-to-sigset1.patch   |  60 ++--
 ...fsstress.c-Replace-__int64_t-with-int64_t.patch | 351 -
 ...nclude-fcntl.h-for-getting-O_-definitions.patch |  67 
 ...ing-Include-sys-types.h-for-pid_t-definit.patch |  56 
 ...015-mincore01-Rename-PAGESIZE-to-pagesize.patch |  64 
 ...Change-header-from-ustat.h-to-sys-ustat.h.patch |  45 ---
 .../0017-replace-sigval_t-with-union-sigval.patch  |  88 --
 ...lace-canonicalize_file_name-with-realpath.patch |  32 --
 ...READ_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch |   6 +-
 ...-regen.sh-Include-asm-unistd.h-explicitly.patch |  30 --
 .../ltp/{ltp_20160126.bb => ltp_20160510.bb}   |  12 +-
 13 files changed, 34 insertions(+), 838 deletions(-)
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0001-ltp-Don-t-link-against-libfl.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0006-sendfile-Use-off64_t-instead-of-__off64_t.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0012-fsstress.c-Replace-__int64_t-with-int64_t.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0013-include-fcntl.h-for-getting-O_-definitions.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0014-hyperthreading-Include-sys-types.h-for-pid_t-definit.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0015-mincore01-Rename-PAGESIZE-to-pagesize.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0016-ustat-Change-header-from-ustat.h-to-sys-ustat.h.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0017-replace-sigval_t-with-union-sigval.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0019-tomoyo-Replace-canonicalize_file_name-with-realpath.patch
 delete mode 100644 
meta/recipes-extended/ltp/ltp/0032-regen.sh-Include-asm-unistd.h-explicitly.patch
 rename meta/recipes-extended/ltp/{ltp_20160126.bb => ltp_20160510.bb} (88%)

diff --git 
a/meta/recipes-extended/ltp/ltp/0001-ltp-Don-t-link-against-libfl.patch 
b/meta/recipes-extended/ltp/ltp/0001-ltp-Don-t-link-against-libfl.patch
deleted file mode 100644
index 585b7cb..000
--- a/meta/recipes-extended/ltp/ltp/0001-ltp-Don-t-link-against-libfl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 14985fccf7428eaa0b45decc22bfd20fd780f621 Mon Sep 17 00:00:00 2001
-From: Chong Lu <chong...@windriver.com>
-Date: Tue, 11 Mar 2014 14:47:22 +0800
-Subject: [PATCH 01/32] ltp: Don't link against libfl
-
-We have already defined yywrap function in scan.l file. After this, we no 
longer need to
-link against libfl and so no longer get errors about undefined references to 
yylex.
-
-Signed-off-by: Chong Lu <chong...@windriver.com>
-Signed-off-by: Khem Raj <raj.k...@gmail.com>

- pan/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pan/Makefile b/pan/Makefile
-index 4cc6466..a4b575b 100644
 a/pan/Makefile
-+++ b/pan/Makefile
-@@ -31,7 +31,7 @@ CPPFLAGS += -Wno-error
- 
- CPPFLAGS  += -I$(abs_srcdir)
- 
--LDLIBS+= -lm $(LEXLIB)
-+LDLIBS+= -lm
- 
- LFLAGS+= -l
- 
--- 
-2.7.0
-
diff --git 
a/meta/recipes-extended/ltp/ltp/0006-sendfile-Use-off64_t-instead-of-__off64_t.patch
 
b/meta/recipes-extended/ltp/ltp/0006-sendfile-Use-off64_t-instead-of-__off64_t.patch
deleted file mode 100644
index 56a48ab..000
--- 
a/meta/recipes-extended/ltp/ltp/0006-sendfile-Use-off64_t-instead-of-__off64_t.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From fb8b895385a641d74f2186fe5f20a872209692ed Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.k...@gmail.com>
-Date: Thu, 7 Jan 2016 18:24:20 +
-Subject: [PATCH 06/32] sendfile: Use off64_t instead of __off64_t
-
-__off64_t is specific to glibc where as off64_t is widely available
-Add _GNU_SOURCE for off64_t defines from sys/types.h
-Fixes
-:0:7: error: unknown type name 'off64_t'
-sendfile02.c:97:18: note: in expansion of macro 'OFF_T'
-
-Signed-off-by: Khem Raj &

[OE-core] [PATCH] ltp: 20160126 -> 20160510

2016-09-11 Thread Wang Xin
1) Upgrade ltp from 20160126 to 20160510.
2) Modify some patches, since the data has been changed.
0011-Rename-sigset-variable-to-sigset1.patch
0030-lib-Use-PTHREAD_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch
3) Delete some patches, since they are no use.
0001-ltp-Don-t-link-against-libfl.patch 
0006-sendfile-Use-off64_t-instead-of-__off64_t.patch 
0012-fsstress.c-Replace-__int64_t-with-int64_t.patch 
0013-include-fcntl.h-for-getting-O_-definitions.patch 
0014-hyperthreading-Include-sys-types.h-for-pid_t-definit.patch 
0015-mincore01-Rename-PAGESIZE-to-pagesize.patch 
0016-ustat-Change-header-from-ustat.h-to-sys-ustat.h.patch 
0017-replace-sigval_t-with-union-sigval.patch 
0019-tomoyo-Replace-canonicalize_file_name-with-realpath.patch 
0032-regen.sh-Include-asm-unistd.h-explicitly.patch 

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../0011-Rename-sigset-variable-to-sigset1.patch   | 60 +++---
 ...READ_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch |  6 +--
 .../ltp/{ltp_20160126.bb => ltp_20160510.bb}   | 12 +
 3 files changed, 34 insertions(+), 44 deletions(-)
 rename meta/recipes-extended/ltp/{ltp_20160126.bb => ltp_20160510.bb} (88%)

diff --git 
a/meta/recipes-extended/ltp/ltp/0011-Rename-sigset-variable-to-sigset1.patch 
b/meta/recipes-extended/ltp/ltp/0011-Rename-sigset-variable-to-sigset1.patch
index 945280c..6eace63 100644
--- a/meta/recipes-extended/ltp/ltp/0011-Rename-sigset-variable-to-sigset1.patch
+++ b/meta/recipes-extended/ltp/ltp/0011-Rename-sigset-variable-to-sigset1.patch
@@ -20,8 +20,8 @@ index 7203e9e..fce87d6 100644
  /**/
  
  key_t key;
--sigset_t sigset;
-+sigset_t sigset1;
+-sigset_t set;
++sigset_t set1;
  
  #define  SIZE  16*1024
  
@@ -29,12 +29,12 @@ index 7203e9e..fce87d6 100644
  
key = (key_t) getpid();
  
--  sigemptyset();
--  sigaddset(, SIGUSR1);
--  sigprocmask(SIG_BLOCK, , NULL);
-+  sigemptyset();
-+  sigaddset(, SIGUSR1);
-+  sigprocmask(SIG_BLOCK, , NULL);
+-  sigemptyset();
+-  sigaddset(, SIGUSR1);
+-  sigprocmask(SIG_BLOCK, , NULL);
++  sigemptyset();
++  sigaddset(, SIGUSR1);
++  sigprocmask(SIG_BLOCK, , NULL);
  
pid = fork();
switch (pid) {
@@ -42,8 +42,8 @@ index 7203e9e..fce87d6 100644
char *cp;
int sig;
  
--  sigwait(, );
-+  sigwait(, );
+-  sigwait(, );
++  sigwait(, );
chld_pid = getpid();
  /**/
  
@@ -55,8 +55,8 @@ index a3c9ca3..77b0fc9 100644
  /**/
  
  key_t key;
--sigset_t sigset;
-+sigset_t sigset1;
+-sigset_t set;
++sigset_t set1;
  
  int child();
  static int rm_shm(int);
@@ -64,12 +64,12 @@ index a3c9ca3..77b0fc9 100644
  
key = (key_t) getpid();
  
--  sigemptyset();
--  sigaddset(, SIGUSR1);
--  sigprocmask(SIG_BLOCK, , NULL);
-+  sigemptyset();
-+  sigaddset(, SIGUSR1);
-+  sigprocmask(SIG_BLOCK, , NULL);
+-  sigemptyset();
+-  sigaddset(, SIGUSR1);
+-  sigprocmask(SIG_BLOCK, , NULL);
++  sigemptyset();
++  sigaddset(, SIGUSR1);
++  sigprocmask(SIG_BLOCK, , NULL);
  
pid = fork();
switch (pid) {
@@ -77,8 +77,8 @@ index a3c9ca3..77b0fc9 100644
char *cp;
int sig;
  
--  sigwait(, );
-+  sigwait(, );
+-  sigwait(, );
++  sigwait(, );
chld_pid = getpid();
  
if ((shmid = shmget(key, SIZE, 0)) < 0) {
@@ -90,8 +90,8 @@ index 20fca52..6fb1d57 100644
  int sig_catch = 0;/* variable to blocked/unblocked signals */
  
  struct sigaction sa_new;  /* struct to hold signal info */
--sigset_t sigset;  /* signal set to hold signal lists */
-+sigset_t sigset1; /* signal set to hold signal lists */
+-sigset_t set; /* signal set to hold signal lists */
++sigset_t set1;/* signal set to hold signal lists */
  sigset_t sigset2;
  
  int main(int ac, char **av)
@@ -99,8 +99,8 @@ index 20fca52..6fb1d57 100644
 * so that, signal will not be delivered to
 * the test process.
 */
--  TEST(sigprocmask(SIG_BLOCK, , 0));
-+  TEST(sigprocmask(SIG_BLOCK, , 0));
+-  TEST(sigprocmask(SIG_BLOCK, , 0));
++  TEST(sigprocmask(SIG_BLOCK, , 0));
  
/* Get the process id of test process */
my_pid = getpid();
@@ -108,8 +108,8 @@ index 20fca52..6fb1d57 100644
 */
errno = 0;
if (sigprocmask(SIG_UNBLOCK,
--  , 0) == -1) {
-+  , 0) == -1) {
+-  , 0) == -1) {
++  , 0) == -1) {
   

[OE-core] [PATCH] wayland: 1.11.0 -> 1.11.93

2016-09-06 Thread Wang Xin
1) Upgrade wayland from 1.11.0 to 1.11.93.
2) Delete one patch, since it is no use.
0001-scanner-Use-unit32_t-instead-of-uint.patch

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../wayland/{wayland_1.11.0.bb => wayland_1.11.93.bb}| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/wayland/{wayland_1.11.0.bb => wayland_1.11.93.bb} 
(88%)

diff --git a/meta/recipes-graphics/wayland/wayland_1.11.0.bb 
b/meta/recipes-graphics/wayland/wayland_1.11.93.bb
similarity index 88%
rename from meta/recipes-graphics/wayland/wayland_1.11.0.bb
rename to meta/recipes-graphics/wayland/wayland_1.11.93.bb
index 3413406..234f245 100644
--- a/meta/recipes-graphics/wayland/wayland_1.11.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.11.93.bb
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b31d8f53b6aaf2b4985d7dd7810a70d1 \
 
file://src/wayland-server.c;endline=24;md5=b8e046164a766bb1ede8ba38e9dcd7ce"
 
 SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
-   file://0001-scanner-Use-unit32_t-instead-of-uint.patch \
"
-SRC_URI[md5sum] = "fccf680be066e234729d5b69e0bd0fa9"
-SRC_URI[sha256sum] = 
"9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0"
+SRC_URI[md5sum] = "903ae84fdbcb9943feef8598f038b989"
+SRC_URI[sha256sum] = 
"3133fb55c40392c3923debd6e9ee64e758709795eccff0b8005cb4118454f08f"
 
 EXTRA_OECONF_class-native = "--disable-documentation --disable-libraries"
 
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] sysstat: 11.3.5 -> 11.4.0

2016-09-01 Thread Wang Xin
Upgrade sysstat from 11.3.5 to 11.4.0.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../recipes-extended/sysstat/{sysstat_11.3.5.bb => sysstat_11.4.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sysstat/{sysstat_11.3.5.bb => sysstat_11.4.0.bb} 
(53%)

diff --git a/meta/recipes-extended/sysstat/sysstat_11.3.5.bb 
b/meta/recipes-extended/sysstat/sysstat_11.4.0.bb
similarity index 53%
rename from meta/recipes-extended/sysstat/sysstat_11.3.5.bb
rename to meta/recipes-extended/sysstat/sysstat_11.4.0.bb
index 0dfeea3..69f83fc 100644
--- a/meta/recipes-extended/sysstat/sysstat_11.3.5.bb
+++ b/meta/recipes-extended/sysstat/sysstat_11.4.0.bb
@@ -4,5 +4,5 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
 
 SRC_URI += "file://0001-Include-needed-headers-explicitly.patch"
 
-SRC_URI[md5sum] = "be990a83663e419e7d46eaf6e43103e9"
-SRC_URI[sha256sum] = 
"aa06ab8132d618ed7737346ac882732d54c9f2956f6ab3c9d36657c5e1923709"
+SRC_URI[md5sum] = "ee7b8c0b139a11a7a3418dc0658ca1be"
+SRC_URI[sha256sum] = 
"b8518ca88acfcbc474a406022ee9c0c3210ccef4f0ec80e5b3e8c41dda8c16f2"
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] swig: 3.0.8 -> 3.0.10

2016-09-01 Thread Wang Xin
Upgrade swig from 3.0.8 to 3.0.10.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 meta/recipes-devtools/swig/{swig_3.0.8.bb => swig_3.0.10.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/swig/{swig_3.0.8.bb => swig_3.0.10.bb} (58%)

diff --git a/meta/recipes-devtools/swig/swig_3.0.8.bb 
b/meta/recipes-devtools/swig/swig_3.0.10.bb
similarity index 58%
rename from meta/recipes-devtools/swig/swig_3.0.8.bb
rename to meta/recipes-devtools/swig/swig_3.0.10.bb
index c1b820e..44c26c4 100644
--- a/meta/recipes-devtools/swig/swig_3.0.8.bb
+++ b/meta/recipes-devtools/swig/swig_3.0.10.bb
@@ -3,6 +3,6 @@ require ${BPN}.inc
 SRC_URI += 
"file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \
 file://0001-configure-use-pkg-config-for-pcre-detection.patch \
"
-SRC_URI[md5sum] = "c96a1d5ecb13d38604d7e92148c73c97"
-SRC_URI[sha256sum] = 
"58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453"
+SRC_URI[md5sum] = "bb4ab8047159469add7d00910e203124"
+SRC_URI[sha256sum] = 
"2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c"
 
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] ruby: 2.2.5 -> 2.3.1

2016-08-31 Thread Wang Xin
1) Upgrade ruby from 2.2.5 to 2.3.1.
2) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the 
LICENSE has not been changed.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 meta/recipes-devtools/ruby/ruby.inc | 2 +-
 meta/recipes-devtools/ruby/{ruby_2.2.5.bb => ruby_2.3.1.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_2.2.5.bb => ruby_2.3.1.bb} (89%)

diff --git a/meta/recipes-devtools/ruby/ruby.inc 
b/meta/recipes-devtools/ruby/ruby.inc
index fde67e9..f38ebb0 100644
--- a/meta/recipes-devtools/ruby/ruby.inc
+++ b/meta/recipes-devtools/ruby/ruby.inc
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\
 file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \
 file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\
 file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\
-file://LEGAL;md5=c440adb575ba4e6e2344c2630b6a5584\
+file://LEGAL;md5=78e8a29b8cc93e042990dbbb5572b1e1\
 "
 
 DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline"
diff --git a/meta/recipes-devtools/ruby/ruby_2.2.5.bb 
b/meta/recipes-devtools/ruby/ruby_2.3.1.bb
similarity index 89%
rename from meta/recipes-devtools/ruby/ruby_2.2.5.bb
rename to meta/recipes-devtools/ruby/ruby_2.3.1.bb
index 5a64582..f9f5b33 100644
--- a/meta/recipes-devtools/ruby/ruby_2.2.5.bb
+++ b/meta/recipes-devtools/ruby/ruby_2.3.1.bb
@@ -1,7 +1,7 @@
 require ruby.inc
 
-SRC_URI[md5sum] = "bd8e349d4fb2c75d90817649674f94be"
-SRC_URI[sha256sum] = 
"30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3"
+SRC_URI[md5sum] = "0d896c2e7fd54f722b399f407e48a4c6"
+SRC_URI[sha256sum] = 
"b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd"
 
 # it's unknown to configure script, but then passed to extconf.rb
 # maybe it's not really needed as we're hardcoding the result with
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] qemu: 2.6.0 -> 2.6.1

2016-08-27 Thread Wang Xin
Upgrade qemu from 2.6.0 to 2.6.1.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 meta/recipes-devtools/qemu/{qemu_2.6.0.bb => qemu_2.6.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu_2.6.0.bb => qemu_2.6.1.bb} (85%)

diff --git a/meta/recipes-devtools/qemu/qemu_2.6.0.bb 
b/meta/recipes-devtools/qemu/qemu_2.6.1.bb
similarity index 85%
rename from meta/recipes-devtools/qemu/qemu_2.6.0.bb
rename to meta/recipes-devtools/qemu/qemu_2.6.1.bb
index c4a0435..f60775e 100644
--- a/meta/recipes-devtools/qemu/qemu_2.6.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.6.1.bb
@@ -13,8 +13,8 @@ SRC_URI += 
"file://configure-fix-Darwin-target-detection.patch \
 "
 
 SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2;
-SRC_URI[md5sum] = "ca3f70b43f093e33e9e014f144067f13"
-SRC_URI[sha256sum] = 
"c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec"
+SRC_URI[md5sum] = "6a183b192018192943b6781e1bb9b72f"
+SRC_URI[sha256sum] = 
"4942fd1b6ee31f2f55ffc2201dd7397e6b9c55a2ef332e6d660c730d268e08d1"
 
 COMPATIBLE_HOST_class-target_mips64 = "null"
 
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v4] bind: 9.10.3-P3 -> 9.11.0b2

2016-08-25 Thread Wang Xin
1) Upgrade bind from 9.10.3-P3 to 9.11.0b2.
2) Delete some patchers, since they are no use.
bind-confgen-build-unix.o-once.patch
CVE-2016-1285.patch
CVE-2016-1286_1.patch
CVE-2016-1286_2.patch
CVE-2016-2088.patch
3) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the 
LICENSE has not been changed.
4) Modify EXTRA_OECONF, enable python3.
5) Modify do_install_append(), since the data has changed.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} | 16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} 
(83%)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb 
b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
similarity index 83%
rename from meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
rename to meta/recipes-connectivity/bind/bind_9.11.0b2.bb
index a99f0dd..4919de7 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.isc.org/sw/bind/;
 SECTION = "console/network"
 
 LICENSE = "ISC & BSD"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0a95f52a0ab6c5f52dedc9a45e7abb3f"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=26895b6b2e11695fb4756065b885d5d9"
 
 DEPENDS = "openssl libcap"
 
@@ -16,22 +16,17 @@ SRC_URI = 
"ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
file://named.service \
file://bind9 \
file://init.d-add-support-for-read-only-rootfs.patch \
-   file://bind-confgen-build-unix.o-once.patch \
file://0001-build-use-pkg-config-to-find-libxml2.patch \
file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
file://0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch \
file://0001-lib-dns-gen.c-fix-too-long-error.patch \
-   file://CVE-2016-1285.patch \
-   file://CVE-2016-1286_1.patch \
-   file://CVE-2016-1286_2.patch \
-   file://CVE-2016-2088.patch \
"
 
-SRC_URI[md5sum] = "bcf7e772b616f7259420a3edc5df350a"
-SRC_URI[sha256sum] = 
"690810d1fbb72afa629e74638d19cd44e28d2b2e5eb63f55c705ad85d1a4cb83"
+SRC_URI[md5sum] = "30db652baa5c227a61f8f4ca9b7ad9c2"
+SRC_URI[sha256sum] = 
"440e7fa7c4e241c13028699ab107fc4c3efd1719012b1af356d39db5ab49109d"
 
 ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 
'yes', 'no', d)}"
-EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads 
\
+EXTRA_OECONF = " ${ENABLE_IPV6} --with-python=python3 
--with-randomdev=/dev/random --disable-threads \
  --disable-devpoll --disable-epoll --with-gost=no \
  --with-gssapi=no --with-ecdsa=yes \
  --sysconfdir=${sysconfdir}/bind \
@@ -62,7 +57,7 @@ RDEPENDS_${PN}-dev = ""
 PACKAGE_BEFORE_PN += "${PN}-utils"
 FILES_${PN}-utils = "${bindir}/host ${bindir}/dig"
 FILES_${PN}-dev += "${bindir}/isc-config.h"
-FILES_${PN} += "${sbindir}/generate-rndc-key.sh"
+FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${libdir}/*"
 
 do_install_prepend() {
# clean host path in isc-config.sh before the hardlink created
@@ -81,7 +76,6 @@ do_install_append() {
install -d "${D}${sysconfdir}/init.d"
install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/"
install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind"
-   sed -i -e '1s,#!.*python,#! /usr/bin/python3,' 
${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds
 
# Install systemd related files
install -d ${D}${sbindir}
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] lsbinitscripts: 9.64 -> 9.68

2016-08-24 Thread Wang Xin
Upgrade lsbinitscripts from 9.64 to 9.68.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch | 5 +++--
 .../lsb/{lsbinitscripts_9.64.bb => lsbinitscripts_9.68.bb}  | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/lsb/{lsbinitscripts_9.64.bb => 
lsbinitscripts_9.68.bb} (82%)

diff --git 
a/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch
 
b/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch
index 0809c9b..17c9002 100644
--- 
a/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch
+++ 
b/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch
@@ -11,13 +11,14 @@ diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
 index 6850046..11223f7 100644
 --- a/rc.d/init.d/functions
 +++ b/rc.d/init.d/functions
-@@ -597,5 +597,5 @@ if [ "$_use_systemctl" = "1" ]; then
+@@ -597,6 +597,6 @@ if [ "$_use_systemctl" = "1" ]; then
fi
  fi
  
 -strstr "$(cat /proc/cmdline)" "rc.debug" && set -x
 +strstr "$(cat /proc/cmdline)" "rc.debug" && set -x || true
- 
+ return 0
+
 -- 
 2.1.0
 
diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb 
b/meta/recipes-extended/lsb/lsbinitscripts_9.68.bb
similarity index 82%
rename from meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
rename to meta/recipes-extended/lsb/lsbinitscripts_9.68.bb
index 7273050..0c08fff 100644
--- a/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
+++ b/meta/recipes-extended/lsb/lsbinitscripts_9.68.bb
@@ -8,13 +8,13 @@ RDEPENDS_${PN} += "util-linux"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6"
 
 S="${WORKDIR}/initscripts-${PV}"
-SRC_URI = 
"http://pkgs.fedoraproject.org/repo/pkgs/initscripts/initscripts-${PV}.tar.bz2/9cce2ae1009750e84be37c09a028757e/initscripts-${PV}.tar.bz2
 \
+SRC_URI = 
"http://pkgs.fedoraproject.org/repo/pkgs/initscripts/initscripts-${PV}.tar.bz2/6a51a5af38e01445f53989ed0727c3e1/initscripts-${PV}.tar.bz2
 \
file://functions.patch \

file://0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch \
   " 
 
-SRC_URI[md5sum] = "9cce2ae1009750e84be37c09a028757e"
-SRC_URI[sha256sum] = 
"48b59ce8157cfc58bbd4b1dfa58ad1087245761ae11c2033b66ae3864ea7e1cf"
+SRC_URI[md5sum] = "6a51a5af38e01445f53989ed0727c3e1"
+SRC_URI[sha256sum] = 
"2a1c6e9dbaa37a676518f4803b501e107c058bb14ef7a8db24c52b77fbcba531"
 
 inherit update-alternatives
 
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v3] bind: 9.10.3-P3 -> 9.11.0b2

2016-08-22 Thread Wang Xin
1) Upgrade bind from 9.10.3-P3 to 9.11.0b2.
2) Delete some patchers, since they are no use.
bind-confgen-build-unix.o-once.patch
CVE-2016-1285.patch
CVE-2016-1286_1.patch
CVE-2016-1286_2.patch
CVE-2016-2088.patch
3) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the 
LICENSE has not been changed.
4) Modify EXTRA_OECONF, enable python3.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb}| 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} 
(85%)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb 
b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
similarity index 85%
rename from meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
rename to meta/recipes-connectivity/bind/bind_9.11.0b2.bb
index a99f0dd..7747494 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.isc.org/sw/bind/;
 SECTION = "console/network"
 
 LICENSE = "ISC & BSD"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0a95f52a0ab6c5f52dedc9a45e7abb3f"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=26895b6b2e11695fb4756065b885d5d9"
 
 DEPENDS = "openssl libcap"
 
@@ -16,22 +16,17 @@ SRC_URI = 
"ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
file://named.service \
file://bind9 \
file://init.d-add-support-for-read-only-rootfs.patch \
-   file://bind-confgen-build-unix.o-once.patch \
file://0001-build-use-pkg-config-to-find-libxml2.patch \
file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
file://0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch \
file://0001-lib-dns-gen.c-fix-too-long-error.patch \
-   file://CVE-2016-1285.patch \
-   file://CVE-2016-1286_1.patch \
-   file://CVE-2016-1286_2.patch \
-   file://CVE-2016-2088.patch \
"
 
-SRC_URI[md5sum] = "bcf7e772b616f7259420a3edc5df350a"
-SRC_URI[sha256sum] = 
"690810d1fbb72afa629e74638d19cd44e28d2b2e5eb63f55c705ad85d1a4cb83"
+SRC_URI[md5sum] = "30db652baa5c227a61f8f4ca9b7ad9c2"
+SRC_URI[sha256sum] = 
"440e7fa7c4e241c13028699ab107fc4c3efd1719012b1af356d39db5ab49109d"
 
 ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 
'yes', 'no', d)}"
-EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads 
\
+EXTRA_OECONF = " ${ENABLE_IPV6} --with-python=python 
--with-randomdev=/dev/random --disable-threads \
  --disable-devpoll --disable-epoll --with-gost=no \
  --with-gssapi=no --with-ecdsa=yes \
  --sysconfdir=${sysconfdir}/bind \
@@ -62,7 +57,7 @@ RDEPENDS_${PN}-dev = ""
 PACKAGE_BEFORE_PN += "${PN}-utils"
 FILES_${PN}-utils = "${bindir}/host ${bindir}/dig"
 FILES_${PN}-dev += "${bindir}/isc-config.h"
-FILES_${PN} += "${sbindir}/generate-rndc-key.sh"
+FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${libdir}/*"
 
 do_install_prepend() {
# clean host path in isc-config.sh before the hardlink created
@@ -81,7 +76,7 @@ do_install_append() {
install -d "${D}${sysconfdir}/init.d"
install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/"
install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind"
-   sed -i -e '1s,#!.*python,#! /usr/bin/python3,' 
${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds
+   sed -i -e '1s,#!.*python,#! /usr/bin/python3,' 
${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds 
${D}${sbindir}/dnssec-keymgr
 
# Install systemd related files
install -d ${D}${sbindir}
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH v2] bind: 9.10.3-P3 -> 9.11.0b2

2016-08-19 Thread Wang, Xin
I checked the build directory, and didn’t find those files that you refer to. I 
guess my configuration may be different with yours. Can I see your 
log.do_configure file, thanks.
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Thursday, August 18, 2016 10:00 PM
To: Wang, Xin/王 鑫
Cc: OE-core
Subject: Re: [OE-core] [PATCH v2] bind: 9.10.3-P3 -> 9.11.0b2


On 17 August 2016 at 11:01, Wang Xin 
<wangxin2015.f...@cn.fujitsu.com<mailto:wangxin2015.f...@cn.fujitsu.com>> wrote:
4) Modify do_install_append(), since the dnssec-coverage file and 
dnssec-checkds file do not exist.

When I build bind this happens:

ERROR: bind-9.11.0b2-r0 do_package: QA Issue: bind: Files/directories were 
installed but not shipped in any package:
  /usr/lib
  /usr/lib/python2.7
  /usr/lib/python2.7/site-packages
  /usr/lib/python2.7/site-packages/isc-2.0-py2.7.egg-info
  /usr/lib/python2.7/site-packages/isc
  /usr/lib/python2.7/site-packages/isc/parsetab.py
  /usr/lib/python2.7/site-packages/isc/coverage.pyc
  /usr/lib/python2.7/site-packages/isc/keyevent.py
  /usr/lib/python2.7/site-packages/isc/rndc.pyc
  /usr/lib/python2.7/site-packages/isc/keyseries.pyc
  /usr/lib/python2.7/site-packages/isc/keyevent.pyc
  /usr/lib/python2.7/site-packages/isc/checkds.py
  /usr/lib/python2.7/site-packages/isc/__init__.py
  /usr/lib/python2.7/site-packages/isc/keymgr.pyc
  /usr/lib/python2.7/site-packages/isc/keydict.pyc
  /usr/lib/python2.7/site-packages/isc/keymgr.py
  /usr/lib/python2.7/site-packages/isc/__init__.pyc
  /usr/lib/python2.7/site-packages/isc/rndc.py
  /usr/lib/python2.7/site-packages/isc/keyzone.py
  /usr/lib/python2.7/site-packages/isc/eventlist.pyc
  /usr/lib/python2.7/site-packages/isc/checkds.pyc
  /usr/lib/python2.7/site-packages/isc/coverage.py
  /usr/lib/python2.7/site-packages/isc/keyseries.py
  /usr/lib/python2.7/site-packages/isc/keydict.py
  /usr/lib/python2.7/site-packages/isc/eventlist.py
  /usr/lib/python2.7/site-packages/isc/utils.py
  /usr/lib/python2.7/site-packages/isc/policy.py
  /usr/lib/python2.7/site-packages/isc/dnskey.pyc
  /usr/lib/python2.7/site-packages/isc/keyzone.pyc
  /usr/lib/python2.7/site-packages/isc/utils.pyc
  /usr/lib/python2.7/site-packages/isc/policy.pyc
  /usr/lib/python2.7/site-packages/isc/parsetab.pyc
  /usr/lib/python2.7/site-packages/isc/dnskey.py

I'm guessing there's a non-deterministic dependency on python which is why you 
thought those tools were not installed, and why I see a build error.

Ross


-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] gdk-pixbuf: 2.34.0 -> 2.35.3

2016-08-19 Thread Wang, Xin
There is no 2.36.x, so stick with 2.34.x.

From: Khem Raj [mailto:raj.k...@gmail.com]
Sent: Friday, August 19, 2016 1:58 AM
To: Burton, Ross
Cc: Wang, Xin/王 鑫; OE-core
Subject: Re: [OE-core] [PATCH] gdk-pixbuf: 2.34.0 -> 2.35.3


On Aug 18, 2016, at 4:33 AM, Burton, Ross 
<ross.bur...@intel.com<mailto:ross.bur...@intel.com>> wrote:


On 18 August 2016 at 06:48, Wang Xin 
<wangxin2015.f...@cn.fujitsu.com<mailto:wangxin2015.f...@cn.fujitsu.com>> wrote:
Upgrade gdk-pixbuf from 2.34.0 to 2.35.3.

2.35.x is a development release, so stick with 2.34.x until 2.36.0 is available.

perhaps recipe updater script should account for such presets ?



Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org<mailto:Openembedded-core@lists.openembedded.org>
http://lists.openembedded.org/mailman/listinfo/openembedded-core



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v3] adwaita-icon-theme: 3.18.0 -> 3.20

2016-08-19 Thread Wang Xin
1) Upgrade adwaita-icon-theme from 3.18.0 to 3.20.
2) Delete DEPENDS, since intltool is not needed.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.20.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.18.0.bb => 
adwaita-icon-theme_3.20.bb} (90%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
similarity index 90%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
index 34b82b7..bb0eaeb 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
@@ -8,14 +8,13 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c"
 
 inherit allarch autotools pkgconfig gettext gtk-icon-cache 
upstream-version-is-even
 
-DEPENDS += "intltool-native"
 
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
   "
 
-SRC_URI[md5sum] = "ec1fa3fde83ad166ae7075a97dc1ec4b"
-SRC_URI[sha256sum] = 
"5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58"
+SRC_URI[md5sum] = "411be2bd68dd8b0a3c86aca2eb351ce4"
+SRC_URI[sha256sum] = 
"7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35"
 
 do_install_append() {
# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] adwaita-icon-theme: 3.18.0 -> 3.20

2016-08-19 Thread Wang Xin
1) Upgrade adwaita-icon-theme from 3.18.0 to 3.20.
2) Delete DEPENDS, since intltool is not needed.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.20.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.18.0.bb => 
adwaita-icon-theme_3.20.bb} (90%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
similarity index 90%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
index 34b82b7..bb0eaeb 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
@@ -8,14 +8,13 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c"
 
 inherit allarch autotools pkgconfig gettext gtk-icon-cache 
upstream-version-is-even
 
-DEPENDS += "intltool-native"
 
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
   "
 
-SRC_URI[md5sum] = "ec1fa3fde83ad166ae7075a97dc1ec4b"
-SRC_URI[sha256sum] = 
"5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58"
+SRC_URI[md5sum] = "411be2bd68dd8b0a3c86aca2eb351ce4"
+SRC_URI[sha256sum] = 
"7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35"
 
 do_install_append() {
# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] gdk-pixbuf: 2.34.0 -> 2.35.3

2016-08-17 Thread Wang Xin
Upgrade gdk-pixbuf from 2.34.0 to 2.35.3.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../gdk-pixbuf/{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.35.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.34.0.bb => 
gdk-pixbuf_2.35.3.bb} (96%)

diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb 
b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.35.3.bb
similarity index 96%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb
rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.35.3.bb
index c24ec12..5e1fdae 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.35.3.bb
@@ -19,8 +19,8 @@ SRC_URI = 
"${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
file://fatal-loader.patch \
"
 
-SRC_URI[md5sum] = "63cb19f92cf7709ccf44bbb6fe1ff70c"
-SRC_URI[sha256sum] = 
"d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879"
+SRC_URI[md5sum] = "e9dc096280aaa1a7c4252af12df81476"
+SRC_URI[sha256sum] = 
"ab4cdba365426685db049eca35e35147fe350b927cc68e469d54799c64d0cb23"
 
 inherit autotools pkgconfig gettext pixbufcache ptest-gnome 
upstream-version-is-even gobject-introspection
 
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] glib-2.0: 2.48.1 -> 2.48.2

2016-08-17 Thread Wang Xin
1) Upgrade glib-2.0 from 2.48.1 to 2.48.2.
2) Modify Enable-more-tests-while-cross-compiling.patch, since the data has 
changed.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch   | 2 +-
 meta/recipes-core/glib-2.0/{glib-2.0_2.48.1.bb => glib-2.0_2.48.2.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.48.1.bb => glib-2.0_2.48.2.bb} 
(87%)

diff --git 
a/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
 
b/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
index f1e688c..9b4ded1 100644
--- 
a/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
+++ 
b/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
@@ -46,7 +46,7 @@ index 868873f..533e454 100644
 @@ -545,7 +548,6 @@ test.gresource: test.gresource.xml Makefile $(shell 
$(glib_compile_resources) --
  
  EXTRA_DIST += test.gresource.xml test1.txt test2.gresource.xml test2.txt 
test3.gresource.xml test3.txt test4.gresource.xml
- CLEANFILES += test_resources.c test_resources2.[ch] plugin_resources.c 
test.gresource
+ CLEANFILES += test-generated.txt test_resources.c test_resources2.[ch] 
plugin_resources.c test.gresource
 -endif # !CROSS_COMPILING
  
  BUILT_SOURCES += giotypefuncs.c
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.48.1.bb 
b/meta/recipes-core/glib-2.0/glib-2.0_2.48.2.bb
similarity index 87%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.48.1.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.48.2.bb
index ef96ca1..a45f644 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.48.1.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.48.2.bb
@@ -22,5 +22,5 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz 
\
 SRC_URI_append_class-native = " file://glib-gettextize-dir.patch \
 file://relocate-modules.patch"
 
-SRC_URI[md5sum] = "67bd3b75c9f6d5587b457dc01cdcd5bb"
-SRC_URI[sha256sum] = 
"74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612"
+SRC_URI[md5sum] = "f4ac1aa2efd4f5798c37625ea697ac57"
+SRC_URI[sha256sum] = 
"f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4"
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2] bind: 9.10.3-P3 -> 9.11.0b2

2016-08-17 Thread Wang Xin
1) Upgrade bind from 9.10.3-P3 to 9.11.0b2.
2) Delete some patchers, since they are no use.
bind-confgen-build-unix.o-once.patch
CVE-2016-1285.patch
CVE-2016-1286_1.patch
CVE-2016-1286_2.patch
CVE-2016-2088.patch
3) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the 
LICENSE has not been changed.
4) Modify do_install_append(), since the dnssec-coverage file and 
dnssec-checkds file do not exist.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} 
(86%)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb 
b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
similarity index 86%
rename from meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
rename to meta/recipes-connectivity/bind/bind_9.11.0b2.bb
index a99f0dd..c02d19a 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.isc.org/sw/bind/;
 SECTION = "console/network"
 
 LICENSE = "ISC & BSD"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0a95f52a0ab6c5f52dedc9a45e7abb3f"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=26895b6b2e11695fb4756065b885d5d9"
 
 DEPENDS = "openssl libcap"
 
@@ -16,19 +16,14 @@ SRC_URI = 
"ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
file://named.service \
file://bind9 \
file://init.d-add-support-for-read-only-rootfs.patch \
-   file://bind-confgen-build-unix.o-once.patch \
file://0001-build-use-pkg-config-to-find-libxml2.patch \
file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
file://0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch \
file://0001-lib-dns-gen.c-fix-too-long-error.patch \
-   file://CVE-2016-1285.patch \
-   file://CVE-2016-1286_1.patch \
-   file://CVE-2016-1286_2.patch \
-   file://CVE-2016-2088.patch \
"
 
-SRC_URI[md5sum] = "bcf7e772b616f7259420a3edc5df350a"
-SRC_URI[sha256sum] = 
"690810d1fbb72afa629e74638d19cd44e28d2b2e5eb63f55c705ad85d1a4cb83"
+SRC_URI[md5sum] = "30db652baa5c227a61f8f4ca9b7ad9c2"
+SRC_URI[sha256sum] = 
"440e7fa7c4e241c13028699ab107fc4c3efd1719012b1af356d39db5ab49109d"
 
 ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 
'yes', 'no', d)}"
 EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads 
\
@@ -81,7 +76,6 @@ do_install_append() {
install -d "${D}${sysconfdir}/init.d"
install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/"
install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind"
-   sed -i -e '1s,#!.*python,#! /usr/bin/python3,' 
${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds
 
# Install systemd related files
install -d ${D}${sbindir}
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2] adwaita-icon-theme: 3.18.0 -> 3.20

2016-08-17 Thread Wang Xin
Upgrade adwaita-icon-theme from 3.18.0 to 3.20.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.20.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.18.0.bb => 
adwaita-icon-theme_3.20.bb} (92%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
similarity index 92%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
index 34b82b7..5fcc92f 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
@@ -14,8 +14,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
   "
 
-SRC_URI[md5sum] = "ec1fa3fde83ad166ae7075a97dc1ec4b"
-SRC_URI[sha256sum] = 
"5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58"
+SRC_URI[md5sum] = "411be2bd68dd8b0a3c86aca2eb351ce4"
+SRC_URI[sha256sum] = 
"7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35"
 
 do_install_append() {
# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] adwaita-icon-theme: 3.18.0 -> 3.20

2016-08-17 Thread Wang Xin
Upgrade adwaita-icon-theme from 3.18.0 to 3.20.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.20.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.18.0.bb => 
adwaita-icon-theme_3.20.bb} (92%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
similarity index 92%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
index 34b82b7..5fcc92f 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb
@@ -14,8 +14,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
   "
 
-SRC_URI[md5sum] = "ec1fa3fde83ad166ae7075a97dc1ec4b"
-SRC_URI[sha256sum] = 
"5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58"
+SRC_URI[md5sum] = "411be2bd68dd8b0a3c86aca2eb351ce4"
+SRC_URI[sha256sum] = 
"7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35"
 
 do_install_append() {
# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] createrepo: 0.4.11 -> 0.10.4

2016-08-15 Thread Wang Xin
1) Upgrade createrepo from 0.4.11 to 0.10.4.
2) Delete some patches, since they are no use.
createrepo-rpm549.patch 
recommends.patch 
createrepo-dbpath.patch 
dumpMetadata-disable-signature-validation.patch 
fixstat.patch

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../createrepo/createrepo/fix-native-install.patch | 29 +++---
 ...n-scripts-should-use-interpreter-from-env.patch | 44 +++---
 .../{createrepo_0.4.11.bb => createrepo_0.10.4.bb} | 11 ++
 3 files changed, 42 insertions(+), 42 deletions(-)
 rename meta/recipes-support/createrepo/{createrepo_0.4.11.bb => 
createrepo_0.10.4.bb} (80%)

diff --git 
a/meta/recipes-support/createrepo/createrepo/fix-native-install.patch 
b/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
index d8202a4..feb91eb 100644
--- a/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
+++ b/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
@@ -12,7 +12,7 @@ diff --git a/Makefile b/Makefile
 index b2d1a32..3c3639f 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -3,22 +3,22 @@ VERSION = 0.4.11
+@@ -11,22 +11,22 @@ PYFILES = $(wildcard *.py)
  SHELL = /bin/sh
  top_srcdir = .
  srcdir = .
@@ -46,9 +46,9 @@ index b2d1a32..3c3639f 100644
  oldincludedir = /usr/include
 -mandir = ${prefix}/share/man
 +mandir ?= ${prefix}/share/man
- 
- pkgdatadir = $(datadir)/$(PACKAGE)
- pkglibdir = $(libdir)/$(PACKAGE)
+ compdir = $(shell pkg-config --variable=completionsdir bash-completion)
+ compdir := $(or $(compdir), "/etc/bash_completion.d")
+
 diff --git a/bin/Makefile b/bin/Makefile
 index 52c1f50..e30610e 100644
 --- a/bin/Makefile
@@ -90,19 +90,22 @@ index 52c1f50..e30610e 100644
  
  pkgdatadir = $(datadir)/$(PACKAGE)
  pkglibdir = $(libdir)/$(PACKAGE)
-@@ -40,8 +40,11 @@ all: $(srcdir)/$(PACKAGE)
- 
- 
+@@ -41,9 +41,13 @@ all:
+
+
  install: all installdirs
--  $(INSTALL_BIN) $(srcdir)/$(PACKAGE) $(DESTDIR)$(bindir)/$(PACKAGE)
+-  $(INSTALL_BIN) $(srcdir)/$(PKGNAME) $(DESTDIR)$(bindir)/$(PKGNAME)
 -  $(INSTALL_BIN) $(srcdir)/modifyrepo $(DESTDIR)$(bindir)/modifyrepo
-+  sed -e "s|@DATADIR@|$(datadir)|" $(srcdir)/$(PACKAGE) > 
$(srcdir)/$(PACKAGE).tmp
+-  $(INSTALL_BIN) $(srcdir)/mergerepo $(DESTDIR)$(bindir)/mergerepo
++  sed -e "s|@DATADIR@|$(datadir)|" $(srcdir)/$(PKGNAME) > 
$(srcdir)/$(PKGNAME).tmp
 +  sed -e "s|@DATADIR@|$(datadir)|" $(srcdir)/modifyrepo > 
$(srcdir)/modifyrepo.tmp
-+  $(INSTALL_BIN) $(srcdir)/$(PACKAGE).tmp $(DESTDIR)$(bindir)/$(PACKAGE)
++  sed -e "s|@DATADIR@|$(datadir)|" $(srcdir)/mergerepo > 
$(srcdir)/mergerepo.tmp
++  $(INSTALL_BIN) $(srcdir)/$(PKGNAME).tmp $(DESTDIR)$(bindir)/$(PKGNAME)
 +  $(INSTALL_BIN) $(srcdir)/modifyrepo.tmp $(DESTDIR)$(bindir)/modifyrepo
-+  rm -f $(srcdir)/$(PACKAGE).tmp $(srcdir)/modifyrepo.tmp
- 
- 
++  $(INSTALL_BIN) $(srcdir)/mergerepo.tmp $(DESTDIR)$(bindir)/mergerepo
++  rm -f $(srcdir)/$(PKGNAME).tmp $(srcdir)/modifyrepo.tmp 
$(srcdir)/mergerepo.tmp
+
+
  uninstall:
 diff --git a/bin/createrepo b/bin/createrepo
 index b0de515..eaacb39 100755
diff --git 
a/meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch
 
b/meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch
index 80205a1..e1d0e26 100644
--- 
a/meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch
+++ 
b/meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch
@@ -5,43 +5,43 @@ host.
 
 Upstream-Status: Inappropriate [configuration]
 
-Index: createrepo-0.4.11/genpkgmetadata.py
+Index: createrepo-0.10.4/genpkgmetadata.py
 ===
 createrepo-0.4.11.orig/genpkgmetadata.py   2012-04-10 17:14:05.278649384 
+0300
-+++ createrepo-0.4.11/genpkgmetadata.py2012-04-10 17:14:22.290648886 
+0300
+--- createrepo-0.10.4.orig/genpkgmetadata.py   2012-04-10 17:14:05.278649384 
+0300
 createrepo-0.10.4/genpkgmetadata.py2012-04-10 17:14:22.290648886 
+0300
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python -t
 +#! /usr/bin/env python
  # primary functions and glue for generating the repository metadata
  #
  
-Index: createrepo-0.4.11/modifyrepo.py
+Index: createrepo-0.10.4/modifyrepo.py
 ===
 createrepo-0.4.11.orig/modifyrepo.py   2012-04-10 17:14:09.106649272 
+0300
-+++ createrepo-0.4.11/modifyrepo.py2012-04-10 17:14:27.818648725 +0300
+--- createrepo-0.10.4.orig/modifyrepo.py   2012-04-10 17:14:09.106649272 
+0300
 createrepo-0.10.4/modifyrepo.py2012-04-10 17:14:27.818648725 +0300
 @@ -1,4 +1,4 @@
--#!/usr/bin/env python
+-#!/usr/bin/python
 +#! /usr/bin/env python
- # $Id$
- #
- # This tools is used to insert arbitrary 

[OE-core] [PATCH] bind: 9.10.3-P3 -> 9.11.0b2

2016-08-15 Thread Wang Xin
1) Upgrade bind from 9.10.3-P3 to 9.11.0b2.
2) Delete some patches, since they are no use.
bind-confgen-build-unix.o-once.patch
CVE-2016-1285.patch
CVE-2016-1286_1.patch
CVE-2016-1286_2.patch
CVE-2016-2088.patch

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.10.3-P3.bb => bind_9.11.0b2.bb} 
(86%)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb 
b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
similarity index 86%
rename from meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
rename to meta/recipes-connectivity/bind/bind_9.11.0b2.bb
index a99f0dd..c02d19a 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.0b2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.isc.org/sw/bind/;
 SECTION = "console/network"
 
 LICENSE = "ISC & BSD"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0a95f52a0ab6c5f52dedc9a45e7abb3f"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=26895b6b2e11695fb4756065b885d5d9"
 
 DEPENDS = "openssl libcap"
 
@@ -16,19 +16,14 @@ SRC_URI = 
"ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
file://named.service \
file://bind9 \
file://init.d-add-support-for-read-only-rootfs.patch \
-   file://bind-confgen-build-unix.o-once.patch \
file://0001-build-use-pkg-config-to-find-libxml2.patch \
file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
file://0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch \
file://0001-lib-dns-gen.c-fix-too-long-error.patch \
-   file://CVE-2016-1285.patch \
-   file://CVE-2016-1286_1.patch \
-   file://CVE-2016-1286_2.patch \
-   file://CVE-2016-2088.patch \
"
 
-SRC_URI[md5sum] = "bcf7e772b616f7259420a3edc5df350a"
-SRC_URI[sha256sum] = 
"690810d1fbb72afa629e74638d19cd44e28d2b2e5eb63f55c705ad85d1a4cb83"
+SRC_URI[md5sum] = "30db652baa5c227a61f8f4ca9b7ad9c2"
+SRC_URI[sha256sum] = 
"440e7fa7c4e241c13028699ab107fc4c3efd1719012b1af356d39db5ab49109d"
 
 ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 
'yes', 'no', d)}"
 EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads 
\
@@ -81,7 +76,6 @@ do_install_append() {
install -d "${D}${sysconfdir}/init.d"
install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/"
install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind"
-   sed -i -e '1s,#!.*python,#! /usr/bin/python3,' 
${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds
 
# Install systemd related files
install -d ${D}${sbindir}
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] adwaita-icon-theme: 3.18.0 -> 3.21.2

2016-08-15 Thread Wang Xin
Upgrade adwaita-icon-theme from 3.18.0 to 3.21.2.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.21.2.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.18.0.bb => 
adwaita-icon-theme_3.21.2.bb} (92%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.21.2.bb
similarity index 92%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.21.2.bb
index 34b82b7..7e0a06e 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.21.2.bb
@@ -14,8 +14,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
   "
 
-SRC_URI[md5sum] = "ec1fa3fde83ad166ae7075a97dc1ec4b"
-SRC_URI[sha256sum] = 
"5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58"
+SRC_URI[md5sum] = "cdd4e593ba8bd886c8f26bbaa9219fb1"
+SRC_URI[sha256sum] = 
"c083bc8188e5d84379fcd93d2ac833ab1b6138f35a330e2a63048a4f63afd165"
 
 do_install_append() {
# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] adwaita-icon-theme: 3.18.0 -> 3.21.2

2016-08-15 Thread Wang Xin
Upgrade adwaita-icon-theme from 3.18.0 to 3.21.2.

Signed-off-by: Wang Xin <wangxin2015.f...@cn.fujitsu.com>
---
 .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.21.2.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.18.0.bb => 
adwaita-icon-theme_3.21.2.bb} (92%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.21.2.bb
similarity index 92%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.21.2.bb
index 34b82b7..7e0a06e 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.21.2.bb
@@ -14,8 +14,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
   "
 
-SRC_URI[md5sum] = "ec1fa3fde83ad166ae7075a97dc1ec4b"
-SRC_URI[sha256sum] = 
"5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58"
+SRC_URI[md5sum] = "cdd4e593ba8bd886c8f26bbaa9219fb1"
+SRC_URI[sha256sum] = 
"c083bc8188e5d84379fcd93d2ac833ab1b6138f35a330e2a63048a4f63afd165"
 
 do_install_append() {
# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.7.4



-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core