avahi: should close FS#1741

This commit is contained in:
Tim Biermann 2019-06-17 00:47:02 +02:00
parent 9f05d41d28
commit 886962feba
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 18 additions and 19 deletions

View File

@ -1,4 +1,15 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/avahi/
-rwxr-xr-x root/root etc/avahi/avahi-autoipd.action
-rw-r--r-- root/root etc/avahi/avahi-daemon.conf
-rwxr-xr-x root/root etc/avahi/avahi-dnsconfd.action
-rw-r--r-- root/root etc/avahi/hosts
drwxr-xr-x root/root etc/avahi/services/
-rw-r--r-- root/root etc/avahi/services/sftp-ssh.service
-rw-r--r-- root/root etc/avahi/services/ssh.service
drwxr-xr-x root/root etc/dbus-1/
drwxr-xr-x root/root etc/dbus-1/system.d/
-rw-r--r-- root/root etc/dbus-1/system.d/avahi-dbus.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/avahi-daemon
drwxr-xr-x root/root run/
@ -13,18 +24,6 @@ lrwxrwxrwx root/root usr/bin/avahi-publish-service -> avahi-publish
lrwxrwxrwx root/root usr/bin/avahi-resolve-address -> avahi-resolve
lrwxrwxrwx root/root usr/bin/avahi-resolve-host-name -> avahi-resolve
-rwxr-xr-x root/root usr/bin/avahi-set-host-name
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/avahi/
-rwxr-xr-x root/root usr/etc/avahi/avahi-autoipd.action
-rw-r--r-- root/root usr/etc/avahi/avahi-daemon.conf
-rwxr-xr-x root/root usr/etc/avahi/avahi-dnsconfd.action
-rw-r--r-- root/root usr/etc/avahi/hosts
drwxr-xr-x root/root usr/etc/avahi/services/
-rw-r--r-- root/root usr/etc/avahi/services/sftp-ssh.service
-rw-r--r-- root/root usr/etc/avahi/services/ssh.service
drwxr-xr-x root/root usr/etc/dbus-1/
drwxr-xr-x root/root usr/etc/dbus-1/system.d/
-rw-r--r-- root/root usr/etc/dbus-1/system.d/avahi-dbus.conf
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/avahi-client/
-rw-r--r-- root/root usr/include/avahi-client/client.h

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35YIQVSW0+JwZvuj+bEsLcsXdLGIlOcAsLciS8K1qjqS31W2dPgi7joi5gLje9rZH/vG0gwbsrBJC+K/Uzq2JQc=
SHA256 (Pkgfile) = 3ef26446020612cab3f15b74a114c3109dee2dd01929c0e5c55402719188e69d
SHA256 (.footprint) = 7429c157b692c16996179b5a772451911ce61fba6d84c720c8c7d296d1e87ed9
RWSagIOpLGJF3+gaNHOg6gZ+iyyV//CSu1bHSRemuYbLrFfzNo2FllGYMfgzurei8piKAPsXC2c5oeYTO4cT1CODOicRkOjLjQg=
SHA256 (Pkgfile) = 0b9d26a6331aa36d04b41ab13df57ccccb1202b0091bc651170fdbc5e8295f69
SHA256 (.footprint) = be4f80c64d9725c4038b55c57a7796fbc2c4b9ddf68b23ecc6b4ad2682408f95
SHA256 (avahi-0.7.tar.gz) = 57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804
SHA256 (avahi-daemon.rc) = 464b62bee01b221b052ff6e72b24251381761c6fe55942faa4c509060943ffee
SHA256 (avahi-daemon.rc) = 79286456c47a29501dd96ce483d97a50e7decb48f2df94b5d5391b3ebc90ee6c

View File

@ -1,7 +1,6 @@
# Description: A system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite
# URL: http://www.avahi.org/
# Maintainer: crux libreoffice team, tbier at posteo dot de
# Packager: Matt Housh, jaeger at crux dot ninja
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libdaemon dbus gobject-introspection intltool
name=avahi
@ -13,6 +12,7 @@ source=(http://avahi.org/download/$name-$version.tar.gz \
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-distro=none \
--disable-gtk \
--disable-gtk3 \

View File

@ -5,7 +5,7 @@
SSD=/sbin/start-stop-daemon
PROG=/usr/sbin/avahi-daemon
PID=/var/run/avahi-daemon/pid
PID=/run/avahi-daemon/pid
OPTS="-D"
case $1 in