FreeBSD Bugzilla – Attachment 245184 Details for
Bug 273542
.NET ports: fix ipv6 detection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-jellyfin-IPv6-on-localhost-does-not-mean-a-jail-has-IPv6.patch
0001-jellyfin-IPv6-on-localhost-does-not-mean-a-jail-has-IPv6.patch (text/plain), 1.43 KB, created by
Michiel van Baak Jansen
on 2023-09-24 13:00:17 UTC
(
hide
)
Description:
0001-jellyfin-IPv6-on-localhost-does-not-mean-a-jail-has-IPv6.patch
Filename:
MIME Type:
Creator:
Michiel van Baak Jansen
Created:
2023-09-24 13:00:17 UTC
Size:
1.43 KB
patch
obsolete
>From 2e45eded2f7101cdd7cb81b05ae1044b4720a2d5 Mon Sep 17 00:00:00 2001 >From: Michiel van Baak Jansen <michiel@vanbaak.eu> >Date: Sun, 24 Sep 2023 14:36:05 +0200 >Subject: [PATCH] IPv6 on localhost does not mean-a jail has IPv6 > >--- > multimedia/jellyfin/Makefile | 2 +- > multimedia/jellyfin/files/jellyfin.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/multimedia/jellyfin/Makefile b/multimedia/jellyfin/Makefile >index 4218a22cb614..c45b86232e3d 100644 >--- a/multimedia/jellyfin/Makefile >+++ b/multimedia/jellyfin/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= jellyfin > DISTVERSION= 10.8.10 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= multimedia > MASTER_SITES= https://github.com/Thefrank/jellyfin-server-freebsd/releases/download/v${DISTVERSION}/ > DISTFILES= jellyfin-combined_${DISTVERSION}_freebsd-${ARCH}.tar.gz \ >diff --git a/multimedia/jellyfin/files/jellyfin.in b/multimedia/jellyfin/files/jellyfin.in >index 8cb52bc5cc60..1bc6b91cf0c7 100755 >--- a/multimedia/jellyfin/files/jellyfin.in >+++ b/multimedia/jellyfin/files/jellyfin.in >@@ -60,7 +60,7 @@ jellyfin_precmd() { > # .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 >+ ifconfig -a -u -G lo | grep -q inet6 > if [ $? == 1 ]; then > export DOTNET_SYSTEM_NET_DISABLEIPV6=1 > fi >-- >2.42.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
Flags:
michiel
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 273542
:
244612
|
245181
|
245182
|
245183
| 245184 |
245185
|
245186