From ada49390ad244223cf9faa15592581b1b4cd485b Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sun, 17 Nov 2024 19:12:59 +0100 Subject: [PATCH] pcapsipdump: sanitize package description for APK support Sanitize package description for APK support by replacing " with ' for the tcpdump reference. Signed-off-by: Christian Marangi --- net/pcapsipdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/pcapsipdump/Makefile b/net/pcapsipdump/Makefile index 8770da1..95d40b7 100644 --- a/net/pcapsipdump/Makefile +++ b/net/pcapsipdump/Makefile @@ -32,7 +32,7 @@ endef define Package/pcapsipdump/description pcapsipdump is a tool for dumping SIP sessions (plus RTP traffic, if - available) to disk in a fashion similar to "tcpdump -w" (format is + available) to disk in a fashion similar to 'tcpdump -w' (format is exactly the same), but one file per SIP session (even if there are thousands of concurrent SIP sessions). endef -- 2.30.2