audio/pulseaudio: Pull in a patch for upstream fixing module-rtp-recv

PR:		289250
Reported by:	avg
This commit is contained in:
Gleb Popov 2025-09-03 13:38:35 +03:00
parent 564e3d0fa9
commit 0c8b890171
2 changed files with 12 additions and 1 deletions

View File

@ -4,7 +4,7 @@
PORTNAME= pulseaudio
DISTVERSION= 17.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/releases/

View File

@ -0,0 +1,11 @@
--- src/modules/rtp/module-rtp-recv.c.orig 2024-01-12 17:22:09 UTC
+++ src/modules/rtp/module-rtp-recv.c
@@ -710,7 +710,7 @@ int pa__init(pa_module*m) {
pa_zero(hints);
- service = pa_sprintf_malloc("%d", htons(SAP_PORT));
+ service = pa_sprintf_malloc("%d", SAP_PORT);
hints.ai_flags = AI_NUMERICHOST;
if (getaddrinfo(sap_address, service, &hints, &sap_addrinfo) != 0) {