* [Buildroot] [PATCH 1/1] package/libupnp: disable blocking-tcp
@ 2025-12-29 18:59 Bernd Kuhls
2025-12-30 11:01 ` Thomas Petazzoni via buildroot
2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2025-12-29 18:59 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Suggested by Gerbera:
https://github.com/gerbera/gerbera/commit/fcf31472239705e7d28af81cbe326f8f416f7f7d
CMake Warning at CMakeLists.txt:583 (message):
!! It is strongly recommended to build libupnp with --disable-blocking-tcp-connections !!
Without this option non-responsive control points can cause libupnp to hang.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libupnp/libupnp.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk
index f29275d2b5..cfa1136db3 100644
--- a/package/libupnp/libupnp.mk
+++ b/package/libupnp/libupnp.mk
@@ -17,6 +17,7 @@ LIBUPNP_DEPENDENCIES = host-pkgconf
# Bind the internal miniserver socket with reuseaddr to allow clean restarts.
LIBUPNP_CONF_OPTS += \
+ --disable-blocking-tcp-connections \
--disable-samples \
--enable-reuseaddr
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libupnp: disable blocking-tcp
2025-12-29 18:59 [Buildroot] [PATCH 1/1] package/libupnp: disable blocking-tcp Bernd Kuhls
@ 2025-12-30 11:01 ` Thomas Petazzoni via buildroot
2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-30 11:01 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, Fabrice Fontaine
On Mon, 29 Dec 2025 19:59:19 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Suggested by Gerbera:
> https://github.com/gerbera/gerbera/commit/fcf31472239705e7d28af81cbe326f8f416f7f7d
>
> CMake Warning at CMakeLists.txt:583 (message):
> !! It is strongly recommended to build libupnp with --disable-blocking-tcp-connections !!
> Without this option non-responsive control points can cause libupnp to hang.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/libupnp/libupnp.mk | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libupnp: disable blocking-tcp
2025-12-29 18:59 [Buildroot] [PATCH 1/1] package/libupnp: disable blocking-tcp Bernd Kuhls
2025-12-30 11:01 ` Thomas Petazzoni via buildroot
@ 2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-13 19:46 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Suggested by Gerbera:
> https://github.com/gerbera/gerbera/commit/fcf31472239705e7d28af81cbe326f8f416f7f7d
>
> CMake Warning at CMakeLists.txt:583 (message):
> !! It is strongly recommended to build libupnp with --disable-blocking-tcp-connections !!
> Without this option non-responsive control points can cause libupnp to hang.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/libupnp/libupnp.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk
> index f29275d2b5..cfa1136db3 100644
> --- a/package/libupnp/libupnp.mk
> +++ b/package/libupnp/libupnp.mk
> @@ -17,6 +17,7 @@ LIBUPNP_DEPENDENCIES = host-pkgconf
>
> # Bind the internal miniserver socket with reuseaddr to allow clean restarts.
> LIBUPNP_CONF_OPTS += \
> + --disable-blocking-tcp-connections \
> --disable-samples \
> --enable-reuseaddr
>
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-13 19:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-29 18:59 [Buildroot] [PATCH 1/1] package/libupnp: disable blocking-tcp Bernd Kuhls
2025-12-30 11:01 ` Thomas Petazzoni via buildroot
2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox