Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 12:15:17 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00d2fcdaab14 - main - net-mgmt/unifi8: Allow binding to both INET and INET6 addresses
Message-ID:  <202401121215.40CCFHRG022881@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00d2fcdaab14b18f2a4e132f7a7557c84c704061

commit 00d2fcdaab14b18f2a4e132f7a7557c84c704061
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-01-12 12:03:04 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-01-12 12:13:00 +0000

    net-mgmt/unifi8: Allow binding to both INET and INET6 addresses
    
    PR:             276213
---
 net-mgmt/unifi8/Makefile       | 1 +
 net-mgmt/unifi8/files/unifi.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile
index 1b411906ad7a..235762905e5d 100644
--- a/net-mgmt/unifi8/Makefile
+++ b/net-mgmt/unifi8/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	unifi8
 PORTVERSION=	8.0.26
+PORTREVISION=	1
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \
 		https://repo1.maven.org/maven2/%SUBDIR%/:jax
diff --git a/net-mgmt/unifi8/files/unifi.in b/net-mgmt/unifi8/files/unifi.in
index a3cdc54627a1..de9813e5f0f6 100644
--- a/net-mgmt/unifi8/files/unifi.in
+++ b/net-mgmt/unifi8/files/unifi.in
@@ -46,6 +46,7 @@ load_rc_config ${name}
 : ${unifi_chdir=%%JAVASHAREDIR%%/unifi}
 : ${unifi_java_home=%%JAVA_HOME%%}
 : ${unifi_javaflags="-Djava.awt.headless=true -Xmx1024M \
+	-Djava.net.preferIPv4Stack=false \
 	--add-opens java.base/java.lang=ALL-UNNAMED \
 	--add-opens java.base/java.time=ALL-UNNAMED \
 	--add-opens java.base/sun.security.util=ALL-UNNAMED \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401121215.40CCFHRG022881>