summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-02 21:44:04 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-02 15:54:05 -0800
commitdd108a46f88102a998a71c41f14ee6aec1ea90ea (patch)
tree32e5c5373dacfa89bce4a536d495ae14ed3cf316
parent27865a96d576160a0e3a0fda6b7e604f19edbc6c (diff)
downloadmeta-openembedded-dd108a46f88102a998a71c41f14ee6aec1ea90ea.tar.gz
gupnp: upgrade 1.6.6 -> 1.6.9
Drop patch that was incorporated in this release. Changelog: 1.6.9: - Linux-CM: Fix a potential memory leak - Fix documentation link for libsoup - Fix unnecessary g_thread_unref in tests - Fix issues with Since: in documentation 1.6.8: - ServiceProxyAction: Remove some left-over debug output - ServiceProxyAction: Stop leaking the HTTP response - Docs: Fix various issues - ServiceProxyAction: Add get_value_as() - Linux-CM: Silence a false-positive with scan-build 1.6.7: - Fix compatiblity with libxml2 2.12.x - Improve reproducability - ControlPoint: Fix re-scan - ContextManager: Fix boot-id update - Context: Fix crash if served URI is not an IP address Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp/0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch32
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.9.bb (renamed from meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb)5
2 files changed, 1 insertions, 36 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp/0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch b/meta-multimedia/recipes-connectivity/gupnp/gupnp/0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch
deleted file mode 100644
index 373eb4548e..0000000000
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp/0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1From f875a0afe24fdebdefc46d132f6722dfcb55115a Mon Sep 17 00:00:00 2001
2From: Markus Volk <f_l_k@t-online.de>
3Date: Wed, 24 Apr 2024 18:52:45 +0200
4Subject: [PATCH] gupnp-enums.c.template: use @basename@ instead of @filename@
5
6This would prevent the build path from leaking into the source code.
7
8Signed-off-by: Markus Volk <f_l_k@t-online.de>
9
10Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gupnp/-/merge_requests/36]
11---
12 libgupnp/gupnp-enums.c.template | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15diff --git a/libgupnp/gupnp-enums.c.template b/libgupnp/gupnp-enums.c.template
16index 3ce5fa4..a7ff89c 100644
17--- a/libgupnp/gupnp-enums.c.template
18+++ b/libgupnp/gupnp-enums.c.template
19@@ -3,8 +3,8 @@
20
21 /*** END file-header ***/
22 /*** BEGIN file-production ***/
23-/* enumerations from "@filename@" */
24-#include "@filename@"
25+/* enumerations from "@basename@" */
26+#include "@basename@"
27 /*** END file-production ***/
28 /*** BEGIN value-header ***/
29 GType
30--
312.44.0
32
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.9.bb
index 7d9b8a477f..ee980cd382 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.9.bb
@@ -6,10 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6DEPENDS = "e2fsprogs gssdp libsoup-3.0 libxml2" 6DEPENDS = "e2fsprogs gssdp libsoup-3.0 libxml2"
7 7
8inherit gnomebase pkgconfig vala gobject-introspection 8inherit gnomebase pkgconfig vala gobject-introspection
9 9SRC_URI[archive.sha256sum] = "2edb6ee3613558e62f538735368aee27151b7e09d4e2e2c51606833da801869b"
10SRC_URI[archive.sha256sum] = "c9dc50e8c78b3792d1b0e6c5c5f52c93e9345d3dae2891e311a993a574f5a04f"
11SRC_URI += "file://0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch"
12
13 10
14SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" 11SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
15 12