[oe] [PATCH v2] czmq: Conflict resolution for sha1.h

2021-03-11 Thread Wang Mingyu
libmd(oe-core) also uses the doc 'sha1.h', so package it in own subdirs of czmq.

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb 
b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
index e742d2a1c4..e6a4bc4c42 100644
--- a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
+++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
@@ -30,3 +30,7 @@ PACKAGECONFIG[systemd] = 
",-DCMAKE_DISABLE_FIND_PACKAGE_systemd=TRUE,systemd"
 
 BBCLASSEXTEND = "nativesdk"
 
+do_install_append() {
+mkdir -p ${D}/${includedir}/${BPN}
+mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/.
+}
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90041): 
https://lists.openembedded.org/g/openembedded-devel/message/90041
Mute This Topic: https://lists.openembedded.org/mt/81274163/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH] czmq: Conflict resolution for sha1.h

2021-03-11 Thread Wang Mingyu
libmd(oe-core) also uses the doc 'sha1.h', so package it in own subdirs of czmq.

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb 
b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
index e742d2a1c4..56b688cad1 100644
--- a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
+++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
@@ -30,3 +30,7 @@ PACKAGECONFIG[systemd] = 
",-DCMAKE_DISABLE_FIND_PACKAGE_systemd=TRUE,systemd"
 
 BBCLASSEXTEND = "nativesdk"
 
+do_install_append() {
+mkdir -p ${D}/${includedir}/${PV}
+mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${PV}/.
+}
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90038): 
https://lists.openembedded.org/g/openembedded-devel/message/90038
Mute This Topic: https://lists.openembedded.org/mt/81272468/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH] czmq: use update-alternatives for sha1.h

2021-03-11 Thread Wang Mingyu
libmd also uses the doc 'sha1.h'.

libmd has a priority of 100.

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb | 5 +
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb 
b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
index e742d2a1c4..bd40fb92f7 100644
--- a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
+++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
@@ -30,3 +30,8 @@ PACKAGECONFIG[systemd] = 
",-DCMAKE_DISABLE_FIND_PACKAGE_systemd=TRUE,systemd"
 
 BBCLASSEXTEND = "nativesdk"
 
+inherit update-alternatives
+
+ALTERNATIVE_PRIORITY = "60"
+ALTERNATIVE_${PN}-doc = "sha1.h"
+ALTERNATIVE_LINK_NAME[sha1.h] = "${includedir}/sha1.h"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90035): 
https://lists.openembedded.org/g/openembedded-devel/message/90035
Mute This Topic: https://lists.openembedded.org/mt/81267925/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] stunnel: upgrade 5.57 -> 5.58

2021-02-24 Thread Wang Mingyu
License-Update: Update year to 2021

Signed-off-by: Wang Mingyu 
---
 .../stunnel/{stunnel_5.57.bb => stunnel_5.58.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.57.bb => 
stunnel_5.58.bb} (89%)

diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.57.bb 
b/meta-networking/recipes-support/stunnel/stunnel_5.58.bb
similarity index 89%
rename from meta-networking/recipes-support/stunnel/stunnel_5.57.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.58.bb
index 8f6de571f3..1f1ca4e6b8 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.57.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.58.bb
@@ -6,7 +6,7 @@ SECTION = "net"
 # a combined work based on stunnel. Thus, the terms and conditions of the GNU
 # General Public License cover the whole combination.
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING.md;md5=6bae28875b3b599f8f621f4335b17955"
+LIC_FILES_CHKSUM = "file://COPYING.md;md5=223b26c62f5e7c5c8656d6c133edd5ec"
 
 DEPENDS = "autoconf-archive libnsl2 openssl"
 
@@ -14,7 +14,7 @@ SRC_URI = 
"ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
 "
 
-SRC_URI[sha256sum] = 
"af5ab973dde11807c38735b87bdd87563a47d2fa1c72a07929fcfce80a600fe1"
+SRC_URI[sha256sum] = 
"d4c14cc096577edca3f6a2a59c2f51869e35350b3988018ddf808c88e5973b79"
 
 inherit autotools
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#89710): 
https://lists.openembedded.org/g/openembedded-devel/message/89710
Mute This Topic: https://lists.openembedded.org/mt/80877366/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] dovecot: upgrade 2.2.36.4 -> 2.3.13

2021-01-18 Thread Wang Mingyu
0001-doveadm-Fix-parallel-build.patch
removed since it is included in 2.3.13

refresh 0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch

add 0001-not-check-pandoc.patch to not check pandoc of configure

Signed-off-by: Wang Mingyu 
---
 ...vert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch | 99 ++-
 .../0001-doveadm-Fix-parallel-build.patch | 38 ---
 .../dovecot/0001-not-check-pandoc.patch   | 26 +
 ...{dovecot_2.2.36.4.bb => dovecot_2.3.13.bb} | 12 +--
 4 files changed, 85 insertions(+), 90 deletions(-)
 delete mode 100644 
meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch
 create mode 100644 
meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch
 rename meta-networking/recipes-support/dovecot/{dovecot_2.2.36.4.bb => 
dovecot_2.3.13.bb} (88%)

diff --git 
a/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
 
b/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
index f86235076e..f16f687f24 100644
--- 
a/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
+++ 
b/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
@@ -9,58 +9,65 @@ Upstream-Status: pending
 
 Signed-off-by: Koen Kooi 
 Signed-off-by: Li Xin 
+
+Signed-off-by: Wang Mingyu 
 ---
- configure.ac | 15 +--
- 1 file changed, 5 insertions(+), 10 deletions(-)
+ m4/glibc.m4  | 6 ++
+ m4/ioloop.m4 | 9 +++--
+ 2 files changed, 5 insertions(+), 10 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index 3b32614..94ec002 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -519,13 +519,10 @@ have_ioloop=no
- 
- if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
-   AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
+diff --git a/m4/glibc.m4 b/m4/glibc.m4
+index 5d722aa..ce088d3 100644
+--- a/m4/glibc.m4
 b/m4/glibc.m4
+@@ -17,7 +17,7 @@ AC_DEFUN([DOVECOT_GLIBC], [
+   dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
+   dnl * It may also be broken in AIX.
+   AC_CACHE_CHECK([whether posix_fallocate() 
works],i_cv_posix_fallocate_works,[
 -AC_TRY_RUN([
 +AC_TRY_LINK([
-   #include 
--  
--  int main()
--  {
--  return epoll_create(5) < 1;
+   #define _XOPEN_SOURCE 600
+   #include 
+   #include 
+@@ -26,7 +26,7 @@ AC_DEFUN([DOVECOT_GLIBC], [
+   #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
+ possibly broken posix_fallocate
+   #endif
+-  int main() {
++  ], [
+ int fd = creat("conftest.temp", 0600);
+ int ret;
+ if (fd == -1) {
+@@ -35,8 +35,6 @@ AC_DEFUN([DOVECOT_GLIBC], [
+ }
+ ret = posix_fallocate(fd, 1024, 1024) < 0 ? 1 : 0;
+ unlink("conftest.temp");
+-return ret;
 -  }
-+], [
-+  epoll_create(5) < 1;
  ], [
-   i_cv_epoll_works=yes
+   i_cv_posix_fallocate_works=yes
  ], [
-@@ -653,7 +650,7 @@ fi
- dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
- dnl * It may also be broken in AIX.
- AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[
--  AC_TRY_RUN([
-+  AC_TRY_LINK([
- #define _XOPEN_SOURCE 600
- #include 
- #include 
-@@ -662,7 +659,7 @@ AC_CACHE_CHECK([whether posix_fallocate() 
works],i_cv_posix_fallocate_works,[
- #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
-   possibly broken posix_fallocate
- #endif
--int main() {
-+], [
-   int fd = creat("conftest.temp", 0600);
-   int ret;
-   if (fd == -1) {
-@@ -671,8 +668,6 @@ AC_CACHE_CHECK([whether posix_fallocate() 
works],i_cv_posix_fallocate_works,[
-   }
-   ret = posix_fallocate(fd, 1024, 1024) < 0 ? 1 : 0;
-   unlink("conftest.temp");
--  return ret;
--}
-   ], [
- i_cv_posix_fallocate_works=yes
-   ], [
+diff --git a/m4/ioloop.m4 b/m4/ioloop.m4
+index 0f7dde0..f40fd62 100644
+--- a/m4/ioloop.m4
 b/m4/ioloop.m4
+@@ -4,13 +4,10 @@ AC_DEFUN([DOVECOT_IOLOOP], [
+   
+   if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
+ AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
+-  AC_TRY_RUN([
++  AC_TRY_LINK([
+ #include 
+-
+-int main()
+-{
+-  return epoll_create(5) < 1;
+-}
++  ], [
++  epoll_create(5) < 1;
+   ], [
+ i_cv_epoll_works=yes
+   ], [
 -- 
-1.8.4.2
+2.25.1
 
diff --git 
a/meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch
 
b/meta-networking/recipes-support/dovecot/dovecot/

[oe] [meta-oe][PATCH] dovecot upgrade: 2.2.36.4 -> 2.3.13

2021-01-18 Thread Wang Mingyu
0001-doveadm-Fix-parallel-build.patch
removed since it is included in 2.3.13

refresh 0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch

add 0001-not-check-pandoc.patch to not check pandoc of configure

Signed-off-by: Wang Mingyu 
---
 ...vert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch | 99 ++-
 .../0001-doveadm-Fix-parallel-build.patch | 38 ---
 .../dovecot/0001-not-check-pandoc.patch   | 26 +
 ...{dovecot_2.2.36.4.bb => dovecot_2.3.13.bb} | 12 +--
 4 files changed, 85 insertions(+), 90 deletions(-)
 delete mode 100644 
meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch
 create mode 100644 
meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch
 rename meta-networking/recipes-support/dovecot/{dovecot_2.2.36.4.bb => 
dovecot_2.3.13.bb} (88%)

diff --git 
a/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
 
b/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
index f86235076e..f16f687f24 100644
--- 
a/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
+++ 
b/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
@@ -9,58 +9,65 @@ Upstream-Status: pending
 
 Signed-off-by: Koen Kooi 
 Signed-off-by: Li Xin 
+
+Signed-off-by: Wang Mingyu 
 ---
- configure.ac | 15 +--
- 1 file changed, 5 insertions(+), 10 deletions(-)
+ m4/glibc.m4  | 6 ++
+ m4/ioloop.m4 | 9 +++--
+ 2 files changed, 5 insertions(+), 10 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index 3b32614..94ec002 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -519,13 +519,10 @@ have_ioloop=no
- 
- if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
-   AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
+diff --git a/m4/glibc.m4 b/m4/glibc.m4
+index 5d722aa..ce088d3 100644
+--- a/m4/glibc.m4
 b/m4/glibc.m4
+@@ -17,7 +17,7 @@ AC_DEFUN([DOVECOT_GLIBC], [
+   dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
+   dnl * It may also be broken in AIX.
+   AC_CACHE_CHECK([whether posix_fallocate() 
works],i_cv_posix_fallocate_works,[
 -AC_TRY_RUN([
 +AC_TRY_LINK([
-   #include 
--  
--  int main()
--  {
--  return epoll_create(5) < 1;
+   #define _XOPEN_SOURCE 600
+   #include 
+   #include 
+@@ -26,7 +26,7 @@ AC_DEFUN([DOVECOT_GLIBC], [
+   #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
+ possibly broken posix_fallocate
+   #endif
+-  int main() {
++  ], [
+ int fd = creat("conftest.temp", 0600);
+ int ret;
+ if (fd == -1) {
+@@ -35,8 +35,6 @@ AC_DEFUN([DOVECOT_GLIBC], [
+ }
+ ret = posix_fallocate(fd, 1024, 1024) < 0 ? 1 : 0;
+ unlink("conftest.temp");
+-return ret;
 -  }
-+], [
-+  epoll_create(5) < 1;
  ], [
-   i_cv_epoll_works=yes
+   i_cv_posix_fallocate_works=yes
  ], [
-@@ -653,7 +650,7 @@ fi
- dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
- dnl * It may also be broken in AIX.
- AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[
--  AC_TRY_RUN([
-+  AC_TRY_LINK([
- #define _XOPEN_SOURCE 600
- #include 
- #include 
-@@ -662,7 +659,7 @@ AC_CACHE_CHECK([whether posix_fallocate() 
works],i_cv_posix_fallocate_works,[
- #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
-   possibly broken posix_fallocate
- #endif
--int main() {
-+], [
-   int fd = creat("conftest.temp", 0600);
-   int ret;
-   if (fd == -1) {
-@@ -671,8 +668,6 @@ AC_CACHE_CHECK([whether posix_fallocate() 
works],i_cv_posix_fallocate_works,[
-   }
-   ret = posix_fallocate(fd, 1024, 1024) < 0 ? 1 : 0;
-   unlink("conftest.temp");
--  return ret;
--}
-   ], [
- i_cv_posix_fallocate_works=yes
-   ], [
+diff --git a/m4/ioloop.m4 b/m4/ioloop.m4
+index 0f7dde0..f40fd62 100644
+--- a/m4/ioloop.m4
 b/m4/ioloop.m4
+@@ -4,13 +4,10 @@ AC_DEFUN([DOVECOT_IOLOOP], [
+   
+   if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
+ AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
+-  AC_TRY_RUN([
++  AC_TRY_LINK([
+ #include 
+-
+-int main()
+-{
+-  return epoll_create(5) < 1;
+-}
++  ], [
++  epoll_create(5) < 1;
+   ], [
+ i_cv_epoll_works=yes
+   ], [
 -- 
-1.8.4.2
+2.25.1
 
diff --git 
a/meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch
 
b/meta-networking/recipes-support/dovecot/dovecot/

[oe] [meta-oe][PATCH] zabbix: CVE-2020-15803 Security Advisory

2020-12-14 Thread Wang Mingyu
References
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15803

Signed-off-by: Wang Mingyu 
---
 .../zabbix/zabbix/CVE-2020-15803.patch| 36 +++
 .../zabbix/zabbix_4.4.6.bb|  1 +
 2 files changed, 37 insertions(+)
 create mode 100644 
meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2020-15803.patch

diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2020-15803.patch 
b/meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2020-15803.patch
new file mode 100644
index 0..2eec4bf32
--- /dev/null
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2020-15803.patch
@@ -0,0 +1,36 @@
+From 4943334fd9bf7dffd49f9e86251ad40b3efe2135 Mon Sep 17 00:00:00 2001
+From: Wang Mingyu 
+Date: Fri, 11 Dec 2020 17:02:20 +0900
+Subject: [PATCH] Fix bug for CVE-2020-15803
+
+Signed-off-by: Wang Mingyu 
+---
+ frontends/php/include/classes/html/CIFrame.php | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/frontends/php/include/classes/html/CIFrame.php 
b/frontends/php/include/classes/html/CIFrame.php
+index 32220cd..70f2ab5 100644
+--- a/frontends/php/include/classes/html/CIFrame.php
 b/frontends/php/include/classes/html/CIFrame.php
+@@ -29,6 +29,7 @@ class CIFrame extends CTag {
+   $this->setHeight($height);
+   $this->setScrolling($scrolling);
+   $this->setId($id);
++  $this->setSandbox();
+   }
+ 
+   public function setSrc($value = null) {
+@@ -69,4 +70,10 @@ class CIFrame extends CTag {
+   $this->setAttribute('scrolling', $value);
+   return $this;
+   }
++
++  private function setSandbox() {
++  if (ZBX_IFRAME_SANDBOX !== false) {
++  $this->setAttribute('sandbox', ZBX_IFRAME_SANDBOX);
++  }
++  }
+ }
+-- 
+2.25.1
+
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.6.bb 
b/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.6.bb
index 0e0ddd577..98a31879c 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.6.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.6.bb
@@ -26,6 +26,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 SRC_URI = 
"http://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/${PV}/${BPN}-${PV}.tar.gz
 \
 file://0001-Fix-configure.ac.patch \
 file://zabbix-agent.service \
+file://CVE-2020-15803.patch \
 "
 
 SRC_URI[md5sum] = "e666539220be93b1af38e40f5fbb1f79"
-- 
2.25.1




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88295): 
https://lists.openembedded.org/g/openembedded-devel/message/88295
Mute This Topic: https://lists.openembedded.org/mt/78971722/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] ser2net: 4.2.0 -> 4.3.0

2020-12-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../ser2net/{ser2net_4.2.0.bb => ser2net_4.3.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.2.0.bb => 
ser2net_4.3.0.bb} (84%)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.2.0.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.0.bb
similarity index 84%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_4.2.0.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_4.3.0.bb
index 13794ad9d..6293d1229 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.2.0.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "gensio libyaml"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = 
"1d895f005896e8c5bcff4fe573e2fec3611bf4feee1247857e476b74323d916c"
+SRC_URI[sha256sum] = 
"5e407d684d0aa0919ddd15af368f890c5940cddd6034b7efc363823f38f6ff0c"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net";
 
-- 
2.25.1




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88257): 
https://lists.openembedded.org/g/openembedded-devel/message/88257
Mute This Topic: https://lists.openembedded.org/mt/78798831/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] gensio: 2.1.4 -> 2.2.0

2020-12-07 Thread Wang Mingyu
0001-Modify-parameter-of-function-sctp_gensio_alloc.patch
added to resolve compile error.

Signed-off-by: Wang Mingyu 
---
 ...ameter-of-function-sctp_gensio_alloc.patch | 29 +++
 .../{gensio_2.1.4.bb => gensio_2.2.0.bb}  |  4 +--
 2 files changed, 31 insertions(+), 2 deletions(-)
 create mode 100644 
meta-oe/recipes-connectivity/gensio/gensio/0001-Modify-parameter-of-function-sctp_gensio_alloc.patch
 rename meta-oe/recipes-connectivity/gensio/{gensio_2.1.4.bb => 
gensio_2.2.0.bb} (85%)

diff --git 
a/meta-oe/recipes-connectivity/gensio/gensio/0001-Modify-parameter-of-function-sctp_gensio_alloc.patch
 
b/meta-oe/recipes-connectivity/gensio/gensio/0001-Modify-parameter-of-function-sctp_gensio_alloc.patch
new file mode 100644
index 0..22a452508
--- /dev/null
+++ 
b/meta-oe/recipes-connectivity/gensio/gensio/0001-Modify-parameter-of-function-sctp_gensio_alloc.patch
@@ -0,0 +1,29 @@
+From b94eff3461e4fb99cd761d6858e8ed94cb6c5412 Mon Sep 17 00:00:00 2001
+From: Wang Mingyu 
+Date: Tue, 8 Dec 2020 11:58:06 +0900
+Subject: [PATCH] 0001-Modify-parameter-of-function-sctp_gensio_alloc.patch
+
+parameter type of declearation is const, definition should also be
+const.
+
+Signed-off-by: Wang Mingyu 
+---
+ lib/gensio_sctp.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/gensio_sctp.c b/lib/gensio_sctp.c
+index bd9437f..4278ff8 100644
+--- a/lib/gensio_sctp.c
 b/lib/gensio_sctp.c
+@@ -1092,7 +1092,7 @@ str_to_sctp_gensio_accepter(const char *str, const char 
* const args[],
+ #else
+ 
+ int
+-sctp_gensio_alloc(struct gensio_addr *iai, const char * const args[],
++sctp_gensio_alloc(const struct gensio_addr *iai, const char * const args[],
+ struct gensio_os_funcs *o,
+ gensio_event cb, void *user_data,
+ struct gensio **new_gensio)
+-- 
+2.25.1
+
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.1.4.bb 
b/meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb
similarity index 85%
rename from meta-oe/recipes-connectivity/gensio/gensio_2.1.4.bb
rename to meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb
index 9d73da90d..424e176ca 100644
--- a/meta-oe/recipes-connectivity/gensio/gensio_2.1.4.bb
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.2.0.bb
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = 
"file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \
 file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \
 "
 
-SRCREV = "998a017076a86179696a3ad811e2bae9155e46cb"
+SRCREV = "4ec19138aa968dea34e4bc4e022c1ad7ed4c43c0"
 
 SRC_URI = "git://github.com/cminyard/gensio;protocol=https \
-   "
+   file://0001-Modify-parameter-of-function-sctp_gensio_alloc.patch"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88256): 
https://lists.openembedded.org/g/openembedded-devel/message/88256
Mute This Topic: https://lists.openembedded.org/mt/78798165/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] ser2net: 4.2.0 -> 3.3.0

2020-12-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../ser2net/{ser2net_4.2.0.bb => ser2net_4.3.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.2.0.bb => 
ser2net_4.3.0.bb} (84%)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.2.0.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.0.bb
similarity index 84%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_4.2.0.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_4.3.0.bb
index 13794ad9d..6293d1229 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.2.0.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "gensio libyaml"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = 
"1d895f005896e8c5bcff4fe573e2fec3611bf4feee1247857e476b74323d916c"
+SRC_URI[sha256sum] = 
"5e407d684d0aa0919ddd15af368f890c5940cddd6034b7efc363823f38f6ff0c"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net";
 
-- 
2.25.1




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88255): 
https://lists.openembedded.org/g/openembedded-devel/message/88255
Mute This Topic: https://lists.openembedded.org/mt/78798164/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-idna: upgrade 2.9 -> 2.10

2020-07-09 Thread Wang Mingyu
Main new features of idna release 2.10:
- Update to Unicode 13.0.0.
- Throws a more specific exception if "xn--" is provided as a label.
- This is expected to be the last version that supports Python 2.
See here for a full comparison:
https://github.com/kjd/idna/commit/e5c11dbcd8dd32bb048b4dbdd344b49d18ecdf45

Signed-off-by: Wang Mingyu 
---
 meta-python/recipes-devtools/python/python-idna.inc   | 4 ++--
 .../python/{python3-idna_2.9.bb => python3-idna_2.10.bb}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-idna_2.9.bb => 
python3-idna_2.10.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index adf26e0279..4968f10726 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/kjd/idna";
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=cf36c8682cc154d2d4aa57bd6246b9a1"
 
-SRC_URI[md5sum] = "870b8b80267f00f0faf1b7ba4bdbf14e"
-SRC_URI[sha256sum] = 
"7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"
+SRC_URI[md5sum] = "7a910c706db30d758f377db2762c0f9a"
+SRC_URI[sha256sum] = 
"b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"
 
 RDEPENDS_${PN}_class-target = "\
 ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.9.bb 
b/meta-python/recipes-devtools/python/python3-idna_2.10.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-idna_2.9.bb
rename to meta-python/recipes-devtools/python/python3-idna_2.10.bb
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85673): 
https://lists.openembedded.org/g/openembedded-devel/message/85673
Mute This Topic: https://lists.openembedded.org/mt/75399045/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-pytz: upgrade 2019.3 -> 2020.1

2020-07-09 Thread Wang Mingyu
-License-Update: Copyright year updated to 2019.

Signed-off-by: Wang Mingyu 
---
 .../{python3-pytz_2019.3.bb => python3-pytz_2020.1.bb}| 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytz_2019.3.bb => 
python3-pytz_2020.1.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-pytz_2019.3.bb 
b/meta-python/recipes-devtools/python/python3-pytz_2020.1.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-pytz_2019.3.bb
rename to meta-python/recipes-devtools/python/python3-pytz_2020.1.bb
index c28a0148bc..1986263117 100644
--- a/meta-python/recipes-devtools/python/python3-pytz_2019.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pytz_2020.1.bb
@@ -1,12 +1,12 @@
 SUMMARY = "World timezone definitions, modern and historical"
 HOMEPAGE = "http://pythonhosted.org/pytz";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4878a915709225bceab739bdc2a18e8d"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999"
 
 inherit pypi setuptools3 ptest
 
-SRC_URI[md5sum] = "c3d84a465fc56a4edd52cca8873ac0df"
-SRC_URI[sha256sum] = 
"b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"
+SRC_URI[md5sum] = "0349106ac02f2bfe565dd6d5594e3a15"
+SRC_URI[sha256sum] = 
"c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048"
 
 RDEPENDS_${PN}_class-target += "\
 ${PYTHON_PN}-datetime \
@@ -31,6 +31,6 @@ do_install_ptest() {
install -d ${D}${PTEST_PATH}/pytz
install -d ${D}${PTEST_PATH}/pytz/tests
cp -rf ${S}/pytz/tests/* ${D}${PTEST_PATH}/pytz/tests/
-   cp -f ${S}/README.txt ${D}${PTEST_PATH}/
+   cp -f ${S}/README.rst ${D}${PTEST_PATH}/
 
 }
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85672): 
https://lists.openembedded.org/g/openembedded-devel/message/85672
Mute This Topic: https://lists.openembedded.org/mt/75399043/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] nftables: upgrade 0.9.5 -> 0.9.6

2020-07-01 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../nftables/{nftables_0.9.5.bb => nftables_0.9.6.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-filter/nftables/{nftables_0.9.5.bb => 
nftables_0.9.6.bb} (93%)

diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.5.bb 
b/meta-networking/recipes-filter/nftables/nftables_0.9.6.bb
similarity index 93%
rename from meta-networking/recipes-filter/nftables/nftables_0.9.5.bb
rename to meta-networking/recipes-filter/nftables/nftables_0.9.6.bb
index 0fd187f1b..41f7f4c91 100644
--- a/meta-networking/recipes-filter/nftables/nftables_0.9.5.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_0.9.6.bb
@@ -10,7 +10,7 @@ DEPENDS = "libmnl libnftnl bison-native \
 UPSTREAM_CHECK_REGEX = "nftables-(?P\d+(\.\d+){2,}).tar.bz2"
 
 SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2";
-SRC_URI[sha256sum] = 
"f2c1957eabc370057c4576b8f33a71d91a6ad019b8b335abafe61c9c42cc7e16"
+SRC_URI[sha256sum] = 
"68d6fdfe8ab02303e6b1f13968a4022da5b0120110eaee3233d806857937b66e"
 
 inherit autotools manpages pkgconfig
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85534): 
https://lists.openembedded.org/g/openembedded-devel/message/85534
Mute This Topic: https://lists.openembedded.org/mt/75230204/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python] [PATCH] python3-pytest: upgrade 5.4.2 -> 5.4.3

2020-07-01 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../python/{python3-pytest_5.4.2.bb => python3-pytest_5.4.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest_5.4.2.bb => 
python3-pytest_5.4.3.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb 
b/meta-python/recipes-devtools/python/python3-pytest_5.4.3.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
rename to meta-python/recipes-devtools/python/python3-pytest_5.4.3.bb
index 9258c21ca..ca67223db 100644
--- a/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest_5.4.3.bb
@@ -3,7 +3,7 @@ SUMMARY = "Simple powerful testing with python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
 
-SRC_URI[sha256sum] = 
"eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698"
+SRC_URI[sha256sum] = 
"7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"
 
 SRC_URI_append = " 
file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85537): 
https://lists.openembedded.org/g/openembedded-devel/message/85537
Mute This Topic: https://lists.openembedded.org/mt/75230208/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-cryptography-vectors: upgrade 2.8 -> 2.9.2

2020-07-01 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 ...y-vectors_2.8.bb => python3-cryptography-vectors_2.9.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-python/recipes-devtools/python/{python3-cryptography-vectors_2.8.bb => 
python3-cryptography-vectors_2.9.2.bb} (73%)

diff --git 
a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.8.bb 
b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb
similarity index 73%
rename from 
meta-python/recipes-devtools/python/python3-cryptography-vectors_2.8.bb
rename to 
meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb
index 948aab9e0..60316fc74 100644
--- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.8.bb
+++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0 | BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
 
-SRC_URI[md5sum] = "a744ed29bb9ef56b3a50317fea3b218e"
-SRC_URI[sha256sum] = 
"6cd32174c56a3eca72f64af43c1daacaae758cfa5ff9d280dfcf818fa11ef116"
+SRC_URI[md5sum] = "657349b8de73959fc49ba15fd7346b58"
+SRC_URI[sha256sum] = 
"99ac91c4d89572399b097240809af1b8f67f4bedf43398d290c9b2b3d9f491b4"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85536): 
https://lists.openembedded.org/g/openembedded-devel/message/85536
Mute This Topic: https://lists.openembedded.org/mt/75230207/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] nspr: upgrade 4.25 -> 4.26

2020-07-01 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/nspr/{nspr_4.25.bb => nspr_4.26.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/nspr/{nspr_4.25.bb => nspr_4.26.bb} (97%)

diff --git a/meta-oe/recipes-support/nspr/nspr_4.25.bb 
b/meta-oe/recipes-support/nspr/nspr_4.26.bb
similarity index 97%
rename from meta-oe/recipes-support/nspr/nspr_4.25.bb
rename to meta-oe/recipes-support/nspr/nspr_4.26.bb
index 1de26e1ee..a15afd667 100644
--- a/meta-oe/recipes-support/nspr/nspr_4.25.bb
+++ b/meta-oe/recipes-support/nspr/nspr_4.26.bb
@@ -23,8 +23,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} 
-D_PR_POLL_AVAILABLE
 UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/";
 UPSTREAM_CHECK_REGEX = "v(?P\d+(\.\d+)+)/"
 
-SRC_URI[md5sum] = "4ca4d75a424f30fcdc766296bb103d17"
-SRC_URI[sha256sum] = 
"0bc309be21f91da4474c56df90415101c7f0c7c7cab2943cd943cd7896985256"
+SRC_URI[md5sum] = "615695d57eaafa1fca085d3891befd68"
+SRC_URI[sha256sum] = 
"fc9d142d85b74ffd2e6374a0c9016f3f2dac074225e24df3070e5a72d31b773d"
 
 CVE_PRODUCT = "netscape_portable_runtime"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85535): 
https://lists.openembedded.org/g/openembedded-devel/message/85535
Mute This Topic: https://lists.openembedded.org/mt/75230205/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-py: upgrade 1.8.1 -> 1.8.2

2020-06-24 Thread Wang Mingyu
??Signed-off-by: Wang Mingyu 
---
 .../python/{python3-py_1.8.1.bb => python3-py_1.8.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-py_1.8.1.bb => 
python3-py_1.8.2.bb} (72%)

diff --git a/meta-python/recipes-devtools/python/python3-py_1.8.1.bb 
b/meta-python/recipes-devtools/python/python3-py_1.8.2.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-py_1.8.1.bb
rename to meta-python/recipes-devtools/python/python3-py_1.8.2.bb
index ff66aeaa2..aea737853 100644
--- a/meta-python/recipes-devtools/python/python3-py_1.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-py_1.8.2.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://py.readthedocs.io/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"

-SRC_URI[md5sum] = "42c67de84b07ac9cc867b8b70843a45b"
-SRC_URI[sha256sum] = 
"5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa"
+SRC_URI[md5sum] = "baa54e458875d68031c422abb2e47a5c"
+SRC_URI[sha256sum] = 
"f3b3a4c36512a4c4f024041ab51866f11761cc169670204b235f6b20523d4e6b"

 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"

--
2.17.1

?



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85302): 
https://lists.openembedded.org/g/openembedded-devel/message/85302
Mute This Topic: https://lists.openembedded.org/mt/75078266/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] twm: upgrade 1.0.10 -> 1.0.11

2020-06-17 Thread Wang Mingyu
??Signed-off-by: Wang Mingyu 
---
 .../xorg-app/{twm_1.0.10.bb => twm_1.0.11.bb}| 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{twm_1.0.10.bb => twm_1.0.11.bb} (67%)

diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.10.bb 
b/meta-oe/recipes-graphics/xorg-app/twm_1.0.11.bb
similarity index 67%
rename from meta-oe/recipes-graphics/xorg-app/twm_1.0.10.bb
rename to meta-oe/recipes-graphics/xorg-app/twm_1.0.11.bb
index 3a2267ae9..45caaacf2 100644
--- a/meta-oe/recipes-graphics/xorg-app/twm_1.0.10.bb
+++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.11.bb
@@ -5,8 +5,9 @@ DEPENDS += " libxext libxt libxmu bison-native"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"

-SRC_URI[md5sum] = "e322c08eeb635f924ede5b8eba3db54e"
-SRC_URI[sha256sum] = 
"6449eadca16ce0f0d900605b0cc020b95f40619261b7beccfb46bcc1836445d7"
+SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "48e83210b39a7bfb492604ba0bcfb19e"
+SRC_URI[sha256sum] = 
"410ecabac54e6db7afd5c20a78d89c0134f3c74b149bee71b1fec775e6e060cc"

 FILES_${PN} += "${datadir}/X11/twm/system.twmrc"
 ALTERNATIVE_NAME = "x-window-manager"
--
2.17.1?



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85166): 
https://lists.openembedded.org/g/openembedded-devel/message/85166
Mute This Topic: https://lists.openembedded.org/mt/74937531/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python] [PATCH] python3-wtforms: upgrade 2.2.1 -> 2.3.1

2020-06-17 Thread Wang Mingyu
??Signed-off-by: Wang Mingyu 
---
 .../{python3-wtforms_2.2.1.bb => python3-wtforms_2.3.1.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wtforms_2.2.1.bb => 
python3-wtforms_2.3.1.bb} (60%)

diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb 
b/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb
rename to meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
index 2b7af6267..9f081b68c 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "A flexible forms validation and rendering 
library for python web
 HOMEPAGE = "https://pypi.python.org/pypi/WTForms";
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c4660c132770d5d0a5757541f6b79493"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=208ce1c159f911ecf389806650582021"

-SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a"
-SRC_URI[sha256sum] = 
"0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61"
+SRC_URI[md5sum] = "bff06943e59671581af07f80d14bda5f"
+SRC_URI[sha256sum] = 
"861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972"

 PYPI_PACKAGE = "WTForms"

--
2.17.1?



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85168): 
https://lists.openembedded.org/g/openembedded-devel/message/85168
Mute This Topic: https://lists.openembedded.org/mt/74937537/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] rp-pppoe: upgrade 3.13 -> 3.14

2020-06-17 Thread Wang Mingyu
​​configure.in-Error-fix.patch
dont-swallow-errors.patch
removed since they are not available in 3.14

refresh configure_in_cross.patch

Signed-off-by: Wang Mingyu 
---
 .../rp-pppoe/configure.in-Error-fix.patch | 57 ---
 .../rp-pppoe/configure_in_cross.patch | 41 +
 .../rp-pppoe/dont-swallow-errors.patch| 26 -
 .../{rp-pppoe_3.13.bb => rp-pppoe_3.14.bb}|  6 +-
 4 files changed, 15 insertions(+), 115 deletions(-)
 delete mode 100644 
meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.in-Error-fix.patch
 delete mode 100644 
meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/dont-swallow-errors.patch
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe_3.13.bb => 
rp-pppoe_3.14.bb} (92%)

diff --git 
a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.in-Error-fix.patch
 
b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.in-Error-fix.patch
deleted file mode 100644
index bbd516fde..0
--- 
a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.in-Error-fix.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From bdd20b7a584a20504dfabb409a41ee2b9ae41657 Mon Sep 17 00:00:00 2001
-From: Lei Maohui 
-Date: Wed, 19 Aug 2015 13:52:57 +0900
-Subject: [PATCH] configure.in: Error fix.
-
-the error is: conftest.c:9:28: fatal error: ac_nonexistent.h:
-No such file or directory #include 
-
-Upstream-Status: pending
-
-Signed-off-by: Li Xin 
-

- src/configure.in | 30 --
- 1 file changed, 30 deletions(-)
-
-diff --git a/src/configure.in b/src/configure.in
-index 1714e69..cae0976 100644
 a/src/configure.in
-+++ b/src/configure.in
-@@ -195,36 +195,6 @@ if test "$GCC" = yes; then
-   CFLAGS="$CFLAGS -fno-strict-aliasing -Wall -Wstrict-prototypes"
- fi
-
--dnl Figure out packing order of structures
--AC_CACHE_CHECK([packing order of bit fields],rpppoe_cv_pack_bitfields,[
--if test "${rpppoe_cv_pack_bitfields+set}" != set ; then
--AC_TRY_RUN([
--union foo {
--struct bar {
--  unsigned int ver:4;
--  unsigned int type:4;
--} bb;
--unsigned char baz;
--};
--
--int
--main(void)
--{
--union foo x;
--x.bb.ver = 1;
--x.bb.type = 2;
--if (x.baz == 0x21) {
--  return 1;
--} else if (x.baz == 0x12) {
--  return 0;
--} else {
--  return 2;
--}
--}], rpppoe_cv_pack_bitfields=normal, rpppoe_cv_pack_bitfields=rev,
--$ECHO "no defaults for cross-compiling"; exit 1)
--fi
--])
--
- if test "$rpppoe_cv_pack_bitfields" = "rev" ; then
-   AC_MSG_RESULT(reversed)
-   AC_DEFINE([PACK_BITFIELDS_REVERSED], [], [Reversed bitfields])
diff --git 
a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure_in_cross.patch 
b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure_in_cross.patch
index 3b945934f..0c2d74832 100644
--- 
a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure_in_cross.patch
+++ 
b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure_in_cross.patch
@@ -8,13 +8,12 @@ a few target paths, reworks a few tests to be more friendly 
for cross
 and drops other tests.

 Upstream-Status: Inappropriate [build system specific changes]
-
 ---
- src/configure.in | 66 ++--
- 1 file changed, 16 insertions(+), 50 deletions(-)
+ src/configure.in | 60 +++-
+ 1 file changed, 13 insertions(+), 47 deletions(-)

 diff --git a/src/configure.in b/src/configure.in
-index 90a07df..1d30243 100644
+index 54b924e..8beb62c 100644
 --- a/src/configure.in
 +++ b/src/configure.in
 @@ -5,6 +5,13 @@ AC_INIT(pppoe.c)
@@ -67,13 +66,12 @@ index 90a07df..1d30243 100644
  fi

  AC_SUBST(LINUX_KERNELMODE_PLUGIN)
-@@ -142,15 +149,8 @@ AC_CHECK_SIZEOF(unsigned short)
+@@ -142,14 +149,8 @@ AC_CHECK_SIZEOF(unsigned short)
  AC_CHECK_SIZEOF(unsigned int)
  AC_CHECK_SIZEOF(unsigned long)

 -dnl Check for location of pppd
 -AC_PATH_PROG(PPPD, pppd, NOTFOUND, $PATH:/sbin:/usr/sbin:/usr/local/sbin)
--AC_PATH_PROG(ECHO, echo, echo)
 -
 -dnl Check for setsid (probably Linux-specific)
 -AC_PATH_PROG(SETSID, setsid, "", $PATH:/sbin:/usr/sbin:/usr/local/sbin)
@@ -84,7 +82,7 @@ index 90a07df..1d30243 100644

  dnl Check for Linux-specific kernel support for PPPoE
  AC_MSG_CHECKING(for Linux 2.4.X kernel-mode PPPoE support)
-@@ -195,44 +195,8 @@ if test "$GCC" = yes; then
+@@ -192,42 +193,6 @@ if test "$GCC" = yes; then
CFLAGS="$CFLAGS -fno-strict-aliasing -Wall -Wstrict-prototypes"
  fi

@@ -124,30 +122,17 @@ index 90a07df..1d30243 100644
 -  ;;
 -esac
 -
- dnl Figure out packing order of structures
--AC_MSG_CHECKING([packing order of bit fields])
-+AC_CACHE_CHECK([packing order of bit fields],rpppoe_cv_pack_bitfields,[
- if test "${rpppoe_cv_pack_bitfields+set}" != set ; then
- AC_TRY_RUN([
- union foo {
-@@ -259,10 +223,

[oe] [meta-networking][PATCH] openipmi: upgrade 2.0.28 -> 2.0.29

2020-06-17 Thread Wang Mingyu
???Signed-off-by: Wang Mingyu 
---
 .../openipmi/{openipmi_2.0.28.bb => openipmi_2.0.29.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/openipmi/{openipmi_2.0.28.bb => 
openipmi_2.0.29.bb} (96%)

diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.28.bb 
b/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb
similarity index 96%
rename from meta-networking/recipes-support/openipmi/openipmi_2.0.28.bb
rename to meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb
index f196eb992..85634a70e 100644
--- a/meta-networking/recipes-support/openipmi/openipmi_2.0.28.bb
+++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb
@@ -35,8 +35,8 @@ SRC_URI = 
"${SOURCEFORGE_MIRROR}/openipmi/OpenIPMI-${PV}.tar.gz \

 S = "${WORKDIR}/OpenIPMI-${PV}"

-SRC_URI[md5sum] = "ba37f08e306062ec73c7ed2a2bd4d5f4"
-SRC_URI[sha256sum] = 
"8e8b1de2a9a041b419133ecb21f956e999841cf2e759e973eeba9a36f8b40996"
+SRC_URI[md5sum] = "46b452e95d69c92e4172b3673ed88d52"
+SRC_URI[sha256sum] = 
"2244124579afb14e569f34393e9ac61e658a28b6ffa8e5c0d2c1c12a8ce695cd"

 inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d 
systemd cpan-base

--
2.17.1?



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85165): 
https://lists.openembedded.org/g/openembedded-devel/message/85165
Mute This Topic: https://lists.openembedded.org/mt/74937461/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-scapy: upgrade 0.25 -> 0.26

2020-06-10 Thread Wang Mingyu
-License-Update: Version updated from 0.25 to 0.26.

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-scapy_0.25.bb => python3-scapy_0.26.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-scapy_0.25.bb => 
python3-scapy_0.26.bb} (55%)

diff --git a/meta-python/recipes-devtools/python/python3-scapy_0.25.bb 
b/meta-python/recipes-devtools/python/python3-scapy_0.26.bb
similarity index 55%
rename from meta-python/recipes-devtools/python/python3-scapy_0.25.bb
rename to meta-python/recipes-devtools/python/python3-scapy_0.26.bb
index f785a2fe8..31c88942d 100644
--- a/meta-python/recipes-devtools/python/python3-scapy_0.25.bb
+++ b/meta-python/recipes-devtools/python/python3-scapy_0.26.bb
@@ -3,11 +3,11 @@ based on scapy with python3 compatibility"
 SECTION = "devel/python"
 HOMEPAGE = "https://github.com/phaethon/scapy";
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a4282d4d80227fa599a99e77fdd95e71"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a88f5c4e1c935f295ebeaf51fc8644ef"
 
 inherit pypi setuptools3
 
 PYPI_PACKAGE = "scapy-python3"
 
-SRC_URI[md5sum] = "c9003d39def73c028cb8c71bcbb42629"
-SRC_URI[sha256sum] = 
"2ae1b3bd9759844e830a6cc3ba11c3f25b08433a8ee3e7eddc08224905e5ef2b"
+SRC_URI[md5sum] = "513469447735a4a416d495f63e28aa4b"
+SRC_URI[sha256sum] = 
"81e4f5522d38c136fd3f1be4e35ffe4fd1f4c2091db3c021d95f8b9d5978b9eb"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84987): 
https://lists.openembedded.org/g/openembedded-devel/message/84987
Mute This Topic: https://lists.openembedded.org/mt/74813281/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] opensaf: upgrade 5.19.10 -> 5.20.05

2020-06-03 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../opensaf/{opensaf_5.19.10.bb => opensaf_5.20.05.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-daemons/opensaf/{opensaf_5.19.10.bb => 
opensaf_5.20.05.bb} (95%)

diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.19.10.bb 
b/meta-networking/recipes-daemons/opensaf/opensaf_5.20.05.bb
similarity index 95%
rename from meta-networking/recipes-daemons/opensaf/opensaf_5.19.10.bb
rename to meta-networking/recipes-daemons/opensaf/opensaf_5.20.05.bb
index 3ab4757c3..f11df49f8 100644
--- a/meta-networking/recipes-daemons/opensaf/opensaf_5.19.10.bb
+++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.20.05.bb
@@ -28,8 +28,8 @@ SRC_URI = 
"${SOURCEFORGE_MIRROR}/${BPN}/releases/${BPN}-${PV}.tar.gz \

file://0001-create_empty_library-Use-CC-variable-intead-of-hardc.patch \
file://0001-immom_python-convert-to-python3.patch \
"
-SRC_URI[md5sum] = "9b61df01d1a092101c4a626692edae19"
-SRC_URI[sha256sum] = 
"6da9af96e8ee58d11031d305bf4804a00deb6108e12e422722882a2091bd34bd"
+SRC_URI[md5sum] = "d56bacf4c234c134e60e9b25f6f26671"
+SRC_URI[sha256sum] = 
"2478e298c0bce3b2cfdeb20875022cc11d7d3b53ecd3255422d22eb64c04953b"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/opensaf/files/releases";
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84772): 
https://lists.openembedded.org/g/openembedded-devel/message/84772
Mute This Topic: https://lists.openembedded.org/mt/74648480/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-pycodestyle: upgrade 2.5.0 -> 2.6.0

2020-06-03 Thread Wang Mingyu
-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu 
---
 ...n3-pycodestyle_2.5.0.bb => python3-pycodestyle_2.6.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pycodestyle_2.5.0.bb => 
python3-pycodestyle_2.6.0.bb} (50%)

diff --git a/meta-python/recipes-devtools/python/python3-pycodestyle_2.5.0.bb 
b/meta-python/recipes-devtools/python/python3-pycodestyle_2.6.0.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python3-pycodestyle_2.5.0.bb
rename to meta-python/recipes-devtools/python/python3-pycodestyle_2.6.0.bb
index 7f00ab629..4ad1f5493 100644
--- a/meta-python/recipes-devtools/python/python3-pycodestyle_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pycodestyle_2.6.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "Python style guide checker (formly called pep8)"
 HOMEPAGE = "https://pypi.org/project/pycodestyle";
 LICENSE = "MIT"
 SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=01831ddbaf398471da3cc87f5037e822"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a8546d0e77f416fb05a26acd89c8b3bd"
 
-SRC_URI[md5sum] = "40e7a76f364a18f531aaba11a4476e21"
-SRC_URI[sha256sum] = 
"e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c"
+SRC_URI[md5sum] = "e2fcdace728267d5fa3aa98e08ee40db"
+SRC_URI[sha256sum] = 
"c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e"
 
 inherit pypi setuptools3
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84775): 
https://lists.openembedded.org/g/openembedded-devel/message/84775
Mute This Topic: https://lists.openembedded.org/mt/74648483/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] postgresql: 12.2 -> 12.3

2020-06-03 Thread Wang Mingyu
0001-Use-pkg-config-for-libxml2-detection.patch
removed since it is not available in 12.3

Signed-off-by: Wang Mingyu 
---
 ...Use-pkg-config-for-libxml2-detection.patch | 50 ---
 meta-oe/recipes-dbs/postgresql/postgresql.inc |  1 -
 ...{postgresql_12.2.bb => postgresql_12.3.bb} |  4 +-
 3 files changed, 2 insertions(+), 53 deletions(-)
 delete mode 100644 
meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
 rename meta-oe/recipes-dbs/postgresql/{postgresql_12.2.bb => 
postgresql_12.3.bb} (63%)

diff --git 
a/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
 
b/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
deleted file mode 100644
index 84cd5c157..0
--- 
a/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From d3ee8c8df5808b63e86f40831f2ba62cbb33d291 Mon Sep 17 00:00:00 2001
-From: Changqing Li 
-Date: Wed, 8 Aug 2018 09:18:27 +0800
-Subject: [PATCH] postgresql: Use pkg-config for libxml2 detection.
-
-Upstream-Status: Inappropriate [configuration]
-
-xml2-config does not work. Use pkgconfig to set CPPFLAGS and LIBS.
-
-Signed-off-by: Philip Balister 
-
-update to version 10.4
-Signed-off-by: Changqing Li 
-
-Update for version 12.0
-Signed-off-by: Zheng Ruoqin 

- configure.in | 16 ++--
- 1 file changed, 2 insertions(+), 14 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 6942f81..7fd3e78 100644
 a/configure.in
-+++ b/configure.in
-@@ -923,20 +923,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build with XML support],
-   [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML 
support. (--with-libxml)])])
- 
- if test "$with_libxml" = yes ; then
--  PGAC_PATH_PROGS(XML2_CONFIG, xml2-config)
--  AC_ARG_VAR(XML2_CONFIG, [path to xml2-config utility])dnl
--  if test -n "$XML2_CONFIG"; then
--for pgac_option in `$XML2_CONFIG --cflags`; do
--  case $pgac_option in
---I*|-D*) CPPFLAGS="$CPPFLAGS $pgac_option";;
--  esac
--done
--for pgac_option in `$XML2_CONFIG --libs`; do
--  case $pgac_option in
---L*) LDFLAGS="$LDFLAGS $pgac_option";;
--  esac
--done
--  fi
-+CPPFLAGS="$CPPFLAGS `pkg-config --short-errors --print-errors --cflags 
"libxml-2.0" 2>&1`"
-+LIBS="`pkg-config --short-errors --print-errors --libs "libxml-2.0" 2>&1` 
$LIBS"
- fi
- 
- AC_SUBST(with_libxml)
--- 
-2.7.4
-
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc 
b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index d35711c1e..5b20098a7 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -29,7 +29,6 @@ SRC_URI = 
"http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
 file://postgresql.pam \
 file://postgresql-setup \
 file://postgresql.service \
-file://0001-Use-pkg-config-for-libxml2-detection.patch \
 "
 
 LEAD_SONAME = "libpq.so"
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.2.bb 
b/meta-oe/recipes-dbs/postgresql/postgresql_12.3.bb
similarity index 63%
rename from meta-oe/recipes-dbs/postgresql/postgresql_12.2.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_12.3.bb
index 0613e50c7..cc7e3ff52 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_12.2.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.3.bb
@@ -8,5 +8,5 @@ SRC_URI += "\
file://0001-Improve-reproducibility.patch \
 "
 
-SRC_URI[md5sum] = "a88ceea8ecf2741307f663e4539b58b7"
-SRC_URI[sha256sum] = 
"ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de"
+SRC_URI[md5sum] = "a30c023dd7088e44d73be71af2ef404a"
+SRC_URI[sha256sum] = 
"94ed64a6179048190695c86ec707cc25d016056ce10fc9d229267d9a8f1dcf41"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84774): 
https://lists.openembedded.org/g/openembedded-devel/message/84774
Mute This Topic: https://lists.openembedded.org/mt/74648482/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] dash: upgrade 0.5.10.2 -> 0.5.11

2020-06-03 Thread Wang Mingyu
0001-Fix-printf-format-errors-with-clang.patch
removed since it is not available in 0.5.11

Signed-off-by: Wang Mingyu 
---
 ...-Fix-printf-format-errors-with-clang.patch | 28 ---
 .../dash/{dash_0.5.10.2.bb => dash_0.5.11.bb} |  8 ++
 2 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 
meta-oe/recipes-shells/dash/dash/0001-Fix-printf-format-errors-with-clang.patch
 rename meta-oe/recipes-shells/dash/{dash_0.5.10.2.bb => dash_0.5.11.bb} (77%)

diff --git 
a/meta-oe/recipes-shells/dash/dash/0001-Fix-printf-format-errors-with-clang.patch
 
b/meta-oe/recipes-shells/dash/dash/0001-Fix-printf-format-errors-with-clang.patch
deleted file mode 100644
index b3991faa8..0
--- 
a/meta-oe/recipes-shells/dash/dash/0001-Fix-printf-format-errors-with-clang.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 3ddf397febf47f8de9ca2805e92355ecb3ba0e9f Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sat, 8 Apr 2017 12:37:54 -0700
-Subject: [PATCH] Fix printf format errors with clang
-
-error: format string is not a string literal (potentially insecure)
-
-Signed-off-by: Khem Raj 

- src/jobs.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/jobs.c b/src/jobs.c
-index c2c2332..dcb81c1 100644
 a/src/jobs.c
-+++ b/src/jobs.c
-@@ -427,7 +427,7 @@ sprint_status(char *s, int status, int sigonly)
-   goto out;
- #endif
-   }
--  col = fmtstr(s, 32, strsignal(st));
-+  col = fmtstr(s, 32, "%s", strsignal(st));
- #ifdef WCOREDUMP
-   if (WCOREDUMP(status)) {
-   col += fmtstr(s + col, 16, " (core dumped)");
--- 
-2.12.2
-
diff --git a/meta-oe/recipes-shells/dash/dash_0.5.10.2.bb 
b/meta-oe/recipes-shells/dash/dash_0.5.11.bb
similarity index 77%
rename from meta-oe/recipes-shells/dash/dash_0.5.10.2.bb
rename to meta-oe/recipes-shells/dash/dash_0.5.11.bb
index 18566284c..b3a36651f 100644
--- a/meta-oe/recipes-shells/dash/dash_0.5.10.2.bb
+++ b/meta-oe/recipes-shells/dash/dash_0.5.11.bb
@@ -7,11 +7,9 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
 
 inherit autotools update-alternatives
 
-SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz \
-   file://0001-Fix-printf-format-errors-with-clang.patch \
-   "
-SRC_URI[md5sum] = "8f485f126c05d0ab800e85abfe1987aa"
-SRC_URI[sha256sum] = 
"3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071"
+SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz";
+SRC_URI[md5sum] = "027236e48b9202607b1418fee42c473e"
+SRC_URI[sha256sum] = 
"4dd9a6ed5fe7546095157918fe5d784bb0b7887ae13de50e1e2d11e1b5a391cb"
 
 EXTRA_OECONF += "--bindir=${base_bindir}"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84773): 
https://lists.openembedded.org/g/openembedded-devel/message/84773
Mute This Topic: https://lists.openembedded.org/mt/74648481/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] cryptsetup: upgrade 2.3.1 -> 2.3.2

2020-05-22 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../cryptsetup/{cryptsetup_2.3.1.bb => cryptsetup_2.3.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.3.1.bb => 
cryptsetup_2.3.2.bb} (96%)

diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb 
b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
similarity index 96%
rename from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb
rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
index ec375fed9d..b9668eb099 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb
@@ -21,8 +21,8 @@ RDEPENDS_${PN} = " \
 "
 
 SRC_URI = 
"${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
-SRC_URI[md5sum] = "cef482c0579f34d9524311ac70c0875f"
-SRC_URI[sha256sum] = 
"92aba4d559a2cf7043faed92e0f22c5addea36bd63f8c039ba5a8f3a159fe7d2"
+SRC_URI[md5sum] = "6e4ffb6d35a73f7539a5d0c1354654cd"
+SRC_URI[sha256sum] = 
"a89e13dff0798fd0280e801d5f0cc8cfdb2aa5b1929bec1b7322e13d3eca95fb"
 
 inherit autotools gettext pkgconfig
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84555): 
https://lists.openembedded.org/g/openembedded-devel/message/84555
Mute This Topic: https://lists.openembedded.org/mt/74395524/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] openldap: upgrade 2.4.49 -> 2.4.50

2020-05-21 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../openldap/{openldap_2.4.49.bb => openldap_2.4.50.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/openldap/{openldap_2.4.49.bb => 
openldap_2.4.50.bb} (98%)

diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.49.bb 
b/meta-oe/recipes-support/openldap/openldap_2.4.50.bb
similarity index 98%
rename from meta-oe/recipes-support/openldap/openldap_2.4.49.bb
rename to meta-oe/recipes-support/openldap/openldap_2.4.50.bb
index 670c704e6f..b62b13a443 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.49.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.50.bb
@@ -25,8 +25,8 @@ SRC_URI = 
"http://www.openldap.org/software/download/OpenLDAP/openldap-release/$
 file://remove-user-host-pwd-from-version.patch \
 "
 
-SRC_URI[md5sum] = "2a47a6bb4319357ea7b032c45283e79e"
-SRC_URI[sha256sum] = 
"e3b117944b4180f23befe87d0dcf47f29de775befbc469dcf4ac3dab3311e56e"
+SRC_URI[md5sum] = "f9ed44ef373abed04c9e4c8586260f9e"
+SRC_URI[sha256sum] = 
"5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8"
 
 DEPENDS = "util-linux groff-native"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84529): 
https://lists.openembedded.org/g/openembedded-devel/message/84529
Mute This Topic: https://lists.openembedded.org/mt/74369807/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] jansson: upgrade 2.12 -> 2.13.1

2020-05-21 Thread Wang Mingyu
-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu 
---
 .../jansson/{jansson_2.12.bb => jansson_2.13.1.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/jansson/{jansson_2.12.bb => jansson_2.13.1.bb} 
(60%)

diff --git a/meta-oe/recipes-extended/jansson/jansson_2.12.bb 
b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
similarity index 60%
rename from meta-oe/recipes-extended/jansson/jansson_2.12.bb
rename to meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
index f47fe5725c..d6e56ea768 100644
--- a/meta-oe/recipes-extended/jansson/jansson_2.12.bb
+++ b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
@@ -2,12 +2,12 @@ SUMMARY = "Jansson is a C library for encoding, decoding and 
manipulating JSON d
 HOMEPAGE = "http://www.digip.org/jansson/";
 BUGTRACKER = "https://github.com/akheron/jansson/issues";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fc2548c0eb83800f29330040e18b5a05"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
 
 SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "0ed1f3a924604aae68067c214b0010ef"
-SRC_URI[sha256sum] = 
"5f8dec765048efac5d919aded51b26a32a05397ea207aa769ff6b53c7027d2c9"
+SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
+SRC_URI[sha256sum] = 
"f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
 
 inherit autotools pkgconfig
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84528): 
https://lists.openembedded.org/g/openembedded-devel/message/84528
Mute This Topic: https://lists.openembedded.org/mt/74369806/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-pycparser: upgrade 2.19 -> 2.20

2020-05-20 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../{python3-pycparser_2.19.bb => python3-pycparser_2.20.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pycparser_2.19.bb => 
python3-pycparser_2.20.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb 
b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-pycparser_2.19.bb
rename to meta-python/recipes-devtools/python/python3-pycparser_2.20.bb
index 35ed93e09b..2a5f414b2f 100644
--- a/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb
+++ b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/eliben/pycparser";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169"
 
-SRC_URI[md5sum] = "76396762adc3fa769c83d8e202d36b6f"
-SRC_URI[sha256sum] = 
"a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3"
+SRC_URI[md5sum] = "b8f88de737db8c346ee8d31c07c7a25a"
+SRC_URI[sha256sum] = 
"2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"
 
 inherit pypi setuptools3
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84527): 
https://lists.openembedded.org/g/openembedded-devel/message/84527
Mute This Topic: https://lists.openembedded.org/mt/74365635/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-pyroute2: upgrade 0.5.11 -> 0.5.12

2020-05-13 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 ...{python3-pyroute2_0.5.11.bb => python3-pyroute2_0.5.12.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.11.bb => 
python3-pyroute2_0.5.12.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.11.bb 
b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.12.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.11.bb
rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.12.bb
index a4b8aa3988..440f8993c9 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.11.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.12.bb
@@ -3,8 +3,8 @@ LICENSE = "GPLv2 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 
\
 
file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
 
-SRC_URI[md5sum] = "7005db01604663fc2ecc089925980e05"
-SRC_URI[sha256sum] = 
"05e959f1a89d715158b91fe83b67946a4441e5e098cc225f4df78a3765ac4af2"
+SRC_URI[md5sum] = "4370e9a5875486a1223705ea9b001eff"
+SRC_URI[sha256sum] = 
"0157801c5496177856c3296b590065e691b041a3adde6fb8ffad2a8d05013ed3"
 
 inherit setuptools3 pypi ptest
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84343): 
https://lists.openembedded.org/g/openembedded-devel/message/84343
Mute This Topic: https://lists.openembedded.org/mt/74199109/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] modemmanager: upgrade 1.12.8 -> 1.12.10

2020-05-13 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../{modemmanager_1.12.8.bb => modemmanager_1.12.10.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.12.8.bb => 
modemmanager_1.12.10.bb} (95%)

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.8.bb 
b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.10.bb
similarity index 95%
rename from meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.8.bb
rename to meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.10.bb
index 47a86b9194..deab6f0466 100644
--- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.8.bb
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.10.bb
@@ -14,7 +14,7 @@ DEPENDS = "glib-2.0 libgudev intltool-native libxslt-native"
 SRC_URI = 
"http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
"
 
-SRC_URI[sha256sum] = 
"68b53d0615ba0d3e2bbf386ed029dfe644a6a30a79ab8d85523527bb4e713aff"
+SRC_URI[sha256sum] = 
"b2b3058bbb72adf98b24707fdbebe58e590644a38145e30d574f685f154bf8aa"
 
 S = "${WORKDIR}/ModemManager-${PV}"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84342): 
https://lists.openembedded.org/g/openembedded-devel/message/84342
Mute This Topic: https://lists.openembedded.org/mt/74199107/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] multipath-tools: upgrade 0.8.3 -> 0.8.4

2020-05-12 Thread Wang Mingyu
refresh the following patches:
0024-RH-use-rpm-optflags-if-present.patch
0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch

add patch 0001-fix-bug-of-do_compile-and-do_install.patch to fix
the bug of do_conpile and do_install

Signed-off-by: Wang Mingyu 
---
 ...fix-bug-of-do_compile-and-do_install.patch | 44 +
 .../0024-RH-use-rpm-optflags-if-present.patch | 33 ---
 ...om-kernel-cmdline-mpath.wwids-with-A.patch | 93 +++
 ...ools_0.8.3.bb => multipath-tools_0.8.4.bb} |  3 +-
 4 files changed, 77 insertions(+), 96 deletions(-)
 create mode 100644 
meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch
 rename meta-oe/recipes-support/multipath-tools/{multipath-tools_0.8.3.bb => 
multipath-tools_0.8.4.bb} (97%)

diff --git 
a/meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch
 
b/meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch
new file mode 100644
index 0..ac8733769
--- /dev/null
+++ 
b/meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch
@@ -0,0 +1,44 @@
+From fd90d952edaa4b27e62a29fdba7a201288d440eb Mon Sep 17 00:00:00 2001
+From: Wang Mingyu 
+Date: Sun, 10 May 2020 21:22:53 +0800
+Subject: [PATCH] fix bug of do_compile and do_install
+
+when multiple processes make run in parallel,
+because of dependency error will occur.
+
+Signed-off-by: Wang Mingyu 
+---
+ Makefile | 15 ++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 1dee3680..bea0a0b2 100644
+--- a/Makefile
 b/Makefile
+@@ -28,9 +28,22 @@ all:$(BUILDDIRS)
+ $(BUILDDIRS):
+   $(MAKE) -C $@
+ 
+-multipath multipathd mpathpersist: libmultipath
++multipath multipathd mpathpersist libmpathpersist : libmultipath
+ mpathpersist:  libmpathpersist
+ 
++DEPS_ON_MULTIPATH := \
++  multipath \
++  libmultipath/prioritizers \
++  libmultipath/checkers \
++  libmultipath/foreign \
++  multipathd \
++  mpathpersist \
++  libmpathpersist
++
++$(DEPS_ON_MULTIPATH:=.install): libmultipath.install
++mpathpersist.install:  libmpathpersist.install
++libdmmp.install libmultipath/foreign.install:  mpathpersist.install
++
+ $(BUILDDIRS.clean):
+   $(MAKE) -C ${@:.clean=} clean
+ 
+-- 
+2.17.1
+
diff --git 
a/meta-oe/recipes-support/multipath-tools/files/0024-RH-use-rpm-optflags-if-present.patch
 
b/meta-oe/recipes-support/multipath-tools/files/0024-RH-use-rpm-optflags-if-present.patch
index 77dd96fee..17542fd4f 100644
--- 
a/meta-oe/recipes-support/multipath-tools/files/0024-RH-use-rpm-optflags-if-present.patch
+++ 
b/meta-oe/recipes-support/multipath-tools/files/0024-RH-use-rpm-optflags-if-present.patch
@@ -1,9 +1,12 @@
 From 436f7594485e35523269e662c4b5dc3a2c10ff9b Mon Sep 17 00:00:00 2001
 From: Changqing Li 
 Date: Mon, 26 Nov 2018 09:19:17 +0800
-Subject: [PATCH] From  Mon Sep 17
- 00:00:00 2001 From: Benjamin Marzinski  Date: Wed, 19
- Apr 2017 06:10:01 -0500 Subject: [PATCH] RH: use rpm optflags if present
+Subject: [PATCH] From  Mon Sep
+17
+ 00:00:00 2001 From: Benjamin Marzinski  Date: Wed,
+19
+ Apr 2017 06:10:01 -0500 Subject: [PATCH] RH: use rpm optflags if
+present
 
 Use the passed in optflags when compiling as an RPM, and keep the
 default flags as close as possible to the current fedora flags, while
@@ -17,26 +20,20 @@ update this patch to new version
 
 Signed-off-by: Changqing Li 
 ---
- Makefile.inc | 25 -
- 1 file changed, 16 insertions(+), 9 deletions(-)
+ Makefile.inc | 24 
+ 1 file changed, 16 insertions(+), 8 deletions(-)
 
 diff --git a/Makefile.inc b/Makefile.inc
-index b86cba6..295afb9 100644
+index 42dbb5bf..55a06c60 100644
 --- a/Makefile.inc
 +++ b/Makefile.inc
-@@ -85,15 +85,22 @@ TEST_CC_OPTION = $(shell \
+@@ -89,15 +89,23 @@ TEST_CC_OPTION = $(shell \
echo "$(2)"; \
fi)
  
 -STACKPROT := $(call TEST_CC_OPTION,-fstack-protector-strong,-fstack-protector)
 -ERROR_DISCARDED_QUALIFIERS := $(call 
TEST_CC_OPTION,-Werror=discarded-qualifiers,)
--
--OPTFLAGS  = -O2 -g -pipe -Wall -Wextra -Wformat=2 -Werror=implicit-int \
---Werror=implicit-function-declaration -Werror=format-security 
\
---Wno-sign-compare -Wno-unused-parameter -Wno-clobbered \
---Werror=cast-qual $(ERROR_DISCARDED_QUALIFIERS) \
---Wp,-D_FORTIFY_SOURCE=2 $(STACKPROT) \
----param=ssp-buffer-size=4
+-WNOCLOBBERED := $(call TEST_CC_OPTION,-Wno-clobbered,)
 +ifndef RPM_OPT_FLAGS
 +   STACKPROT := $(call 
TEST_CC_OPTION,-fstack-protector-strong,-fstack-protector)
 +   OPTFLAGS= -O2 -g -pipe -Wall -Werror=format-security \
@@ -54,8 +51,14 @@ index b86cba6..295afb9 100644
 +  -Wno-

Re: [oe] [meta-oe][PATCH] mailcap: upgrade 2.1.48 -> 2.1.49

2020-05-11 Thread Wang Mingyu
The man page changed from mailcap.4 to mailcap.5 recorded in the license file.

-Original Message-
From: Khem Raj  
Sent: Tuesday, May 12, 2020 9:39 AM
To: Wang, Mingyu/王 鸣瑜 
Cc: openembeded-devel 
Subject: Re: [oe] [meta-oe][PATCH] mailcap: upgrade 2.1.48 -> 2.1.49

On Mon, May 11, 2020 at 6:13 PM Wang Mingyu  wrote:
>
> man page changed from mailcap.4 to mailcap.5
>
> Signed-off-by: Wang Mingyu 
> ---
>  .../mailcap/{mailcap_2.1.48.bb => mailcap_2.1.49.bb}| 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)  rename 
> meta-oe/recipes-support/mailcap/{mailcap_2.1.48.bb => 
> mailcap_2.1.49.bb} (81%)
>
> diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb 
> b/meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb
> similarity index 81%
> rename from meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
> rename to meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb
> index 114ce4607c..ff3047f325 100644
> --- a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
> +++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb
> @@ -14,12 +14,12 @@ by several applications e.g. to determine MIME types for 
> filenames."
>  SECTION = "System Environment/Base"
>
>  LICENSE = "PD & MIT"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=8dce08227d135cfda1f19d4c0c6689de"
>

what changed in LICENSE, please add few words about that to commit msg.

>  SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz";
>
> -SRC_URI[md5sum] = "2c26e18e912a5cf00318fcf7f8f2d747"
> -SRC_URI[sha256sum] = 
> "d7b023b237d6053bf05ff6786e0663c55c614efcc99cdf856120be13b5c29157"
> +SRC_URI[md5sum] = "d5701a1a541383c0eda328f4a6518751"
> +SRC_URI[sha256sum] = 
> "f7381516bc1a937348efd1d0e14618e0a2afc5d59fe821dd248632d5601b59b5"
>
>  do_install() {
>  oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} 
> mandir=${mandir}
> --
> 2.17.1
>
>
>
> 




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84309): 
https://lists.openembedded.org/g/openembedded-devel/message/84309
Mute This Topic: https://lists.openembedded.org/mt/74150237/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-perl][PATCH] libencode-perl: upgrade 3.05 -> 3.06

2020-05-11 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../{libencode-perl_3.05.bb => libencode-perl_3.06.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libencode/{libencode-perl_3.05.bb => 
libencode-perl_3.06.bb} (95%)

diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_3.05.bb 
b/meta-perl/recipes-perl/libencode/libencode-perl_3.06.bb
similarity index 95%
rename from meta-perl/recipes-perl/libencode/libencode-perl_3.05.bb
rename to meta-perl/recipes-perl/libencode/libencode-perl_3.06.bb
index 62430e91f9..24bde21630 100644
--- a/meta-perl/recipes-perl/libencode/libencode-perl_3.05.bb
+++ b/meta-perl/recipes-perl/libencode/libencode-perl_3.06.bb
@@ -15,8 +15,8 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = 
"file://META.json;beginline=8;endline=10;md5=b12e3be1e17a7e99ca4f429ff32c28b5"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
-SRC_URI[md5sum] = "137aef00bfc3d5cb97096ad985d3153a"
-SRC_URI[sha256sum] = 
"e0f51e03cd787a3e26026503e806afdc03f3823ae3551c711a9b04ad901a8794"
+SRC_URI[md5sum] = "d2e51a37b4e1d5b16816604f02363637"
+SRC_URI[sha256sum] = 
"5b2dcd6861287880584e63b2e518840d483aa38da70194cf64d9957282851eea"
 
 UPSTREAM_CHECK_REGEX = "Encode\-(?P(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84307): 
https://lists.openembedded.org/g/openembedded-devel/message/84307
Mute This Topic: https://lists.openembedded.org/mt/74153183/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-idna: upgrade 2.8 -> 2.9

2020-05-11 Thread Wang Mingyu
-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu 
---
 meta-python/recipes-devtools/python/python-idna.inc | 6 +++---
 meta-python/recipes-devtools/python/python3-idna_2.9.bb | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-idna_2.9.bb

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 13b0cdb624..adf26e0279 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -1,10 +1,10 @@
 SUMMARY = "Internationalised Domain Names in Applications"
 HOMEPAGE = "https://github.com/kjd/idna";
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=cf36c8682cc154d2d4aa57bd6246b9a1"
 
-SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1"
-SRC_URI[sha256sum] = 
"c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
+SRC_URI[md5sum] = "870b8b80267f00f0faf1b7ba4bdbf14e"
+SRC_URI[sha256sum] = 
"7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"
 
 RDEPENDS_${PN}_class-target = "\
 ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.9.bb 
b/meta-python/recipes-devtools/python/python3-idna_2.9.bb
new file mode 100644
index 00..a08ca714ac
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-idna_2.9.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-idna.inc
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84308): 
https://lists.openembedded.org/g/openembedded-devel/message/84308
Mute This Topic: https://lists.openembedded.org/mt/74153184/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-perl][PATCH] libcgi-perl: upgrade 4.46 -> 4.47

2020-05-11 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../libcgi/{libcgi-perl_4.46.bb => libcgi-perl_4.47.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.46.bb => 
libcgi-perl_4.47.bb} (90%)

diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.46.bb 
b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.47.bb
similarity index 90%
rename from meta-perl/recipes-perl/libcgi/libcgi-perl_4.46.bb
rename to meta-perl/recipes-perl/libcgi/libcgi-perl_4.47.bb
index 33ec737708..a1842f37ca 100644
--- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.46.bb
+++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.47.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "c2ae443de78a69d85e3931c8c29596d1"
-SRC_URI[sha256sum] = 
"788998ddc33ca382e5d7ce72c6c0ea1d8366c93067371fe2f14239ddea2e4298"
+SRC_URI[md5sum] = "2743bc4161dd2de9c71318e26cbeea06"
+SRC_URI[sha256sum] = 
"d9fbef33c503b250af25e792b95ef19ff40ea40da226f0d666b1548d21f52ca9"
 
 S = "${WORKDIR}/CGI-${PV}"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84306): 
https://lists.openembedded.org/g/openembedded-devel/message/84306
Mute This Topic: https://lists.openembedded.org/mt/74153155/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] sanlock: upgrade 3.8.0 -> 3.8.1

2020-05-11 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../sanlock/{sanlock_3.8.0.bb => sanlock_3.8.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/sanlock/{sanlock_3.8.0.bb => sanlock_3.8.1.bb} 
(96%)

diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb 
b/meta-oe/recipes-extended/sanlock/sanlock_3.8.1.bb
similarity index 96%
rename from meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb
rename to meta-oe/recipes-extended/sanlock/sanlock_3.8.1.bb
index ffd46da0af..abae362522 100644
--- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb
+++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.1.bb
@@ -16,7 +16,7 @@ PV .= "+git${SRCPV}"
 SRC_URI = "git://pagure.io/sanlock.git;protocol=http \

file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch;patchdir=../
 \
   "
-SRCREV = "cff348800722f7dadf030ffe7494c2df714996e3"
+SRCREV = "07ab65afb10c8f8c008880a73b7b7aaedbde0e15"
 
 S = "${WORKDIR}/git/python"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84305): 
https://lists.openembedded.org/g/openembedded-devel/message/84305
Mute This Topic: https://lists.openembedded.org/mt/74153152/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] mailcap: upgrade 2.1.48 -> 2.1.49

2020-05-11 Thread Wang Mingyu
man page changed from mailcap.4 to mailcap.5

Signed-off-by: Wang Mingyu 
---
 .../mailcap/{mailcap_2.1.48.bb => mailcap_2.1.49.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/mailcap/{mailcap_2.1.48.bb => 
mailcap_2.1.49.bb} (81%)

diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb 
b/meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb
similarity index 81%
rename from meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
rename to meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb
index 114ce4607c..ff3047f325 100644
--- a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb
+++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb
@@ -14,12 +14,12 @@ by several applications e.g. to determine MIME types for 
filenames."
 SECTION = "System Environment/Base"
 
 LICENSE = "PD & MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8dce08227d135cfda1f19d4c0c6689de"
 
 SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz";
 
-SRC_URI[md5sum] = "2c26e18e912a5cf00318fcf7f8f2d747"
-SRC_URI[sha256sum] = 
"d7b023b237d6053bf05ff6786e0663c55c614efcc99cdf856120be13b5c29157"
+SRC_URI[md5sum] = "d5701a1a541383c0eda328f4a6518751"
+SRC_URI[sha256sum] = 
"f7381516bc1a937348efd1d0e14618e0a2afc5d59fe821dd248632d5601b59b5"
 
 do_install() {
 oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir}
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84292): 
https://lists.openembedded.org/g/openembedded-devel/message/84292
Mute This Topic: https://lists.openembedded.org/mt/74150237/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] paho-mqtt-c: upgrade 1.3.1 -> 1.3.2

2020-04-26 Thread Wang Mingyu
From: Wang Mingyu 

add patches for resoving compile error with musl:
0001-Fix-bug-of-free-with-musl.patch

Eclipse Public License : update to v 2.0
-License-Update: updated to 2020.

Signed-off-by: Wang Mingyu 
---
 .../0001-Fix-bug-of-free-with-musl.patch  | 39 +++
 ...o-mqtt-c_1.3.1.bb => paho-mqtt-c_1.3.2.bb} | 15 ---
 2 files changed, 49 insertions(+), 5 deletions(-)
 create mode 100644 
meta-oe/recipes-connectivity/paho-mqtt-c/files/0001-Fix-bug-of-free-with-musl.patch
 rename meta-oe/recipes-connectivity/paho-mqtt-c/{paho-mqtt-c_1.3.1.bb => 
paho-mqtt-c_1.3.2.bb} (56%)

diff --git 
a/meta-oe/recipes-connectivity/paho-mqtt-c/files/0001-Fix-bug-of-free-with-musl.patch
 
b/meta-oe/recipes-connectivity/paho-mqtt-c/files/0001-Fix-bug-of-free-with-musl.patch
new file mode 100644
index 0..12f9e7abc
--- /dev/null
+++ 
b/meta-oe/recipes-connectivity/paho-mqtt-c/files/0001-Fix-bug-of-free-with-musl.patch
@@ -0,0 +1,39 @@
+From 96233a8382b9520293a48b08dc3b204a21205800 Mon Sep 17 00:00:00 2001
+From: Wang Mingyu 
+Date: Fri, 24 Apr 2020 00:53:19 +0900
+Subject: [PATCH] Fix bug of free() with musl
+
+This fixes build error with musl C library:
+/ubinux-dev/ubinux001/contribution/build/tmp/work/armv7vet2hf-neon-poky-linux-musleabi/paho-mqtt-c/1.3.2-r0/git/src/Heap.h:55:24:
+error: expected declaration specifiers or '...' before string constant
+   55 | #define free(x) myfree(__FILE__, __LINE__, x)
+  |^~~~
+/ubinux-dev/ubinux001/contribution/build/tmp/work/armv7vet2hf-neon-poky-linux-musleabi/paho-mqtt-c/1.3.2-r0/git/src/Heap.h:55:34:
+error: expected declaration specifiers or '...' before numeric constant
+   55 | #define free(x) myfree(__FILE__, __LINE__, x)
+  |  ^~~~
+
+Signed-off-by: Wang Mingyu 
+---
+ src/MQTTReasonCodes.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/MQTTReasonCodes.c b/src/MQTTReasonCodes.c
+index 416eab5..479dbac 100644
+--- a/src/MQTTReasonCodes.c
 b/src/MQTTReasonCodes.c
+@@ -16,10 +16,10 @@
+ 
+ #include "MQTTReasonCodes.h"
+ 
+-#include "Heap.h"
+ #include "StackTrace.h"
+ 
+ #include 
++#include "Heap.h"
+ 
+ #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
+ 
+-- 
+2.17.1
+
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.1.bb 
b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb
similarity index 56%
rename from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.1.bb
rename to meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb
index fa249677e..fa8c714ce 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.1.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb
@@ -6,14 +6,15 @@ LICENSE = "EPL-1.0 | EDL-1.0"
 
 LIC_FILES_CHKSUM = " \
 file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \
-file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \
-file://notice.html;md5=a00d6f9ab542be7babc2d8b80d5d2a4c \
-file://about.html;md5=dcde438d73cf42393da9d40fabc0c9bc \
+file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
+file://notice.html;md5=943f861069889acecebf51dfa24478e2 \
+file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \
 "
 
-SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http"
+SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http \
+   file://0001-Fix-bug-of-free-with-musl.patch"
 
-SRCREV = "d34c51214f4172f2e12bb17532c9f44f72a57dd4"
+SRCREV = "fbe39064c4416f879308a8a5390b19d544970789"
 
 DEPENDS = "openssl"
 
@@ -28,3 +29,7 @@ do_install_append() {
 }
 
 EXTRA_OECMAKE = "-DPAHO_WITH_SSL=ON"
+
+do_configure_prepend_libc-musl() {
+sed -i -e "s/SET(LIBS_SYSTEM c dl pthread anl rt)/SET(LIBS_SYSTEM c dl 
pthread rt)/g" ${S}/src/CMakeLists.txt 
+}
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84108): 
https://lists.openembedded.org/g/openembedded-devel/message/84108
Mute This Topic: https://lists.openembedded.org/mt/73279718/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-perl][PATCH] libmoo-perl: upgrade 2.003006 -> 2.004000

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu 

README is updated.

Signed-off-by: Wang Mingyu 
---
 .../{libmoo-perl_2.003006.bb => libmoo-perl_2.004000.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-perl/recipes-perl/libmoo/{libmoo-perl_2.003006.bb => 
libmoo-perl_2.004000.bb} (89%)

diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.003006.bb 
b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb
similarity index 89%
rename from meta-perl/recipes-perl/libmoo/libmoo-perl_2.003006.bb
rename to meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb
index 0bd0eae92..dbad74d22 100644
--- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.003006.bb
+++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb
@@ -7,11 +7,11 @@ SECTION = "libs"
 HOMEPAGE = "http://metapan.org/release/Moo/";
 
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-LIC_FILES_CHKSUM = 
"file://README;beginline=742;endline=787;md5=2ee6a628a04af08d75bc73a86da86d4a"
+LIC_FILES_CHKSUM = 
"file://README;beginline=742;endline=787;md5=0e7ee44f5ce5e9b84619cd198caad1d6"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz"
-SRC_URI[md5sum] = "53af7e7849492a8e3994ee379d12e348"
-SRC_URI[sha256sum] = 
"bcb2092ab18a45005b5e2e84465ebf3a4999d8e82a43a09f5a94d859ae7f2472"
+SRC_URI[md5sum] = "e542104553d616b15631b5c66ccee904"
+SRC_URI[sha256sum] = 
"323240d000394cf38ec42e865b05cb8928f625c82c9391cd2cdc72b33c51b834"
 
 S = "${WORKDIR}/Moo-${PV}"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84066): 
https://lists.openembedded.org/g/openembedded-devel/message/84066
Mute This Topic: https://lists.openembedded.org/mt/73238260/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] websocketpp: upgrade 0.8.1 -> 0.8.2

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu 

0001-Replace-make_shared-with-new-in-some-cases.patch
0002-Fix-missed-entries-fix-testing.patch
771.patch
842.patch
removed since they are included in 0.8.2

Signed-off-by: Wang Mingyu 
---
 ...e-make_shared-with-new-in-some-cases.patch | 78 ---
 .../0002-Fix-missed-entries-fix-testing.patch | 66 
 .../websocketpp/websocketpp-0.8.1/771.patch   | 22 --
 .../websocketpp/websocketpp-0.8.1/842.patch   | 30 ---
 .../0001-Correct-clang-compiler-flags.patch   |  0
 .../0001-cmake-Use-GNUInstallDirs.patch   |  0
 .../855.patch |  0
 .../857.patch |  0
 ...socketpp_0.8.1.bb => websocketpp_0.8.2.bb} |  8 +-
 9 files changed, 2 insertions(+), 202 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Replace-make_shared-with-new-in-some-cases.patch
 delete mode 100644 
meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0002-Fix-missed-entries-fix-testing.patch
 delete mode 100644 
meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/771.patch
 delete mode 100644 
meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/842.patch
 rename meta-oe/recipes-support/websocketpp/{websocketpp-0.8.1 => 
websocketpp-0.8.2}/0001-Correct-clang-compiler-flags.patch (100%)
 rename meta-oe/recipes-support/websocketpp/{websocketpp-0.8.1 => 
websocketpp-0.8.2}/0001-cmake-Use-GNUInstallDirs.patch (100%)
 rename meta-oe/recipes-support/websocketpp/{websocketpp-0.8.1 => 
websocketpp-0.8.2}/855.patch (100%)
 rename meta-oe/recipes-support/websocketpp/{websocketpp-0.8.1 => 
websocketpp-0.8.2}/857.patch (100%)
 rename meta-oe/recipes-support/websocketpp/{websocketpp_0.8.1.bb => 
websocketpp_0.8.2.bb} (81%)

diff --git 
a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Replace-make_shared-with-new-in-some-cases.patch
 
b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Replace-make_shared-with-new-in-some-cases.patch
deleted file mode 100644
index 0c8285df9..0
--- 
a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Replace-make_shared-with-new-in-some-cases.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From 080fc37949114184d4832f7acffe2613745833f3 Mon Sep 17 00:00:00 2001
-From: Stefan Floeren <42731906+stefan-floe...@users.noreply.github.com>
-Date: Tue, 16 Apr 2019 08:38:01 +0200
-Subject: [PATCH 1/2] Replace make_shared with new in some cases
-
-Replace make_shared for asio types that take a lib::ref as a parameter.
-This should fix the ASIO change (boostorg/asio@59066d8) for 1.70,
-while keeping it backwards compatible to older boost versions.

- websocketpp/transport/asio/connection.hpp| 7 ---
- websocketpp/transport/asio/endpoint.hpp  | 3 +--
- websocketpp/transport/asio/security/none.hpp | 3 +--
- websocketpp/transport/asio/security/tls.hpp  | 3 +--
- 4 files changed, 7 insertions(+), 9 deletions(-)
-
-diff --git a/websocketpp/transport/asio/connection.hpp 
b/websocketpp/transport/asio/connection.hpp
-index 60f88a7..1ccda8f 100644
 a/websocketpp/transport/asio/connection.hpp
-+++ b/websocketpp/transport/asio/connection.hpp
-@@ -311,9 +311,10 @@ public:
-  * needed.
-  */
- timer_ptr set_timer(long duration, timer_handler callback) {
--timer_ptr new_timer = lib::make_shared(
--lib::ref(*m_io_service),
--lib::asio::milliseconds(duration)
-+timer_ptr new_timer(
-+new lib::asio::steady_timer(
-+*m_io_service,
-+lib::asio::milliseconds(duration))
- );
- 
- if (config::enable_multithreading) {
-diff --git a/websocketpp/transport/asio/endpoint.hpp 
b/websocketpp/transport/asio/endpoint.hpp
-index ddab2c7..4b719a9 100644
 a/websocketpp/transport/asio/endpoint.hpp
-+++ b/websocketpp/transport/asio/endpoint.hpp
-@@ -195,8 +195,7 @@ public:
- 
- m_io_service = ptr;
- m_external_io_service = true;
--m_acceptor = lib::make_shared(
--lib::ref(*m_io_service));
-+m_acceptor.reset(new lib::asio::ip::tcp::acceptor(*m_io_service));
- 
- m_state = READY;
- ec = lib::error_code();
-diff --git a/websocketpp/transport/asio/security/none.hpp 
b/websocketpp/transport/asio/security/none.hpp
-index 5c8293d..6c7d352 100644
 a/websocketpp/transport/asio/security/none.hpp
-+++ b/websocketpp/transport/asio/security/none.hpp
-@@ -168,8 +168,7 @@ protected:
- return socket::make_error_code(socket::error::invalid_state);
- }
- 
--m_socket = lib::make_shared(
--lib::ref(*service));
-+m_socket.reset(new lib::asio::ip::tcp::socket(*service));
- 
- if (m_socket_init_handler) {
- m_socket_init_handler(m_hdl, *m_socket);
-diff --git a/websocketpp/transport/asio/security/tls.hpp 
b/websocketpp/transport/asio/security/tls.hpp
-index c76fd9a..04ac379 100644
 a/websocketpp/transport/asio

[oe] [meta-oe] [PATCH] xmlsec1: upgrade 1.2.29 -> 1.2.30

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../xmlsec1/{xmlsec1_1.2.29.bb => xmlsec1_1.2.30.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/xmlsec1/{xmlsec1_1.2.29.bb => 
xmlsec1_1.2.30.bb} (93%)

diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.29.bb 
b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb
similarity index 93%
rename from meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.29.bb
rename to meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb
index 8fc611a27..20c7b2d37 100644
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.29.bb
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb
@@ -21,8 +21,8 @@ SRC_URI = 
"http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \
 file://run-ptest \
 "
 
-SRC_URI[md5sum] = "4755621ff2a7150e208de6bd7decca10"
-SRC_URI[sha256sum] = 
"b1d1deba966019930f608d1f2b95c40ca3450f1393bcd3a3c001a8ba1d2839ab"
+SRC_URI[md5sum] = "b66ec21e0a0ac331afb4b1bc5c9ef966"
+SRC_URI[sha256sum] = 
"2d84360b03042178def1d9ff538acacaed2b3a27411db7b2874f1612ed71abc8"
 
 inherit autotools-brokensep ptest pkgconfig
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84065): 
https://lists.openembedded.org/g/openembedded-devel/message/84065
Mute This Topic: https://lists.openembedded.org/mt/73238258/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] vboxguestdrivers: upgrade 6.1.4 -> 6.1.6

2020-04-24 Thread Wang Mingyu
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../{vboxguestdrivers_6.1.4.bb => vboxguestdrivers_6.1.6.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.4.bb => 
vboxguestdrivers_6.1.6.bb} (95%)

diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.4.bb 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.6.bb
similarity index 95%
rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.4.bb
rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.6.bb
index 1227e42ea..89b1ee11e 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.4.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.6.bb
@@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}"
 SRC_URI = 
"http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \
 file://Makefile.utils \
 "
-SRC_URI[md5sum] = "b3ffc51c1f082743f22bfcb71b75a396"
-SRC_URI[sha256sum] = 
"59f8f5774473f593e3eb5940e2a337e0674bcd9854164b2578fd43f896260c99"
+SRC_URI[md5sum] = "fe6328d22dfb20ea372daa4b58b12374"
+SRC_URI[sha256sum] = 
"b031c30d770f28c5f884071ad933e8c1f83e65b93aaba03a4012077c1d90a54f"
 
 S = "${WORKDIR}/vbox_module"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84064): 
https://lists.openembedded.org/g/openembedded-devel/message/84064
Mute This Topic: https://lists.openembedded.org/mt/73238257/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] redis: upgrade 5.0.8 -> 5.0.9

2020-04-22 Thread Wang Mingyu
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../recipes-extended/redis/{redis_5.0.8.bb => redis_5.0.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/redis/{redis_5.0.8.bb => redis_5.0.9.bb} (93%)

diff --git a/meta-oe/recipes-extended/redis/redis_5.0.8.bb 
b/meta-oe/recipes-extended/redis/redis_5.0.9.bb
similarity index 93%
rename from meta-oe/recipes-extended/redis/redis_5.0.8.bb
rename to meta-oe/recipes-extended/redis/redis_5.0.9.bb
index 2aec1b46a..d04293369 100644
--- a/meta-oe/recipes-extended/redis/redis_5.0.8.bb
+++ b/meta-oe/recipes-extended/redis/redis_5.0.9.bb
@@ -17,8 +17,8 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
file://GNU_SOURCE.patch \
"
 
-SRC_URI[md5sum] = "1885f1c67281d566a1fd126e19cfb25d"
-SRC_URI[sha256sum] = 
"f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7"
+SRC_URI[md5sum] = "c94523c9f4ee662027ddf90575d0e058"
+SRC_URI[sha256sum] = 
"53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85"
 
 inherit autotools-brokensep update-rc.d systemd useradd
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84045): 
https://lists.openembedded.org/g/openembedded-devel/message/84045
Mute This Topic: https://lists.openembedded.org/mt/73213056/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-webserver][PATCH v2] webmin: upgrade 1.850 -> 1.941

2020-04-22 Thread Wang Mingyu
From: Wang Mingyu 

refresh the folloing patches:
disable-version-check.patch
net-generic.patch
net-lib.pl.patch

-License-Update: add "BSD 3-Clause License" to license file

Signed-off-by: Wang Mingyu 
---
 .../webmin/files/disable-version-check.patch  | 24 +++
 .../webmin/files/net-generic.patch| 43 +++
 .../webmin/files/net-lib.pl.patch | 21 ++---
 .../{webmin_1.850.bb => webmin_1.941.bb}  |  6 +--
 4 files changed, 58 insertions(+), 36 deletions(-)
 rename meta-webserver/recipes-webadmin/webmin/{webmin_1.850.bb => 
webmin_1.941.bb} (97%)

diff --git 
a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch 
b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
index 9aad894e0..dc2c0be6e 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
@@ -6,12 +6,15 @@ the moment.
 Upstream-status: Inappropriate
 
 Signed-off-by: Paul Eggleton 
+---
+ webmin/webmin-lib.pl | 44 ++--
+ 1 file changed, 22 insertions(+), 22 deletions(-)
 
-Index: webmin-1.850/webmin/webmin-lib.pl
-===
 webmin-1.850.orig/webmin/webmin-lib.pl
-+++ webmin-1.850/webmin/webmin-lib.pl
-@@ -1112,28 +1112,28 @@ my %miniserv;
+diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl
+index dad6cfc0..73821f01 100755
+--- a/webmin/webmin-lib.pl
 b/webmin/webmin-lib.pl
+@@ -1130,28 +1130,28 @@ my %miniserv;
  &load_theme_library();# So that UI functions work
  
  # Need OS upgrade
@@ -24,12 +27,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
 -  my ($minor) = split(/\./, $gconfig{'os_version'});
 -  if ($realos{'os_type'} eq $gconfig{'os_type'} &&
 -  $realminor == $minor) {
--  # Only the minor version number changed - no need to apply
+-  # Only the minor version number changed - just apply silently
 -  &apply_new_os_version(\%realos);
 -  }
 -  else {
 -  # Large enough change to tell the user
--  push(@notifs, 
+-  push(@notifs,
 -  &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
 -  &text('os_incorrect', $realos{'real_os_type'},
 -$realos{'real_os_version'})."\n".
@@ -46,12 +49,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
 +# my ($minor) = split(/\./, $gconfig{'os_version'});
 +# if ($realos{'os_type'} eq $gconfig{'os_type'} &&
 +# $realminor == $minor) {
-+# # Only the minor version number changed - no need to apply
++# # Only the minor version number changed - just apply silently
 +# &apply_new_os_version(\%realos);
 +# }
 +# else {
 +# # Large enough change to tell the user
-+# push(@notifs, 
++# push(@notifs,
 +# &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
 +# &text('os_incorrect', $realos{'real_os_type'},
 +#   $realos{'real_os_version'})."\n".
@@ -62,3 +65,6 @@ Index: webmin-1.850/webmin/webmin-lib.pl
  
  # Password close to expiry
  my $warn_days = $config{'warn_days'};
+-- 
+2.17.1
+
diff --git a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch 
b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
index 554939285..26e1239ae 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
@@ -3,23 +3,32 @@
 # Upstream-status: Not appropriate [config]
 #
 # Signed-off-by: Paul Eggleton 
-Index: webmin-1.850/net/module.info
-===
 webmin-1.850.orig/net/module.info
-+++ webmin-1.850/net/module.info
-@@ -14,7 +14,7 @@ desc_ko_KR.UTF-8=네트워크 구성
+---
+ net/generic-linux-lib.pl | 1 +
+ net/module.info  | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+ create mode 100644 net/generic-linux-lib.pl
+
+diff --git a/net/generic-linux-lib.pl b/net/generic-linux-lib.pl
+new file mode 100644
+index ..7cc502e6
+--- /dev/null
 b/net/generic-linux-lib.pl
+@@ -0,0 +1 @@
++do 'linux-lib.pl';
+diff --git a/net/module.info b/net/module.info
+index b23bf2d5..8e3628e1 100644
+--- a/net/module.info
 b/net/module.info
+@@ -1,7 +1,7 @@
+ version=1.941
+ longdesc=Configure boot time and active interfaces, DNS, routing and 
/etc/hosts.
  name=Networking
- desc_tr=A� Yap�land�rmas�
- desc_de=Netzwerkkonfiguration
 -o

[oe] [meta-python][PATCH] python3-cachetools: upgrade 4.0.0 -> 4.1.0

2020-04-22 Thread Wang Mingyu
From: Wang Mingyu 

-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu 
---
 ...hon3-cachetools_4.0.0.bb => python3-cachetools_4.1.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cachetools_4.0.0.bb => 
python3-cachetools_4.1.0.bb} (64%)

diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb 
b/meta-python/recipes-devtools/python/python3-cachetools_4.1.0.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-cachetools_4.1.0.bb
index 50d0f2573..7411a749d 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_4.1.0.bb
@@ -6,11 +6,11 @@ Python 3 Standard Library @lru_cache function decorator."
 SECTION = "devel/python"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=27f7518eb6f7dc686d0f953b2f28dae5"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2d1e1bf0ccb26126a230c51f997ce362"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "6a88df13467e80eb61dd2bedad19b83c"
-SRC_URI[sha256sum] = 
"9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198"
+SRC_URI[md5sum] = "4468da43443115a00c02c126cf601ae0"
+SRC_URI[sha256sum] = 
"1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84032): 
https://lists.openembedded.org/g/openembedded-devel/message/84032
Mute This Topic: https://lists.openembedded.org/mt/73193592/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] hostapd: CVE-2019-16275.patch

2020-04-20 Thread Wang Mingyu
From: Wang Mingyu 

security Advisory

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16275

Signed-off-by: Wang Mingyu 
---
 .../hostapd/hostapd/CVE-2019-16275.patch  | 79 +++
 .../hostapd/hostapd_2.9.bb|  1 +
 2 files changed, 80 insertions(+)
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-16275.patch

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-16275.patch 
b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-16275.patch
new file mode 100644
index 0..9cefd4f2a
--- /dev/null
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-16275.patch
@@ -0,0 +1,79 @@
+From d86d66dc073bc21d3b12faf4112062ae00c1773f Mon Sep 17 00:00:00 2001
+From: Jouni Malinen 
+Date: Thu, 29 Aug 2019 11:52:04 +0300
+Subject: AP: Silently ignore management frame from unexpected source
+address
+
+Do not process any received Management frames with unexpected/invalid SA
+so that we do not add any state for unexpected STA addresses or end up
+sending out frames to unexpected destination. This prevents unexpected
+sequences where an unprotected frame might end up causing the AP to send
+out a response to another device and that other device processing the
+unexpected response.
+
+In particular, this prevents some potential denial of service cases
+where the unexpected response frame from the AP might result in a
+connected station dropping its association.
+
+Upstream-Status: Accepted
+CVE: CVE-2019-16275
+
+Reference to upstream patch:
+https://w1.fi/cgit/hostap/commit/?id=d86d66dc073bc21d3b12faf4112062ae00c1773f
+
+Signed-off-by: Jouni Malinen 
+---
+ src/ap/drv_callbacks.c | 13 +
+ src/ap/ieee802_11.c| 12 
+ 2 files changed, 25 insertions(+)
+
+diff --git a/src/ap/drv_callbacks.c b/src/ap/drv_callbacks.c
+index 3158768..34ca379 100644
+--- a/src/ap/drv_callbacks.c
 b/src/ap/drv_callbacks.c
+@@ -131,6 +131,19 @@ int hostapd_notif_assoc(struct hostapd_data *hapd, const 
u8 *addr,
+  "hostapd_notif_assoc: Skip event with no address");
+   return -1;
+   }
++
++  if (is_multicast_ether_addr(addr) ||
++  is_zero_ether_addr(addr) ||
++  os_memcmp(addr, hapd->own_addr, ETH_ALEN) == 0) {
++  /* Do not process any frames with unexpected/invalid SA so that
++   * we do not add any state for unexpected STA addresses or end
++   * up sending out frames to unexpected destination. */
++  wpa_printf(MSG_DEBUG, "%s: Invalid SA=" MACSTR
++ " in received indication - ignore this indication 
silently",
++ __func__, MAC2STR(addr));
++  return 0;
++  }
++
+   random_add_randomness(addr, ETH_ALEN);
+ 
+   hostapd_logger(hapd, addr, HOSTAPD_MODULE_IEEE80211,
+diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c
+index c85a28d..2816812 100644
+--- a/src/ap/ieee802_11.c
 b/src/ap/ieee802_11.c
+@@ -4626,6 +4626,18 @@ int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 
*buf, size_t len,
+   fc = le_to_host16(mgmt->frame_control);
+   stype = WLAN_FC_GET_STYPE(fc);
+ 
++  if (is_multicast_ether_addr(mgmt->sa) ||
++  is_zero_ether_addr(mgmt->sa) ||
++  os_memcmp(mgmt->sa, hapd->own_addr, ETH_ALEN) == 0) {
++  /* Do not process any frames with unexpected/invalid SA so that
++   * we do not add any state for unexpected STA addresses or end
++   * up sending out frames to unexpected destination. */
++  wpa_printf(MSG_DEBUG, "MGMT: Invalid SA=" MACSTR
++ " in received frame - ignore this frame silently",
++ MAC2STR(mgmt->sa));
++  return 0;
++  }
++
+   if (stype == WLAN_FC_STYPE_BEACON) {
+   handle_beacon(hapd, mgmt, len, fi);
+   return 1;
+-- 
+2.17.1
+
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb 
b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
index 982514f5d..68dc12370 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
@@ -11,6 +11,7 @@ SRC_URI = " \
 file://defconfig \
 file://init \
 file://hostapd.service \
+file://CVE-2019-16275.patch \
 "
 
 SRC_URI[md5sum] = "f188fc53a495fe7af3b6d77d3c31dee8"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84016): 
https://lists.openembedded.org/g/openembedded-devel/message/84016
Mute This Topic: https://lists.openembedded.org/mt/73166739/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


答复: [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941

2020-04-20 Thread Wang Mingyu
Do you mean I should make a patch on master-next and then submit it to the 
master branch?

-邮件原件-
发件人: openembedded-devel@lists.openembedded.org 
 代表 Khem Raj
发送时间: 2020年4月2日 14:33
收件人: Wang, Mingyu/王 鸣瑜 
抄送: openembeded-devel 
主题: Re: [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941

please rebase on master-next and resend

On Wed, Apr 1, 2020 at 6:45 PM Wang Mingyu  wrote:
>
> refresh the folloing patches:
> disable-version-check.patch
> net-generic.patch
> net-lib.pl.patch
>
> -License-Update: add "BSD 3-Clause License" to license file
>
> Signed-off-by: Wang Mingyu 
> ---
>  .../webmin/files/disable-version-check.patch  | 24 +++-
>  .../webmin/files/net-generic.patch| 37 ++-
>  .../webmin/files/net-lib.pl.patch | 17 ++---
>  .../{webmin_1.850.bb => webmin_1.941.bb}  |  6 +--
>  4 files changed, 49 insertions(+), 35 deletions(-)  rename 
> meta-webserver/recipes-webadmin/webmin/{webmin_1.850.bb => 
> webmin_1.941.bb} (97%)
>
> diff --git 
> a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> atch 
> b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> atch
> index 9aad894e0..61b56bf5a 100644
> --- 
> a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> atch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-che
> +++ ck.patch
> @@ -6,12 +6,15 @@ the moment.
>  Upstream-status: Inappropriate
>
>  Signed-off-by: Paul Eggleton 
> +---
> + webmin/webmin-lib.pl | 44 
> +++--
> + 1 file changed, 22 insertions(+), 22 deletions(-)
>
> -Index: webmin-1.850/webmin/webmin-lib.pl 
> -===
>  webmin-1.850.orig/webmin/webmin-lib.pl
> -+++ webmin-1.850/webmin/webmin-lib.pl
> -@@ -1112,28 +1112,28 @@ my %miniserv;
> +diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl index 
> +dad6cfc..73821f0 100755
> +--- a/webmin/webmin-lib.pl
>  b/webmin/webmin-lib.pl
> +@@ -1130,28 +1130,28 @@ my %miniserv;
>   &load_theme_library();# So that UI functions work
>
>   # Need OS upgrade
> @@ -24,12 +27,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>  -  my ($minor) = split(/\./, $gconfig{'os_version'});
>  -  if ($realos{'os_type'} eq $gconfig{'os_type'} &&
>  -  $realminor == $minor) {
> --  # Only the minor version number changed - no need to apply
> +-  # Only the minor version number changed - just apply silently
>  -  &apply_new_os_version(\%realos);
>  -  }
>  -  else {
>  -  # Large enough change to tell the user
> --  push(@notifs,
> +-  push(@notifs,
>  -  &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
>  -  &text('os_incorrect', $realos{'real_os_type'},
>  -$realos{'real_os_version'})."\n".
> @@ -46,12 +49,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>  +# my ($minor) = split(/\./, $gconfig{'os_version'});
>  +# if ($realos{'os_type'} eq $gconfig{'os_type'} &&
>  +# $realminor == $minor) {
> -+# # Only the minor version number changed - no need to apply
> ++# # Only the minor version number changed - just apply silently
>  +# &apply_new_os_version(\%realos);
>  +# }
>  +# else {
>  +# # Large enough change to tell the user
> -+# push(@notifs,
> ++# push(@notifs,
>  +# &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
>  +# &text('os_incorrect', $realos{'real_os_type'},
>  +#   $realos{'real_os_version'})."\n".
> @@ -62,3 +65,6 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>
>   # Password close to expiry
>   my $warn_days = $config{'warn_days'};
> +--
> +2.17.1
> +
> diff --git 
> a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch 
> b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> index 554939285..a995d4b93 100644
> --- a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> @@ -1,25 +1,26 @@
> -# Add support for configuring network interfaces on a generic linux 
> system
> +# Add support for configuring network interfaces on a gen

答复: [oe] [meta-python] [PATCH] python3-cheetah: upgrade 3.2.4 -> 3.2.5b1

2020-04-20 Thread Wang Mingyu
Sorry, all future updates will be performed on the stable version, this problem 
will not be repeated.

-邮件原件-
发件人: openembedded-devel@lists.openembedded.org 
 代表 Khem Raj
发送时间: 2020年4月15日 10:31
收件人: Wang, Mingyu/王 鸣瑜 
抄送: openembeded-devel 
主题: Re: [oe] [meta-python] [PATCH] python3-cheetah: upgrade 3.2.4 -> 3.2.5b1

this is also a pre-release. perhaps we should wait until final release.

On Tue, Apr 14, 2020 at 6:51 PM Wang Mingyu  wrote:
>
> Signed-off-by: Wang Mingyu 
> ---
>  .../{python3-cheetah_3.2.4.bb => python3-cheetah_3.2.5b1.bb}  | 4 
> ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)  rename 
> meta-python/recipes-devtools/python/{python3-cheetah_3.2.4.bb => 
> python3-cheetah_3.2.5b1.bb} (69%)
>
> diff --git 
> a/meta-python/recipes-devtools/python/python3-cheetah_3.2.4.bb 
> b/meta-python/recipes-devtools/python/python3-cheetah_3.2.5b1.bb
> similarity index 69%
> rename from 
> meta-python/recipes-devtools/python/python3-cheetah_3.2.4.bb
> rename to 
> meta-python/recipes-devtools/python/python3-cheetah_3.2.5b1.bb
> index 05882d087..289b70298 100644
> --- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.5b1.bb
> @@ -10,5 +10,5 @@ RDEPENDS_${PN}_class-native = ""
>
>  BBCLASSEXTEND = "native nativesdk"
>
> -SRC_URI[md5sum] = "8c0ac643263ffc3454fb321342284d0a"
> -SRC_URI[sha256sum] = 
> "caabb9c22961a3413ac85cd1e5525ec9ca80daeba6555f4f60802b6c256e252b"
> +SRC_URI[md5sum] = "5c07ebe4a31edf605a5ab2172bfc411c"
> +SRC_URI[sha256sum] = 
> "52f4abe6cb862fbc6047ac17dc3d7b4bb0faf82621fe911fefbb04b7a5d5a7ee"
> --
> 2.17.1
>
>
>
> 




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83989): 
https://lists.openembedded.org/g/openembedded-devel/message/83989
Mute This Topic: https://lists.openembedded.org/mt/73145304/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


答复: [oe] [meta-networking][PATCH] proftpd: upgrade 1.3.6 -> 1.3.7rc3

2020-04-20 Thread Wang Mingyu
Sorry, all future updates will be performed on the stable version, this problem 
will not be repeated.

-邮件原件-
发件人: openembedded-devel@lists.openembedded.org 
 代表 Khem Raj
发送时间: 2020年4月15日 10:27
收件人: Wang, Mingyu/王 鸣瑜 
抄送: openembeded-devel 
主题: Re: [oe] [meta-networking][PATCH] proftpd: upgrade 1.3.6 -> 1.3.7rc3

On Tue, Apr 14, 2020 at 6:50 PM Wang Mingyu  wrote:
>
> refresh the following patches:
> build_fixup.patch
> contrib.patch
>

I am a bit reluctant to take RC versions. Can you justify why we should upgrade 
to RC in this case ?

> Signed-off-by: Wang Mingyu 
> ---
>  .../proftpd/files/build_fixup.patch   | 75 +--
>  .../proftpd/files/contrib.patch   | 29 +++
>  .../{proftpd_1.3.6.bb => proftpd_1.3.7rc3.bb} |  4 +-
>  3 files changed, 52 insertions(+), 56 deletions(-)  rename 
> meta-networking/recipes-daemons/proftpd/{proftpd_1.3.6.bb => 
> proftpd_1.3.7rc3.bb} (97%)
>
> diff --git 
> a/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch 
> b/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch
> index 9816d4d22..9f45a1c2f 100644
> --- a/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch
> +++ b/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch
> @@ -7,12 +7,17 @@ move pidfile to /var/run  redefine PR_RUN_DIR as 
> ${localstatedir}/run
>
>  Signed-off-By: Armin Kuster 
> +---
> + Make.rules.in | 6 +++---
> + Makefile.in   | 6 ++
> + configure | 4 ++--
> + configure.in  | 4 ++--
> + 4 files changed, 9 insertions(+), 11 deletions(-)
>
> -
> -Index: proftpd-1.3.6/Make.rules.in
> -===
>  proftpd-1.3.6.orig/Make.rules.in
> -+++ proftpd-1.3.6/Make.rules.in
> +diff --git a/Make.rules.in b/Make.rules.in index a5028ac..ccd7807 
> +100644
> +--- a/Make.rules.in
>  b/Make.rules.in
>  @@ -30,9 +30,9 @@ INSTALL=@INSTALL@
>   INSTALL_STRIP=@INSTALL_STRIP@
>   INSTALL_USER=@install_user@
> @@ -26,10 +31,10 @@ Index: proftpd-1.3.6/Make.rules.in
>
>   RM=rm -f
>   SHELL=@CONFIG_SHELL@
> -Index: proftpd-1.3.6/Makefile.in
> -===
>  proftpd-1.3.6.orig/Makefile.in
> -+++ proftpd-1.3.6/Makefile.in
> +diff --git a/Makefile.in b/Makefile.in index abacc9f..be22353 100644
> +--- a/Makefile.in
>  b/Makefile.in
>  @@ -105,7 +105,6 @@ check: proftpd$(EXEEXT)
>   $(DESTDIR)$(localedir) $(DESTDIR)$(includedir) 
> $(DESTDIR)$(includedir)/proftpd $(DESTDIR)$(libdir) $(DESTDIR)$(pkgconfigdir) 
> $(DESTDIR)$(libdir)/proftpd $(DESTDIR)$(libexecdir) 
> $(DESTDIR)$(localstatedir) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(bindir) 
> $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir) $(DESTDIR)$(mandir)/man1 
> $(DESTDIR)$(mandir)/man5 $(DESTDIR)$(mandir)/man8:
> @if [ ! -d $@ ]; then \
> @@ -38,19 +43,19 @@ Index: proftpd-1.3.6/Makefile.in
> chmod 0755 $@; \
> fi
>
> -@@ -115,7 +114,6 @@ install-proftpd: proftpd $(DESTDIR)$(inc
> +@@ -115,7 +114,6 @@ install-proftpd: proftpd$(EXEEXT) 
> +$(DESTDIR)$(includedir) $(DESTDIR)$(localstate
> rm -f $(DESTDIR)$(sbindir)/in.proftpd ; \
> fi
> -   ln -s proftpd $(DESTDIR)$(sbindir)/in.proftpd
> +   ln -s $(top_builddir)/proftpd $(DESTDIR)$(sbindir)/in.proftpd
>  -  -chown -h $(INSTALL_USER):$(INSTALL_GROUP) 
> $(DESTDIR)$(sbindir)/in.proftpd
>
>   install-libs: $(DESTDIR)$(libdir)/proftpd
> cd lib/ && $(MAKE) install
> -@@ -152,11 +150,11 @@ install-utils: $(DESTDIR)$(sbindir) $(DE
> -   $(INSTALL_SBIN) ftpshut  $(DESTDIR)$(sbindir)/ftpshut
> -   $(INSTALL_BIN)  ftptop   $(DESTDIR)$(bindir)/ftptop
> -   $(INSTALL_BIN)  ftpwho   $(DESTDIR)$(bindir)/ftpwho
> --  $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755 src/prxs 
> $(DESTDIR)$(bindir)/prxs
> +@@ -152,11 +150,11 @@ install-utils: $(DESTDIR)$(sbindir) $(DESTDIR)$(bindir)
> +   $(INSTALL_SBIN) $(top_builddir)/ftpshut  $(DESTDIR)$(sbindir)/ftpshut
> +   $(INSTALL_BIN)  $(top_builddir)/ftptop   $(DESTDIR)$(bindir)/ftptop
> +   $(INSTALL_BIN)  $(top_builddir)/ftpwho   $(DESTDIR)$(bindir)/ftpwho
> +-  $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755 
> $(top_builddir)/src/prxs $(DESTDIR)$(bindir)/prxs
>  +  $(INSTALL) -m 0755 src/prxs $(DESTDIR)$(bindir)/prxs
>
>   install-conf: $(DESTDIR)$(sysconfdir) @@ -60,11 +65,11 @@ Index: 
> proftpd-1.3.6/Makefile.in
>$(top_srcdir)/sample-configurations/basic.conf \
>$(DESTDIR)$(sysconfdir)/proftpd.conf ; \
> fi
> -Index: proftpd-1.3.6/configure
> -==

[oe] [meta-oe] [PATCH] mksh: upgrade 57 -> 58

2020-04-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-shells/mksh/{mksh_57.bb => mksh_58.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-shells/mksh/{mksh_57.bb => mksh_58.bb} (83%)

diff --git a/meta-oe/recipes-shells/mksh/mksh_57.bb 
b/meta-oe/recipes-shells/mksh/mksh_58.bb
similarity index 83%
rename from meta-oe/recipes-shells/mksh/mksh_57.bb
rename to meta-oe/recipes-shells/mksh/mksh_58.bb
index 7e9c18ed2..a9940f88a 100644
--- a/meta-oe/recipes-shells/mksh/mksh_57.bb
+++ b/meta-oe/recipes-shells/mksh/mksh_58.bb
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = 
"file://main.c;beginline=6;endline=26;md5=0651e575e39d1a3e884
 
file://strlcpy.c;beginline=1;endline=17;md5=d953f28f0c43ee29e238ec9bc15df2a0 \
"
 
-SRC_URI = "http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R57.tgz";
+SRC_URI = "http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R58.tgz";
 
-SRC_URI[md5sum] = "4d2686535252ea6a57bdec531498239a"
-SRC_URI[sha256sum] = 
"3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75"
+SRC_URI[md5sum] = "6922a3e2228de2f0e78ff25398ccf8df"
+SRC_URI[sha256sum] = 
"608beb7b71870b23309ba1da8ca828da0e4540f2b9bd981eb39e04f8b7fc678c"
 
 inherit update-alternatives
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83931): 
https://lists.openembedded.org/g/openembedded-devel/message/83931
Mute This Topic: https://lists.openembedded.org/mt/73024807/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python] [PATCH] python3-cheetah: upgrade 3.2.4 -> 3.2.5b1

2020-04-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../{python3-cheetah_3.2.4.bb => python3-cheetah_3.2.5b1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cheetah_3.2.4.bb => 
python3-cheetah_3.2.5b1.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.4.bb 
b/meta-python/recipes-devtools/python/python3-cheetah_3.2.5b1.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-cheetah_3.2.4.bb
rename to meta-python/recipes-devtools/python/python3-cheetah_3.2.5b1.bb
index 05882d087..289b70298 100644
--- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.4.bb
+++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.5b1.bb
@@ -10,5 +10,5 @@ RDEPENDS_${PN}_class-native = ""
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "8c0ac643263ffc3454fb321342284d0a"
-SRC_URI[sha256sum] = 
"caabb9c22961a3413ac85cd1e5525ec9ca80daeba6555f4f60802b6c256e252b"
+SRC_URI[md5sum] = "5c07ebe4a31edf605a5ab2172bfc411c"
+SRC_URI[sha256sum] = 
"52f4abe6cb862fbc6047ac17dc3d7b4bb0faf82621fe911fefbb04b7a5d5a7ee"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83932): 
https://lists.openembedded.org/g/openembedded-devel/message/83932
Mute This Topic: https://lists.openembedded.org/mt/73024810/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] proftpd: upgrade 1.3.6 -> 1.3.7rc3

2020-04-14 Thread Wang Mingyu
refresh the following patches:
build_fixup.patch
contrib.patch

Signed-off-by: Wang Mingyu 
---
 .../proftpd/files/build_fixup.patch   | 75 +--
 .../proftpd/files/contrib.patch   | 29 +++
 .../{proftpd_1.3.6.bb => proftpd_1.3.7rc3.bb} |  4 +-
 3 files changed, 52 insertions(+), 56 deletions(-)
 rename meta-networking/recipes-daemons/proftpd/{proftpd_1.3.6.bb => 
proftpd_1.3.7rc3.bb} (97%)

diff --git a/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch 
b/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch
index 9816d4d22..9f45a1c2f 100644
--- a/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch
+++ b/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch
@@ -7,12 +7,17 @@ move pidfile to /var/run
 redefine PR_RUN_DIR as ${localstatedir}/run
 
 Signed-off-By: Armin Kuster 
+---
+ Make.rules.in | 6 +++---
+ Makefile.in   | 6 ++
+ configure | 4 ++--
+ configure.in  | 4 ++--
+ 4 files changed, 9 insertions(+), 11 deletions(-)
 
-
-Index: proftpd-1.3.6/Make.rules.in
-===
 proftpd-1.3.6.orig/Make.rules.in
-+++ proftpd-1.3.6/Make.rules.in
+diff --git a/Make.rules.in b/Make.rules.in
+index a5028ac..ccd7807 100644
+--- a/Make.rules.in
 b/Make.rules.in
 @@ -30,9 +30,9 @@ INSTALL=@INSTALL@
  INSTALL_STRIP=@INSTALL_STRIP@
  INSTALL_USER=@install_user@
@@ -26,10 +31,10 @@ Index: proftpd-1.3.6/Make.rules.in
  
  RM=rm -f
  SHELL=@CONFIG_SHELL@
-Index: proftpd-1.3.6/Makefile.in
-===
 proftpd-1.3.6.orig/Makefile.in
-+++ proftpd-1.3.6/Makefile.in
+diff --git a/Makefile.in b/Makefile.in
+index abacc9f..be22353 100644
+--- a/Makefile.in
 b/Makefile.in
 @@ -105,7 +105,6 @@ check: proftpd$(EXEEXT)
  $(DESTDIR)$(localedir) $(DESTDIR)$(includedir) 
$(DESTDIR)$(includedir)/proftpd $(DESTDIR)$(libdir) $(DESTDIR)$(pkgconfigdir) 
$(DESTDIR)$(libdir)/proftpd $(DESTDIR)$(libexecdir) $(DESTDIR)$(localstatedir) 
$(DESTDIR)$(sysconfdir) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir) 
$(DESTDIR)$(mandir) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 
$(DESTDIR)$(mandir)/man8:
@if [ ! -d $@ ]; then \
@@ -38,19 +43,19 @@ Index: proftpd-1.3.6/Makefile.in
chmod 0755 $@; \
fi
  
-@@ -115,7 +114,6 @@ install-proftpd: proftpd $(DESTDIR)$(inc
+@@ -115,7 +114,6 @@ install-proftpd: proftpd$(EXEEXT) $(DESTDIR)$(includedir) 
$(DESTDIR)$(localstate
rm -f $(DESTDIR)$(sbindir)/in.proftpd ; \
fi
-   ln -s proftpd $(DESTDIR)$(sbindir)/in.proftpd
+   ln -s $(top_builddir)/proftpd $(DESTDIR)$(sbindir)/in.proftpd
 -  -chown -h $(INSTALL_USER):$(INSTALL_GROUP) 
$(DESTDIR)$(sbindir)/in.proftpd
  
  install-libs: $(DESTDIR)$(libdir)/proftpd
cd lib/ && $(MAKE) install
-@@ -152,11 +150,11 @@ install-utils: $(DESTDIR)$(sbindir) $(DE
-   $(INSTALL_SBIN) ftpshut  $(DESTDIR)$(sbindir)/ftpshut
-   $(INSTALL_BIN)  ftptop   $(DESTDIR)$(bindir)/ftptop
-   $(INSTALL_BIN)  ftpwho   $(DESTDIR)$(bindir)/ftpwho
--  $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755 src/prxs 
$(DESTDIR)$(bindir)/prxs
+@@ -152,11 +150,11 @@ install-utils: $(DESTDIR)$(sbindir) $(DESTDIR)$(bindir)
+   $(INSTALL_SBIN) $(top_builddir)/ftpshut  $(DESTDIR)$(sbindir)/ftpshut
+   $(INSTALL_BIN)  $(top_builddir)/ftptop   $(DESTDIR)$(bindir)/ftptop
+   $(INSTALL_BIN)  $(top_builddir)/ftpwho   $(DESTDIR)$(bindir)/ftpwho
+-  $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755 
$(top_builddir)/src/prxs $(DESTDIR)$(bindir)/prxs
 +  $(INSTALL) -m 0755 src/prxs $(DESTDIR)$(bindir)/prxs
  
  install-conf: $(DESTDIR)$(sysconfdir)
@@ -60,11 +65,11 @@ Index: proftpd-1.3.6/Makefile.in
   $(top_srcdir)/sample-configurations/basic.conf \
   $(DESTDIR)$(sysconfdir)/proftpd.conf ; \
fi
-Index: proftpd-1.3.6/configure
-===
 proftpd-1.3.6.orig/configure
-+++ proftpd-1.3.6/configure
-@@ -41777,7 +41777,7 @@ _ACEOF
+diff --git a/configure b/configure
+index 033f12f..242d18b 100755
+--- a/configure
 b/configure
+@@ -42308,7 +42308,7 @@ _ACEOF
  
  
  cat >>confdefs.h <<_ACEOF
@@ -73,7 +78,7 @@ Index: proftpd-1.3.6/configure
  _ACEOF
  
  
-@@ -41787,7 +41787,7 @@ _ACEOF
+@@ -42318,7 +42318,7 @@ _ACEOF
  
  
  cat >>confdefs.h <<_ACEOF
@@ -82,11 +87,11 @@ Index: proftpd-1.3.6/configure
  _ACEOF
  
  
-Index: proftpd-1.3.6/configure.in
-===
 proftpd-1.3.6.orig/configure.in
-+++ proftpd-1.3.6/configure.in
-@@ -3833,8 +3833,8 @@ locale_dir="`eval echo ${locale_dir}`"
+diff --git a/configure.in b/configure.in
+index a4affa9..5449060 100644
+--- a/configure.in
 b/configure.in
+@@ -3956,8 +3956,8 @@ locale_dir="`eval ec

[oe] [meta-oe] [PATCH] cpuid: upgrade 20200203 -> 20200211

2020-04-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../cpuid/{cpuid_20200203.bb => cpuid_20200211.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/cpuid/{cpuid_20200203.bb => cpuid_20200211.bb} 
(85%)

diff --git a/meta-oe/recipes-devtools/cpuid/cpuid_20200203.bb 
b/meta-oe/recipes-devtools/cpuid/cpuid_20200211.bb
similarity index 85%
rename from meta-oe/recipes-devtools/cpuid/cpuid_20200203.bb
rename to meta-oe/recipes-devtools/cpuid/cpuid_20200211.bb
index b0540e541..56462a913 100644
--- a/meta-oe/recipes-devtools/cpuid/cpuid_20200203.bb
+++ b/meta-oe/recipes-devtools/cpuid/cpuid_20200211.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "http://www.etallen.com/${BPN}/${BP}.src.tar.gz \
"
-SRC_URI[md5sum] = "93e99fd3d0d6cd5401c0f84f2cce1d8f"
-SRC_URI[sha256sum] = 
"ebbd6448a1e416d95889a252f7e03a5429ad4f30bc84c7e8ede8086433e86c55"
+SRC_URI[md5sum] = "c3dda40aee78bd187929f454a3c75f35"
+SRC_URI[sha256sum] = 
"a570ca23ce5543fb6974abcbbde0261ea7dbfea40f4e7335b4870274315e521b"
 
 COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83930): 
https://lists.openembedded.org/g/openembedded-devel/message/83930
Mute This Topic: https://lists.openembedded.org/mt/73024803/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] libdvdread: upgrade 6.1.0 -> 6.1.1

2020-04-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../libdvdread/{libdvdread_6.1.0.bb => libdvdread_6.1.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-multimedia/libdvdread/{libdvdread_6.1.0.bb => 
libdvdread_6.1.1.bb} (71%)

diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.0.bb 
b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.1.bb
similarity index 71%
rename from meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.0.bb
rename to meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.1.bb
index edf84b8f5..65f5b6adf 100644
--- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.0.bb
+++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.1.bb
@@ -4,8 +4,8 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27"
 
 SRC_URI = 
"http://download.videolan.org/pub/videolan/libdvdread/${PV}/libdvdread-${PV}.tar.bz2";
-SRC_URI[md5sum] = "0f74ad31ff9bf441e74036f540df"
-SRC_URI[sha256sum] = 
"501bbd7d1e7d5f2d2a0ff8d0a6ac2fbd7e5e7e0e80ef82fef818f43a30b4750c"
+SRC_URI[md5sum] = "09c7423568fb679279fd2a2bc6b10b6e"
+SRC_URI[sha256sum] = 
"3e357309a17c5be3731385b9eabda6b7e3fa010f46022a06f104553bf8e21796"
 
 inherit autotools lib_package binconfig pkgconfig
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83929): 
https://lists.openembedded.org/g/openembedded-devel/message/83929
Mute This Topic: https://lists.openembedded.org/mt/73024802/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [meta-oe][master][PATCH] php: CVE-2019-11045.patch CVE-2019-11046.patch CVE-2019-11047.patch CVE-2019-11050.patch

2020-04-07 Thread Wang Mingyu
Ping

-Original Message-
From: Wang, Mingyu
Sent: Thursday, March 19, 2020 3:39 PM
To: openembedded-devel@lists.openembedded.org
Cc: Wang, Mingyu 
Subject: [oe] [meta-oe][master][PATCH] php: CVE-2019-11045.patch 
CVE-2019-11046.patch CVE-2019-11047.patch CVE-2019-11050.patch

Security Advisory

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11045
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11046
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11047
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11050

Signed-off-by: Wang Mingyu 
---
 .../php/php/CVE-2019-11045.patch  | 78 +++
 .../php/php/CVE-2019-11046.patch  | 59 ++
 .../php/php/CVE-2019-11047.patch  | 57 ++
 .../php/php/CVE-2019-11050.patch  | 53 +
 meta-oe/recipes-devtools/php/php_7.3.11.bb|  4 +
 5 files changed, 251 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11047.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11050.patch

diff --git a/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch 
b/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
new file mode 100644
index 0..3b3c187a4
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
@@ -0,0 +1,78 @@
+From a5a15965da23c8e97657278fc8dfbf1dfb20c016 Mon Sep 17 00:00:00 2001
+From: "Christoph M. Becker" 
+Date: Mon, 25 Nov 2019 16:56:34 +0100
+Subject: [PATCH] Fix #78863: DirectoryIterator class silently truncates 
+after  a null byte
+
+Since the constructor of DirectoryIterator and friends is supposed to 
+accepts paths (i.e. strings without NUL bytes), we must not accept 
+arbitrary strings.
+
+Upstream-Status: Accepted
+CVE: CVE-2019-11045
+   
+Reference to upstream patch:
+http://git.php.net/?p=php-src.git;a=commit;h=a5a15965da23c8e97657278fc8
+dfbf1dfb20c016
+http://git.php.net/?p=php-src.git;a=commit;h=d74907b8575e6edb83b728c2a9
+4df434c23e1f79
+---
+ ext/spl/spl_directory.c |  4 ++--
+ ext/spl/tests/bug78863.phpt | 31 +++
+ 2 files changed, 33 insertions(+), 2 deletions(-)  create mode 100644 
+ext/spl/tests/bug78863.phpt
+
+diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 
+91ea2e0265..56e809b1c7 100644
+--- a/ext/spl/spl_directory.c
 b/ext/spl/spl_directory.c
+@@ -708,10 +708,10 @@ void 
+spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long 
+cto
+ 
+   if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_FLAGS)) {
+   flags = 
SPL_FILE_DIR_KEY_AS_PATHNAME|SPL_FILE_DIR_CURRENT_AS_FILEINFO;
+-  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &path, 
&len, &flags);
++  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &path, 
&len, 
++&flags);
+   } else {
+   flags = 
SPL_FILE_DIR_KEY_AS_PATHNAME|SPL_FILE_DIR_CURRENT_AS_SELF;
+-  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "s", &path, 
&len);
++  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "p", &path, 
&len);
+   }
+   if (SPL_HAS_FLAG(ctor_flags, SPL_FILE_DIR_SKIPDOTS)) {
+   flags |= SPL_FILE_DIR_SKIPDOTS;
+diff --git a/ext/spl/tests/bug78863.phpt b/ext/spl/tests/bug78863.phpt 
+new file mode 100644 index 00..dc88d98dee
+--- /dev/null
 b/ext/spl/tests/bug78863.phpt
+@@ -0,0 +1,31 @@
++--TEST--
++Bug #78863 (DirectoryIterator class silently truncates after a null 
++byte)
++--FILE--
++isDot()) {
++var_dump($fileinfo->getFilename());
++}
++}
++?>
++--EXPECTF--
++Fatal error: Uncaught UnexpectedValueException: 
++DirectoryIterator::__construct() expects parameter 1 to be a valid path, 
string given in %s:%d Stack trace:
++#0 %s(%d): DirectoryIterator->__construct('%s')
++#1 {main}
++  thrown in %s on line %d
++--CLEAN--
++
+--
+2.11.0
diff --git a/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch 
b/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
new file mode 100644
index 0..711b8525a
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
@@ -0,0 +1,59 @@
+From 2d07f00b73d8f94099850e0f5983e1cc5817c196 Mon Sep 17 00:00:00 2001
+From: "Christoph M. Becker" 
+Date: Sat, 30 Nov 2019 12:26:37 +0100
+Subject: [PATCH] Fix #78878: Buffer underflow in bc_shift_addsub
+
+We must not rely on `isdigit()` to detect digits, since we only support 
+decimal ASCII digits in the following processing.
+
+(cherry picked from commit eb23c6008753b1cdc5359dead3a096dce46c9018)
+
+Upstream-Status: Accepted
+CVE: CVE-2019-11046
+   
+Reference to upstream patch:
+http://git.php.net/?p=php-src.git;a=commit;h=eb23c6008753

Re: [oe] [meta-oe][zeus][PATCH] php: CVE-2019-11045.patch CVE-2019-11046.patch CVE-2019-11047.patch CVE-2019-11050.patch

2020-04-07 Thread Wang Mingyu
Ping

-Original Message-
From: Wang, Mingyu
Sent: Friday, March 13, 2020 7:10 PM
To: openembedded-devel@lists.openembedded.org
Cc: Wang, Mingyu 
Subject: [oe] [meta-oe][zeus][PATCH] php: CVE-2019-11045.patch 
CVE-2019-11046.patch CVE-2019-11047.patch CVE-2019-11050.patch

Security Advisory

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11045
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11046
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11047
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11050

Signed-off-by: Wang Mingyu 
---
 .../php/php/CVE-2019-11045.patch  | 78 +++
 .../php/php/CVE-2019-11046.patch  | 59 ++
 .../php/php/CVE-2019-11047.patch  | 57 ++
 .../php/php/CVE-2019-11050.patch  | 53 +
 meta-oe/recipes-devtools/php/php_7.3.9.bb |  4 +
 5 files changed, 251 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11047.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11050.patch

diff --git a/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch 
b/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
new file mode 100644
index 0..3b3c187a4
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
@@ -0,0 +1,78 @@
+From a5a15965da23c8e97657278fc8dfbf1dfb20c016 Mon Sep 17 00:00:00 2001
+From: "Christoph M. Becker" 
+Date: Mon, 25 Nov 2019 16:56:34 +0100
+Subject: [PATCH] Fix #78863: DirectoryIterator class silently truncates 
+after  a null byte
+
+Since the constructor of DirectoryIterator and friends is supposed to 
+accepts paths (i.e. strings without NUL bytes), we must not accept 
+arbitrary strings.
+
+Upstream-Status: Accepted
+CVE: CVE-2019-11045
+   
+Reference to upstream patch:
+http://git.php.net/?p=php-src.git;a=commit;h=a5a15965da23c8e97657278fc8
+dfbf1dfb20c016
+http://git.php.net/?p=php-src.git;a=commit;h=d74907b8575e6edb83b728c2a9
+4df434c23e1f79
+---
+ ext/spl/spl_directory.c |  4 ++--
+ ext/spl/tests/bug78863.phpt | 31 +++
+ 2 files changed, 33 insertions(+), 2 deletions(-)  create mode 100644 
+ext/spl/tests/bug78863.phpt
+
+diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 
+91ea2e0265..56e809b1c7 100644
+--- a/ext/spl/spl_directory.c
 b/ext/spl/spl_directory.c
+@@ -708,10 +708,10 @@ void 
+spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long 
+cto
+ 
+   if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_FLAGS)) {
+   flags = 
SPL_FILE_DIR_KEY_AS_PATHNAME|SPL_FILE_DIR_CURRENT_AS_FILEINFO;
+-  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &path, 
&len, &flags);
++  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &path, 
&len, 
++&flags);
+   } else {
+   flags = 
SPL_FILE_DIR_KEY_AS_PATHNAME|SPL_FILE_DIR_CURRENT_AS_SELF;
+-  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "s", &path, 
&len);
++  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "p", &path, 
&len);
+   }
+   if (SPL_HAS_FLAG(ctor_flags, SPL_FILE_DIR_SKIPDOTS)) {
+   flags |= SPL_FILE_DIR_SKIPDOTS;
+diff --git a/ext/spl/tests/bug78863.phpt b/ext/spl/tests/bug78863.phpt 
+new file mode 100644 index 00..dc88d98dee
+--- /dev/null
 b/ext/spl/tests/bug78863.phpt
+@@ -0,0 +1,31 @@
++--TEST--
++Bug #78863 (DirectoryIterator class silently truncates after a null 
++byte)
++--FILE--
++isDot()) {
++var_dump($fileinfo->getFilename());
++}
++}
++?>
++--EXPECTF--
++Fatal error: Uncaught UnexpectedValueException: 
++DirectoryIterator::__construct() expects parameter 1 to be a valid path, 
string given in %s:%d Stack trace:
++#0 %s(%d): DirectoryIterator->__construct('%s')
++#1 {main}
++  thrown in %s on line %d
++--CLEAN--
++
+--
+2.11.0
diff --git a/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch 
b/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
new file mode 100644
index 0..711b8525a
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
@@ -0,0 +1,59 @@
+From 2d07f00b73d8f94099850e0f5983e1cc5817c196 Mon Sep 17 00:00:00 2001
+From: "Christoph M. Becker" 
+Date: Sat, 30 Nov 2019 12:26:37 +0100
+Subject: [PATCH] Fix #78878: Buffer underflow in bc_shift_addsub
+
+We must not rely on `isdigit()` to detect digits, since we only support 
+decimal ASCII digits in the following processing.
+
+(cherry picked from commit eb23c6008753b1cdc5359dead3a096dce46c9018)
+
+Upstream-Status: Accepted
+CVE: CVE-2019-11046
+   
+Reference to upstream patch:
+http://git.php.net/?p=php-src.git;a=commit;h=eb23c6008753b1cdc5359de

Re: [oe] [meta-oe][zeus][PATCH] opensc: CVE-2019-19479 CVE-2019-19480

2020-04-07 Thread Wang Mingyu
Ping

-Original Message-
From: Wang, Mingyu 
Sent: Friday, March 13, 2020 7:10 PM
To: openembedded-devel@lists.openembedded.org
Cc: Wang, Mingyu 
Subject: [oe] [meta-oe][zeus][PATCH] opensc: CVE-2019-19479 CVE-2019-19480

Security Advisory

References
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19479
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19480

Signed-off-by: Wang Mingyu 
---
 .../opensc/opensc/CVE-2019-19479.patch| 30 
 .../opensc/opensc/CVE-2019-19480.patch| 34 +++
 .../recipes-support/opensc/opensc_0.19.0.bb   |  2 ++
 3 files changed, 66 insertions(+)
 create mode 100644 meta-oe/recipes-support/opensc/opensc/CVE-2019-19479.patch
 create mode 100644 meta-oe/recipes-support/opensc/opensc/CVE-2019-19480.patch

diff --git a/meta-oe/recipes-support/opensc/opensc/CVE-2019-19479.patch 
b/meta-oe/recipes-support/opensc/opensc/CVE-2019-19479.patch
new file mode 100644
index 0..73222ee1a
--- /dev/null
+++ b/meta-oe/recipes-support/opensc/opensc/CVE-2019-19479.patch
@@ -0,0 +1,30 @@
+From c3f23b836e5a1766c36617fe1da30d22f7b63de2 Mon Sep 17 00:00:00 2001
+From: Frank Morgner 
+Date: Sun, 3 Nov 2019 04:45:28 +0100
+Subject: [PATCH] fixed  UNKNOWN READ
+
+Upstream-Status: Accepted 
+CVE: CVE-2019-19479
+   
+Reported by OSS-Fuzz
+https://oss-fuzz.com/testcase-detail/5681169970757632
+
+Reference to upstream patch:
+https://github.com/OpenSC/OpenSC/commit/c3f23b836e5a1766c36617fe1da30d2
+2f7b63de2
+---
+ src/libopensc/card-setcos.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libopensc/card-setcos.c b/src/libopensc/card-setcos.c 
+index 4cf328ad6a..1b4e8f3e23 100644
+--- a/src/libopensc/card-setcos.c
 b/src/libopensc/card-setcos.c
+@@ -868,7 +868,7 @@ static void parse_sec_attr_44(sc_file_t *file, const u8 
*buf, size_t len)
+   }
+ 
+   /* Encryption key present ? */
+-  iPinCount = iACLen - 1; 
++  iPinCount = iACLen > 0 ? iACLen - 1 : 0;
+ 
+   if (buf[iOffset] & 0x20) {
+   int iSC;
diff --git a/meta-oe/recipes-support/opensc/opensc/CVE-2019-19480.patch 
b/meta-oe/recipes-support/opensc/opensc/CVE-2019-19480.patch
new file mode 100644
index 0..12c1f0b4a
--- /dev/null
+++ b/meta-oe/recipes-support/opensc/opensc/CVE-2019-19480.patch
@@ -0,0 +1,34 @@
+From 6ce6152284c47ba9b1d4fe8ff9d2e6a3f5ee02c7 Mon Sep 17 00:00:00 2001
+From: Jakub Jelen 
+Date: Wed, 23 Oct 2019 09:22:44 +0200
+Subject: [PATCH] pkcs15-prkey: Simplify cleaning memory after failure
+
+https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18478
+
+Upstream-Status: Accepted
+CVE: CVE-2019-19480
+
+Reference to upstream patch:
+https://github.com/OpenSC/OpenSC/commit/6ce6152284c47ba9b1d4fe8ff9d2e6a
+3f5ee02c7
+---
+ src/libopensc/pkcs15-prkey.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/libopensc/pkcs15-prkey.c 
+b/src/libopensc/pkcs15-prkey.c index d3eee983..4b249582 100644
+--- a/src/libopensc/pkcs15-prkey.c
 b/src/libopensc/pkcs15-prkey.c
+@@ -258,6 +258,10 @@ int sc_pkcs15_decode_prkdf_entry(struct sc_pkcs15_card 
*p15card,
+   memset(gostr3410_params, 0, sizeof(gostr3410_params));
+ 
+   r = sc_asn1_decode_choice(ctx, asn1_prkey, *buf, *buflen, buf, 
+ buflen);
++  if (r < 0) {
++  /* This might have allocated something. If so, clear it now */
++  free(info.subject.value);
++}
+   if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
+   return r;
+   LOG_TEST_RET(ctx, r, "PrKey DF ASN.1 decoding failed");
+--
+2.17.1
+
diff --git a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb 
b/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
index bc1722e39..d26825a06 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.19.0.bb
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 SRCREV = "f1691fc91fc113191c3a8aaf5facd6983334ec47"
 SRC_URI = "git://github.com/OpenSC/OpenSC \
file://0001-Remove-redundant-logging.patch \
+   file://CVE-2019-19479.patch \
+   file://CVE-2019-19480.patch \
   "
 DEPENDS = "openct pcsc-lite virtual/libiconv openssl"
 
--
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83811): 
https://lists.openembedded.org/g/openembedded-devel/message/83811
Mute This Topic: https://lists.openembedded.org/mt/72311963/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [meta-oe][zeus][PATCH] libssh2: CVE-2019-17498.patch

2020-04-07 Thread Wang Mingyu
Ping

-Original Message-
From: Wang, Mingyu
Sent: Friday, March 13, 2020 7:10 PM
To: openembedded-devel@lists.openembedded.org
Cc: Wang, Mingyu
Subject: [oe] [meta-oe][zeus][PATCH] libssh2: CVE-2019-17498.patch

Security Advisory

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17498

Signed-off-by: Wang Mingyu 
---
 .../libssh2/libssh2/CVE-2019-17498.patch  | 131 ++
 .../recipes-support/libssh2/libssh2_1.8.2.bb  |   1 +
 2 files changed, 132 insertions(+)
 create mode 100644 meta-oe/recipes-support/libssh2/libssh2/CVE-2019-17498.patch

diff --git a/meta-oe/recipes-support/libssh2/libssh2/CVE-2019-17498.patch 
b/meta-oe/recipes-support/libssh2/libssh2/CVE-2019-17498.patch
new file mode 100644
index 0..f60764c92
--- /dev/null
+++ b/meta-oe/recipes-support/libssh2/libssh2/CVE-2019-17498.patch
@@ -0,0 +1,131 @@
+From dedcbd106f8e52d5586b0205bc7677e4c9868f9c Mon Sep 17 00:00:00 2001
+From: Will Cosgrove 
+Date: Fri, 30 Aug 2019 09:57:38 -0700
+Subject: [PATCH] packet.c: improve message parsing (#402)
+
+* packet.c: improve parsing of packets
+
+file: packet.c
+
+notes:
+Use _libssh2_get_string API in SSH_MSG_DEBUG/SSH_MSG_DISCONNECT. Additional 
uint32 bounds check in SSH_MSG_GLOBAL_REQUEST.
+
+Upstream-Status: Accepted
+CVE: CVE-2019-17498
+
+Reference to upstream patch:
+https://github.com/libssh2/libssh2/commit/dedcbd106f8e52d5586b0205bc767
+7e4c9868f9c
+
+---
+ src/packet.c | 68 ++--
+ 1 file changed, 29 insertions(+), 39 deletions(-)
+
+diff --git a/src/packet.c b/src/packet.c index 38ab6294..2e01bfc5 
+100644
+--- a/src/packet.c
 b/src/packet.c
+@@ -416,8 +416,8 @@ _libssh2_packet_add(LIBSSH2_SESSION * session, unsigned 
char *data,
+ size_t datalen, int macstate)  {
+ int rc = 0;
+-char *message = NULL;
+-char *language = NULL;
++unsigned char *message = NULL;
++unsigned char *language = NULL;
+ size_t message_len = 0;
+ size_t language_len = 0;
+ LIBSSH2_CHANNEL *channelp = NULL;
+@@ -469,33 +469,23 @@ _libssh2_packet_add(LIBSSH2_SESSION * session, 
+unsigned char *data,
+ 
+ case SSH_MSG_DISCONNECT:
+ if(datalen >= 5) {
+-size_t reason = _libssh2_ntohu32(data + 1);
++uint32_t reason = 0;
++struct string_buf buf;
++buf.data = (unsigned char *)data;
++buf.dataptr = buf.data;
++buf.len = datalen;
++buf.dataptr++; /* advance past type */
+ 
+-if(datalen >= 9) {
+-message_len = _libssh2_ntohu32(data + 5);
++_libssh2_get_u32(&buf, &reason);
++_libssh2_get_string(&buf, &message, &message_len);
++_libssh2_get_string(&buf, &language, &language_len);
+ 
+-if(message_len < datalen-13) {
+-/* 9 = packet_type(1) + reason(4) + message_len(4) */
+-message = (char *) data + 9;
+-
+-language_len =
+-_libssh2_ntohu32(data + 9 + message_len);
+-language = (char *) data + 9 + message_len + 4;
+-
+-if(language_len > (datalen-13-message_len)) {
+-/* bad input, clear info */
+-language = message = NULL;
+-language_len = message_len = 0;
+-}
+-}
+-else
+-/* bad size, clear it */
+-message_len = 0;
+-}
+ if(session->ssh_msg_disconnect) {
+-LIBSSH2_DISCONNECT(session, reason, message,
+-   message_len, language, language_len);
++LIBSSH2_DISCONNECT(session, reason, (const char *)message,
++   message_len, (const char *)language,
++   language_len);
+ }
++
+ _libssh2_debug(session, LIBSSH2_TRACE_TRANS,
+"Disconnect(%d): %s(%s)", reason,
+message, language); @@ -534,23 +526,24 
+@@ _libssh2_packet_add(LIBSSH2_SESSION * session, unsigned char *data,
+ int always_display = data[1];
+ 
+ if(datalen >= 6) {
+-message_len = _libssh2_ntohu32(data + 2);
+-
+-if(message_len <= (datalen - 10)) {
+-/* 6 = packet_type(1) + display(1) + message_len(4) */
+-message = (char *) data + 6;
+-language_len = _libssh2_ntohu32(data + 6 +
+-message_len);
+-
+-   

[oe] [meta-perl] [PATCH] libio-socket-ssl-perl: upgrade 2.067 -> 2.068

2020-04-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 ...ocket-ssl-perl_2.067.bb => libio-socket-ssl-perl_2.068.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_2.067.bb => 
libio-socket-ssl-perl_2.068.bb} (91%)

diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.067.bb 
b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb
similarity index 91%
rename from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.067.bb
rename to meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb
index c262d3a21..fc9786bec 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.067.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb
@@ -22,8 +22,8 @@ RDEPENDS_${PN} += "\
 SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz \
file://run-ptest \
   "
-SRC_URI[md5sum] = "1d55e9f66ca442f4e0ae4d018e3067fc"
-SRC_URI[sha256sum] = 
"ef8842806d047cf56e2af64add4ed30b24547bcbb50e8df33cee0c54609af1c1"
+SRC_URI[md5sum] = "4230c829c8875889848093b2b46a7284"
+SRC_URI[sha256sum] = 
"4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9"
 
 S = "${WORKDIR}/IO-Socket-SSL-${PV}"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83807): 
https://lists.openembedded.org/g/openembedded-devel/message/83807
Mute This Topic: https://lists.openembedded.org/mt/72865917/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] collectd: upgrade 5.10.0 -> 5.11.0

2020-04-07 Thread Wang Mingyu
refresh 0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch

Signed-off-by: Wang Mingyu 
---
 ...-sys-sysctl.h-on-glibc-based-systems.patch | 57 +--
 ...{collectd_5.10.0.bb => collectd_5.11.0.bb} |  4 +-
 2 files changed, 3 insertions(+), 58 deletions(-)
 rename meta-oe/recipes-extended/collectd/{collectd_5.10.0.bb => 
collectd_5.11.0.bb} (96%)

diff --git 
a/meta-oe/recipes-extended/collectd/collectd/0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch
 
b/meta-oe/recipes-extended/collectd/collectd/0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch
index 57044057b..7948788f9 100644
--- 
a/meta-oe/recipes-extended/collectd/collectd/0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch
+++ 
b/meta-oe/recipes-extended/collectd/collectd/0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch
@@ -17,40 +17,10 @@ Upstream-Status: Submitted
 [https://github.com/collectd/collectd/pull/3234]
 Signed-off-by: Khem Raj 
 ---
- src/cpu.c   | 2 +-
- src/memory.c| 2 +-
  src/processes.c | 2 +-
- src/swap.c  | 2 +-
  src/uptime.c| 2 +-
- src/uuid.c  | 2 +-
- 6 files changed, 6 insertions(+), 6 deletions(-)
+ 2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/src/cpu.c b/src/cpu.c
-index 09d60fe..9d12623 100644
 a/src/cpu.c
-+++ b/src/cpu.c
-@@ -60,7 +60,7 @@
- 
- #if (defined(HAVE_SYSCTL) && HAVE_SYSCTL) ||  
 \
- (defined(HAVE_SYSCTLBYNAME) && HAVE_SYSCTLBYNAME)
--#ifdef HAVE_SYS_SYSCTL_H
-+#if defined(HAVE_SYS_SYSCTL_H) && !defined(__GLIBC__)
- #include 
- #endif
- 
-diff --git a/src/memory.c b/src/memory.c
-index 10bccde..50a8086 100644
 a/src/memory.c
-+++ b/src/memory.c
-@@ -28,7 +28,7 @@
- #include "plugin.h"
- #include "utils/common/common.h"
- 
--#ifdef HAVE_SYS_SYSCTL_H
-+#if defined(HAVE_SYS_SYSCTL_H) && !defined(__GLIBC__)
- #include 
- #endif
- #ifdef HAVE_SYS_VMMETER_H
 diff --git a/src/processes.c b/src/processes.c
 index f83913a..9f71511 100644
 --- a/src/processes.c
@@ -64,19 +34,6 @@ index f83913a..9f71511 100644
  #include 
  #endif
  /* #endif HAVE_THREAD_INFO */
-diff --git a/src/swap.c b/src/swap.c
-index 61c9e28..5a475e4 100644
 a/src/swap.c
-+++ b/src/swap.c
-@@ -49,7 +49,7 @@
- #if HAVE_SYS_PARAM_H
- #include 
- #endif
--#if HAVE_SYS_SYSCTL_H
-+#if defined(HAVE_SYS_SYSCTL_H) && !defined(__GLIBC__)
- #include 
- #endif
- #if HAVE_SYS_DKSTAT_H
 diff --git a/src/uptime.c b/src/uptime.c
 index 0892bda..4b15150 100644
 --- a/src/uptime.c
@@ -90,18 +47,6 @@ index 0892bda..4b15150 100644
  #include 
  /* Using sysctl interface to retrieve the boot time on *BSD / Darwin / OS X
   * systems */
-diff --git a/src/uuid.c b/src/uuid.c
-index 60d09b5..17e4dd8 100644
 a/src/uuid.c
-+++ b/src/uuid.c
-@@ -29,7 +29,7 @@
- #include "plugin.h"
- #include "utils/common/common.h"
- 
--#if HAVE_SYS_SYSCTL_H
-+#if defined(HAVE_SYS_SYSCTL_H) && !defined(__GLIBC__)
- #include 
- #endif
  
 -- 
 2.17.1
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.10.0.bb 
b/meta-oe/recipes-extended/collectd/collectd_5.11.0.bb
similarity index 96%
rename from meta-oe/recipes-extended/collectd/collectd_5.10.0.bb
rename to meta-oe/recipes-extended/collectd/collectd_5.11.0.bb
index df3a5b204..a70e82e03 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.10.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.11.0.bb
@@ -15,8 +15,8 @@ SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \
file://0006-libcollectdclient-Fix-string-overflow-errors.patch \

file://0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch \
"
-SRC_URI[md5sum] = "a8344a199b124711bdbec57f1c0b624f"
-SRC_URI[sha256sum] = 
"a03359f563023e744c2dc743008a00a848f4cd506e072621d86b6d8313c0375b"
+SRC_URI[md5sum] = "13b1c946f6684abe453e24b5cd80ec45"
+SRC_URI[sha256sum] = 
"37b10a806e34aa8570c1cafa6006c604796fae13cc2e1b3e630d33dcba9e5db2"
 
 inherit autotools python3native update-rc.d pkgconfig systemd
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83806): 
https://lists.openembedded.org/g/openembedded-devel/message/83806
Mute This Topic: https://lists.openembedded.org/mt/72865915/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH] python3-aws-iot-device-sdk-python: upgrade 1.4.7 -> 1.4.8

2020-04-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 ...on_1.4.7.bb => python3-aws-iot-device-sdk-python_1.4.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-python/recipes-devtools/python/{python3-aws-iot-device-sdk-python_1.4.7.bb 
=> python3-aws-iot-device-sdk-python_1.4.8.bb} (89%)

diff --git 
a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.7.bb
 
b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.8.bb
similarity index 89%
rename from 
meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.7.bb
rename to 
meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.8.bb
index 78e024bd1..f763067cf 100644
--- 
a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.7.bb
+++ 
b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.8.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "\
 
file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9
 \
 "
 
-SRC_URI[md5sum] = "2b3df629827d8bc18ca4d927b4885a17"
-SRC_URI[sha256sum] = 
"7e67c8cfeee8a1c8fd251bcc418de9d4dca697753565c9a9e614525179d9555d"
+SRC_URI[md5sum] = "d05596f02774ea39517765c5dced874a"
+SRC_URI[sha256sum] = 
"bcd68cb7fdb044dbd5e5d3a02c311b25717c0376168e7c992982130f19c51b03"
 
 inherit pypi setuptools3
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83809): 
https://lists.openembedded.org/g/openembedded-devel/message/83809
Mute This Topic: https://lists.openembedded.org/mt/72865920/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] dialog: upgrade 1.3-20190808 -> 1.3-20200327

2020-04-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../dialog/{dialog_1.3-20190808.bb => dialog_1.3-20200327.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/dialog/{dialog_1.3-20190808.bb => 
dialog_1.3-20200327.bb} (86%)

diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20190808.bb 
b/meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb
similarity index 86%
rename from meta-oe/recipes-extended/dialog/dialog_1.3-20190808.bb
rename to meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb
index a1acfcd00..5ac9b8902 100644
--- a/meta-oe/recipes-extended/dialog/dialog_1.3-20190808.bb
+++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20200327.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
 SRC_URI = "ftp://ftp.invisible-island.net/${BPN}/${BP}.tgz \
   "
-SRC_URI[md5sum] = "f48b597251a26c522002736652e0300c"
-SRC_URI[sha256sum] = 
"886e12f2cf3df36cde65f32f6ae52bc598eb2599a611b1d8ce5dfdea599e47e2"
+SRC_URI[md5sum] = "f7a3c240af305b5282af590541e8f4b7"
+SRC_URI[sha256sum] = 
"466163e8b97c2b7709d00389199add3156bd813f60ccb0335d0a30f2d4a17f99"
 
 # hardcoded here for use in dialog-static recipe
 S = "${WORKDIR}/dialog-${PV}"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83808): 
https://lists.openembedded.org/g/openembedded-devel/message/83808
Mute This Topic: https://lists.openembedded.org/mt/72865919/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking] [PATCH] postfix: upgrade 3.4.7 -> 3.4.8

2020-04-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../postfix/{postfix_3.4.7.bb => postfix_3.4.8.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-daemons/postfix/{postfix_3.4.7.bb => 
postfix_3.4.8.bb} (84%)

diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.4.7.bb 
b/meta-networking/recipes-daemons/postfix/postfix_3.4.8.bb
similarity index 84%
rename from meta-networking/recipes-daemons/postfix/postfix_3.4.7.bb
rename to meta-networking/recipes-daemons/postfix/postfix_3.4.8.bb
index 3699ee58d..5d7f8bc9f 100644
--- a/meta-networking/recipes-daemons/postfix/postfix_3.4.7.bb
+++ b/meta-networking/recipes-daemons/postfix/postfix_3.4.8.bb
@@ -15,7 +15,7 @@ SRC_URI += 
"ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P

file://0001-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \

file://0001-Fixed-build-failure-with-glibc-2.30-due-to-dropped-R.patch \
"
-SRC_URI[md5sum] = "b29ab85e8f6ef7fae132b004e777671b"
-SRC_URI[sha256sum] = 
"fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967"
+SRC_URI[md5sum] = "6944b946887077a28e3dcb375ff53701"
+SRC_URI[sha256sum] = 
"8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943"
 
 UPSTREAM_CHECK_REGEX = "postfix\-(?P3\.3(\.\d+)+).tar.gz"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83805): 
https://lists.openembedded.org/g/openembedded-devel/message/83805
Mute This Topic: https://lists.openembedded.org/mt/72865912/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] byacc: upgrade 20191125 -> 20200330

2020-04-07 Thread Wang Mingyu
-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu 
---
 .../byacc/{byacc_20191125.bb => byacc_20200330.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/byacc/{byacc_20191125.bb => byacc_20200330.bb} 
(58%)

diff --git a/meta-oe/recipes-extended/byacc/byacc_20191125.bb 
b/meta-oe/recipes-extended/byacc/byacc_20200330.bb
similarity index 58%
rename from meta-oe/recipes-extended/byacc/byacc_20191125.bb
rename to meta-oe/recipes-extended/byacc/byacc_20200330.bb
index a4e57f5c1..975311c92 100644
--- a/meta-oe/recipes-extended/byacc/byacc_20191125.bb
+++ b/meta-oe/recipes-extended/byacc/byacc_20200330.bb
@@ -4,8 +4,8 @@
 # Setting to PD as this is what the upstream has it as.
 
 LICENSE = "PD"
-LIC_FILES_CHKSUM = 
"file://package/debian/copyright;md5=3eb7c635434fafe23ef30fc263e63b2f"
+LIC_FILES_CHKSUM = 
"file://package/debian/copyright;md5=262857ec5923f073fa06a1f1812225ea"
 require byacc.inc
 
-SRC_URI[md5sum] = "6745a4fbf0723c4c9280fc3e568b3d1b"
-SRC_URI[sha256sum] = 
"071c2ebe36afaa8448b80e893473a681e63a3b8a4ed636c0d675780a02411cde"
+SRC_URI[md5sum] = "decf6e6b82ea2efae6bbad32dda8"
+SRC_URI[sha256sum] = 
"e099e2dd8a684d739ac6b9a0e43d468314a5bc34fd21466502d120b18df51fb0"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83804): 
https://lists.openembedded.org/g/openembedded-devel/message/83804
Mute This Topic: https://lists.openembedded.org/mt/72865911/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] mdns: upgrade 878.260.1 -> 878.270.2

2020-04-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../mdns/{mdns_878.260.1.bb => mdns_878.270.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-protocols/mdns/{mdns_878.260.1.bb => 
mdns_878.270.2.bb} (96%)

diff --git a/meta-networking/recipes-protocols/mdns/mdns_878.260.1.bb 
b/meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb
similarity index 96%
rename from meta-networking/recipes-protocols/mdns/mdns_878.260.1.bb
rename to meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb
index a5991bf73..0f8dc92df 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_878.260.1.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb
@@ -23,8 +23,8 @@ SRC_URI = 
"https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-${P
file://0010-Handle-errors-from-socket-calls.patch;patchdir=.. \

file://0011-Change-a-dynamic-allocation-to-file-scope-variable.patch;patchdir=..
 \
"
-SRC_URI[md5sum] = "aeb92d838a4aa2402ef128ed501484eb"
-SRC_URI[sha256sum] = 
"3cc71582e8eee469c2de8ecae1d769e7f32b3468dfb7f2ca77f1dee1f30a7d1e"
+SRC_URI[md5sum] = "4e139a8e1133349006b0436291c9e29b"
+SRC_URI[sha256sum] = 
"2cef0ee9900504c5277fb81de0a28e6c0835fe482ebecf1067c6864f5c4eda74"
 
 PARALLEL_MAKE = ""
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83803): 
https://lists.openembedded.org/g/openembedded-devel/message/83803
Mute This Topic: https://lists.openembedded.org/mt/72865909/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[PATCH 2/2] [oe] [meta-networking][PATCH] conntrack-tools: upgrade 1.4.5 -> 1.4.6

2020-04-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../{conntrack-tools_1.4.5.bb => conntrack-tools_1.4.6.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-networking/recipes-filter/conntrack-tools/{conntrack-tools_1.4.5.bb => 
conntrack-tools_1.4.6.bb} (91%)

diff --git 
a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.5.bb 
b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb
similarity index 91%
rename from 
meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.5.bb
rename to 
meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb
index 51e0ec1a6..ad50a89a4 100644
--- a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.5.bb
+++ b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb
@@ -12,8 +12,8 @@ SRC_URI = 
"http://www.netfilter.org/projects/conntrack-tools/files/conntrack-too
 file://conntrack-failover \
 file://init \
 "
-SRC_URI[tar.md5sum] = "9356a0cd4df81a597ac26d87ccfebac4"
-SRC_URI[tar.sha256sum] = 
"36c6d99c7684851d4d72e75bd07ff3f0ff1baaf4b6f069eb7244990cd1a9a462"
+SRC_URI[tar.md5sum] = "a9dc7567921213007def78ad72313109"
+SRC_URI[tar.sha256sum] = 
"590859cc848245dbfd9c6487761dd303b3a1771e007f4f42213063ca56205d5f"
 
 inherit autotools update-rc.d pkgconfig
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83802): 
https://lists.openembedded.org/g/openembedded-devel/message/83802
Mute This Topic: https://lists.openembedded.org/mt/72865880/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[PATCH 1/2] [oe] [meta-networking][PATCH] libnetfilter-conntrack: upgrade 1.0.7 -> 1.0.8

2020-04-07 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 ...ter-conntrack_1.0.7.bb => libnetfilter-conntrack_1.0.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-networking/recipes-filter/libnetfilter/{libnetfilter-conntrack_1.0.7.bb => 
libnetfilter-conntrack_1.0.8.bb} (80%)

diff --git 
a/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.7.bb 
b/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.8.bb
similarity index 80%
rename from 
meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.7.bb
rename to 
meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.8.bb
index 5c8150156..cd8943393 100644
--- 
a/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.7.bb
+++ 
b/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.8.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 DEPENDS = "libnfnetlink libmnl"
 
 SRC_URI = 
"https://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2";
-SRC_URI[md5sum] = "013d182c2df716fcb5eb2a1fb7febd1f"
-SRC_URI[sha256sum] = 
"33685351e29dff93cc21f5344b6e628e41e32b9f9e567f4bec0478eb41f989b6"
+SRC_URI[md5sum] = "3121b55acf97322db830da75d8407cba"
+SRC_URI[sha256sum] = 
"0cd13be008923528687af6c6b860f35392d49251c04ee0648282d36b1faec1cf"
 
 S = "${WORKDIR}/libnetfilter_conntrack-${PV}"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83801): 
https://lists.openembedded.org/g/openembedded-devel/message/83801
Mute This Topic: https://lists.openembedded.org/mt/72865877/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python] [PATCH] python3-alembic: upgrade 1.4.0 -> 1.4.2

2020-04-01 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../{python3-alembic_1.4.0.bb => python3-alembic_1.4.2.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.4.0.bb => 
python3-alembic_1.4.2.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.4.0.bb 
b/meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-alembic_1.4.0.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
index 8247166da..22630604b 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=bd64aba1b968c2bfbc2b525a181ce85c"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "758b28361557e45c79c454d662131a83"
-SRC_URI[sha256sum] = 
"2df2519a5b002f881517693b95626905a39c5faf4b5a1f94de4f1441095d1d26"
+SRC_URI[md5sum] = "1d67bdbd3abd33f0319afcd29bc59686"
+SRC_URI[sha256sum] = 
"035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83607): 
https://lists.openembedded.org/g/openembedded-devel/message/83607
Mute This Topic: https://lists.openembedded.org/mt/72716529/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-webserver][PATCH] phpmyadmin: upgrade 4.9.2 -> 5.0.2

2020-04-01 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../phpmyadmin/{phpmyadmin_4.9.2.bb => phpmyadmin_5.0.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_4.9.2.bb => 
phpmyadmin_5.0.2.bb} (91%)

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.9.2.bb 
b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.0.2.bb
similarity index 91%
rename from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.9.2.bb
rename to meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.0.2.bb
index 34943de30..ac878c5fd 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.9.2.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.0.2.bb
@@ -11,8 +11,8 @@ SRC_URI = 
"https://files.phpmyadmin.net/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-la
file://apache.conf \
 "
 
-SRC_URI[md5sum] = "5b5d1d84a05624430ac659e36af00f4e"
-SRC_URI[sha256sum] = 
"3bc3e37fefbdfcaf12fd59d6d7fdbf11ffcffe3e211155bf5b822b54a3c2043e"
+SRC_URI[md5sum] = "442eb85912d3a2ad2fc0b9d6c21b1527"
+SRC_URI[sha256sum] = 
"cbcc78d1499308d9329950fcba2ebaa84c559a934fe54efc027d459d8e4161c8"
 
 UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/";
 UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P\d+(\.\d+)+)-all-languages.tar.xz"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83608): 
https://lists.openembedded.org/g/openembedded-devel/message/83608
Mute This Topic: https://lists.openembedded.org/mt/72716531/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-webserver] [PATCH] nostromo: upgrade 1.9.6 -> 1.9.7

2020-04-01 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../nostromo/{nostromo_1.9.6.bb => nostromo_1.9.7.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-webserver/recipes-httpd/nostromo/{nostromo_1.9.6.bb => 
nostromo_1.9.7.bb} (94%)

diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb 
b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.7.bb
similarity index 94%
rename from meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb
rename to meta-webserver/recipes-httpd/nostromo/nostromo_1.9.7.bb
index a6b1ff0fc..d13ef74fe 100644
--- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb
+++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.7.bb
@@ -11,8 +11,8 @@ SRC_URI = "http://www.nazgul.ch/dev/${BPN}-${PV}.tar.gz \
file://nostromo \
 "
 
-SRC_URI[md5sum] = "27aa241d78ff78920354c3e03a5026ea"
-SRC_URI[sha256sum] = 
"541494ecfeafec58c0876ccc90cc23b06e0144f6f42029af44c7cdb1f411e8eb"
+SRC_URI[md5sum] = "6189714845b3ad5d0fc490f8cf48dacf"
+SRC_URI[sha256sum] = 
"33c635f317fb441e10d5297bb4218ae0ea62c48f2fc3029c08f5d2167c6cdfca"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83606): 
https://lists.openembedded.org/g/openembedded-devel/message/83606
Mute This Topic: https://lists.openembedded.org/mt/72716528/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941

2020-04-01 Thread Wang Mingyu
refresh the folloing patches:
disable-version-check.patch
net-generic.patch
net-lib.pl.patch

-License-Update: add "BSD 3-Clause License" to license file

Signed-off-by: Wang Mingyu 
---
 .../webmin/files/disable-version-check.patch  | 24 +++-
 .../webmin/files/net-generic.patch| 37 ++-
 .../webmin/files/net-lib.pl.patch | 17 ++---
 .../{webmin_1.850.bb => webmin_1.941.bb}  |  6 +--
 4 files changed, 49 insertions(+), 35 deletions(-)
 rename meta-webserver/recipes-webadmin/webmin/{webmin_1.850.bb => 
webmin_1.941.bb} (97%)

diff --git 
a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch 
b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
index 9aad894e0..61b56bf5a 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
@@ -6,12 +6,15 @@ the moment.
 Upstream-status: Inappropriate
 
 Signed-off-by: Paul Eggleton 
+---
+ webmin/webmin-lib.pl | 44 ++--
+ 1 file changed, 22 insertions(+), 22 deletions(-)
 
-Index: webmin-1.850/webmin/webmin-lib.pl
-===
 webmin-1.850.orig/webmin/webmin-lib.pl
-+++ webmin-1.850/webmin/webmin-lib.pl
-@@ -1112,28 +1112,28 @@ my %miniserv;
+diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl
+index dad6cfc..73821f0 100755
+--- a/webmin/webmin-lib.pl
 b/webmin/webmin-lib.pl
+@@ -1130,28 +1130,28 @@ my %miniserv;
  &load_theme_library();# So that UI functions work
  
  # Need OS upgrade
@@ -24,12 +27,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
 -  my ($minor) = split(/\./, $gconfig{'os_version'});
 -  if ($realos{'os_type'} eq $gconfig{'os_type'} &&
 -  $realminor == $minor) {
--  # Only the minor version number changed - no need to apply
+-  # Only the minor version number changed - just apply silently
 -  &apply_new_os_version(\%realos);
 -  }
 -  else {
 -  # Large enough change to tell the user
--  push(@notifs, 
+-  push(@notifs,
 -  &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
 -  &text('os_incorrect', $realos{'real_os_type'},
 -$realos{'real_os_version'})."\n".
@@ -46,12 +49,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
 +# my ($minor) = split(/\./, $gconfig{'os_version'});
 +# if ($realos{'os_type'} eq $gconfig{'os_type'} &&
 +# $realminor == $minor) {
-+# # Only the minor version number changed - no need to apply
++# # Only the minor version number changed - just apply silently
 +# &apply_new_os_version(\%realos);
 +# }
 +# else {
 +# # Large enough change to tell the user
-+# push(@notifs, 
++# push(@notifs,
 +# &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
 +# &text('os_incorrect', $realos{'real_os_type'},
 +#   $realos{'real_os_version'})."\n".
@@ -62,3 +65,6 @@ Index: webmin-1.850/webmin/webmin-lib.pl
  
  # Password close to expiry
  my $warn_days = $config{'warn_days'};
+-- 
+2.17.1
+
diff --git a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch 
b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
index 554939285..a995d4b93 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
@@ -1,25 +1,26 @@
-# Add support for configuring network interfaces on a generic linux system
+# Add support for configuring network interfaces on a generic linux
+# system
 #
 # Upstream-status: Not appropriate [config]
 #
 # Signed-off-by: Paul Eggleton 
-Index: webmin-1.850/net/module.info
-===
 webmin-1.850.orig/net/module.info
-+++ webmin-1.850/net/module.info
-@@ -14,7 +14,7 @@ desc_ko_KR.UTF-8= ??
+---
+ net/module.info | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/net/module.info b/net/module.info
+index b23bf2d..8e3628e 100644
+--- a/net/module.info
 b/net/module.info
+@@ -1,7 +1,7 @@
+ version=1.941
+ longdesc=Configure boot time and active interfaces, DNS, routing and 
/etc/hosts.
  name=Networking
- desc_tr=A? Yap?land?rmas?
- desc_de=Netzwerkkonfiguration
 -os_support=solaris coherent-linux redhat-linux/5.0-* mandrake-linux 
united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* 
open

[oe] [meta-perl][PATCH] libtest-deep-perl: upgrade 1.128 -> 1.130

2020-04-01 Thread Wang Mingyu
lib/Test/Deep.pm: version update

Signed-off-by: Wang Mingyu 
---
 ...ibtest-deep-perl_1.128.bb => libtest-deep-perl_1.130.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-perl/recipes-perl/libtest/{libtest-deep-perl_1.128.bb => 
libtest-deep-perl_1.130.bb} (91%)

diff --git a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.128.bb 
b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
similarity index 91%
rename from meta-perl/recipes-perl/libtest/libtest-deep-perl_1.128.bb
rename to meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
index 44a915c5b..c82a1a170 100644
--- a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.128.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
@@ -23,11 +23,11 @@ SECTION = "libs"
 HOMEPAGE = "http://github.com/rjbs/Test-Deep/";
 
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-LIC_FILES_CHKSUM = 
"file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=aebc793c87a3d8771fe98d5d369898e7"
+LIC_FILES_CHKSUM = 
"file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=a897a42bafc3422cab17c2eb94f87a7c"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz"
-SRC_URI[md5sum] = "9bc47147ea720fc01bc6b214afb884ff"
-SRC_URI[sha256sum] = 
"852d7e836fba8269b0b755082051a24a1a309d015a8b76838790af9e3760092f"
+SRC_URI[md5sum] = "d466e471108f7f7a5df3802cb13761ac"
+SRC_URI[sha256sum] = 
"4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56"
 
 UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83605): 
https://lists.openembedded.org/g/openembedded-devel/message/83605
Mute This Topic: https://lists.openembedded.org/mt/72716527/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] strongswan: upgrade 5.8.2 -> 5.8.4

2020-03-31 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../strongswan/{strongswan_5.8.2.bb => strongswan_5.8.4.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/strongswan/{strongswan_5.8.2.bb => 
strongswan_5.8.4.bb} (97%)

diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.8.2.bb 
b/meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb
similarity index 97%
rename from meta-networking/recipes-support/strongswan/strongswan_5.8.2.bb
rename to meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb
index f05d69669..0a2733195 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.8.2.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb
@@ -12,8 +12,8 @@ SRC_URI = 
"http://download.strongswan.org/strongswan-${PV}.tar.bz2 \
file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \
"
 
-SRC_URI[md5sum] = "d94eac2caed51b0cc776e5887b10bace"
-SRC_URI[sha256sum] = 
"86900ddbe7337c923dadf2c8339ae8ed2b9158e3691745884d08ae534677430e"
+SRC_URI[md5sum] = "0634e7f40591bd3f6770e583c3f27d29"
+SRC_URI[sha256sum] = 
"2d9a57e33813b62d58cba07531c4d5a35c6b823dfe9b8ff7c623b6571f02553c"
 
 UPSTREAM_CHECK_REGEX = "strongswan-(?P\d+(\.\d+)+)\.tar"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83580): 
https://lists.openembedded.org/g/openembedded-devel/message/83580
Mute This Topic: https://lists.openembedded.org/mt/72691722/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] usb-modeswitch: upgrade 2.5.2 -> 2.6.0

2020-03-31 Thread Wang Mingyu
-License-Update:
  the followning message is added to COPYING file:
  The files usb_modeswitch.c, usb_modeswitch.h, usb_modeswitch.sh and
  usb_modeswitch_dispatcher.tcl are released under the conditions of
  the GPL 2 (or any later GPL version of your choice).
  The file dispatcher.c is released under the BSD-2-Clause

Signed-off-by: Wang Mingyu 
---
 .../{usb-modeswitch_2.5.2.bb => usb-modeswitch_2.6.0.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch_2.5.2.bb => 
usb-modeswitch_2.6.0.bb} (78%)

diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.2.bb 
b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.0.bb
similarity index 78%
rename from meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.2.bb
rename to meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.0.bb
index 33e40b36b..baad34090 100644
--- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.2.bb
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.0.bb
@@ -1,12 +1,12 @@
 SUMMARY = "A mode switching tool for controlling 'flip flop' (multiple device) 
USB gear"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=091556bd6d0154cd4c2d17a1bfc7380a"
 
 DEPENDS = "libusb1"
 
 SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2";
-SRC_URI[md5sum] = "16b9a8efa1bf8fbd7d5612757eae4f26"
-SRC_URI[sha256sum] = 
"abffac09c87eacd78e101545967dc25af7e989745b4276756d45dbf4008a2ea6"
+SRC_URI[md5sum] = "be73dcc84025794081a1d4d4e5a75e4c"
+SRC_URI[sha256sum] = 
"c215236e6bada6e659fc195a31d611ea298a4bdb4d57a0d68c553b56585f8ba3"
 
 inherit pkgconfig systemd
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83585): 
https://lists.openembedded.org/g/openembedded-devel/message/83585
Mute This Topic: https://lists.openembedded.org/mt/72691728/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] libdvdread: upgrade 6.0.2 -> 6.1.0

2020-03-31 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../libdvdread/{libdvdread_6.0.2.bb => libdvdread_6.1.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-multimedia/libdvdread/{libdvdread_6.0.2.bb => 
libdvdread_6.1.0.bb} (71%)

diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.0.2.bb 
b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.0.bb
similarity index 71%
rename from meta-oe/recipes-multimedia/libdvdread/libdvdread_6.0.2.bb
rename to meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.0.bb
index 2ca74f6da..edf84b8f5 100644
--- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.0.2.bb
+++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.0.bb
@@ -4,8 +4,8 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27"
 
 SRC_URI = 
"http://download.videolan.org/pub/videolan/libdvdread/${PV}/libdvdread-${PV}.tar.bz2";
-SRC_URI[md5sum] = "49990935174bf6b2fa501e789c578135"
-SRC_URI[sha256sum] = 
"f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0"
+SRC_URI[md5sum] = "0f74ad31ff9bf441e74036f540df"
+SRC_URI[sha256sum] = 
"501bbd7d1e7d5f2d2a0ff8d0a6ac2fbd7e5e7e0e80ef82fef818f43a30b4750c"
 
 inherit autotools lib_package binconfig pkgconfig
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83584): 
https://lists.openembedded.org/g/openembedded-devel/message/83584
Mute This Topic: https://lists.openembedded.org/mt/72691727/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] usb-modeswitch-data: upgrade 20170806 -> 20191128

2020-03-31 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 ...witch-data_20170806.bb => usb-modeswitch-data_20191128.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch-data_20170806.bb 
=> usb-modeswitch-data_20191128.bb} (75%)

diff --git 
a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170806.bb 
b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb
similarity index 75%
rename from 
meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170806.bb
rename to meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb
index 6abd94168..938c0f9c2 100644
--- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170806.bb
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb
@@ -7,8 +7,8 @@ inherit allarch
 DEPENDS += "tcl-native"
 
 SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2";
-SRC_URI[md5sum] = "fb50d15b52e909d742dd16f0a9882316"
-SRC_URI[sha256sum] = 
"ce413ef2a50e648e9c81bc3ea6110e7324a8bf981034fc9ec4467d3562563c2c"
+SRC_URI[md5sum] = "e8fce7eb949cbe16c61fb71bade4cc17"
+SRC_URI[sha256sum] = 
"3f039b60791c21c7cb15c7986cac89650f076dc274798fa242231b910785eaf9"
 
 do_install() {
 oe_runmake install DESTDIR=${D}
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83583): 
https://lists.openembedded.org/g/openembedded-devel/message/83583
Mute This Topic: https://lists.openembedded.org/mt/72691726/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] kpatch: upgrade 0.9.0 -> 0.9.1

2020-03-31 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-kernel/kpatch/kpatch_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-kernel/kpatch/kpatch_git.bb 
b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb
index 59dbc936f..ba3983e6f 100644
--- a/meta-oe/recipes-kernel/kpatch/kpatch_git.bb
+++ b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb
@@ -2,9 +2,9 @@ require kpatch.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCREV = "fd8209aa00525f3e6092eaccbc34f7ce13c4ebc9"
+SRCREV = "0c3c21930895f6582a5c9d9d797f7e11ff41ffb2"
 
-PV = "0.9.0"
+PV = "0.9.1"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83581): 
https://lists.openembedded.org/g/openembedded-devel/message/83581
Mute This Topic: https://lists.openembedded.org/mt/72691723/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] kea: upgrade 1.7.5 -> 1.7.6

2020-03-31 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../recipes-connectivity/kea/{kea_1.7.5.bb => kea_1.7.6.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/kea/{kea_1.7.5.bb => kea_1.7.6.bb} 
(93%)

diff --git a/meta-networking/recipes-connectivity/kea/kea_1.7.5.bb 
b/meta-networking/recipes-connectivity/kea/kea_1.7.6.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/kea/kea_1.7.5.bb
rename to meta-networking/recipes-connectivity/kea/kea_1.7.6.bb
index 38a256afd..51e361c58 100644
--- a/meta-networking/recipes-connectivity/kea/kea_1.7.5.bb
+++ b/meta-networking/recipes-connectivity/kea/kea_1.7.6.bb
@@ -14,8 +14,8 @@ SRC_URI = "\
 file://kea-dhcp6.service \
 file://kea-dhcp-ddns.service \
 "
-SRC_URI[md5sum] = "1f771e0209c9149bcf8fb91a25db03bf"
-SRC_URI[sha256sum] = 
"9b89b75cd8fd71e0ad7cb32c1b996177ba617bea2d162851eed42eea739e"
+SRC_URI[md5sum] = "26f48997a37a670a406d5020ce64a7fb"
+SRC_URI[sha256sum] = 
"1da3d50e0c8e92e1aa6d66100b5afd7b93ba2c50b0a4ea114fd9dcb8be982ca9"
 
 inherit autotools systemd
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83579): 
https://lists.openembedded.org/g/openembedded-devel/message/83579
Mute This Topic: https://lists.openembedded.org/mt/72691718/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] gsoap: update 2.8.99 -> 2.8.100

2020-03-31 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../gsoap/{gsoap_2.8.99.bb => gsoap_2.8.100.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/gsoap/{gsoap_2.8.99.bb => gsoap_2.8.100.bb} 
(89%)

diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.99.bb 
b/meta-oe/recipes-support/gsoap/gsoap_2.8.100.bb
similarity index 89%
rename from meta-oe/recipes-support/gsoap/gsoap_2.8.99.bb
rename to meta-oe/recipes-support/gsoap/gsoap_2.8.100.bb
index a5535ee91..0b4eac889 100644
--- a/meta-oe/recipes-support/gsoap/gsoap_2.8.99.bb
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.100.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=4f40a941379143186f9602242c3fb729 \
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}2/${BPN}_${PV}.zip \
"
-SRC_URI[md5sum] = "9bba04cf88211762ee4cf35e03c65662"
-SRC_URI[sha256sum] = 
"c1c99a64eecf96cfd781a611171b58a39326f5811eb98c619aa7c54ec7bcc84b"
+SRC_URI[md5sum] = "f0fc5394286753eff657cf62b46d024b"
+SRC_URI[sha256sum] = 
"11b4f99d28392e3e1aeb29bfd006a4f1f40e7fdd7a3f3444ee69014d415f09f2"
 
 inherit autotools
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83582): 
https://lists.openembedded.org/g/openembedded-devel/message/83582
Mute This Topic: https://lists.openembedded.org/mt/72691724/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] gperftools: upgrade 2.7 -> 2.7.90

2020-03-29 Thread Wang Mingyu
refresh 0001-fix-build-with-musl-libc.patch

Signed-off-by: Wang Mingyu 
---
 .../0001-fix-build-with-musl-libc.patch   | 34 ---
 ...gperftools_2.7.bb => gperftools_2.7.90.bb} |  2 +-
 2 files changed, 8 insertions(+), 28 deletions(-)
 rename meta-oe/recipes-support/gperftools/{gperftools_2.7.bb => 
gperftools_2.7.90.bb} (97%)

diff --git 
a/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch
 
b/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch
index 49d5c2167..cb4ead317 100644
--- 
a/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch
+++ 
b/meta-oe/recipes-support/gperftools/gperftools/0001-fix-build-with-musl-libc.patch
@@ -6,26 +6,12 @@ Subject: [PATCH] fix build with musl libc
 Patch from https://github.com/gperftools/gperftools/pull/765/
 
 Signed-off-by: Khem Raj 
-
 ---
- configure.ac | 1 +
- src/malloc_hook_mmap_linux.h | 8 ++--
- 2 files changed, 7 insertions(+), 2 deletions(-)
+ src/malloc_hook_mmap_linux.h | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
 
-diff --git a/configure.ac b/configure.ac
-index 497103e..f9efc3e 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -188,6 +188,7 @@ AC_HEADER_STDC
- AC_CHECK_TYPES([__int64])   # defined in some windows platforms
- AC_CHECK_TYPES([struct mallinfo],,, [#include ])
- AC_CHECK_TYPES([Elf32_Versym],,, [#include ])   # for vdso_support.h
-+AC_CHECK_FUNCS(__sbrk)  # for intercepting glibc memory allocator
- AC_CHECK_FUNCS(sbrk)# for tcmalloc to get memory
- AC_CHECK_FUNCS(geteuid) # for turning off services when run as root
- AC_CHECK_FUNCS(fork)# for the pthread_atfork setup
 diff --git a/src/malloc_hook_mmap_linux.h b/src/malloc_hook_mmap_linux.h
-index 2f6116f..0605855 100755
+index e2efb05..66b3110 100644
 --- a/src/malloc_hook_mmap_linux.h
 +++ b/src/malloc_hook_mmap_linux.h
 @@ -46,6 +46,10 @@
@@ -39,7 +25,7 @@ index 2f6116f..0605855 100755
  // The x86-32 case and the x86-64 case differ:
  // 32b has a mmap2() syscall, 64b does not.
  // 64b and 32b have different calling conventions for mmap().
-@@ -168,7 +172,7 @@ extern "C" void* mmap64(void *start, size_t length, int 
prot, int flags,
+@@ -175,7 +179,7 @@ extern "C" void* mmap64(void *start, size_t length, int 
prot, int flags,
return result;
  }
  
@@ -48,12 +34,6 @@ index 2f6116f..0605855 100755
  
  extern "C" void* mmap(void *start, size_t length, int prot, int flags,
int fd, off_t offset) __THROW {
-@@ -206,7 +210,7 @@ extern "C" void* mremap(void* old_addr, size_t old_size, 
size_t new_size,
-   return result;
- }
- 
--#ifndef __UCLIBC__
-+#if HAVE___SBRK
- // libc's version:
- extern "C" void* __sbrk(intptr_t increment);
- 
+-- 
+2.17.1
+
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.7.bb 
b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb
similarity index 97%
rename from meta-oe/recipes-support/gperftools/gperftools_2.7.bb
rename to meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb
index ee34acec2..9dfb0d974 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gperftools/gperftools";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
 
-SRCREV = "9608fa3bcf8020d35f59fbf70cd3cbe4b015b972"
+SRCREV = "db7aa547abb5abdd558587a15502584cbc825438"
 SRC_URI = "git://github.com/gperftools/gperftools \
file://0001-Support-Atomic-ops-on-clang.patch \
file://0001-fix-build-with-musl-libc.patch \
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83547): 
https://lists.openembedded.org/g/openembedded-devel/message/83547
Mute This Topic: https://lists.openembedded.org/mt/72643844/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] libuv: upgrade 1.34.2 -> 1.35.0

2020-03-29 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../libuv/{libuv_1.34.2.bb => libuv_1.35.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/libuv/{libuv_1.34.2.bb => libuv_1.35.0.bb} 
(90%)

diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.34.2.bb 
b/meta-oe/recipes-connectivity/libuv/libuv_1.35.0.bb
similarity index 90%
rename from meta-oe/recipes-connectivity/libuv/libuv_1.34.2.bb
rename to meta-oe/recipes-connectivity/libuv/libuv_1.35.0.bb
index 234cec37b..21a8fce60 100644
--- a/meta-oe/recipes-connectivity/libuv/libuv_1.34.2.bb
+++ b/meta-oe/recipes-connectivity/libuv/libuv_1.35.0.bb
@@ -4,7 +4,7 @@ BUGTRACKER = "https://github.com/libuv/libuv/issues";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
 
-SRCREV = "f868c9ab0c307525a16fff99fd21e32a6ebc3837"
+SRCREV = "e45f1ec38db882f8dc17b51f51a6684027034609"
 SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
 
 S = "${WORKDIR}/git"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83546): 
https://lists.openembedded.org/g/openembedded-devel/message/83546
Mute This Topic: https://lists.openembedded.org/mt/72643830/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] libbytesize: upgrade 2.1 -> 2.2

2020-03-29 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../libbytesize/{libbytesize_2.1.bb => libbytesize_2.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libbytesize/{libbytesize_2.1.bb => 
libbytesize_2.2.bb} (93%)

diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb 
b/meta-oe/recipes-support/libbytesize/libbytesize_2.2.bb
similarity index 93%
rename from meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb
rename to meta-oe/recipes-support/libbytesize/libbytesize_2.2.bb
index 1a5c1848b..a954499c6 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
 S = "${WORKDIR}/git"
 B = "${S}"
 
-SRCREV = "9ecc1042109528051983261ffd491d45e7c471e1"
+SRCREV = "e64e752a28a4a41b0a43cba3bedf9571c22af807"
 SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master"
 
 inherit gettext autotools python3native
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83545): 
https://lists.openembedded.org/g/openembedded-devel/message/83545
Mute This Topic: https://lists.openembedded.org/mt/72643816/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] poppler: upgrade 0.85.0 -> 0.86.1

2020-03-29 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../poppler/{poppler_0.85.0.bb => poppler_0.86.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/poppler/{poppler_0.85.0.bb => 
poppler_0.86.1.bb} (93%)

diff --git a/meta-oe/recipes-support/poppler/poppler_0.85.0.bb 
b/meta-oe/recipes-support/poppler/poppler_0.86.1.bb
similarity index 93%
rename from meta-oe/recipes-support/poppler/poppler_0.85.0.bb
rename to meta-oe/recipes-support/poppler/poppler_0.86.1.bb
index 857b67ff9..96006dc8d 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.85.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.86.1.bb
@@ -7,8 +7,8 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
file://0001-Do-not-overwrite-all-our-build-flags.patch \
file://basename-include.patch \
"
-SRC_URI[md5sum] = "5315084523a4d73e9514f51eef78a332"
-SRC_URI[sha256sum] = 
"2bc875eb323002ae6b287e09980473518e2b2ed6b5b7d2e1089e36a6cd00d94b"
+SRC_URI[md5sum] = "2a638739f29e82a0a57b633ea39c87f3"
+SRC_URI[sha256sum] = 
"af630a277c8e194c31339c5446241834aed6ed3d4b4dc7080311e51c66257f6c"
 
 DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83544): 
https://lists.openembedded.org/g/openembedded-devel/message/83544
Mute This Topic: https://lists.openembedded.org/mt/72643806/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] epeg: upgrade to 0.9.2

2020-03-24 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/epeg/epeg_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/epeg/epeg_git.bb 
b/meta-oe/recipes-support/epeg/epeg_git.bb
index 6b23bbf78..8ca574014 100644
--- a/meta-oe/recipes-support/epeg/epeg_git.bb
+++ b/meta-oe/recipes-support/epeg/epeg_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=e7732a9290ea1e4b034fdc15cf49968d \
 DEPENDS = "jpeg libexif"
 
 SRC_URI = "git://github.com/mattes/epeg.git"
-SRCREV = "337f55346425fbf2d283e794b702318ef2a74bcb"
+SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047"
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83488): 
https://lists.openembedded.org/g/openembedded-devel/message/83488
Mute This Topic: https://lists.openembedded.org/mt/72532767/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-filesystems] [PATCH] fatresize: upgrade 1.0.2-11 -> 1.0.2

2020-03-24 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb 
b/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb
index 88d495b68..7fec96ccc 100644
--- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb
+++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb
@@ -4,9 +4,9 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https"
-SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24"
+SRCREV = "eb87617875abe47fb307ac3c5a741afc4f88b855"
 
-PV = "1.0.2-11"
+PV = "1.0.2"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83486): 
https://lists.openembedded.org/g/openembedded-devel/message/83486
Mute This Topic: https://lists.openembedded.org/mt/72532765/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-perl][PATCH] libnet-dns-perl: upgrade 1.22 -> 1.23

2020-03-24 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../{libnet-dns-perl_1.22.bb => libnet-dns-perl_1.23.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.22.bb => 
libnet-dns-perl_1.23.bb} (92%)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.22.bb 
b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.23.bb
similarity index 92%
rename from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.22.bb
rename to meta-perl/recipes-perl/libnet/libnet-dns-perl_1.23.bb
index 621908b3a..e10daf2ef 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.22.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.23.bb
@@ -9,8 +9,8 @@ DEPENDS += "perl"
 
 SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz";
 
-SRC_URI[md5sum] = "f9b4f0b2613398d27434d94b456583ef"
-SRC_URI[sha256sum] = 
"03cd6a733e1cab6f817b4c4dcb7b29575002f8c543fb85e94c6290bc224d4c12"
+SRC_URI[md5sum] = "105517139b39650f78c21b2e461ac97e"
+SRC_URI[sha256sum] = 
"cf327f31063b96cd3421be43a1d6cb41eaa61d0595450032e57905b1bd6b2c3e"
 
 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83490): 
https://lists.openembedded.org/g/openembedded-devel/message/83490
Mute This Topic: https://lists.openembedded.org/mt/72532772/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] lapack: upgrade 3.8.0 -> 3.9.0

2020-03-24 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../lapack/{lapack_3.8.0.bb => lapack_3.9.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/lapack/{lapack_3.8.0.bb => lapack_3.9.0.bb} 
(75%)

diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb 
b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb
similarity index 75%
rename from meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb
rename to meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb
index 7544744b3..56c01c533 100644
--- a/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb
+++ b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb
@@ -13,9 +13,9 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=930f8aa500a47c7dab0f8efb5a1c9a40"
 
 DEPENDS = "libgfortran"
 
-SRC_URI = "http://www.netlib.org/lapack/lapack-${PV}.tar.gz";
-SRC_URI[md5sum] = "96591affdbf58c450d45c1daa540dbd2"
-SRC_URI[sha256sum] = 
"deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6"
+SRC_URI = "https://github.com/Reference-LAPACK/lapack/archive/v${PV}.tar.gz";
+SRC_URI[md5sum] = "0b251e2a8d5f949f99b50dd5e2200ee2"
+SRC_URI[sha256sum] = 
"106087f1bb5f46afdfba7f569d0cbe23dacb9a07cd24733765a0e89dbe1ad573"
 
 EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON "
 OECMAKE_GENERATOR = "Unix Makefiles"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83489): 
https://lists.openembedded.org/g/openembedded-devel/message/83489
Mute This Topic: https://lists.openembedded.org/mt/72532768/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] avro-c: upgrade 1.9.1 -> 1.9.2

2020-03-24 Thread Wang Mingyu
0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch
removed since it is included in 1.9.2

Signed-off-by: Wang Mingyu 
---
 ...-C-to-be-built-on-musl-based-systems.patch | 42 ---
 .../avro/{avro-c_1.9.1.bb => avro-c_1.9.2.bb} |  3 +-
 2 files changed, 1 insertion(+), 44 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/avro/avro-c/0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch
 rename meta-oe/recipes-support/avro/{avro-c_1.9.1.bb => avro-c_1.9.2.bb} (76%)

diff --git 
a/meta-oe/recipes-support/avro/avro-c/0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch
 
b/meta-oe/recipes-support/avro/avro-c/0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch
deleted file mode 100644
index 8964d6b72..0
--- 
a/meta-oe/recipes-support/avro/avro-c/0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 9b39a985bcd6cd34f0820f3680f145d46c0e56bd Mon Sep 17 00:00:00 2001
-From: Titouan Christophe 
-Date: Sun, 8 Dec 2019 01:55:59 +0100
-Subject: [PATCH] Allow avro C to be built on musl based systems.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The type `ssize_t` is defined in sys/types.h, and nowhere else
-in the musl standard C library, so it should be included for the
-compilation to succeed.
-
-This fixes several errors like:
-
-In file included from src/generic.c:29:0:
-src/generic.c: In function ???avro_generic_value_new???:
-src/avro_generic_internal.h:63:39:
-error: ???ssize_t??? undeclared (first use in this function);
-   did you mean ???size_t
-
-Upstream-Status: Backport
-Signed-off-by: Titouan Christophe 

- lang/c/src/avro_generic_internal.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/lang/c/src/avro_generic_internal.h 
b/lang/c/src/avro_generic_internal.h
-index 709403c03..9843ed652 100644
 a/lang/c/src/avro_generic_internal.h
-+++ b/lang/c/src/avro_generic_internal.h
-@@ -24,6 +24,8 @@ extern "C" {
- #define CLOSE_EXTERN
- #endif
- 
-+#include 
-+
- #include "avro/generic.h"
- #include "avro/schema.h"
- #include "avro/value.h"
--- 
-2.24.1
-
diff --git a/meta-oe/recipes-support/avro/avro-c_1.9.1.bb 
b/meta-oe/recipes-support/avro/avro-c_1.9.2.bb
similarity index 76%
rename from meta-oe/recipes-support/avro/avro-c_1.9.1.bb
rename to meta-oe/recipes-support/avro/avro-c_1.9.2.bb
index 8954c9802..0642179fb 100644
--- a/meta-oe/recipes-support/avro/avro-c_1.9.1.bb
+++ b/meta-oe/recipes-support/avro/avro-c_1.9.2.bb
@@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=6d502b41f76179fc84e536236f359cae"
 DEPENDS = "jansson zlib xz"
 
 BRANCH = "branch-1.9"
-SRCREV = "89218262cde62e98fcb3778b86cd3f03056c54f3"
+SRCREV = "bf20128ca6138a830b2ea13e0490f3df6b035639"
 SRC_URI = "git://github.com/apache/avro;branch=${BRANCH} \
-   
file://0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch;patchdir=../../
 \

file://0001-cmake-Use-GNUInstallDirs-instead-of-hard-coded-paths.patch;patchdir=../../
 \
   "
 
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83487): 
https://lists.openembedded.org/g/openembedded-devel/message/83487
Mute This Topic: https://lists.openembedded.org/mt/72532766/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking][PATCH] civetweb: upgrade 1.11 -> 1.12

2020-03-19 Thread Wang Mingyu
-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu 
---
 .../recipes-connectivity/civetweb/civetweb_git.bb   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb 
b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
index 71368c1a1..2820f9fa6 100644
--- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
+++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
@@ -2,10 +2,10 @@ SUMMARY = "Civetweb embedded web server"
 HOMEPAGE = "https://github.com/civetweb/civetweb";
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f28fdcba0dda735eed62bac6a397562"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88"
 
-SRCREV = "6423faea4800f6cd4055750a7af2da85cdbe4e96"
-PV = "1.11+git${SRCPV}"
+SRCREV = "4b440a339979852d5a51fb11a822952712231c23"
+PV = "1.12+git${SRCPV}"
 SRC_URI = "git://github.com/civetweb/civetweb.git \
file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
"
-- 
2.17.1



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


[oe] [meta-oe][master][PATCH] php: CVE-2019-11045.patch CVE-2019-11046.patch CVE-2019-11047.patch CVE-2019-11050.patch

2020-03-18 Thread Wang Mingyu
Security Advisory

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11045
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11046
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11047
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11050

Signed-off-by: Wang Mingyu 
---
 .../php/php/CVE-2019-11045.patch  | 78 +++
 .../php/php/CVE-2019-11046.patch  | 59 ++
 .../php/php/CVE-2019-11047.patch  | 57 ++
 .../php/php/CVE-2019-11050.patch  | 53 +
 meta-oe/recipes-devtools/php/php_7.3.11.bb|  4 +
 5 files changed, 251 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11047.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11050.patch

diff --git a/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch 
b/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
new file mode 100644
index 0..3b3c187a4
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php/CVE-2019-11045.patch
@@ -0,0 +1,78 @@
+From a5a15965da23c8e97657278fc8dfbf1dfb20c016 Mon Sep 17 00:00:00 2001
+From: "Christoph M. Becker" 
+Date: Mon, 25 Nov 2019 16:56:34 +0100
+Subject: [PATCH] Fix #78863: DirectoryIterator class silently truncates after
+ a null byte
+
+Since the constructor of DirectoryIterator and friends is supposed to
+accepts paths (i.e. strings without NUL bytes), we must not accept
+arbitrary strings.
+
+Upstream-Status: Accepted
+CVE: CVE-2019-11045
+   
+Reference to upstream patch:
+http://git.php.net/?p=php-src.git;a=commit;h=a5a15965da23c8e97657278fc8dfbf1dfb20c016
+http://git.php.net/?p=php-src.git;a=commit;h=d74907b8575e6edb83b728c2a94df434c23e1f79
+---
+ ext/spl/spl_directory.c |  4 ++--
+ ext/spl/tests/bug78863.phpt | 31 +++
+ 2 files changed, 33 insertions(+), 2 deletions(-)
+ create mode 100644 ext/spl/tests/bug78863.phpt
+
+diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c
+index 91ea2e0265..56e809b1c7 100644
+--- a/ext/spl/spl_directory.c
 b/ext/spl/spl_directory.c
+@@ -708,10 +708,10 @@ void 
spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long cto
+ 
+   if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_FLAGS)) {
+   flags = 
SPL_FILE_DIR_KEY_AS_PATHNAME|SPL_FILE_DIR_CURRENT_AS_FILEINFO;
+-  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &path, 
&len, &flags);
++  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &path, 
&len, &flags);
+   } else {
+   flags = 
SPL_FILE_DIR_KEY_AS_PATHNAME|SPL_FILE_DIR_CURRENT_AS_SELF;
+-  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "s", &path, 
&len);
++  parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "p", &path, 
&len);
+   }
+   if (SPL_HAS_FLAG(ctor_flags, SPL_FILE_DIR_SKIPDOTS)) {
+   flags |= SPL_FILE_DIR_SKIPDOTS;
+diff --git a/ext/spl/tests/bug78863.phpt b/ext/spl/tests/bug78863.phpt
+new file mode 100644
+index 00..dc88d98dee
+--- /dev/null
 b/ext/spl/tests/bug78863.phpt
+@@ -0,0 +1,31 @@
++--TEST--
++Bug #78863 (DirectoryIterator class silently truncates after a null byte)
++--FILE--
++isDot()) {
++var_dump($fileinfo->getFilename());
++}
++}
++?>
++--EXPECTF--
++Fatal error: Uncaught UnexpectedValueException: 
DirectoryIterator::__construct() expects parameter 1 to be a valid path, string 
given in %s:%d
++Stack trace:
++#0 %s(%d): DirectoryIterator->__construct('%s')
++#1 {main}
++  thrown in %s on line %d
++--CLEAN--
++
+-- 
+2.11.0
diff --git a/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch 
b/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
new file mode 100644
index 0..711b8525a
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php/CVE-2019-11046.patch
@@ -0,0 +1,59 @@
+From 2d07f00b73d8f94099850e0f5983e1cc5817c196 Mon Sep 17 00:00:00 2001
+From: "Christoph M. Becker" 
+Date: Sat, 30 Nov 2019 12:26:37 +0100
+Subject: [PATCH] Fix #78878: Buffer underflow in bc_shift_addsub
+
+We must not rely on `isdigit()` to detect digits, since we only support
+decimal ASCII digits in the following processing.
+
+(cherry picked from commit eb23c6008753b1cdc5359dead3a096dce46c9018)
+
+Upstream-Status: Accepted
+CVE: CVE-2019-11046
+   
+Reference to upstream patch:
+http://git.php.net/?p=php-src.git;a=commit;h=eb23c6008753b1cdc5359dead3a096dce46c9018
+http://git.php.net/?p=php-src.git;a=commit;h=2d07f00b73d8f94099850e0f5983e1cc5817c196
+---
+ ext/bcmath/libbcmath/src/str2num.c |  4 ++--
+ ext/bcmath/tests/bug78878.phpt | 13 +
+ 2 files changed, 15 insertions(+), 2 deletions(-)
+ create mode 100644 ext/bcm

[oe] [meta-oe] [PATCH] nss: upgrade 3.50 -> 3.51

2020-03-18 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/nss/{nss_3.50.bb => nss_3.51.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/nss/{nss_3.50.bb => nss_3.51.bb} (98%)

diff --git a/meta-oe/recipes-support/nss/nss_3.50.bb 
b/meta-oe/recipes-support/nss/nss_3.51.bb
similarity index 98%
rename from meta-oe/recipes-support/nss/nss_3.50.bb
rename to meta-oe/recipes-support/nss/nss_3.51.bb
index e9855d7a7..889967c03 100644
--- a/meta-oe/recipes-support/nss/nss_3.50.bb
+++ b/meta-oe/recipes-support/nss/nss_3.51.bb
@@ -34,8 +34,8 @@ SRC_URI = 
"http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO

file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \
"
 
-SRC_URI[md5sum] = "e0366615e12b147cebc136c915baea37"
-SRC_URI[sha256sum] = 
"185df319775243f5f5daa9d49b7f9cc5f2b389435be3247c3376579bee063ba7"
+SRC_URI[md5sum] = "e59dc16965ef7713669c628d2640ebd1"
+SRC_URI[sha256sum] = 
"75348b3b3229362486c57a880db917da1f96ef4eb639dc9cc2ff17d72268459c"
 
 UPSTREAM_CHECK_URI = 
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases";
 UPSTREAM_CHECK_REGEX = "NSS_(?P.+)_release_notes"
-- 
2.17.1



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


[oe] [meta-oe][PATCH] hwdata: upgrade 0.332 -> 0.333

2020-03-18 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb 
b/meta-oe/recipes-support/hwdata/hwdata_git.bb
index 77bb60aed..5f3e3f686 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_git.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -5,8 +5,8 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-PV = "0.332"
-SRCREV = "17cc5d636a559ae1073865846980e4db35f7989a"
+PV = "0.333"
+SRCREV = "2de52be0d00015fa6cde70bb845fa9b86cf6f420"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
 
 S = "${WORKDIR}/git"
-- 
2.17.1



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


[oe] [meta-oe] [PATCH] ser2net: upgrade 4.1.2 -> 4.1.5

2020-03-17 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../ser2net/{ser2net_4.1.2.bb => ser2net_4.1.5.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.1.2.bb => 
ser2net_4.1.5.bb} (73%)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.1.2.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_4.1.5.bb
similarity index 73%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_4.1.2.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_4.1.5.bb
index 66985af0a..0df134eca 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.1.2.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.1.5.bb
@@ -9,8 +9,8 @@ DEPENDS = "gensio libyaml"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "1a42e9605342fd3d6fa41b48be7f564a"
-SRC_URI[sha256sum] = 
"9bdc33476834bbbdcbfbb77ff8f1b1952fe2e7e19dde7e6f7932cea0cec958c7"
+SRC_URI[md5sum] = "52c5e56d2d54ced0cdeb764a7e8fec92"
+SRC_URI[sha256sum] = 
"df904d271eb161c265c956f0cb938dd0a375dda4a919a344f73b08bc50b9f308"
 
 inherit autotools pkgconfig
 
-- 
2.17.1



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


[oe] [meta-oe] [PATCH] irssi: upgrade 1.1.2 -> 1.2.2

2020-03-17 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 .../irssi/{irssi_1.1.2.bb => irssi_1.2.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/irssi/{irssi_1.1.2.bb => irssi_1.2.2.bb} 
(79%)

diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.1.2.bb 
b/meta-oe/recipes-connectivity/irssi/irssi_1.2.2.bb
similarity index 79%
rename from meta-oe/recipes-connectivity/irssi/irssi_1.1.2.bb
rename to meta-oe/recipes-connectivity/irssi/irssi_1.2.2.bb
index cd797e093..da5403e5c 100644
--- a/meta-oe/recipes-connectivity/irssi/irssi_1.1.2.bb
+++ b/meta-oe/recipes-connectivity/irssi/irssi_1.2.2.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
 DEPENDS = "glib-2.0 ncurses openssl"
 
 SRC_URI = 
"https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz";
-SRC_URI[md5sum] = "271d2fd875cddd34526234d8a766d82c"
-SRC_URI[sha256sum] = 
"5ccc2b89a394e91bea0aa83a951c3b1d471c76da87b4169ec435530a31bf9732"
+SRC_URI[md5sum] = "8547f89e014e23e1665bcf7e2f70"
+SRC_URI[sha256sum] = 
"6727060c918568ba2ff4295ad736128dba0b995d7b20491bca11f593bd857578"
 
 UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases";
 
-- 
2.17.1



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


[oe] [meta-oe] [PATCH] rocksdb: upgrade 6.5.2 -> 6.6.4

2020-03-17 Thread Wang Mingyu
0001-Fix-build-breakage-from-lock_guard-error-6161.patch
removed since it is included in 6.6.4

Signed-off-by: Wang Mingyu 
---
 ...-breakage-from-lock_guard-error-6161.patch | 36 ---
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb|  7 ++--
 2 files changed, 3 insertions(+), 40 deletions(-)
 delete mode 100644 
meta-oe/recipes-dbs/rocksdb/files/0001-Fix-build-breakage-from-lock_guard-error-6161.patch

diff --git 
a/meta-oe/recipes-dbs/rocksdb/files/0001-Fix-build-breakage-from-lock_guard-error-6161.patch
 
b/meta-oe/recipes-dbs/rocksdb/files/0001-Fix-build-breakage-from-lock_guard-error-6161.patch
deleted file mode 100644
index ac87d0c60..0
--- 
a/meta-oe/recipes-dbs/rocksdb/files/0001-Fix-build-breakage-from-lock_guard-error-6161.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From b626703de7ece507f360507e49d3ecb448b12e07 Mon Sep 17 00:00:00 2001
-From: Maysam Yabandeh 
-Date: Thu, 12 Dec 2019 13:48:50 -0800
-Subject: [PATCH] Fix build breakage from lock_guard error (#6161)
-
-Summary:
-This change fixes a source issue that caused compile time error which breaks 
build for many fbcode services in that setup. The size() member function of 
channel is a const member, so member variables accessed within it are 
implicitly const as well. This caused error when clang fails to resolve to a 
constructor that takes std::mutex because the suitable constructor got rejected 
due to loss of constness for its argument. The fix is to add mutable modifier 
to the lock_ member of channel.
-Pull Request resolved: https://github.com/facebook/rocksdb/pull/6161
-
-Differential Revision: D18967685
-
-Pulled By: maysamyabandeh
-
-Upstream-Status: Backport
-
-fbshipit-source-id: 698b6a5153c3c92eeacb842c467aa28cc350d432

- util/channel.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/util/channel.h b/util/channel.h
-index 0225482c0..a8a47680a 100644
 a/util/channel.h
-+++ b/util/channel.h
-@@ -60,7 +60,7 @@ class channel {
- 
-  private:
-   std::condition_variable cv_;
--  std::mutex lock_;
-+  mutable std::mutex lock_;
-   std::queue buffer_;
-   bool eof_;
- };
--- 
-2.24.1
-
diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb 
b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
index 713d5bb14..e82b77e14 100644
--- a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
+++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.Apache;md5=3b83ef96387f14655fc854ddc3c6bd57 \
 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 
file://LICENSE.leveldb;md5=fb04ff57a14f308f2eed4a9b87d45837"
 
-SRCREV = "4cfbd87afd08a16df28436fb990ef6b154ee6114"
-SRCBRANCH = "6.5.fb"
-PV = "6.5.2"
+SRCREV = "551a110918493a19d11243f53408b97485de1411"
+SRCBRANCH = "6.6.fb"
+PV = "6.6.4"
 
 SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH} \
-   file://0001-Fix-build-breakage-from-lock_guard-error-6161.patch \
file://0001-db-write_thread.cc-Initialize-state.patch \
   "
 
-- 
2.17.1



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


[oe] [meta-oe] [PATCH] flatbuffers: upgrade 1.11.0 -> 1.12.0

2020-03-17 Thread Wang Mingyu
0001-Add-detection-of-strtoull_l-function.patch
removed since it is included in 1.12.0

Signed-off-by: Wang Mingyu 
---
 ...Add-detection-of-strtoull_l-function.patch | 38 ---
 ...uffers_1.11.0.bb => flatbuffers_1.12.0.bb} |  8 ++--
 2 files changed, 3 insertions(+), 43 deletions(-)
 delete mode 100644 
meta-oe/recipes-devtools/flatbuffers/flatbuffers/0001-Add-detection-of-strtoull_l-function.patch
 rename meta-oe/recipes-devtools/flatbuffers/{flatbuffers_1.11.0.bb => 
flatbuffers_1.12.0.bb} (72%)

diff --git 
a/meta-oe/recipes-devtools/flatbuffers/flatbuffers/0001-Add-detection-of-strtoull_l-function.patch
 
b/meta-oe/recipes-devtools/flatbuffers/flatbuffers/0001-Add-detection-of-strtoull_l-function.patch
deleted file mode 100644
index f3e82101b..0
--- 
a/meta-oe/recipes-devtools/flatbuffers/flatbuffers/0001-Add-detection-of-strtoull_l-function.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From bff7ffbc5130cd46caf33b76b4bb0593fcd15066 Mon Sep 17 00:00:00 2001
-From: Vladimir Glavnyy <31897320+vglav...@users.noreply.github.com>
-Date: Fri, 10 May 2019 00:15:29 +0700
-Subject: [PATCH] Add detection of strtoull_l function (#5333) (#5337)
-
-Signed-off-by: Fabrice Fontaine 
-[Retrieved from:
-https://github.com/google/flatbuffers/commit/bff7ffbc5130cd46caf33b76b4bb0593fcd15066]

- CMakeLists.txt | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0640c37b5..30be238fe 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -42,12 +42,18 @@ if(DEFINED FLATBUFFERS_MAX_PARSING_DEPTH)
-   message(STATUS "FLATBUFFERS_MAX_PARSING_DEPTH: 
${FLATBUFFERS_MAX_PARSING_DEPTH}")
- endif()
- 
--# Auto-detect locale-narrow 'strtod_l' function.
-+# Auto-detect locale-narrow 'strtod_l' and  'strtoull_l' functions.
- if(NOT DEFINED FLATBUFFERS_LOCALE_INDEPENDENT)
-+  set(FLATBUFFERS_LOCALE_INDEPENDENT 0)
-   if(MSVC)
--check_cxx_symbol_exists(_strtof_l stdlib.h FLATBUFFERS_LOCALE_INDEPENDENT)
-+check_cxx_symbol_exists(_strtof_l stdlib.h FLATBUFFERS_HAS_STRTOF_L)
-+check_cxx_symbol_exists(_strtoui64_l stdlib.h FLATBUFFERS_HAS_STRTOULL_L)
-   else()
--check_cxx_symbol_exists(strtof_l stdlib.h FLATBUFFERS_LOCALE_INDEPENDENT)
-+check_cxx_symbol_exists(strtof_l stdlib.h FLATBUFFERS_HAS_STRTOF_L)
-+check_cxx_symbol_exists(strtoull_l stdlib.h FLATBUFFERS_HAS_STRTOULL_L)
-+  endif()
-+  if(FLATBUFFERS_HAS_STRTOF_L AND FLATBUFFERS_HAS_STRTOULL_L)
-+set(FLATBUFFERS_LOCALE_INDEPENDENT 1)
-   endif()
- endif()
- 
add_definitions(-DFLATBUFFERS_LOCALE_INDEPENDENT=$)
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb 
b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
similarity index 72%
rename from meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
rename to meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
index 529441de1..c31cef63c 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb
@@ -8,13 +8,11 @@ PACKAGE_BEFORE_PN = "${PN}-compiler"
 RDEPENDS_${PN}-compiler = "${PN}"
 RDEPENDS_${PN}-dev += "${PN}-compiler"
 
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a873c5645c184d51e0f9b34e1d7cf559"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "9e7e8cbe9f675123dd41b7c62868acad39188cae"
+SRCREV = "6df40a2471737b27271bdd9b900ab5f3aec746c7"
 
-SRC_URI = "git://github.com/google/flatbuffers.git \
-   file://0001-Add-detection-of-strtoull_l-function.patch \
-  "
+SRC_URI = "git://github.com/google/flatbuffers.git"
 
 # Make sure C++11 is used, required for example for GCC 4.9
 CXXFLAGS += "-std=c++11 -fPIC"
-- 
2.17.1



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


[oe] [meta-oe] [PATCH] c-ares: upgrade 1.15.0 -> 1.16.0

2020-03-17 Thread Wang Mingyu
add 0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch
to fix error of do_configure

refresh cmake-install-libcares.pc.patch

Signed-off-by: Wang Mingyu 
---
 ...ror-mv-libcares.pc.cmakein-to-libcar.patch | 27 ++
 .../c-ares/cmake-install-libcares.pc.patch| 54 +--
 .../{c-ares_1.15.0.bb => c-ares_1.16.0.bb}|  5 +-
 3 files changed, 43 insertions(+), 43 deletions(-)
 create mode 100644 
meta-oe/recipes-support/c-ares/c-ares/0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch
 rename meta-oe/recipes-support/c-ares/{c-ares_1.15.0.bb => c-ares_1.16.0.bb} 
(78%)

diff --git 
a/meta-oe/recipes-support/c-ares/c-ares/0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch
 
b/meta-oe/recipes-support/c-ares/c-ares/0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch
new file mode 100644
index 0..8f15f8424
--- /dev/null
+++ 
b/meta-oe/recipes-support/c-ares/c-ares/0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch
@@ -0,0 +1,27 @@
+From f2f1e134bf5d9d0789942848e03006af8d926cf8 Mon Sep 17 00:00:00 2001
+From: Wang Mingyu 
+Date: Tue, 17 Mar 2020 12:53:35 +0800
+Subject: [PATCH] fix configure error : mv libcares.pc.cmakein to
+ libcares.pc.cmake
+
+Signed-off-by: Wang Mingyu 
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3a5878d..c2e5740 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -563,7 +563,7 @@ IF (CARES_STATIC)
+ ENDIF()
+ 
+ # Write ares_config.h configuration file.  This is used only for the build.
+-CONFIGURE_FILE (libcares.pc.cmakein ${PROJECT_BINARY_DIR}/libcares.pc @ONLY)
++CONFIGURE_FILE (libcares.pc.cmake ${PROJECT_BINARY_DIR}/libcares.pc @ONLY)
+ 
+ 
+ 
+-- 
+2.17.1
+
diff --git 
a/meta-oe/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch 
b/meta-oe/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch
index 8cadb2bba..0eb7e4bbb 100644
--- a/meta-oe/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch
+++ b/meta-oe/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch
@@ -12,39 +12,37 @@ update to 1.14.0, fix patch warning
 
 Signed-off-by: Changqing Li 
 ---
- CMakeLists.txt  | 23 +++
- libcares.pc.cmakein | 20 
- 2 files changed, 43 insertions(+)
- create mode 100644 libcares.pc.cmakein
+ CMakeLists.txt | 28 +++-
+ 1 file changed, 23 insertions(+), 5 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 60a880c..71eaa53 100644
+index fd123e1..3a5878d 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -193,22 +193,30 @@ ADD_DEFINITIONS(${SYSFLAGS})
+@@ -214,22 +214,25 @@ ADD_DEFINITIONS(${SYSFLAGS})
  
  
  # Tell C-Ares about libraries to depend on
 +# Also pass these libraries to pkg-config file
 +SET(CARES_PRIVATE_LIBS_LIST)
  IF (HAVE_LIBRESOLV)
-   LIST (APPEND CARES_DEPENDENT_LIBS resolv)
+-  LIST (APPEND CARES_DEPENDENT_LIBS resolv)
 +  LIST (APPEND CARES_PRIVATE_LIBS_LIST "-lresolv")
  ENDIF ()
  IF (HAVE_LIBNSL)
-   LIST (APPEND CARES_DEPENDENT_LIBS nsl)
+-  LIST (APPEND CARES_DEPENDENT_LIBS nsl)
 +  LIST (APPEND CARES_PRIVATE_LIBS_LIST "-lnsl")
  ENDIF ()
  IF (HAVE_LIBSOCKET)
-   LIST (APPEND CARES_DEPENDENT_LIBS socket)
+-  LIST (APPEND CARES_DEPENDENT_LIBS socket)
 +  LIST (APPEND CARES_PRIVATE_LIBS_LIST "-lsocket")
  ENDIF ()
  IF (HAVE_LIBRT)
-   LIST (APPEND CARES_DEPENDENT_LIBS rt)
+-  LIST (APPEND CARES_DEPENDENT_LIBS rt)
 +  LIST (APPEND CARES_PRIVATE_LIBS_LIST "-lrt")
  ENDIF ()
  IF (WIN32)
-   LIST (APPEND CARES_DEPENDENT_LIBS ws2_32)
+-  LIST (APPEND CARES_DEPENDENT_LIBS ws2_32 Advapi32)
 +  LIST (APPEND CARES_PRIVATE_LIBS_LIST "-lws2_32")
  ENDIF ()
  
@@ -52,7 +50,7 @@ index 60a880c..71eaa53 100644
  
  # When checking for symbols, we need to make sure we set the proper
  # headers, libraries, and definitions for the detection to work properly
-@@ -514,6 +522,15 @@ CONFIGURE_FILE (ares_build.h.cmake 
${PROJECT_BINARY_DIR}/ares_build.h)
+@@ -554,6 +557,15 @@ CONFIGURE_FILE (ares_build.h.cmake 
${PROJECT_BINARY_DIR}/ares_build.h)
  # Write ares_config.h configuration file.  This is used only for the build.
  CONFIGURE_FILE (ares_config.h.cmake ${PROJECT_BINARY_DIR}/ares_config.h)
  
@@ -68,8 +66,8 @@ index 60a880c..71eaa53 100644
  
  # TRANSFORM_MAKEFILE_INC
  #
-@@ -664,6 +681,12 @@ IF (CARES_INSTALL)
-   INSTALL (FILES "${CMAKE_CURRENT_BINARY_DIR}/libcares.pc" DESTINATION 
"${CMAKE_INSTALL_LIBDIR}/pkgconfig")
+@@ -728,6 +740,12 @@ IF (CARES_INSTALL)
+   INSTALL (FILES "${CMAKE_CURRENT_BINARY_DIR}/libcares.pc" COMPONENT 
Devel DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
  ENDIF ()
  
 +# pkg-config file
@@ -81,32 +79,6 @@ index 60a880c..71eaa53 100644
  # Legacy chain-building variables (provided fo

[oe] [meta-networking][PATCH] spice-protocol: upgrade 0.14.0 -> 0.14.1

2020-03-16 Thread Wang Mingyu
Signed-off-by: Wang Mingyu 
---
 meta-networking/recipes-support/spice/spice-protocol_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/spice/spice-protocol_git.bb 
b/meta-networking/recipes-support/spice/spice-protocol_git.bb
index 966ca41c9..1d56bea17 100644
--- a/meta-networking/recipes-support/spice/spice-protocol_git.bb
+++ b/meta-networking/recipes-support/spice/spice-protocol_git.bb
@@ -13,9 +13,9 @@ architectures."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
 
-PV = "0.14.0+git${SRCPV}"
+PV = "0.14.1+git${SRCPV}"
 
-SRCREV = "f72ece993aeaf23f77e2845562b20e5563e52ba0"
+SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5"
 
 SRC_URI = " \
 git://anongit.freedesktop.org/spice/spice-protocol \
-- 
2.17.1



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


  1   2   3   >