All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell 00/11] Patch review Feb 15th
@ 2021-02-16  1:58 akuster
  2021-02-16  1:58 ` [dunfell 01/11] openldap: upgrade 2.4.50 -> 2.4.51 akuster
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

Here is the next set for review.
Please have reviews back by Wednesday

The following changes since commit de37512b25c1f8c6bb6ab2b3782ac0fe01443483:

  gpsd: mark CLEANBROKEN (2021-01-31 09:42:35 -0800)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/dunfell-nut
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/dunfell-nut

Andrej Kozemcak (1):
  libuv: fix CVE-2020-8252

Haiqing Bai (1):
  python-urllib3/python3-urllib3: fix CVE-2020-7212

Khem Raj (1):
  python-grpcio-tools: Add missing space for append

Mario Schuknecht (1):
  dnsmasq: Fix systemd service

Martin Jansa (1):
  wireguard-module: remove PKG assignment

Zang Ruochen (1):
  openldap: upgrade 2.4.50 -> 2.4.51

akuster (2):
  enca: Fix SRC_URI
  meta-oe/README: add Ubuntu prerequisite information

changqing.li@windriver.com (1):
  celt051: update SRC_URI

zangrc (1):
  openldap: upgrade 2.4.51 -> 2.4.56

zhengruoqin (1):
  openldap: upgrade 2.4.56 -> 2.4.57

 .../wireguard-module_1.0.20200401.bb          |  7 ---
 .../recipes-support/celt051/celt051_git.bb    |  2 +-
 .../dnsmasq/files/dnsmasq-resolvconf.service  |  2 +-
 meta-oe/README                                |  3 +
 .../libuv/libuv/CVE-2020-8252.patch           | 41 ++++++++++++++
 .../libuv/libuv_1.36.0.bb                     |  3 +-
 meta-oe/recipes-support/enca/enca_1.9.bb      |  7 +--
 ...{openldap_2.4.50.bb => openldap_2.4.57.bb} |  6 +-
 .../python/python-grpcio-tools.inc            |  2 +-
 .../python3-urllib3/CVE-2020-7212.patch       | 55 +++++++++++++++++++
 .../python/python3-urllib3_1.25.7.bb          |  2 +
 11 files changed, 112 insertions(+), 18 deletions(-)
 create mode 100644 meta-oe/recipes-connectivity/libuv/libuv/CVE-2020-8252.patch
 rename meta-oe/recipes-support/openldap/{openldap_2.4.50.bb => openldap_2.4.57.bb} (97%)
 create mode 100644 meta-python/recipes-devtools/python/python3-urllib3/CVE-2020-7212.patch

-- 
2.17.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [dunfell 01/11] openldap: upgrade 2.4.50 -> 2.4.51
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 02/11] openldap: upgrade 2.4.51 -> 2.4.56 akuster
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 70860d99bf4e8036af1adccced8f9066f6dd50a6)
[Bug fix only update]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../openldap/{openldap_2.4.50.bb => openldap_2.4.51.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/openldap/{openldap_2.4.50.bb => openldap_2.4.51.bb} (98%)

diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.50.bb b/meta-oe/recipes-support/openldap/openldap_2.4.51.bb
similarity index 98%
rename from meta-oe/recipes-support/openldap/openldap_2.4.50.bb
rename to meta-oe/recipes-support/openldap/openldap_2.4.51.bb
index 3a130f970c..d2c5746080 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.50.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.51.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] = "f9ed44ef373abed04c9e4c8586260f9e"
-SRC_URI[sha256sum] = "5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8"
+SRC_URI[md5sum] = "0d2025896cf1c17af7304ecc57ec9531"
+SRC_URI[sha256sum] = "f490775ea4c6506b7210ee55a102c8f4aacfe9d1c8eaa633c7316d33a714be62"
 
 DEPENDS = "util-linux groff-native"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 02/11] openldap: upgrade 2.4.51 -> 2.4.56
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
  2021-02-16  1:58 ` [dunfell 01/11] openldap: upgrade 2.4.50 -> 2.4.51 akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 03/11] openldap: upgrade 2.4.56 -> 2.4.57 akuster
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: zangrc <zangrc.fnst@cn.fujitsu.com>

Source: meta-openembedded
MR: 107249
Type: Security Fix
Disposition: Backport from https://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-support/openldap?id=768345053e83623e286ce3140756036e75c023bc
ChangeID: fbcadc7f563891b4aa489557c8d518ed46de5e9d
Description:

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 768345053e83623e286ce3140756036e75c023bc)
[Maintenance update only]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit e615c6fceff7275d93e462f4cd4a14cc55b2d656)
[Fixed CVE-2020-25692]
Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../openldap/{openldap_2.4.51.bb => openldap_2.4.56.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/openldap/{openldap_2.4.51.bb => openldap_2.4.56.bb} (98%)

diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.51.bb b/meta-oe/recipes-support/openldap/openldap_2.4.56.bb
similarity index 98%
rename from meta-oe/recipes-support/openldap/openldap_2.4.51.bb
rename to meta-oe/recipes-support/openldap/openldap_2.4.56.bb
index d2c5746080..4c0f179cb0 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.51.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.56.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] = "0d2025896cf1c17af7304ecc57ec9531"
-SRC_URI[sha256sum] = "f490775ea4c6506b7210ee55a102c8f4aacfe9d1c8eaa633c7316d33a714be62"
+SRC_URI[md5sum] = "82a7dcf7aeaf95fdad16017c0ed9983a"
+SRC_URI[sha256sum] = "25520e0363c93f3bcb89802a4aa3db33046206039436e0c7c9262db5a61115e0"
 
 DEPENDS = "util-linux groff-native"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 03/11] openldap: upgrade 2.4.56 -> 2.4.57
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
  2021-02-16  1:58 ` [dunfell 01/11] openldap: upgrade 2.4.50 -> 2.4.51 akuster
  2021-02-16  1:58 ` [dunfell 02/11] openldap: upgrade 2.4.51 -> 2.4.56 akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 04/11] libuv: fix CVE-2020-8252 akuster
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: zhengruoqin <zhengrq.fnst@cn.fujitsu.com>

Source: meta-openembedded
MR: 108384, 108398, 108412, 108426, 108440, 108454, 108468, 108482, 108496, 108510
Type: Security Fix
Disposition: Backport from https://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-support/openldap?id=0282b8ce6a5a5f082a37cb0863b3e62ad8e56a5a
ChangeID: 0282b8ce6a5a5f082a37cb0863b3e62ad8e56a5a
Description:

-License-Update: Copyright year updated to 2021.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0282b8ce6a5a5f082a37cb0863b3e62ad8e56a5a)
[Maintance update only]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit cef93b7b00e620d90a610112ee574fa60b691cf8)
[Fixes CVE:
CVE-2020-36221
CVE-2020-36222
CVE-2020-36223
CVE-2020-36224
CVE-2020-36225
CVE-2020-36226
CVE-2020-36227
CVE-2020-36228
CVE-2020-36229
CVE-2020-36230

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../openldap/{openldap_2.4.56.bb => openldap_2.4.57.bb}     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/openldap/{openldap_2.4.56.bb => openldap_2.4.57.bb} (97%)

diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.56.bb b/meta-oe/recipes-support/openldap/openldap_2.4.57.bb
similarity index 97%
rename from meta-oe/recipes-support/openldap/openldap_2.4.56.bb
rename to meta-oe/recipes-support/openldap/openldap_2.4.57.bb
index 4c0f179cb0..a282523a3c 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.56.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.57.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.OpenLDAP.org/license.html"
 # basically BSD.  opensource.org does not record this license
 # at present (so it is apparently not OSI certified).
 LICENSE = "OpenLDAP"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=5391b559d23a2237bdb21e7a62dae7c3 \
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b6dea6c170362fc46381fe3690c722cb \
                     file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \
                     "
 SECTION = "libs"
@@ -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] = "82a7dcf7aeaf95fdad16017c0ed9983a"
-SRC_URI[sha256sum] = "25520e0363c93f3bcb89802a4aa3db33046206039436e0c7c9262db5a61115e0"
+SRC_URI[md5sum] = "e3349456c3a66e5e6155be7ddc3f042c"
+SRC_URI[sha256sum] = "c7ba47e1e6ecb5b436f3d43281df57abeffa99262141aec822628bc220f6b45a"
 
 DEPENDS = "util-linux groff-native"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 04/11] libuv: fix CVE-2020-8252
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (2 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 03/11] openldap: upgrade 2.4.56 -> 2.4.57 akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 05/11] python-urllib3/python3-urllib3: fix CVE-2020-7212 akuster
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: Andrej Kozemcak <andrej.kozemcak@siemens.com>

Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../libuv/libuv/CVE-2020-8252.patch           | 41 +++++++++++++++++++
 .../libuv/libuv_1.36.0.bb                     |  3 +-
 2 files changed, 43 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-connectivity/libuv/libuv/CVE-2020-8252.patch

diff --git a/meta-oe/recipes-connectivity/libuv/libuv/CVE-2020-8252.patch b/meta-oe/recipes-connectivity/libuv/libuv/CVE-2020-8252.patch
new file mode 100644
index 0000000000..dd99b44873
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libuv/libuv/CVE-2020-8252.patch
@@ -0,0 +1,41 @@
+From 0e6e8620496dff0eb285589ef1e37a7f407f3ddd Mon Sep 17 00:00:00 2001
+From: Ben Noordhuis <info@bnoordhuis.nl>
+Date: Mon, 24 Aug 2020 11:42:27 +0200
+Subject: [PATCH] unix: don't use _POSIX_PATH_MAX
+
+Libuv was using _POSIX_PATH_MAX wrong. Bug introduced in commit b56d279b
+("unix: do not require PATH_MAX to be defined") from September 2018.
+
+_POSIX_PATH_MAX is the minimum max path size guaranteed by POSIX, not
+the actual max path size of the system libuv runs on. _POSIX_PATH_MAX
+is always 256, the real max is often much bigger.
+
+This commit fixes buffer overruns when processing very long paths in
+uv_fs_readlink() and uv_fs_realpath() because libuv was not allocating
+enough memory to store the result.
+
+Fixes: https://github.com/libuv/libuv/issues/2965
+PR-URL: https://github.com/libuv/libuv/pull/2966
+
+Upstream-Status: Backport [https://github.com/libuv/libuv/commit/0e6e8620496dff0eb285589ef1e37a7f407f3ddd]
+CVE: CVE-2020-8252
+Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
+---
+ src/unix/internal.h | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/src/unix/internal.h b/src/unix/internal.h
+index 30711673e0..9d3c2297f8 100644
+--- a/src/unix/internal.h
++++ b/src/unix/internal.h
+@@ -62,9 +62,7 @@
+ # include <AvailabilityMacros.h>
+ #endif
+ 
+-#if defined(_POSIX_PATH_MAX)
+-# define UV__PATH_MAX _POSIX_PATH_MAX
+-#elif defined(PATH_MAX)
++#if defined(PATH_MAX)
+ # define UV__PATH_MAX PATH_MAX
+ #else
+ # define UV__PATH_MAX 8192
diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb
index deeaa2b15c..7577207318 100644
--- a/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb
+++ b/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb
@@ -5,7 +5,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
 
 SRCREV = "533b738838ad8407032e14b6772b29ef9af63cfa"
-SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
+SRC_URI = "git://github.com/libuv/libuv;branch=v1.x \
+           file://CVE-2020-8252.patch"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 05/11] python-urllib3/python3-urllib3: fix CVE-2020-7212
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (3 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 04/11] libuv: fix CVE-2020-8252 akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 06/11] wireguard-module: remove PKG assignment akuster
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: Haiqing Bai <Haiqing.Bai@windriver.com>

Optimize _encode_invalid_chars for a denial of service (CPU consumption)

CVE: CVE-2020-7212

Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Harpritkaur Bhandari <Harpritkaur.Bhandari@kpit.com>
[Add CVE: CVE-2020-7212 to the patch itself]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../python3-urllib3/CVE-2020-7212.patch       | 55 +++++++++++++++++++
 .../python/python3-urllib3_1.25.7.bb          |  2 +
 2 files changed, 57 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-urllib3/CVE-2020-7212.patch

diff --git a/meta-python/recipes-devtools/python/python3-urllib3/CVE-2020-7212.patch b/meta-python/recipes-devtools/python/python3-urllib3/CVE-2020-7212.patch
new file mode 100644
index 0000000000..df234e442b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-urllib3/CVE-2020-7212.patch
@@ -0,0 +1,55 @@
+From aff951b7a41eb5b958b32c49eaa00da02adc9c2d Mon Sep 17 00:00:00 2001
+From: Quentin Pradet <quentin.pradet@gmail.com>
+Date: Tue, 21 Jan 2020 22:32:56 +0400
+Subject: [PATCH] Optimize _encode_invalid_chars (#1787)
+
+Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
+
+Upstream-Status: Backport
+[from git://github.com/urllib3/urllib3.git commit:a2697e7c6b]
+CVE: CVE-2020-7212
+Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com>
+---
+ src/urllib3/util/url.py | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+diff --git a/src/urllib3/util/url.py b/src/urllib3/util/url.py
+index 9675f74..e353937 100644
+--- a/src/urllib3/util/url.py
++++ b/src/urllib3/util/url.py
+@@ -216,18 +216,15 @@ def _encode_invalid_chars(component, allowed_chars, encoding="utf-8"):
+
+     component = six.ensure_text(component)
+
++    # Normalize existing percent-encoded bytes.
+     # Try to see if the component we're encoding is already percent-encoded
+     # so we can skip all '%' characters but still encode all others.
+-    percent_encodings = PERCENT_RE.findall(component)
+-
+-    # Normalize existing percent-encoded bytes.
+-    for enc in percent_encodings:
+-        if not enc.isupper():
+-            component = component.replace(enc, enc.upper())
++    component, percent_encodings = PERCENT_RE.subn(
++        lambda match: match.group(0).upper(), component
++    )
+
+     uri_bytes = component.encode("utf-8", "surrogatepass")
+-    is_percent_encoded = len(percent_encodings) == uri_bytes.count(b"%")
+-
++    is_percent_encoded = percent_encodings == uri_bytes.count(b"%")
+     encoded_component = bytearray()
+
+     for i in range(0, len(uri_bytes)):
+@@ -237,7 +234,7 @@ def _encode_invalid_chars(component, allowed_chars, encoding="utf-8"):
+         if (is_percent_encoded and byte == b"%") or (
+             byte_ord < 128 and byte.decode() in allowed_chars
+         ):
+-            encoded_component.extend(byte)
++            encoded_component += byte
+             continue
+         encoded_component.extend(b"%" + (hex(byte_ord)[2:].encode().zfill(2).upper()))
+
+--
+2.23.0
+
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.7.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.25.7.bb
index 34c15b6c24..8d987a1f30 100644
--- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.7.bb
+++ b/meta-python/recipes-devtools/python/python3-urllib3_1.25.7.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e4
 
 inherit pypi setuptools3
 
+SRC_URI += "file://CVE-2020-7212.patch"
+
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-certifi \
     ${PYTHON_PN}-cryptography \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 06/11] wireguard-module: remove PKG assignment
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (4 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 05/11] python-urllib3/python3-urllib3: fix CVE-2020-7212 akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 07/11] enca: Fix SRC_URI akuster
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: Martin Jansa <Martin.Jansa@gmail.com>

* it's not clear why it was added in first place and it's causing issues since:
  "package: get_package_mapping: avoid dependency mapping if renamed package provides original name"
  commit in oe-core as discussed in:
  https://lists.openembedded.org/g/openembedded-core/message/143672
  https://github.com/openembedded/meta-openembedded/issues/285

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 304f660f880bdf7dd5c51695875ab0a73aaed8b2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit f9502868169715ee4945f5d8bef7c845dbb7b9e0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../wireguard/wireguard-module_1.0.20200401.bb             | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200401.bb b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200401.bb
index 45324c02a1..e8891c4428 100644
--- a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200401.bb
+++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200401.bb
@@ -22,13 +22,6 @@ MAKE_TARGETS = "module"
 RRECOMMENDS_${PN} = "kernel-module-xt-hashlimit"
 MODULE_NAME = "wireguard"
 
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-PKG_${PN} = "kernel-module-${MODULE_NAME}"
-
 module_do_install() {
     install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME}
     install -m 0644 ${MODULE_NAME}.ko \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 07/11] enca: Fix SRC_URI
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (5 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 06/11] wireguard-module: remove PKG assignment akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 08/11] meta-oe/README: add Ubuntu prerequisite information akuster
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: akuster <akuster808@gmail.com>

The project appears to have moved.
Update HOMEPAGE and SRC_URI. bz2 is not available, use gz
Update HASH accordingly.

Fixes:
WARNING: enca-1.9-r0 do_fetch: Failed to fetch URL http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-1.9.tar.bz2, attempting MIRRORS if available

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 460077d30ffedca4c794f60cd0f21404fc1736d7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/enca/enca_1.9.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index bf19843b2f..b0ba3aedef 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -1,21 +1,20 @@
 SUMMARY = "Enca is an Extremely Naive Charset Analyser"
 SECTION = "libs"
-HOMEPAGE = "http://trific.ath.cx/software/enca/"
+HOMEPAGE = "https://cihar.com/software/enca/"
 
 DEPENDS += "gettext-native"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
 
-SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \
+SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \
     file://configure-hack.patch \
     file://dont-run-tests.patch \
     file://configure-remove-dumbness.patch \
     file://makefile-remove-tools.patch \
     file://libenca-003-iconv.patch "
 
-SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3"
-SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d"
+SRC_URI[sha256sum] = "75a38ed23bac37cc12166cc5edc8335c3af862adc202f84823d3aef3e2208e47"
 
 inherit autotools
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 08/11] meta-oe/README: add Ubuntu prerequisite information
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (6 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 07/11] enca: Fix SRC_URI akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 09/11] celt051: update SRC_URI akuster
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: akuster <akuster808@gmail.com>

When building on Ubuntu 20.04, luajit needs 32bit support
so install 'gcc-multilib'

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 973fe410d238e0c361f8bc4d9ba7915464217e22)
[Minor fixup for Dunfell]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/README b/meta-oe/README
index f5a4bda065..972c830356 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -14,6 +14,9 @@ e.g. on archlinux based distributions install prerequisites like below
 
 pacman -S lib32-gcc-libs lib32-glibc
 
+Ubuntu
+sudo apt-get install gcc-multilib
+
 Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][dunfell]' in the subject'
 
 When sending single patches, please use something like:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 09/11] celt051: update SRC_URI
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (7 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 08/11] meta-oe/README: add Ubuntu prerequisite information akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 10/11] dnsmasq: Fix systemd service akuster
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: "changqing.li@windriver.com" <changqing.li@windriver.com>

original SRC_URI is not valid now, offical CELT repository
moved to gitlab

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5450c958bf66afd560fd8dff5b432ea71f10165c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 1de0f4c33b92b9bbd885044df505154c177db59e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-networking/recipes-support/celt051/celt051_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb
index 12b9124f74..c3e4cbbe6d 100644
--- a/meta-networking/recipes-support/celt051/celt051_git.bb
+++ b/meta-networking/recipes-support/celt051/celt051_git.bb
@@ -16,7 +16,7 @@ PV = "0.5.1.3+git${SRCPV}"
 
 SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
 
-SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https \
+SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https \
            file://0001-configure.ac-make-tools-support-optional.patch \
            file://0001-tests-Include-entcode.c-into-test-sources-to-provide.patch \
            "
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 10/11] dnsmasq: Fix systemd service
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (8 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 09/11] celt051: update SRC_URI akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  1:58 ` [dunfell 11/11] python-grpcio-tools: Add missing space for append akuster
  2021-02-16  9:55 ` [oe] [dunfell 00/11] Patch review Feb 15th Martin Jansa
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: Mario Schuknecht <mario.schuknecht@dresearch-fe.de>

Systemd service file option 'ExecStopPre' is warned and ignored by
systemd. By replacing 'ExecStopPre' with 'ExecStop', the intended
behavior is realized. The 'ExecStop' commands are executed one after the
other.

Signed-off-by: Mario Schuknecht <mario.schuknecht@dresearch-fe.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 55c94cb3196f53d0c1c76bbd74136d1b5d51802d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 83842c9150fdead52dc7b0913ffac32677720f98)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-support/dnsmasq/files/dnsmasq-resolvconf.service    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
index 2980f7def6..ef2f3f7e41 100644
--- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
+++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
@@ -8,7 +8,7 @@ PIDFile=/run/dnsmasq.pid
 ExecStartPre=/usr/bin/dnsmasq --test
 ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service
 ExecStartPost=/usr/bin/dnsmasq-resolvconf-helper start
-ExecStopPre=/usr/bin/dnsmasq-resolvconf-helper stop
+ExecStop=/usr/bin/dnsmasq-resolvconf-helper stop
 ExecStop=/bin/kill $MAINPID
 ExecReload=/bin/kill -HUP $MAINPID
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [dunfell 11/11] python-grpcio-tools: Add missing space for append
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (9 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 10/11] dnsmasq: Fix systemd service akuster
@ 2021-02-16  1:58 ` akuster
  2021-02-16  9:55 ` [oe] [dunfell 00/11] Patch review Feb 15th Martin Jansa
  11 siblings, 0 replies; 15+ messages in thread
From: akuster @ 2021-02-16  1:58 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
(cherry picked from commit 6b3e3bdaf878881bd6dee09ae369e379fd7b8149)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit c3a9e5b9907279043bb7b270e9c6b4e587881d9a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python-grpcio-tools.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-grpcio-tools.inc b/meta-python/recipes-devtools/python/python-grpcio-tools.inc
index 1a15c48de0..6675f904c1 100644
--- a/meta-python/recipes-devtools/python/python-grpcio-tools.inc
+++ b/meta-python/recipes-devtools/python/python-grpcio-tools.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Google gRPC tools"
 HOMEPAGE = "http://www.grpc.io/"
 SECTION = "devel/python"
 
-DEPENDS_append = "${PYTHON_PN}-grpcio"
+DEPENDS_append = " ${PYTHON_PN}-grpcio"
 RDEPENDS_${PN} = "${PYTHON_PN}-grpcio"
 
 LICENSE = "Apache-2.0"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [oe] [dunfell 00/11] Patch review Feb 15th
  2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
                   ` (10 preceding siblings ...)
  2021-02-16  1:58 ` [dunfell 11/11] python-grpcio-tools: Add missing space for append akuster
@ 2021-02-16  9:55 ` Martin Jansa
  2021-02-16 15:58   ` akuster
  11 siblings, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2021-02-16  9:55 UTC (permalink / raw)
  To: akuster; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

On Mon, Feb 15, 2021 at 05:58:08PM -0800, akuster wrote:
> Here is the next set for review.
> Please have reviews back by Wednesday
> 
> The following changes since commit de37512b25c1f8c6bb6ab2b3782ac0fe01443483:
> 
>   gpsd: mark CLEANBROKEN (2021-01-31 09:42:35 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.openembedded.org/meta-openembedded-contrib stable/dunfell-nut
>   http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/dunfell-nut

Please include
https://lists.openembedded.org/g/openembedded-devel/message/89395
as well.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [oe] [dunfell 00/11] Patch review Feb 15th
  2021-02-16  9:55 ` [oe] [dunfell 00/11] Patch review Feb 15th Martin Jansa
@ 2021-02-16 15:58   ` akuster
  2021-02-19 18:33     ` Martin Jansa
  0 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2021-02-16 15:58 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel



On 2/16/21 1:55 AM, Martin Jansa wrote:
> On Mon, Feb 15, 2021 at 05:58:08PM -0800, akuster wrote:
>> Here is the next set for review.
>> Please have reviews back by Wednesday
>>
>> The following changes since commit de37512b25c1f8c6bb6ab2b3782ac0fe01443483:
>>
>>   gpsd: mark CLEANBROKEN (2021-01-31 09:42:35 -0800)
>>
>> are available in the Git repository at:
>>
>>   git://git.openembedded.org/meta-openembedded-contrib stable/dunfell-nut
>>   http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/dunfell-nut
> Please include
> https://lists.openembedded.org/g/openembedded-devel/message/89395
> as well.
got it thanks.
Armin

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [oe] [dunfell 00/11] Patch review Feb 15th
  2021-02-16 15:58   ` akuster
@ 2021-02-19 18:33     ` Martin Jansa
  0 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2021-02-19 18:33 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 885 bytes --]

lets fix the parsing :)

dunfell-next
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

On Tue, Feb 16, 2021 at 4:58 PM akuster808 <akuster808@gmail.com> wrote:

>
>
> On 2/16/21 1:55 AM, Martin Jansa wrote:
> > On Mon, Feb 15, 2021 at 05:58:08PM -0800, akuster wrote:
> >> Here is the next set for review.
> >> Please have reviews back by Wednesday
> >>
> >> The following changes since commit
> de37512b25c1f8c6bb6ab2b3782ac0fe01443483:
> >>
> >>   gpsd: mark CLEANBROKEN (2021-01-31 09:42:35 -0800)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.openembedded.org/meta-openembedded-contrib
> stable/dunfell-nut
> >>
> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/dunfell-nut
> > Please include
> > https://lists.openembedded.org/g/openembedded-devel/message/89395
> > as well.
> got it thanks.
> Armin
>

[-- Attachment #2: Type: text/html, Size: 1725 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-02-19 18:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16  1:58 [dunfell 00/11] Patch review Feb 15th akuster
2021-02-16  1:58 ` [dunfell 01/11] openldap: upgrade 2.4.50 -> 2.4.51 akuster
2021-02-16  1:58 ` [dunfell 02/11] openldap: upgrade 2.4.51 -> 2.4.56 akuster
2021-02-16  1:58 ` [dunfell 03/11] openldap: upgrade 2.4.56 -> 2.4.57 akuster
2021-02-16  1:58 ` [dunfell 04/11] libuv: fix CVE-2020-8252 akuster
2021-02-16  1:58 ` [dunfell 05/11] python-urllib3/python3-urllib3: fix CVE-2020-7212 akuster
2021-02-16  1:58 ` [dunfell 06/11] wireguard-module: remove PKG assignment akuster
2021-02-16  1:58 ` [dunfell 07/11] enca: Fix SRC_URI akuster
2021-02-16  1:58 ` [dunfell 08/11] meta-oe/README: add Ubuntu prerequisite information akuster
2021-02-16  1:58 ` [dunfell 09/11] celt051: update SRC_URI akuster
2021-02-16  1:58 ` [dunfell 10/11] dnsmasq: Fix systemd service akuster
2021-02-16  1:58 ` [dunfell 11/11] python-grpcio-tools: Add missing space for append akuster
2021-02-16  9:55 ` [oe] [dunfell 00/11] Patch review Feb 15th Martin Jansa
2021-02-16 15:58   ` akuster
2021-02-19 18:33     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.