diff --git a/packages/avahi/avahi-daemon.conf.patch b/packages/avahi/avahi-daemon.conf.patch new file mode 100644 index 000000000..10e1c49b3 --- /dev/null +++ b/packages/avahi/avahi-daemon.conf.patch @@ -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 diff --git a/packages/avahi/build.sh b/packages/avahi/build.sh index 452956e53..c95b523d0 100644 --- a/packages/avahi/build.sh +++ b/packages/avahi/build.sh @@ -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"