summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch2
-rw-r--r--meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0001-fix-ppp-2.5.0-build.patch2
-rw-r--r--meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0002-fix-ppp-2.5.0-build.patch2
-rw-r--r--meta-networking/recipes-support/libesmtp/libesmtp/0001-Add-build-option-for-NTLM-support.patch2
-rw-r--r--meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch2
-rw-r--r--meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch2
-rw-r--r--meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch4
-rw-r--r--meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch2
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch2
9 files changed, 9 insertions, 11 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch
index bd7e76f208..d921ff3308 100644
--- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch
+++ b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch
@@ -3,7 +3,7 @@ From: Mae Dartmann <hello@maedartmann.name>
3Date: Wed, 16 Feb 2022 06:08:41 +0000 3Date: Wed, 16 Feb 2022 06:08:41 +0000
4Subject: [PATCH] meson: fix invalid positional argument 4Subject: [PATCH] meson: fix invalid positional argument
5 5
6Upstream-Status: Accepted [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8] 6Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8]
7--- 7---
8 data/meson.build | 4 ++-- 8 data/meson.build | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-) 9 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0001-fix-ppp-2.5.0-build.patch b/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0001-fix-ppp-2.5.0-build.patch
index 0a568fa23c..2e84a334f0 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0001-fix-ppp-2.5.0-build.patch
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0001-fix-ppp-2.5.0-build.patch
@@ -7,7 +7,7 @@ MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8 7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit 8Content-Transfer-Encoding: 8bit
9 9
10Upstream-Status: Accepted 10Upstream-Status: Backport
11Signed-off-by: Eivind Næss <eivnaes@yahoo.com> 11Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
12--- 12---
13 Makefile.am | 5 +- 13 Makefile.am | 5 +-
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0002-fix-ppp-2.5.0-build.patch b/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0002-fix-ppp-2.5.0-build.patch
index 798a57b0da..6ac8f2b643 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0002-fix-ppp-2.5.0-build.patch
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0002-fix-ppp-2.5.0-build.patch
@@ -6,7 +6,7 @@ MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8 6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit 7Content-Transfer-Encoding: 8bit
8 8
9Upstream-Status: Accepted 9Upstream-Status: Backport
10Signed-off-by: Eivind Næss <eivnaes@yahoo.com> 10Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
11--- 11---
12 configure.ac | 6 +----- 12 configure.ac | 6 +-----
diff --git a/meta-networking/recipes-support/libesmtp/libesmtp/0001-Add-build-option-for-NTLM-support.patch b/meta-networking/recipes-support/libesmtp/libesmtp/0001-Add-build-option-for-NTLM-support.patch
index 64938a4820..dbdd644830 100644
--- a/meta-networking/recipes-support/libesmtp/libesmtp/0001-Add-build-option-for-NTLM-support.patch
+++ b/meta-networking/recipes-support/libesmtp/libesmtp/0001-Add-build-option-for-NTLM-support.patch
@@ -11,7 +11,7 @@ disabled by default.
11Like 1.0.6, it will check openssl MD4 algorithm support as MD4 is 11Like 1.0.6, it will check openssl MD4 algorithm support as MD4 is
12insecure and modern systems may drop MD4 support. 12insecure and modern systems may drop MD4 support.
13 13
14Upstream-Status: Accepted [https://github.com/libesmtp/libESMTP/commit/1c304e7886a08fb56485e41614ff3f8685afb59d] 14Upstream-Status: Backport [https://github.com/libesmtp/libESMTP/commit/1c304e7886a08fb56485e41614ff3f8685afb59d]
15Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com> 15Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
16--- 16---
17 meson.build | 13 ++++++++++--- 17 meson.build | 13 ++++++++++---
diff --git a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch
index 2ee0a39126..1c4b871bb6 100644
--- a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch
+++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch
@@ -11,7 +11,7 @@ GCC treats char as unsigned resulting in compile errors:
11 11
12Fix this by specifying signed char. 12Fix this by specifying signed char.
13 13
14Upstream-Status: Accepted [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f31790f5cacffa62e168bb35e32] 14Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f31790f5cacffa62e168bb35e32]
15 15
16Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com> 16Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com>
17--- 17---
diff --git a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch
index e0d0cf8ce9..eac997ae58 100644
--- a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch
+++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch
@@ -3,7 +3,7 @@ From: Sven Fink <sven.fink@wipotec.com>
3Date: Fri, 13 Jan 2023 09:15:42 +0100 3Date: Fri, 13 Jan 2023 09:15:42 +0100
4Subject: [PATCH 3/3] For root value, use empty pointer 4Subject: [PATCH 3/3] For root value, use empty pointer
5 5
6Upstream-Status: Accepted [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd54b4fc717ec1660c91eddb4d1a] 6Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd54b4fc717ec1660c91eddb4d1a]
7 7
8Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com> 8Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com>
9--- 9---
diff --git a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
index ba3edff0b4..fea87a2ff0 100644
--- a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
+++ b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
@@ -20,11 +20,9 @@ From python 3.8 changes:
20 20
21Fixes https://github.com/pybluez/pybluez/issues/426 21Fixes https://github.com/pybluez/pybluez/issues/426
22 22
23Upstream-Status: Accepted [https://github.com/pybluez/pybluez/pull/427] 23Upstream-Status: Backport [https://github.com/pybluez/pybluez/pull/427]
24Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> 24Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
25
26--- 25---
27
28 bluez/btmodule.c | 23 ++++++++++++++--------- 26 bluez/btmodule.c | 23 ++++++++++++++---------
29 msbt/_msbt.c | 6 ++++-- 27 msbt/_msbt.c | 6 ++++--
30 2 files changed, 18 insertions(+), 11 deletions(-) 28 2 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch b/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch
index bc438a8e7c..65f38814c3 100644
--- a/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch
+++ b/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Fixed relative imports
6Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> 6Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
7 7
8--- 8---
9Upstream-Status: Accepted [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa] 9Upstream-Status: Backport [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa]
10 10
11 pynetlinux/__init__.py | 8 ++++---- 11 pynetlinux/__init__.py | 8 ++++----
12 pynetlinux/brctl.py | 2 +- 12 pynetlinux/brctl.py | 2 +-
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch b/meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
index 996eabf586..9accbf18a1 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
+++ b/meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
@@ -4,7 +4,7 @@ Date: Tue, 18 Apr 2023 15:38:53 +0200
4Subject: [PATCH] * modules/mappers/config9.m4: Add 'server' directory to 4Subject: [PATCH] * modules/mappers/config9.m4: Add 'server' directory to
5 include path if mod_rewrite is enabled. 5 include path if mod_rewrite is enabled.
6 6
7Upstream-Status: Accepted [https://svn.apache.org/viewvc?view=revision&revision=1909241] 7Upstream-Status: Backport [https://svn.apache.org/viewvc?view=revision&revision=1909241]
8 8
9--- 9---
10 modules/mappers/config9.m4 | 5 +++++ 10 modules/mappers/config9.m4 | 5 +++++