avahi: Disable D-Bus by default

This commit is contained in:
Tee KOBAYASHI 2022-01-26 21:12:15 +09:00 committed by xtkoba
parent b80079f0de
commit 791a60338f
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- a/avahi-daemon/avahi-daemon.conf
+++ b/avahi-daemon/avahi-daemon.conf
@@ -28,7 +28,7 @@
#deny-interfaces=eth1
#check-response-ttl=no
#use-iff-running=no
-#enable-dbus=yes
+enable-dbus=no
#disallow-other-stacks=no
#allow-point-to-point=no
#cache-entries-max=4096

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="A system for service discovery on a local network via mD
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.8
TERMUX_PKG_REVISION=3
TERMUX_PKG_REVISION=4
TERMUX_PKG_SRCURL=https://github.com/lathiat/avahi/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c15e750ef7c6df595fb5f2ce10cac0fee2353649600e6919ad08ae8871e4945f
TERMUX_PKG_DEPENDS="dbus, glib, libandroid-glob, libcap, libdaemon, libevent, libexpat"