FreeBSD Bugzilla – Attachment 245183 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-emby-server-IPv6-on-localhost-does-not-mean-a-jail-has-IPv6.patch
0001-emby-server-IPv6-on-localhost-does-not-mean-a-jail-has-IPv6.patch (text/plain), 1.45 KB, created by
Michiel van Baak Jansen
on 2023-09-24 12:59:36 UTC
(
hide
)
Description:
0001-emby-server-IPv6-on-localhost-does-not-mean-a-jail-has-IPv6.patch
Filename:
MIME Type:
Creator:
Michiel van Baak Jansen
Created:
2023-09-24 12:59:36 UTC
Size:
1.45 KB
patch
obsolete
>From 0f8262178ff3575ddf2b443a06851949c45200f7 Mon Sep 17 00:00:00 2001 >From: Michiel van Baak Jansen <michiel@vanbaak.eu> >Date: Sun, 24 Sep 2023 14:37:58 +0200 >Subject: [PATCH] IPv6 on localhost does not mean-a jail has IPv6 > >--- > multimedia/emby-server/Makefile | 2 +- > multimedia/emby-server/files/emby-server.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile >index f67d71697b19..af65e6559a27 100644 >--- a/multimedia/emby-server/Makefile >+++ b/multimedia/emby-server/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= emby-server > DISTVERSION?= 4.7.14.0 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= multimedia > MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \ > https://mediabrowser.github.io/embytools/ >diff --git a/multimedia/emby-server/files/emby-server.in b/multimedia/emby-server/files/emby-server.in >index d753175697b4..13bc85c4fed8 100644 >--- a/multimedia/emby-server/files/emby-server.in >+++ b/multimedia/emby-server/files/emby-server.in >@@ -64,7 +64,7 @@ start_precmd=%%RC_NAME%%_start_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