FreeBSD Bugzilla – Attachment 230350 Details for
Bug 259194
net-p2p/radarr: Switch to upstream .NET binary release
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0002-net-p2p-radarr-Tell-.NET-to-disable-IPV6-if-system-h.patch
0002-net-p2p-radarr-Tell-.NET-to-disable-IPV6-if-system-h.patch (text/plain), 1.13 KB, created by
Michiel van Baak Jansen
on 2021-12-23 16:02:06 UTC
(
hide
)
Description:
0002-net-p2p-radarr-Tell-.NET-to-disable-IPV6-if-system-h.patch
Filename:
MIME Type:
Creator:
Michiel van Baak Jansen
Created:
2021-12-23 16:02:06 UTC
Size:
1.13 KB
patch
obsolete
>From 307158804608885e2e222367a9f7a3f1f2ab2be9 Mon Sep 17 00:00:00 2001 >From: Michiel van Baak Jansen <michiel@vanbaak.eu> >Date: Thu, 23 Dec 2021 16:54:40 +0100 >Subject: [PATCH 2/2] net-p2p/radarr: Tell .NET to disable IPV6 if system has > no ipv6 configured > >--- > net-p2p/radarr/files/radarr.in | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/net-p2p/radarr/files/radarr.in b/net-p2p/radarr/files/radarr.in >index 8cb3c9e2a536..781c9f756699 100644 >--- a/net-p2p/radarr/files/radarr.in >+++ b/net-p2p/radarr/files/radarr.in >@@ -42,6 +42,14 @@ start_precmd=${name}_precmd > > chown -R ${%%PORTNAME%%_user}:${%%PORTNAME%%_group} ${%%PORTNAME%%_exec_dir} > >+ # .NET 6+ use dual mode sockets to avoid the separate AF handling. >+ # disable .NET use of V6 if no ipv6 is configured. >+ # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17 >+ ifconfig | grep -q inet6 >+ if [ $? == 1 ]; then >+ export DOTNET_SYSTEM_NET_DISABLEIPV6=1 >+ fi >+ > rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Radarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}" > } > >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259194
:
228731
|
228732
|
228735
|
228931
|
229740
|
229811
|
230350
|
230351