debian/0000775000000000000000000000000012265110657007175 5ustar debian/changelog0000664000000000000000000020677612260475227011073 0ustar avahi (0.6.31-4ubuntu1) trusty; urgency=medium * Merge from Debian unstable, remaining changes: - debian/control: Add versioned dependency on the dbus that satisfies our upstart job dependency. - Add udebs corresponding to libavahi-common3 and libavahi-core7, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart, debian/avahi-cups-reload.upstart - d/p/skip-nproc-in-container.patch: Detect whether we are running in a container, and do not set rlimit_nproc if so. * Dropped changes, included in Debian: - d/p/so_reuseport-may-not-exist-in-running-kernel.patch: If SO_REUSEPORT returns ENOPROTOOPT, continue as if we did not have the call at all. - d/p/avahi-core-reserve-space-for-record-data-when-size-estimate.patch: fix a bug where avahi will use 100% CPU after cups is restarted. - Add two new symbols to libavahi-core7.symbols file. - d/p/suse-patch-gtk-box.patch: Use gtk_box API. -- Steve Langasek Tue, 31 Dec 2013 00:04:39 -0800 avahi (0.6.31-4) unstable; urgency=medium * Team upload. * d/p/so_reuseport-may-not-exist-in-running-kernel.patch: Do not exit avahi-daemon if we cannot set SO_REUSEPORT on the socket. This patch has be taken from Ubuntu, thanks to them (Closes: #732009) * debian/patches/avahi-core-reserve-space-for-record-data-when-size-estimate.patch: avahi-core: reserve space for record data when size estimate. This prevents avahi-daemon from falling into an invalid loop when many CUPS/IPP printer shares get registered (Closes: #693604) * debian/libavahi-core7.symbols: Add 2 new symbols exported by the previous patch * debian/patches/suse-patch-gtk-box.patch: Don't use GTK vbox API which is deprecated when compiling for GTK3. * debian/control: Bump Standards-Version to 3.9.5 (no further changes) -- Laurent Bigonville Thu, 26 Dec 2013 18:24:41 +0100 avahi (0.6.31-3ubuntu1) trusty; urgency=medium * Merge from Debian unstable, remaining changes: - debian/control: Add versioned dependency on the dbus that satisfies our upstart job dependency. - Add udebs corresponding to libavahi-common3 and libavahi-core7, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart, debian/avahi-cups-reload.upstart - d/p/avahi-core-reserve-space-for-record-data-when-size-estimate.patch: fix a bug where avahi will use 100% CPU after cups is restarted. - d/p/suse-patch-gtk-box.patch: Use gtk_box API. - Add two new symbols to libavahi-core7.symbols file. - d/p/so_reuseport-may-not-exist-in-running-kernel.patch: If SO_REUSEPORT returns ENOPROTOOPT, continue as if we did not have the call at all. - d/p/skip-nproc-in-container.patch: Detect whether we are running in a container, and do not set rlimit_nproc if so. * Dropped changes, included in Debian: - Build-depend on and use dh_autotools-dev to fix FTBFS on new arches. - debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration symlinks. Superseded by dh-systemd. -- Steve Langasek Fri, 13 Dec 2013 15:56:07 -0800 avahi (0.6.31-3) unstable; urgency=low * Team upload. [ Laurent Bigonville ] * debian/control: Use canonical URL's for Vcs-* fields * debian/avahi-daemon.init: Add "avahi-daemon" to the Provides list (Closes: #730546) * debian/avahi-dnsconfd.init: Depend against the new avahi-daemon Provides * debian/avahi-daemon.links, debian/avahi-dnsconfd.links, debian/control, debian/rules: Do not explicitly create systemd symlinks but rely on dh-systemd to do the correct thing * debian/control: Drop duplicate Section to please lintian * debian/control: Bump Standards-Version to 3.9.4 (no further changes) * debian/control, debian/rules: Update config.{guess,sub} during the build * debian/rules: Use debhelper 9 preferred way to set LDFLAGS (Closes: #662204) * debian/rules: Pass --as-needed to dh_autoreconf and add it to LDFLAGS to limit runtime dependencies * debian/avahi-daemon.init, avahi-dnsconfd.init: Fix initscripts to return an error in the appropriate cases (Closes: #718716) [ Hector Oron ] * debian/patch/no-deprecations.patch: Don't disable deprecated functions (Closes: #729124) * debian/rules: run autoreconf at build time. * debian/control: add dh-autoreconf build depend -- Laurent Bigonville Sat, 07 Dec 2013 16:24:13 +0100 avahi (0.6.31-2ubuntu5) trusty; urgency=low * d/p/skip-nproc-in-container.patch: Detect whether we are running in a container, and do not set rlimit_nproc if so (LP: #1251257) -- Serge Hallyn Mon, 18 Nov 2013 20:44:14 +0000 avahi (0.6.31-2ubuntu4) saucy; urgency=low * When userspace defines SO_REUSEPORT we will attempt to enable socket port number reuse. However if the running kernel does not support this call it will fail preventing daemon startup. If this call is present but fails ENOPROTOOPT then we know that actually the kernel does not support it and we should continue as if we did not have the call at all. (LP: #1228204) -- Andy Whitcroft Fri, 20 Sep 2013 16:07:36 +0100 avahi (0.6.31-2ubuntu3) saucy; urgency=low * Build-depend on and use dh_autotools-dev to fix FTBFS on new arches. -- Adam Conrad Fri, 13 Sep 2013 20:27:08 -0400 avahi (0.6.31-2ubuntu2) saucy; urgency=low * Use gkt_box API, using patch from SUSE. Thus fixing assignments that make pointers from integers without a cast. * Add two new symbols to libavahi-core7.symbols file. -- Dmitrijs Ledkovs Thu, 30 May 2013 17:03:51 +0100 avahi (0.6.31-2ubuntu1) saucy; urgency=low * Merge with Debian unstable. Remaining changes: - debian/control: Add versioned dependency on the dbus that satisfies our upstart job dependency. - Add udebs corresponding to libavahi-common3 and libavahi-core7, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart - debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration symlinks. - Apply a patch avahi-core-reserve-space-for-record-data-when-size-estimate.patch to fix http://pad.lv/1059286 . - Add avahi-cups-reload.upstart job, to refresh remote queues. -- Dmitrijs Ledkovs Thu, 30 May 2013 15:46:06 +0100 avahi (0.6.31-2) unstable; urgency=low * Use recommended maintscript versioning scheme. * The avahi-dnsconfd init script doesn't support reload but provides a refresh action, so list that instead in the usage help message. * Update ifupdown hooks for avahi-daemon and avahi-autoipd. Drop the usage of ADDRFAM=NetworkManager, since network-manager no longer uses that. Run avahi-daemon only for ADDRFAM inet and inet6. (Closes: #699749) -- Michael Biebl Wed, 06 Mar 2013 22:58:55 +0100 avahi (0.6.31-1ubuntu3) raring; urgency=low * Reload cups to refresh remote queues, when avahi-daemon starts. (LP: #1158686). Until cups learns to reconnect to avahi by itself https://www.cups.org/str.php?L4300 . -- Dmitrijs Ledkovs Fri, 22 Mar 2013 10:49:47 +0000 avahi (0.6.31-1ubuntu2) quantal-proposed; urgency=low * debian/patches/avahi-core-reserve-space-for-record-data-when-size-estimate.patch: avahi-core: reserve space for record data when size estimate. This prevents avahi-daemon from falling into an invalid loop when many CUPS/IPP printer shares get registered (LP: #1059286, http://lists.freedesktop.org/archives/avahi/2012-September/002188.html). -- Till Kamppeter Mon, 8 Oct 2012 22:23:00 +0200 avahi (0.6.31-1ubuntu1) quantal; urgency=low * Merge with Debian unstable. Remaining changes: - debian/control: Add versioned dependency on the dbus that satisfies our upstart job dependency. - Add udebs corresponding to libavahi-common3 and libavahi-core7, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart - debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration symlinks. * Dropped changes - debian/avahi-autoipd.{pre,post}inst: Adjust package versions for conffile migration for the version when Ubuntu did the DHCP4 migration. We're now one LTS cycle since this, so there's no need to keep code paths for this upgrade. - Build with CFLAGS=-UGTK_DISABLE_DEPRECATED due to deprecation of gtk_vbox_new. No longer necessary. - Pass CFLAGS from the environment through to configure. Seems to be no longer necessary with the move to compat 9. -- Iain Lane Tue, 22 May 2012 22:21:27 +0100 avahi (0.6.31-1) unstable; urgency=low * New upstream release. * Mark private stdb_* symbols in libavahi-ui and libavahi-ui-gtk3 as optional. * Bump Build-Depends on debhelper to (>= 9). * Bump Standards-Version to 3.9.3. No further changes. * Use new dh_installdeb maintscript facility to (re)move the old conffiles for avahi-autoipd and avahi-dnsconfd. -- Michael Biebl Sun, 04 Mar 2012 05:23:49 +0100 avahi (0.6.30-6) unstable; urgency=low * Switch to dh_python2. (Closes: #637552) * Simplify postinst for avahi-autoipd and avahi-daemon. * Rebuild to enable hardened build flags. (Closes: #655188) * Use term GLib consistently in the package description. (Closes: #633783) -- Michael Biebl Tue, 10 Jan 2012 00:59:49 +0100 avahi (0.6.30-5ubuntu2) precise; urgency=low * Build using dh_python2. -- Matthias Klose Sat, 17 Dec 2011 12:06:42 +0100 avahi (0.6.30-5ubuntu1) precise; urgency=low * Merge from Debian testing. Remaining changes: - Build with CFLAGS=-UGTK_DISABLE_DEPRECATED due to deprecation of gtk_vbox_new. - debian/control: Add versioned dependency on the dbus that satisfies our upstart job dependency. - Add udebs corresponding to libavahi-common3 and libavahi-core7, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart - debian/avahi-autoipd.{pre,post}inst: Adjust package versions for conffile migration for the version when Ubuntu did the DHCP4 migration. This needs to be kept until after the next LTS. - debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration symlinks. * Pass CFLAGS from the environment through to configure. This by default will turn on optimisations and debug symbol generation, both of which are currently disabled. -- Christopher James Halse Rogers Tue, 18 Oct 2011 14:46:25 +1100 avahi (0.6.30-5) unstable; urgency=low * debian/control: Make python-avahi Architecture: any so the path to service-types.db in ServiceTypeDatabase.py is correctly set. (Closes: #632437) -- Michael Biebl Sat, 02 Jul 2011 10:37:15 +0200 avahi (0.6.30-4ubuntu1) oneiric; urgency=low * Merge from Debian unstable. Remaining changes: - Build with CFLAGS=-UGTK_DISABLE_DEPRECATED due to deprecation of gtk_vbox_new. - debian/control: Add versioned dependency on the dbus that satisfies our upstart job dependency. - Add udebs corresponding to libavahi-common3 and libavahi-core7, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart - debian/avahi-autoipd.{pre,post}inst: Adjust package versions for conffile migration for the version when Ubuntu did the DHCP4 migration. This needs to be kept until after the next LTS. - debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration symlinks. -- Steve Langasek Fri, 01 Jul 2011 13:29:42 +0000 avahi (0.6.30-4) unstable; urgency=low * Add multiarch support. Patch courtesy of Steve Langasek. (Closes: #631836) -- Michael Biebl Fri, 01 Jul 2011 02:28:05 +0200 avahi (0.6.30-3ubuntu3) oneiric; urgency=low * Build with CFLAGS=-UGTK_DISABLE_DEPRECATED due to deprecation of gtk_vbox_new. -- Steve Langasek Mon, 27 Jun 2011 10:41:14 +0000 avahi (0.6.30-3ubuntu2) oneiric; urgency=low * No-change rebuild to get consistent changelog files for multiarch. -- Steve Langasek Mon, 27 Jun 2011 09:21:11 +0100 avahi (0.6.30-3ubuntu1) oneiric; urgency=low * Merge with Debian to get GTK 3 support. See 0.6.30-2ubuntu1 for remaining Ubuntu changes. -- Martin Pitt Mon, 16 May 2011 21:46:44 +0200 avahi (0.6.30-3) unstable; urgency=low * Enable GTK3 support. (Closes: #610772) - Add Build-Depends on libgtk-3-dev. - Add libavahi-ui-gtk3-0 and libavahi-ui-gtk3-dev package. - Make libavahi-ui-gtk3-dev conflict with libavahi-ui-dev, as both packages ship the same header file. - Pass --enable-gtk3 to configure. -- Michael Biebl Fri, 29 Apr 2011 16:50:38 +0200 avahi (0.6.30-2ubuntu1) oneiric; urgency=low * Merge with Debian unstable; remaining Ubuntu changes: - debian/control: Add versioned dependency on the dbus that satisfies our upstart job dependency. - Add udebs corresponding to libavahi-common3 and libavahi-core7, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart - debian/avahi-autoipd.{pre,post}inst: Adjust package versions for conffile migration for the version when Ubuntu did the DHCP4 migration. This needs to be kept until after the next LTS. - debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration symlinks. - Multiarch support: + debian/compat: Move to dh compat 9. + debian/control: Add Multi-Arch: tags, bump debhelper build dependency to debhelper which supports Multiarch, and add ${misc:Pre-Depends} fields. + debian/*.install: Update path to libraries, pkg-config files, etc. -- Martin Pitt Thu, 28 Apr 2011 22:03:23 +0200 avahi (0.6.30-2) unstable; urgency=low * Remove Qt3 integration library. With KDE3 gone, there is no more package using it. (Closes: 604341) - Drop Build-Depends on libqt3-mt-dev. - Drop libavahi-qt3-1 and libavahi-qt3-dev package. - Update debian/rules, pass --disable-qt3 to configure. * Remove libtool .la files for libavahi-client and libavahi-common. * Stop cleaning up dependency_libs from libtool .la files. No longer required as we don't install any .la files anymore. * Bump Standards-Version to 3.9.2. No further changes. -- Michael Biebl Mon, 11 Apr 2011 04:44:42 +0200 avahi (0.6.30-1) unstable; urgency=low * New upstream release. - iface: look for both IFA_ADDRESS and IFA_LOCAL. (Closes: #617948) -- Michael Biebl Mon, 04 Apr 2011 02:45:41 +0200 avahi (0.6.29-1) unstable; urgency=low * New upstream release. * Remove patches, merged upstream - debian/patches/03_read_null_udp_packets.patch - debian/patches/04-fix_netlink_flags_for_dump_operations.patch * debian/avahi-daemon.links - Enable avahi-daemon by default when using systemd, so it can be started via D-Bus activation, socket activation and multi-user.target. * debian/avahi-dnsconfd.links - Enable avahi-dnsconfd by default when using systemd. It will be started by multi-user.target. -- Michael Biebl Fri, 11 Mar 2011 01:58:46 +0100 avahi (0.6.28-5) unstable; urgency=low * debian/rules - Enable stack smashing protector for all architectures and let configure check if it is supported. * debian/patches/04-fix_netlink_flags_for_dump_operations.patch - Use correct flag combination for rtnetlink dump operations. Thanks to Pablo Neira Ayuso for the patch. (Closes: #610281) -- Michael Biebl Mon, 07 Mar 2011 10:35:51 +0100 avahi (0.6.30-0ubuntu2) natty; urgency=low * Reapply multiarch patches, on the wrong branch again Make python-avahi * Architecture: any, since the substituted path to the arch-specific .db file will be arch-specific. LP: #743438. -- Steve Langasek Wed, 06 Apr 2011 16:13:36 -0700 avahi (0.6.30-0ubuntu1) natty; urgency=low * New upstream version, fixes `iface > 0' assertion errors (lp: #743031) * debian/patches/02_avahi-discover.patch: - the patch is in the new version -- Sebastien Bacher Tue, 05 Apr 2011 16:12:15 +0200 avahi (0.6.29-0ubuntu2) natty; urgency=low * FFe LP: #733501: build for multiarch. -- Steve Langasek Thu, 24 Mar 2011 21:27:33 -0700 avahi (0.6.29-0ubuntu1) natty; urgency=low * New upstream release * debian/patches/02_avahi-discover.patch: - Fix avahi-discover * debian/patches/03_read_null_udp_packets.patch: - Applied upstream -- Robert Ancell Wed, 09 Mar 2011 12:29:14 +1100 avahi (0.6.28-4ubuntu1) natty; urgency=low * Resynchronise with Debian. Remaining Ubuntu changes: - debian/control: + Add versioned dependency on the dbus that satisfies our upstart job dependency. + Add udebs corresponding to libavahi-common3 and libavahi-core6, so that we can use them for Eucalyptus integration in the installer. - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart - debian/avahi-autoipd.{pre,post}inst: Adjust package versions for conffile migration for the version when Ubuntu did the DHCP4 migration. This needs to be kept until after the next LTS. -- Martin Pitt Thu, 24 Feb 2011 18:57:28 +0100 avahi (0.6.28-4) unstable; urgency=high * Bump debhelper compatibility level to 8 and update build dependency on debhelper accordingly. * debian/patches/03_read_null_udp_packets.patch - Read NULL UDP packets else we end up in an infinite loop using 100% CPU and DoS of Avahi. (Closes: #614785, Fixes: CVE-2011-1002) * Urgency high for the security fix. -- Michael Biebl Wed, 23 Feb 2011 15:34:21 +0100 avahi (0.6.28-3) unstable; urgency=low * debian/avahi-daemon.init - Map force-reload action to reload, not restart. - Stop trying to load the capability kernel module. Capabilities support is enabled by default and can no longer be built as a module. - Don't check daemon status twice on restart. - General cleanup and white space fixes. * debian/avahi-dnsconfd.init - Don't check daemon status twice on restart. - Don't map reload action to restart as it does not belong there. Reload should probably be an alias for refresh, but drop it for now. - General cleanup and white space fixes. * Remove avahi-autoipd compat symlinks for dhcp3-client. * Upload to unstable. -- Michael Biebl Mon, 07 Feb 2011 03:54:51 +0100 avahi (0.6.28-2) experimental; urgency=low * debian/rules: Fix and simplify .la dependency_libs cleanup. * Stop installing libtool .la files for those packages which have no more reverse dependencies. * Remove pre-lenny upgrade code from maintainer scripts. -- Michael Biebl Wed, 01 Dec 2010 21:21:24 +0100 avahi (0.6.28-1) experimental; urgency=low * New upstream release. * Remove debian/patches/02_avahi_client.patch, merged upstream. * Move from cdbs to dh - Drop Build-Depends on cdbs. - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets. - Convert debian/rules to use dh. - Drop debian/clean-la.mk (merged into debian/rules). * Install systemd unit files for avahi-daemon and avahi-dnsconfd. * Install D-Bus system service file for avahi-daemon. -- Michael Biebl Thu, 18 Nov 2010 08:05:00 +0100 avahi (0.6.27-3) unstable; urgency=low * debian/control - Update Vcs-* fields: Move packaging from svn to git. - Bump Standards-Version to 3.9.1. No further changes. * debian/patches/02_avahi_client.patch - Replace patch with upstream commit 9a4db66 which uses Ping() to test whether avahi is around. -- Michael Biebl Thu, 18 Nov 2010 05:47:11 +0100 avahi (0.6.27-2) unstable; urgency=low * Added debian/patches/02_avahi_client.patch: - Let the client check if the daemon is already running instead of just trying to start it, which doesn't work if there is no service file (the service file is just meant for systems using system.d) (Closes: #590760) -- Sjoerd Simons Sun, 15 Aug 2010 23:29:26 +0100 avahi (0.6.27-1) unstable; urgency=low * New upstream release. * Remove patches - debian/patches/02_have_gtk2_build_fix.patch (merged upstream) - debian/patches/26_am_maintainer_mode.patch (no longer required) - debian/patches/99_autoreconf.patch (no longer required) * Drop Howl compatibility library. (Closes: #588389) Development of the original Howl implementation has been discontinued and there are no more reverse dependencies in the Debian archive since lenny. -- Michael Biebl Sun, 25 Jul 2010 23:20:51 +0200 avahi (0.6.26-1) unstable; urgency=low * New upstream release. - Make avahi limits configurable instead of setting them during compile time and bump up the default limits. (Closes: #557931) - Clarify avahi-daemon.conf.5 man page. (Closes: #549445) - Don't ignore mDNS response records containing link-local addresses. (Closes: #567067) * Remove patches that were merged upstream - debian/patches/11_avahi-autoipd.action-add-routes.patch - debian/patches/15-manpage-typo-fixes.patch - debian/patches/20_avahi-daemon_kfreebsd.patch - debian/patches/25_check_net_if_dl_h_for_pfroute.patch - debian/patches/30_dont_reflect_link-local_addresses.patch * debian/patches/02_have_gtk2_build_fix.patch - Fix build for systems that have gtk2 but no gtk3. * debian/patches/99_autoreconf.patch - Refresh for new upstream release. * debian/rules - Disable gtk3 support. * debian/avahi-daemon.install - Install interfaces into standard D-Bus interfaces directory. * debian/{avahi-autoipd.install,rules} - The dhclient hooks are installed to /etc/dhcp by upstream now. * Bump libavahi-core soname from 6 to 7. * Replace libglade with GtkBuilder - Drop Build-Depends on libglade2-dev. - Bump Build-Depends on libgtk2.0-dev to (>= 2.14.0). - Update debian/avahi-discover.install for avahi-discover.ui. * Update debian/python-avahi.install and debian/avahi-discover.install for python dist-packages transition. * Bump Standards-Version to 3.9.0. Use architecture wildcard linux-any for the libcap-dev Build-Depends and avahi-autoipd. * Remove AVAHI_DNSCONFD_START option because we start avahi-dnsconfd by default anyway. As /etc/default/avahi-dnsconfd is now empty, remove it on upgrades. * debian/libavahi-common-data.install - Install avahi gettext translations. * debian/avahi-daemon.examples - Install sftp-ssh.service file. (Closes: #389336) * debian/control - Recommend isc-dhcp-client instead of dhcp3-client. -- Michael Biebl Wed, 07 Jul 2010 23:38:16 +0200 avahi (0.6.25-4) unstable; urgency=low * Switch to source format 3.0 (quilt) - Add debian/source/format. - Drop quilt from Build-Depends. - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules. * Bump Standards-Version to 3.8.4. No further changes. * Move dhclient hooks from /etc/dhcp3/ to /etc/dhcp/ as isc-dhcp-client (ISC DHCP v4) uses this new location. Create symlinks for dhcp3-client and preserve any local modifications. (Closes: #583992) -- Michael Biebl Sat, 26 Jun 2010 01:44:57 +0200 avahi (0.6.25-3) unstable; urgency=low * debian/control - Fix package description for libavahi-gobject0. (Closes: #528916) - Change section of avahi-ui-utils to utils. (Closes: #560830) - Bump Standards-Version to 3.8.3. No further changes. * debian/patches/20_avahi-daemon_kfreebsd.patch - Fix avahi-daemon on GNU/kFreeBSD. (Closes: #564607) Thanks to Julien BLACHE for the patch. * debian/patches/25_check_net_if_dl_h_for_pfroute.patch - Fix build failure on GNU/Hurd by improving the configure check to also test for net/if_dl.h so the correct backend is used. (Closes: #558975) Thanks to Pino Toscano for the patch. * debian/patches/26_am_maintainer_mode.patch - Set AM_MAINTAINER_MODE as it makes patching the build system less painful. * debian/patches/99_autoreconf.patch - Run autoreconf as 25_check_net_if_dl_h_for_pfroute.patch changes the build system. * debian/patches/30_dont_reflect_link-local_addresses.patch - Don't reflect link-local IPv4 or IPv6 addresses. (Closes: #517160) Patch pulled from upstream, original patch by Rob Leslie, thanks! * debian/libavahi-core6.symbols - Add new symbols that were introduced by 30_dont_reflect_link-local_addresses.patch. - Tag the avahi_netlink_* symbols as arch=linux-any. This makes the arch specific symbols files for libavahi-core6 obsolete, so remove them. * debian/avahi-daemon.postrm - Cleanup /var/run/avahi-daemon on "purge". (Closes: #448539) * debian/avahi-autoipd.postrm - Cleanup /var/run/avahi-autoipd on "purge". (Closes: #527925) -- Michael Biebl Thu, 14 Jan 2010 00:47:50 +0100 avahi (0.6.25-2) unstable; urgency=low [ Michael Biebl ] * debian/patches/15-manpage-typo-fixes.patch - Fix a few typos in the man pages (s/seperated/separated/). Thanks to A. Costa for the patch. (Closes: #525268) [ Sjoerd Simons ] * debian/avahi-daemon-check-dns.sh + Also check for a default route before checking the DNS (Closes: #551651) -- Sjoerd Simons Sun, 22 Nov 2009 22:46:03 +0000 avahi (0.6.25-1) unstable; urgency=low * New upstream release. * Use set -e instead of #!/bin/sh -e for all maintainer and shell scripts. * debian/patches/02-avahi-daemon-dbus-policy.patch - Removed, merged upstream. * debian/patches/03-avahi-daemon-reflector-packet-storm.patch - Removed, merged upstream. -- Michael Biebl Fri, 17 Apr 2009 13:21:58 +0200 avahi (0.6.24-3) unstable; urgency=low * Switch patch management system to quilt. * debian/control - Change Section of avahi-dbg to debug. - Bump Standards-Version to 3.8.1. No further changes. - Change Build-Depends on libcap2-dev to libcap-dev. Tighten the version to (>= 1:2.16) to ensure we don't pick up any old libcap1 version. (Closes: #520836) * debian/patches/03-avahi-daemon-reflector-packet-storm.patch - Fix a bug in avahi-daemon that could cause packet storms when reflecting legacy unicast mDNS traffic. (Closes: #517683) SECURITY: CVE-2009-0758 Thanks to Rob Leslie for the patch. * debian/python-avahi.examples - Install avahi-bookmarks as example in /usr/share/doc/python-avahi/examples/. (Closes: #368566) * debian/avahi-daemon.init - Check for DISABLE_TAG *and* AVAHI_DAEMON_DETECT_LOCAL != 0 before disabling the avahi-daemon service. (Closes: #517211) Thanks to Reed Hedges for the fix. - Remove some old cruft. -- Michael Biebl Mon, 30 Mar 2009 00:00:51 +0200 avahi (0.6.24-2) unstable; urgency=low * Merge changes from experimental branch. * debian/compat - Bump to debhelper v7 compat mode. * debian/control - Bump debhelper Build-Depends to (>= 7). - Replace Recommends: xvncviewer with vnc-viewer for avahi-ui-utils. The xvncviewer package is no longer available from the archive (superseded by xvnc4viewer). We use the virtual package instead. - Bump Standards-Version to 3.8.0. No further changes. - Remove ancient Conflicts/Replaces from pre-oldstable (sarge). - Add ${misc:Depends} to all binary packages. * debian/rules - Remove DEB_SHLIBDEPS_INCLUDE, dpkg-shlibdeps works fine without it nowadays. - Remove clean-up rule in pre-build, fixed upstream. * debian/libavahi-core6.symbols.hurd-i386 - Add symbols file for hurd-i386, copied from libavahi-core6.symbols.kfreebsd-i386. (Closes: #508895) * Use dh_installifupdown to install the ifupdown hook scripts for avahi-daemon and avahi-autoipd. * debian/patches/02-avahi-daemon-dbus-policy.patch - Update D-Bus policy and fix deny rule by adding send_destionation="org.freedesktop.Avahi". (Closes: #510653) -- Michael Biebl Tue, 17 Feb 2009 18:30:27 +0100 avahi (0.6.24-1) experimental; urgency=low * New upstream release * debian/patches/14_CVE-2008-5081.patch: - Removed. Fixed upstream * debian/patches/01_avahi-daemon.conf.patch: - Updated. * debian/patches/02_avahi-ui.disable-translations.patch: - Removed. No longer needed * Bump libavahi-core soname from 5 to 6 -- Sjoerd Simons Sun, 14 Dec 2008 22:26:40 +0000 avahi (0.6.23-4) unstable; urgency=low * debian/avahi-{daemon,dnsconfd}.postinst - When upgrading the init script priorities, check if the service is enabled for the default runlevel before removing the old init script symlinks to avoid accidentally re-enabling it. (Closes: #499815) -- Michael Biebl Wed, 14 Jan 2009 23:22:59 +0100 avahi (0.6.23-3) unstable; urgency=low [ Loic Minier ] * Generate a POT file during build; helps downstreams such as Ubuntu import an always up-to-date pot, even we patch the source of upstream forgets to do so; from Ubuntu; thanks Martin Pitt; closes: #486908. [ Michael Biebl ] * debian/avahi-daemon-check-dns.sh - Fix quoting error in dns_has_local(). Thanks to James Westby for the patch. (Closes: #492466) [ Sjoerd Simons ] * debian/patches/14_CVE-2008-5081.patch - Added. Don't abort on receiving an UDP packet with a source port of zero. Fixes CVE-2008-5081 (Closes: #508700) -- Sjoerd Simons Sun, 14 Dec 2008 19:39:58 +0000 avahi (0.6.23-2) unstable; urgency=low * debian/control - Add myself to Uploaders. - Build against libcap2 instead of libcap1 to avoid kernel warning about using legacy support of 32-bit capabilities. Add a Build-Depends on libcap2-dev (>= 2.10) to avoid possibly insecure use of v2 capabilities. Thanks to Ted Percival for the patch. (Closes: #464712) - Fix spelling of GTK+ in description. - Drop -1 revision from python-gdbm build dependency. * debian/libavahi-gobject0.symbols - Fix incorrect package name and #MINVER# stanza. (Closes: #488947) * debian/patches/02_avahi-ui.disable-translations.patch - Disable translatable strings in the avahi-ui desktop files. The build system doesn't process them correctly yet and we end up with broken desktop files otherwise. -- Michael Biebl Sat, 05 Jul 2008 13:49:06 +0200 avahi (0.6.23-1) unstable; urgency=low [ Michael Biebl ] * debian/libavahi-qt3-1.symbols, debian/libavahi-qt4.so.1.symbols - Set the correct package names in the symbols files. (Closes: #486595) [ Sjoerd Simons ] * debian/libavahi-core5.symbols.kfreebsd-amd64, libavahi-core5.symbols.kfreebsd-i386: - Add symbol files for kfreebsd (Closes: #485690) * debian/libavahi-gobject0.symbols - Add symbols file for libavahi-gobject * New upstream bugfix release * Remove patches that were merged upstream: - debian/patches/05_avahi_gobject_pkgconfig.patch - debian/patches/60_hurd-fixes.patch - debian/patches/70_gobject_libs_typo.patch - debian/patches/80_better_poof.patch - debian/patches/85_gobject_service_remove_key.patch * debian/patches/01_avahi-daemon.conf.patch: - Updated. The higher rlimit is now the upstream default * debian/libavahi-qt4-1.symbols: - Updated. Private symbols are no longer visible. * Bump the build-depend on intltool to >= 0.35.0 -- Sjoerd Simons Tue, 24 Jun 2008 16:41:23 +0200 avahi (0.6.22-5) unstable; urgency=low * debian/patches/85_gobject_service_remove_key.patch - Added. Fixes a crash when removing a service entry by key using avahi-gobject (From upstream svn) -- Sjoerd Simons Fri, 13 Jun 2008 12:53:43 +0100 avahi (0.6.22-4) unstable; urgency=low [ Michael Biebl ] * debian/control - Add Build-Depends on pkg-config. * debian/avahi-{daemon,dnsconfd}.postinst - Remove old start/stop symlinks, so they are properly updated on package upgrades. * debian/rules - Start avahi-daemon at priority 14, stop it at 86. Services like CUPS can utilize avahi if it is running, so avahi-daemon has to be started earlier in the boot sequence. - Start avahi-dnsconfd at priority 16, stop it at 84. avahi-dnsconfd requires avahi-daemon, so it has to start after it. [ Sjoerd Simons ] * debian/patches/01_avahi-daemon.conf.patch - Updated. Set the no file rlimit from 30 to 300, making it very unlikely that it ever gets hit. (Closes: #461181) * Add symbols files for all libraries * Update all shlibs files to match the symbols files (Closes: #463677) * debian/control, debian/avahi-ui-utils.install - Package bvnc and bssh (Closes: #477712) * debian/patches/05_avahi_gobject_pkgconfig.patch - Use Requires.private in avahi-gobject.pc (From upstream svn) -- Sjoerd Simons Sun, 01 Jun 2008 00:21:34 +0200 avahi (0.6.22-3) unstable; urgency=low [ Sjoerd Simons ] * debian/control: Add libavahi-glib-dev to the libavahi-gobject-dev depends * debian/control: Remove python-glade2 dependencies from python-avahi. It's not needed anymore (Closes: #464411) [ Michael Biebl ] * debian/control - Bump Standards-Version to 3.7.3. No further changes required. - Add dependency on python-glade2 to avahi-discover. - Remove XB-Python-Version fields. They are not required with python-support. - Bump python-support build dependency to (>= 0.6) as suggested by the python-support documentation. * debian/avahi-daemon.init, debian/avahi-dnsconfd.init - Fix LSB init header. (Closes: #469990) Use $remote_fs instead of $local_fs as the daemon requires /usr to be mounted. Remove S from Should-Stop. * debian/watch - Add a watch file which allows to track new upstream releases. [ Sjoerd Simons ] * debian/patches/80_better_poof.patch: - Added. Improve the poof algorithm to prevent false positives when on a unreliable network. [ Loic Minier ] * Stop shipping bssh and bvnc; these are meant as examples, but would require a replace if libavahi-ui would change SONAME; also these show up in the menus while we have nicer alternatives now (e.g. vinagre); finally these require additional deps which wouldn't be fit for libavahi-ui (bvnc requires xvncviewer); see also Launchpad #194749; closes: #461693. * Add armel to architecture list; closes: #469854. -- Sjoerd Simons Sat, 05 Apr 2008 12:15:29 +0200 avahi (0.6.22-2) unstable; urgency=low * Fix typo in the control file (missing ,) * debian/avahi-discover.install: Install some forgotten files -- Sjoerd Simons Mon, 07 Jan 2008 22:29:08 +0100 avahi (0.6.22-1) unstable; urgency=low [ Michael Biebl ] * Deprecate the AVAHI_DAEMON_START option and remove it from /etc/default/avahi-daemon. Print a warning message in the init script if this option is still used. [ Sjoerd Simons ] * New upstream release * debian/patches/70_gobject_libs_typo.patch - Added. Fix typo in the Makefiles causing avahi-gobject build to fail * debian/libavahi-common-data.install - service-type.db moved to /usr/lib/avahi (Closes: #458851) * debian/patches/01_avahi-daemon.conf.patch - Updated. Switch on ipv6 support by default * Package libavahi-gobject * debian/copyright: Updated * debian/control: Let libavahi-common3 depend on libavahi-common-data (>= 0.6.22) * debian/paches/20_avahi-libdns_sd-crash.patch - Removed. Fixed upstream -- Sjoerd Simons Thu, 03 Jan 2008 17:00:24 +0100 avahi (0.6.21-5) experimental; urgency=low * Add a -dbg package; thanks Sam Morris; closes: #379953. - Target at experimental to avoid blocking uploads to unstable. - Update control. -- Loic Minier Wed, 28 Nov 2007 17:14:18 +0100 avahi (0.6.21-4) unstable; urgency=low * Revert checking DNS on ifup only in avahi-daemon.ifupdown as an ifdown might actually reenable avahi properly if the interface was the only defining a DNS server with .local; thanks Sjoerd. -- Loic Minier Wed, 28 Nov 2007 13:33:41 +0100 avahi (0.6.21-3) unstable; urgency=low [ Michael Biebl ] * debian/control + Use new "Homepage:" field to specify the upstream URL. + The Vcs-* fields are now officially supported, so remove the XS- prefix. + Replace deprecated ${Source-Version} substvar with ${binary:Version}. [ Loic Minier ] * Only check the DNS on ifup in avahi-daemon.ifupdown, not on ifdown. * Add lpia to the list of arches on which not to pass --disable-stack-protector to configure. * Build avahi-autoipd on lpia. * Check the host -- not build -- arch to enable/disable the stack protector; thanks Neil Williams; closes: #452859. * New patch, 60_hurd-fixes, fixes FTBFS on hurd; thanks Samuel Thibault; closes: #438938. * Wrap deps, uploaders and build-deps. * Add myself to uploaders. * Misc whitespace cleanups. * Let avahi-daemon depend on bind9-host | host; closes: #433030. * Bump up Debhelper compatibility level to 5. -- Loic Minier Tue, 27 Nov 2007 15:30:15 +0100 avahi (0.6.21-2) unstable; urgency=low * debian/patches/20_avahi-libdns_sd-crash.patch + Added. Fix a segfault when registering services with libdns_sd before the avahi daemon finished starting up (from upstream SVN) -- Sjoerd Simons Sun, 09 Sep 2007 12:15:55 +0200 avahi (0.6.21-1) unstable; urgency=low [ Loic Minier ] * Fix "the the" typos in descriptions and use "Qt 3" instead of "Qt3" and "Qt 4" instead of "Qt4"; thanks Philippe Cloutier; closes: #434261. [ Sjoerd Simons ] * New upstream release * debian/patches/15_avahi_dns_truncate.patch + Removed, fixed upstream * debian/patches/20_avahi_remove_ka_conflict.patch: + Removed, fixed upstream -- Sjoerd Simons Sun, 12 Aug 2007 19:44:01 +0200 avahi (0.6.20-2) unstable; urgency=low * debian/patches/15_avahi_dns_truncate.patch: + Added. Fix truncating of dns packets when their too big. Could cause assertion failures * debian/patches/20_avahi_remove_ka_conflict.patch: + Added. Don't treat known answers as authorative when they don't match our local records. * Fix short description of libavahi-ui0 and libavahi-ui-dev -- Sjoerd Simons Tue, 10 Jul 2007 21:29:46 +0200 avahi (0.6.20-1) unstable; urgency=low * New upstream release * debian/control: + Bump build-depend on libdaemon to (>= 0.11) + Add depend on python-dbus to python-avahi (Closes: #426365) * debian/avahi-autoipd.{ifup,ifdown}: + Check for the existance of link-local routes on all interfaces and use some nicer grep rules. Thanks Martin F Krafft and Eloi Granado (Closes: #426918) * debian/avahi-daemon.preinst: + Added. Remove /etc/avahi/etc/{,localtime} on installation, it's should no longer be necessary (Closes: #427237) * debian/avahi-daemon.init: + No longer create /etc/avahi/etc/localtime (Closes: #422368) -- Sjoerd Simons Fri, 06 Jul 2007 14:56:24 +0200 avahi (0.6.19-2) unstable; urgency=low * debian/control: + libavahi-ui-dev must depend on libgtk2.0-dev. -- Sebastian Dröge Thu, 17 May 2007 14:44:05 +0200 avahi (0.6.19-1) unstable; urgency=low * New upstream release * debian/libavahi-ui0.install, debian/libavahi-ui0.links, debian/rules: + Update for the new binary names which are upstream now. * debian/patches/11_avahi-autoipd.action-add-routes.patch: + Fix patch header to patch the real source file and actually apply. Thanks to Martin Pitt for noticing. * debian/patches/12_avahi-autoipd-dhcp-exit-hook-take-down.patch, debian/patches/20_avahi-ui-non-existing-domain-segv.patch, debian/patches/25_avahi_fix_desktop_files.patch: + Dropped, merged upstream. -- Sebastian Dröge Thu, 17 May 2007 13:48:26 +0200 avahi (0.6.18-5) unstable; urgency=low * debian/avahi-daemon.init: Don't report failure when stopping an already stopped daemon (Closes: #421928) * debian/avahi-daemon-check-dns.sh: Explicitly set $PATH so programs in /usr/bin are also found (Closes: #421360) * debian/rules, debian/libavahi-ui0.links: Rename zssh and zvnc to bssh and bvnc. Upstream will have this renaming in their next release (Closes: #421473) -- Sjoerd Simons Thu, 03 May 2007 19:06:17 +0200 avahi (0.6.18-4) unstable; urgency=low [ Sjoerd Simons ] * debian/rules: + Ensure that ServiceTypeDatabase.py is generated instead of using the one from the tarball (Closes: #420184) * debian/avahi-daemon-check-dns.sh: + Minimise the number of times the DNS servers are checked for a unicast .local domain even more. (Closes: #419796) + Use invoke-rc.d to start/stop avahi as we're a proper sysv init service now * debian/avahi-daemon.{ifupdown,resolvconf}: + Check if avahi-daemon-check-dns.sh is executable before executing it (Closes: #419259) * debian/rules: + Disable gcc's strack protection on all archs except those that actually support it (powerpc s390 sparc amd64 i386). Fixes FTBS on the other architectures. * debian/patches/25_avahi_fix_desktop_files.patch: + Added. Only put at most one main category in one .desktop file. Fixes applications turning up in multiple places in the KDE menu. Also move zvnc and zssh to the Network category. [ Michael Biebl ] * Start avahi-daemon and avahi-dnsconfd as regular SysV init scripts. (Closes: #396811, #367748, #378114) + debian/avahi-daemon.init, debian/avahi-dnsconfd.init - Added. Based on the upstream init scripts. - Add proper LSB headers. - Remove reimplementation of LSB logging functions. Depend on lsb-base being installed. - Use log_daemon_msg instead of log_begin_msg. - Remove SVN $Id keyword. (Closes: #354988) + debian/avahi-daemon.install, debian/avahi-dnsconfd.install - Do not install the upstream init script anymore. + debian/avahi-daemon.links - Remove the symlink /etc/dbus-1/event.d/25avahi-daemon + debian/avahi-daemon.postinst - Do not restart avahi-daemon manually. dh_installinit takes care of that automatically. + debian/avahi-daemon.prerm, debian/avahi-dnsconfd.{links,postinst,prerm} - Removed. Not needed anymore. + debian/control - Add Depends: lsb-base (>= 3.0-6) to avahi-daemon and avahi-dnsconfd. + debian/rules - Set DEB_DH_INSTALLINIT_ARGS to start at 24 and stop at 16. + debian/patches/03_avahi-daemon-init-unicast-disable.patch - Removed, debian/avahi-daemon.init includes this fix directly. * debian/rules + Remove dh_python call as it is not needed anymore with python-support. * debian/control + Update the Vcs control field from XS-X-Vcs-Svn to XS-Vcs-Svn. + Add XS-Vcs-Browser control field. -- Sjoerd Simons Fri, 27 Apr 2007 13:43:07 +0200 avahi (0.6.18-3) unstable; urgency=low [ Sjoerd Simons ] * debian/avahi-daemon.postinst: + Don't let adduser create avahi-daemon's homedir. This prevents it from being created with the wrong permissions. (Closes: #419935) [ Sebastian Dröge ] * debian/patches/20_avahi-ui-non-existing-domain-segv.patch: + Patch from upstream SVN (r1448): fix segfault when browsing for services on non-existing domains or domains that don't have any services assigned. -- Sebastian Dröge Fri, 20 Apr 2007 21:05:05 +0200 avahi (0.6.18-2) unstable; urgency=low * debian/control, debian/libavahi-ui0.install, debian/libavahi-ui0.shlibs, debian/libavahi-ui-dev.install: + Add libavahi-ui package, containing a Gtk widget for browsing services and two example programs (zssh, zxvnc) that can be used to browse for local ssh or vnc servers. * debian/rules: + Add libavahi-glib and libavahi-ui to DEB_SHLIBDEPS_INCLUDE -- Sebastian Dröge Thu, 19 Apr 2007 15:13:03 +0200 avahi (0.6.18-1) unstable; urgency=low [ Sjoerd Simons ] * debian/patches/13_avahi_big_dns_records.patch + Update this patch to the version that was commited upstream [ Sebastian Dröge ] * New upstream release: + debian/patches/12_avahi-generic-records.patch, debian/patches/13_avahi_big_dns_records.patch: - Dropped, merged upstream. * debian/patches/12_avahi-autoipd-dhcp-exit-hook-take-down.patch: + Patch by Joey Hess to make ifdown faster again (Closes: #419794) -- Sebastian Dröge Thu, 19 Apr 2007 07:00:01 +0200 avahi (0.6.17-3) unstable; urgency=low * Upload to unstable * Merge experimental branch -- Sjoerd Simons Mon, 09 Apr 2007 22:37:02 +0200 avahi (0.6.17-2) experimental; urgency=low * debian/patches/12_avahi-generic-records.patch + Added. Fixes the resolving of generic dns records. Patch from http://avahi.org/ticket/130 * debian/patches/13_avahi_big_dns_records.patch + Added. Fixes publishing of big dns records. Patch from http://avahi.org/ticket/131 -- Sjoerd Simons Wed, 04 Apr 2007 14:40:35 +0200 avahi (0.6.17-1) experimental; urgency=low * New upstream release: + Fix bogus comment in init script (Closes: #399234) + debian/patches/02_avahi-init-warn.patch, debian/patches/04_function_return.patch, debian/patches/05_dns_sd_dont_bump_soname.patch, debian/patches/06_dont_log_broken_packets.patch, debian/patches/07_ia64_unaligned_access.patch, debian/patches/08_unicast_ipv6_only.patch, debian/patches/09_fionread.patch, debian/patches/10_widearea_socket_types.patch, debian/patches/12_bogus_static_host_error_message.patch, debian/patches/13_NULL_dns_service_refs.patch: - Dropped, merged upstream * debian/control: + Updated to use my debian.org mail address * debian/rules: + Fix build failure on GNU/kFreeBSD (Closes: #391298) + Install more complex example service in /usr/share/doc/avahi-daemon/eexamples (Closes: #398623) * debian/avahi-daemon.ifupdown: + Don't run the avahi-daemon unicast local check while bringing up the loopback device; it's not necessary until we bring up a real network device, and we do those in the background so they don't hold up the boot process. Patch by Scott James Remnant, taken from the Ubuntu package * debian/python-avahi.install: + Ship python module from every python version, not just 2.4. This fixes python-avahi for non-2.4 default python versions * debian/libavahi-core5.install, debian/libavahi-core5.shlibs, debian/control: + Updated for new libavahi-core soname -- Sebastian Dröge Mon, 5 Feb 2007 06:22:21 +0100 avahi (0.6.16-5) unstable; urgency=low * debian/avahi-daemon-check-dns.sh: Run ifconfig with LC_ALL=C to make .local detection work for all locales (Closes: #415160) -- Sjoerd Simons Sat, 17 Mar 2007 13:30:05 +0100 avahi (0.6.16-4) unstable; urgency=low * Bump version number to be greater then the one in testing-proposed-updates (0.6.16-3etch0) -- Sjoerd Simons Thu, 15 Mar 2007 10:59:15 +0100 avahi (0.6.16-3) unstable; urgency=low * Move .local detection code to a common script. Also minize the cases where host lookups are done, fixing annoying slowdowns (Closes: #409513) * Add a way to disable the .location detection code completely for the cases we can't work around. (Closes: #406272) -- Sjoerd Simons Sun, 4 Mar 2007 20:52:53 +0100 avahi (0.6.16-2) unstable; urgency=low * debian/patches/02_avahi-daemon-init-unicast-disable.patch - Renamed to 03_avahi-daemon-init-unicast-disable.patch * debian/patches/02_avahi-init-warn.patch - Added. Output a warning if avahi-daemon or avahi-dnsconfd are disabled via /etc/default (Thanks Laurent Bigonville) (Closes: #405375) * debian/patches/03_avahi-daemon-init-unicast-disable.patch - Add a warning if avahi-daemon isn't started because of the presence of a unicast .local domain. * debian/avahi-daemon.ifupdown - Log to syslog if disabling avahi. - Don't run if resolvconf is installed * debian/avahi-daemon.resolvconf - Added. Hook script for resolvconf * debian/patches/04_function_return.patch - Added. Ensure a value is always returned from a non-void function (From upstream svn) * debian/patches/05_dns_sd_dont_bump_soname.patch - Added. Undo the bumping of the micro soname version to keep the soname fully in sync with apple's (From upstream svn) * debian/patches/06_dont_log_broken_packets.patch - Added. Don't log errors from recvmsg if there caused by broken ip packets. Fixes log flooding on machines with bad links (From upstream svn) (Closes: #386239) * debian/patches/07_ia64_unaligned_access.patch - Added. Some fixes for unaligned accesses as seen on ia64 (From upstream svn) * debian/patches/08_unicast_ipv6_only.patch - Added. Set the unicast ipv6 socket as ipv6 only, as the linux ipv4 in ipv6 misses some control info (From upstream svn) * debian/patches/09_fionread.patch - Added. It's valid for FIONREAD so handle this instead of throwing a warning and failing (From upstream svn) * debian/patches/10_widearea_socket_types.patch - Added. Only create a unicast ipv4 or ipv6 socket for widecast if respectively ipv4 or ipv6 is enabled. (From upstream svn) * debian/patches/12_bogus_static_host_error_message.patch - Added. Prevent logging of bogus error message when adding static .local hosts. (from upstream svn) * debian/patches/13_NULL_dns_service_refs.patch - Added. Let the bonjour compatibility layer handle NULL services references gracefully and don't use the service reference after unreffing it. (From upstream svn) -- Sjoerd Simons Sun, 7 Jan 2007 15:32:56 +0100 avahi (0.6.16-1) unstable; urgency=low * New upstream release * Uses a SO_PASSCRED-based check of the sending UID on netlink messages (Closes: #399766) * Removed patches which were merged upstream: - debian/patches/09_initscripts-default.patch - debian/patches/10_initscripts-scriptname.patch - debian/patches/12_dbus1.0.patch * Add ifupdown up and post-down hooks to disable avahi if there is a .local unicast domain. Based on work from the Ubuntu package by Martin Pitt. * debian/patches/02_avahi-daemon-init-unicast-disable.patch - Added. Prevent avahi from starting when there is a unicast .local domain -- Sjoerd Simons Thu, 28 Dec 2006 20:02:27 +0100 avahi (0.6.15-2) unstable; urgency=low * debian/patches/12_dbus1.0.patch: + Fix version detection of dbus with version above 1.0. Also don't ever call dbus_connection_close on shared connections as this is not allowed by the DBus API. Patch from upstream SVN (r1333) -- Sebastian Dröge Mon, 13 Nov 2006 10:48:48 +0100 avahi (0.6.15-1) unstable; urgency=high * New upstream version, urgency=high because of potential security fix: + Check that netlink messages actually originate from the kernel and not another process * debian/patches/02_local-service.patch: + Dropped, merged upstream * debian/control: + Fix the avahi-autoipd description (Closes: #394330) -- Sebastian Dröge Mon, 6 Nov 2006 17:15:15 +0100 avahi (0.6.14-2) unstable; urgency=low [ Sebastian Dröge ] * debian/control: + Update Standards-Version to 3.7.2 + Recommend dhcp3-client instead of non-existing dhclient (Closes: #392076, #391924) + Change QT to Qt in all descriptions (Closes: #384783) + Change Maintainer to pkg-utopia team + Add XS-X-Vcs-Svn control field * debian/control, debian/rules: + Don't build avahi-autoipd on something else than Linux until it is ported (Closes: #391298). Thanks to Aurelien Jarno for the patch. * debian/patches/10_initscripts-scriptname.patch: + Set SCRIPTNAME variable in init scripts (Closes: #386957) * debian/avahi-daemon.postinst: + Add the netdev group unless it's already there (Closes: #385495, #389243) * debian/avahi-autoipd.ifup, debian/avahi-autoipd.ifdown, debian/rules, debian/patches/11_avahi-autoipd.action-add-routes.patch: + Add ifupdown scripts to set routes to allow communication between machines which only have an IPv4LL address assigned and those which only have a routable address assigned. See http://developer.apple.com/qa/qa2004/qa1357.html for more information. [ Sjoerd Simons ] * debian/avahi-autoipd.ifup, debian/avahi-autoipd.ifdown, + Also recognise the NetworkManager method and address family(?!) as valid for ipv4ll routes -- Sjoerd Simons Fri, 20 Oct 2006 21:55:17 +0200 avahi (0.6.14-1) unstable; urgency=low [ Sebastian Dröge ] * New upstream release * debian/patches/02_static-hosts.patch: + Dropped, merged upstream * debian/patches/02_local-service.patch: + Fix detection whether a service is from the local machine. Patch from upstream SVN (r1329) * debian/control, debian/avahi-autoipd.postinst: debian/avahi-autoipd.postrm: debian/avahi-autoipd.prerm, debian/avahi-autoipd.install: + Add new avahi-autoipd package [ Sjoerd Simons ] * Let libavahi-compat-libdnssd1 recommend libnss-mdns instead of depending on it. (Closes: #390614) * Install avahi-autoipd's exit hook as zzz_avahi-autoipd to ensure it runs last. -- Sjoerd Simons Mon, 2 Oct 2006 21:03:20 +0200 avahi (0.6.13-3) unstable; urgency=low [ Sebastian Dröge ] * debian/control, debian/pyversions: + Allow the modules to be used with all supported python versions greater or equal to 2.4 * debian/pycompat: + Dropped, not required by policy anymore [ Sjoerd Simons ] * Make libavahi-compat-libdnssd1 depend on libnss-mdns as it's needed for proper operation. * debian/clean-la.mk: Copy clean-la.mk from the gnome-pkg-tools packages. Removes dependency_libs from the .la file. -- Sjoerd Simons Sun, 3 Sep 2006 19:27:13 +0200 avahi (0.6.13-2) unstable; urgency=low * debian/patches/02_static-hosts.patch: + Fix assertion failure when using static hosts (Closes: #385297) Patch from upstream SVN (r1285) -- Sebastian Dröge Wed, 30 Aug 2006 18:29:10 +0200 avahi (0.6.13-1) unstable; urgency=low * New upstream release * debian/libavahi-client3.shlibs, debian/libavahi-compat-libdnssd1.shlibs: + Bumped for new functions * debian/avahi-utils.install, debian/avahi-utils.manpages: + Added new avahi-set-host-name utility for setting the mDNS hostname -- Sebastian Dröge Sun, 27 Aug 2006 22:10:05 +0200 avahi (0.6.12-1) unstable; urgency=low * New upstream version * Bump the shlibs for libavahi-glib and libavahi-client -- Sebastian Dröge Thu, 27 Jul 2006 15:46:57 +0200 avahi (0.6.11-1) unstable; urgency=low [ Sjoerd Simons ] * debian/copyright: Obfuscate Lennart poettering's e-mail address on his request. * Update the python bindings for the new policy. [ Sebastian Dröge ] * New upstream release * debian/patches/09_initscripts-default.patch: Add /etc/default/avahi-daemon and /etc/default/avahi-dnsconfd to allow disabling of the startup of both daemons (Closes: #349603) -- Sjoerd Simons Thu, 6 Jul 2006 00:49:30 +0200 avahi (0.6.10-1) unstable; urgency=high * New upstream release * Urgency high, contains security fixes - Local DOS via unspecified mDNS name conflicts (CVE-2006-2288) - Local buffer overflow in avahi-core (CVE-2006-2289) * No longer ship the avahi cli bindings, they now have their own source package (Closes: #360881) * Don't build-depend on libcap-dev on hurd, kfreebsd-* and netbsd-i386 archs (Closes: #360596) * Dropped patches that have been applied upstream: + debian/patches/02_pthread_flags.patch + debian/patches/03_cmsg_too_large.patch + debian/patches/04_initscript_log_end_msg.patch + debian/patches/05_empty_service_directory.patch + debian/patches/07_avahi-sharp_missing_lock.patch * debian/patches/99_autotools.patch + Not needed anymore * Bump libavahi-core3's shlibs -- Sjoerd Simons Wed, 10 May 2006 11:02:17 +0200 avahi (0.6.9-8) unstable; urgency=medium * Pass --disable-mono --disable-monodoc to configure on ia64 and powerpc. This makes the fix in the previous package actually usefull. -- Sjoerd Simons Tue, 4 Apr 2006 00:33:58 +0200 avahi (0.6.9-7) unstable; urgency=medium [ Sebastian Dröge ] * debian/patches/05_empty_service_directory.patch: + updated to use upstream's solution for this which is much cleaner. [ Sjoerd Simons ] * Urgency medium. Recent version include some big bug-fixes wrt. the testing version. (i.e. it actually works on sparc64 and ppc64) * Only build the mono library on i386 and amd64 for now. Other architectures can't install the mono build-deps currently. -- Sjoerd Simons Tue, 4 Apr 2006 00:02:16 +0200 avahi (0.6.9-6) unstable; urgency=low [ Sjoerd Simons ] * Also ship docs/NEWS (Closes: #355267) * Don't let libavahi-client3 recommend avahi-daemon. Let the end-user apps decide if they want to recommend avahi-daemon or not. (Closes: #357416) * debian/patches/99_autotools.patch + Added. Update the autotools files so debian/patches/02_pthread_flags.patch actually has effect. Fixes ftbs on mips (Closes: #358304) [ Sebastian Dröge ] * debian/patches/04_initscript_log_end_msg.patch: + Replace exit statements with return, otherwise log_end_msg might not be called after d_start. Patch by Benjamin Leipold. (Closes: #358190) * debian/patches/05_empty_service_directory.patch: + Change the error message that is printed when running the daemon with an empty or non-existing /etc/avahi/services directory to an informational message as we have no service files installed by default. Also add that this could be caused by an empty service directory. (Closes: #355615) -- Sjoerd Simons Wed, 22 Mar 2006 20:01:46 +0100 avahi (0.6.9-5) unstable; urgency=low * debian/patches/03_cmsg_too_large.patch + Updated. The previous version undid a fix for alignment on ia64. -- Sjoerd Simons Wed, 15 Mar 2006 19:01:15 +0100 avahi (0.6.9-4) unstable; urgency=low * debian/patches/03_cmsg_too_large.patch + Added. Don't make the cmsg somewhat oversized. Fixes sendmsg returning EINVAL on 64 bit machines with 32 bit user space. -- Sjoerd Simons Fri, 10 Mar 2006 10:12:02 +0100 avahi (0.6.9-3) unstable; urgency=low [ Sebastian Dröge ] * Renamed libavahi-cil to libavahi1.0-cil to conform with the CLI policy [ Sjoerd Simons ] * Fix typo in libavahi-core4's description (Closes: #355402) * debian/patches/02_pthread_flags.patch + Added. Check how gcc handles -pthread in combination with -shared. Fixes FTBS on mips{,el}. (Was fixed, but patch was accidentally reverted upstream) -- Sjoerd Simons Mon, 6 Mar 2006 17:14:09 +0100 avahi (0.6.9-2) unstable; urgency=low * Update shlibs of libavahi-common -- Sjoerd Simons Sat, 4 Mar 2006 10:36:51 +0100 avahi (0.6.9-1) unstable; urgency=low * New upstream release * Added me to Uploaders * Fix the permissions of avahi-sharp.dll -- Sebastian Dröge Thu, 2 Mar 2006 21:21:15 +0100 avahi (0.6.8-2) unstable; urgency=low * libavahi-core's soname changed from 3 to 4. As only avahi-daemon depends on -core it's not a big problem luckily. * Change the package to reflect the soname change (Closes: #354771) -- Sjoerd Simons Wed, 1 Mar 2006 10:23:35 +0100 avahi (0.6.8-1) unstable; urgency=low [ Ross Burton ] * Package the avahi.hosts(5) manpage * Package the hosts conffile [ Sjoerd Simons ] * New upstream release * debian/patches/02_avahi-initscripts.patch Applied upstream -- Sjoerd Simons Mon, 27 Feb 2006 23:13:05 +0100 avahi (0.6.7-1) unstable; urgency=low * New upstream release * debian/patches/02_avahi-initscripts.patch + Force the load of the capabilities kernel module before starting the avahi-daemon. (Closes: #352858) + Fix the restart argument of the initscripts -- Sjoerd Simons Wed, 15 Feb 2006 20:37:07 +0100 avahi (0.6.6-2) unstable; urgency=low * Add libcap-dev to the build-depends to enable chroot() support (Closes: #351699) * Update the avahi-dnsconfd description (Closes: 351273) -- Sjoerd Simons Sun, 12 Feb 2006 20:12:23 +0100 avahi (0.6.6-1) unstable; urgency=low * New upstream release * s/Bonyour/Bonjour/ in libdnssd package descriptions (Closes: #349408) * debian/patches/02_stdlib_NULL.patch + Removed. Fixed upstream * debian/patches/03_reduce_qt3lib_depends.patch + Removed. Fixed upstream * debian/patches/04_pthread_flags.patch + Removed Fixed upstream * Don't let avahi-daemon suggets avahi-dnsconfd -- Sjoerd Simons Thu, 2 Feb 2006 21:11:34 +0100 avahi (0.6.4-2) unstable; urgency=low * debian/patches/04_pthread_flags.patch + Added. Check how gcc handles -pthread in combination with -shared. Fixes FTBS on mips{,el}. * Add --disabled-password to adduser options in postinst -- Sjoerd Simons Fri, 20 Jan 2006 10:40:27 +0100 avahi (0.6.4-1) unstable; urgency=low * New upstream release * Make python2.4-avahi depend on python2.4-glade (Closes: #348284) * debian/patches/02_avahi-sharp-mono1.1.13.patch + Removed. Fixed upstream * debian/patches/02_stdlib_NULL.patch + Added. To use NULL on GNU/kFreeBSD needs to be included (Thanks Aurelien Jarno) (Closes: #348405) * debian/patches/03_reduce_qt3lib_depends.patch + Added. Change avahi-qt3.pc to have qt3-mt in Requires.private instead of Requires (Thanks Isaac Clerencia) (Closes: #347710) * Make libavahi-client-dev depend on libdbus-1-dev -- Sjoerd Simons Tue, 17 Jan 2006 11:26:51 +0100 avahi (0.6.3-3) unstable; urgency=low * debian/patches/02_avahi-sharp-mono1.1.13.patch + Added. Compatibility fixes for mono 1.1.13. -- Sjoerd Simons Fri, 13 Jan 2006 14:03:59 +0100 avahi (0.6.3-2) unstable; urgency=low * Add ia64 to the architectures that build-depend on the mono stuff -- Sjoerd Simons Thu, 12 Jan 2006 11:08:42 +0100 avahi (0.6.3-1) unstable; urgency=low * New upstream release (Closes: 347385) * debian/patches/01_dbus060_compatibility.patch + Removed. Fixed upstream * debian/patches/02_avahi-sharp.patch + Removed. Fixed upstream * Don't build mono stuff on archs that don't support it (Closes: 347383) * GNU dbm files aren't arch independent so libavahi-common-data must be an arch: any package * debian/patches/01_avahi-daemon.conf.patch + Added. Don't browse any extra domains by default * Add libavahi-client-dev depend to libavahi-compat-howl-dev and libavahi-compat-libdnssd-dev (Closes: 347247) -- Sjoerd Simons Thu, 12 Jan 2006 00:23:42 +0100 avahi (0.6.1-4) unstable; urgency=low * Upload to unstable -- Sjoerd Simons Thu, 5 Jan 2006 22:13:55 +0100 avahi (0.6.1-2) experimental; urgency=low * Let libavahi-common-data conflict with libavahi-common0 * Switch avahi-utils from Arch all to Arch any (Closes: #344354) * avahi/debian/patches/02_avahi-sharp.patch + Added. Fix avahi-sharp.dll.config.in to use libavahi-glib.so.1 instead of libavahi-glib.so.0 (From avahi upstream svn) * Add ${shlibds:Depends} to the avahi-utils depends. * Add debian/libavahi-client3/usr/lib to dh_shlibdeps includes * Also ship the avahi-browse-domains symlink * Fix the avahi-discover description * Have avahi-daemon depend on dbus (>= 0.60) * Fix libavahi-cil depends * Add libavahi-common-data to python2.4-avahi depends * Update FSF address in copyright -- Sjoerd Simons Thu, 22 Dec 2005 20:02:11 +0100 avahi (0.6.1-1) experimental; urgency=low [ Sjoerd Simons ] * New upstream release (closes: #341685) * Depend on dbus >= 0.50-3 so we can use force-reload to have dbus reload configuration. * Create packages for howl and Apple Bonyour compatibility libraries * Split out common data into libavahi-common-data * Split out avahi-discover into it's own package * Symlink /usr/include/avahi-compat-libdns_sd/dns_sd.h to /usr/include/dns_sd.h for API compatability * debian/patches/01_dbus060_compatibility.patch + Added. Enables build against dbus 0.60 (from upstream svn) * Update debian/copyright * Add myself to Uploaders [ Ross Burton ] * Add debian/watch -- Sjoerd Simons Mon, 19 Dec 2005 16:25:53 +0100 avahi (0.5.2-4) experimental; urgency=low * Add python2.4-gdbm dependency to python2.4-avahi (closes: #336900) * Build monodoc manual (thanks Sebastian Dröge) -- Ross Burton Wed, 2 Nov 2005 08:49:48 +0000 avahi (0.5.2-3) experimental; urgency=low * Move all packages to their correct section (closes: #334565) -- Ross Burton Tue, 18 Oct 2005 19:05:22 +0100 avahi (0.5.2-2) experimental; urgency=low * -daemon depends on dbus-1-utils, and allow dbus-send to fail (Trent Lloyd). * -utils recommends python2.4-glad2, and explain the recommends (TL). -- Ross Burton Mon, 10 Oct 2005 10:20:05 +0100 avahi (0.5.2-1) experimental; urgency=low * New upstream release. * Change mono package to arch all. -- Ross Burton Mon, 3 Oct 2005 20:08:52 +0100 avahi (0.5-1) experimental; urgency=low [ Ross Burton ] * Update for new library versions * Added libavahi-cil mono bindings (thanks Andrew Mitchell) * Build for Debian Experimental (closes: #324990) * Split out python2.4-avahi * Add QT3 and QT4 bindings * Reload D-BUS configuration files and daemons on install * Fix daemon prerm * Add maintainer scripts for dnsconfd * Move the avahi user's home directory * Move .pc files to -dev packages [ Sjoerd Simons ] * New upstream release -- Ross Burton Fri, 30 Sep 2005 12:16:39 +0100 avahi (0.2-0ubuntu1) breezy; urgency=low * New upstream version. * Thanks to Trent Lloyd for the work - Dropped all old patches, now merged upstream. - Added new patch avahi-dnsconfd-crash.patch, fix from upstream. -- Ross Burton Tue, 30 Aug 2005 09:13:46 +0100 avahi (0.1-1) breezy; urgency=low * First upload. * Thanks to Trent Lloyd for reviewing the packages. -- Ross Burton Tue, 23 Aug 2005 09:29:46 +0100 debian/avahi-dnsconfd.manpages0000664000000000000000000000014512260262733013574 0ustar debian/tmp/usr/share/man/man8/avahi-dnsconfd.8 debian/tmp/usr/share/man/man8/avahi-dnsconfd.action.8 debian/libavahi-qt4-1.install0000664000000000000000000000003412260262733013203 0ustar usr/lib/*/libavahi-qt4.so.* debian/libavahi-compat-libdnssd1.symbols0000664000000000000000000000201512260262733015524 0ustar libdns_sd.so.1 libavahi-compat-libdnssd1 #MINVER# DNSServiceAddRecord@Base 0.6.16 DNSServiceBrowse@Base 0.6.16 DNSServiceConstructFullName@Base 0.6.16 DNSServiceCreateConnection@Base 0.6.16 DNSServiceEnumerateDomains@Base 0.6.16 DNSServiceProcessResult@Base 0.6.16 DNSServiceQueryRecord@Base 0.6.16 DNSServiceReconfirmRecord@Base 0.6.16 DNSServiceRefDeallocate@Base 0.6.16 DNSServiceRefSockFD@Base 0.6.16 DNSServiceRegister@Base 0.6.16 DNSServiceRegisterRecord@Base 0.6.16 DNSServiceRemoveRecord@Base 0.6.16 DNSServiceResolve@Base 0.6.16 DNSServiceUpdateRecord@Base 0.6.16 TXTRecordContainsKey@Base 0.6.16 TXTRecordCreate@Base 0.6.16 TXTRecordDeallocate@Base 0.6.16 TXTRecordGetBytesPtr@Base 0.6.16 TXTRecordGetCount@Base 0.6.16 TXTRecordGetItemAtIndex@Base 0.6.16 TXTRecordGetLength@Base 0.6.16 TXTRecordGetValuePtr@Base 0.6.16 TXTRecordRemoveValue@Base 0.6.16 TXTRecordSetValue@Base 0.6.16 avahi_exe_name@Base 0.6.16 avahi_warn@Base 0.6.16 avahi_warn_linkage@Base 0.6.16 avahi_warn_unsupported@Base 0.6.16 debian/python-avahi.install0000664000000000000000000000004412260262733013170 0ustar usr/lib/python*/dist-packages/avahi debian/avahi-daemon.upstart0000664000000000000000000000103512260262733013147 0ustar # avahi-daemon - mDNS/DNS-SD daemon # # The Avahi daemon provides mDNS/DNS-SD discovery support (Bonjour/Zeroconf) # allowing applications to discover services on the network. description "mDNS/DNS-SD daemon" start on (filesystem and started dbus) stop on stopping dbus expect daemon respawn pre-start script /lib/init/apparmor-profile-load usr.sbin.avahi-daemon end script script opts="-D" [ -e "/etc/eucalyptus/avahi-daemon.conf" ] && opts="${opts} -f /etc/eucalyptus/avahi-daemon.conf" exec avahi-daemon ${opts} end script debian/avahi-dnsconfd.install0000664000000000000000000000014212260262733013444 0ustar etc/avahi/avahi-dnsconfd.action usr/sbin/avahi-dnsconfd lib/systemd/system/avahi-dnsconfd.service debian/libavahi-client-dev.install0000664000000000000000000000016612260262733014375 0ustar usr/include/avahi-client usr/lib/*/libavahi-client.so usr/lib/*/libavahi-client.a usr/lib/*/pkgconfig/avahi-client.pc debian/gbp.conf0000664000000000000000000000006512260262733010613 0ustar [DEFAULT] pristine-tar = True debian-branch = master debian/libavahi-common-data.install0000664000000000000000000000012112260262733014531 0ustar usr/share/avahi/service-types usr/lib/*/avahi/service-types.db usr/share/locale/ debian/libavahi-glib-dev.install0000664000000000000000000000015612260262733014033 0ustar usr/include/avahi-glib usr/lib/*/libavahi-glib.so usr/lib/*/libavahi-glib.a usr/lib/*/pkgconfig/avahi-glib.pc debian/avahi-daemon.resolvconf0000775000000000000000000000037112260262733013632 0ustar #!/bin/sh # # If we have an unicast .local domain, we immediately disable avahi to avoid # conflicts with the multicast IP4LL .local domain if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then exec /usr/lib/avahi/avahi-daemon-check-dns.sh fi debian/libavahi-ui-gtk3-0.install0000664000000000000000000000004012260262733013752 0ustar usr/lib/*/libavahi-ui-gtk3.so.* debian/avahi-autoipd.manpages0000664000000000000000000000014312260262733013441 0ustar debian/tmp/usr/share/man/man8/avahi-autoipd.8 debian/tmp/usr/share/man/man8/avahi-autoipd.action.8 debian/libavahi-core7.shlibs0000664000000000000000000000014112260262733013171 0ustar libavahi-core 7 libavahi-core7 (>= 0.6.26) udeb: libavahi-core 7 libavahi-core7-udeb (>= 0.6.26) debian/avahi-dnsconfd.upstart0000664000000000000000000000050112260262733013477 0ustar # avahi-dnsconfd - unicast DNS configuration daemon # # The avahi-dnsconfd daemon provides DNS configuration using mDNS in a # DHCP-like fashion description "unicast DNS configuration daemon" start on (filesystem and started avahi-daemon) stop on stopping avahi-daemon expect daemon respawn exec avahi-dnsconfd -D debian/libavahi-ui0.symbols0000664000000000000000000000242312260262733013060 0ustar libavahi-ui.so.0 libavahi-ui0 #MINVER# aui_service_dialog_get_address@Base 0.6.21 aui_service_dialog_get_address_family@Base 0.6.21 aui_service_dialog_get_browse_service_types@Base 0.6.21 aui_service_dialog_get_domain@Base 0.6.21 aui_service_dialog_get_host_name@Base 0.6.21 aui_service_dialog_get_port@Base 0.6.21 aui_service_dialog_get_resolve_host_name@Base 0.6.21 aui_service_dialog_get_resolve_service@Base 0.6.21 aui_service_dialog_get_service_name@Base 0.6.21 aui_service_dialog_get_service_type@Base 0.6.21 aui_service_dialog_get_txt_data@Base 0.6.21 aui_service_dialog_get_type@Base 0.6.21 aui_service_dialog_new@Base 0.6.21 aui_service_dialog_new_valist@Base 0.6.21 aui_service_dialog_set_address_family@Base 0.6.21 aui_service_dialog_set_browse_service_types@Base 0.6.21 aui_service_dialog_set_browse_service_typesv@Base 0.6.21 aui_service_dialog_set_domain@Base 0.6.21 aui_service_dialog_set_resolve_host_name@Base 0.6.21 aui_service_dialog_set_resolve_service@Base 0.6.21 aui_service_dialog_set_service_name@Base 0.6.21 aui_service_dialog_set_service_type@Base 0.6.21 aui_service_dialog_set_service_type_name@Base 0.6.22 (optional)stdb_getent@Base 0.6.21 (optional)stdb_lookup@Base 0.6.21 (optional)stdb_setent@Base 0.6.21 (optional)stdb_shutdown@Base 0.6.21 debian/libavahi-core-dev.install0000664000000000000000000000015612260262733014046 0ustar usr/include/avahi-core usr/lib/*/libavahi-core.so usr/lib/*/libavahi-core.a usr/lib/*/pkgconfig/avahi-core.pc debian/avahi-autoipd.if-up0000775000000000000000000000156112260262733012676 0ustar #!/bin/sh set -e # Description: Add routes to allow communication between machines which # only have an IPv4LL address assigned and those which only # have a routable address assigned. # # See http://developer.apple.com/qa/qa2004/qa1357.html for # more information. [ "$IFACE" != "lo" ] || exit 0 case "$ADDRFAM" in inet) ;; *) exit 0 ;; esac case "$METHOD" in static|dhcp|NetworkManager) ;; *) exit 0 ;; esac if [ -x /bin/ip ]; then # route already present? ip route show | grep -q '^169.254.0.0/16[[:space:]]' && exit 0 /bin/ip route add 169.254.0.0/16 dev $IFACE metric 1000 scope link elif [ -x /sbin/route ]; then # route already present? /sbin/route -n | egrep -q "^169.254.0.0[[:space:]]" && exit 0 /sbin/route add -net 169.254.0.0 netmask 255.255.0.0 dev $IFACE metric 1000 fi debian/python-avahi.examples0000664000000000000000000000004312260262733013337 0ustar debian/tmp/usr/bin/avahi-bookmarks debian/libavahi-qt4-1.symbols0000664000000000000000000000011112260262733013221 0ustar libavahi-qt4.so.1 libavahi-qt4-1 #MINVER# avahi_qt_poll_get@Base 0.6.16 debian/avahi-discover.manpages0000664000000000000000000000005712260262733013616 0ustar debian/tmp/usr/share/man/man1/avahi-discover.1 debian/avahi-daemon.init0000775000000000000000000000454112260262733012420 0ustar #!/bin/sh ### BEGIN INIT INFO # Provides: avahi avahi-daemon # Required-Start: $remote_fs dbus # Required-Stop: $remote_fs dbus # Should-Start: $syslog # Should-Stop: $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Avahi mDNS/DNS-SD Daemon # Description: Zeroconf daemon for configuring your network # automatically ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin DESC="Avahi mDNS/DNS-SD Daemon" NAME="avahi-daemon" DAEMON="/usr/sbin/$NAME" SCRIPTNAME=/etc/init.d/$NAME # Gracefully exit if the package has been removed. test -x $DAEMON || exit 0 . /lib/lsb/init-functions # Include avahi-daemon defaults if available. test -f /etc/default/avahi-daemon && . /etc/default/avahi-daemon DISABLE_TAG="/var/run/avahi-daemon/disabled-for-unicast-local" # # Function that starts the daemon/service. # d_start() { $DAEMON -c && return 0 if [ -e $DISABLE_TAG -a "$AVAHI_DAEMON_DETECT_LOCAL" != "0" ]; then # Disabled because of the existance of an unicast .local domain log_warning_msg "avahi-daemon disabled because there is a unicast .local domain" exit 0; fi; $DAEMON -D } # # Function that stops the daemon/service. # d_stop() { if $DAEMON -c ; then $DAEMON -k fi } # # Function that reload the config file for the daemon/service. # d_reload() { $DAEMON -c && $DAEMON -r } # # Function that check the status of the daemon/service. # d_status() { $DAEMON -c && { echo "$DESC is running"; exit 0; } || { echo "$DESC is not running"; exit 3; } } case "$1" in start) log_daemon_msg "Starting $DESC" "$NAME" d_start log_end_msg $? ;; stop) log_daemon_msg "Stopping $DESC" "$NAME" d_stop log_end_msg $? ;; reload|force-reload) log_daemon_msg "Reloading services for $DESC" "$NAME" d_reload log_end_msg $? ;; restart) log_daemon_msg "Restarting $DESC" "$NAME" d_stop if [ "$?" -eq 0 ]; then d_start log_end_msg $? else log_end_msg 1 fi ;; status) d_status ;; *) echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|reload|status}" >&2 exit 3 ;; esac exit 0 debian/libavahi-client3.install0000664000000000000000000000003712260262733013701 0ustar usr/lib/*/libavahi-client.so.* debian/patches/0000775000000000000000000000000012265110655010622 5ustar debian/patches/no-deprecations.patch0000664000000000000000000000057512260262733014744 0ustar --- a/avahi-ui/Makefile.am +++ b/avahi-ui/Makefile.am @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -AM_CFLAGS=-I$(top_srcdir) -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 +AM_CFLAGS=-I$(top_srcdir) # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' debian/patches/series0000664000000000000000000000037012260470337012040 0ustar # Debian patches for Avahi 01_avahi-daemon.conf.patch avahi-core-reserve-space-for-record-data-when-size-estimate.patch suse-patch-gtk-box.patch so_reuseport-may-not-exist-in-running-kernel.patch skip-nproc-in-container.patch no-deprecations.patch debian/patches/01_avahi-daemon.conf.patch0000664000000000000000000000100312260262733015412 0ustar Index: b/avahi-daemon/avahi-daemon.conf =================================================================== --- a/avahi-daemon/avahi-daemon.conf 2010-06-29 02:19:57.000000000 +0200 +++ b/avahi-daemon/avahi-daemon.conf 2010-07-07 20:03:01.987655481 +0200 @@ -21,9 +21,9 @@ [server] #host-name=foo #domain-name=local -browse-domains=0pointer.de, zeroconf.org +#browse-domains=0pointer.de, zeroconf.org use-ipv4=yes -use-ipv6=no +use-ipv6=yes #allow-interfaces=eth0 #deny-interfaces=eth1 #check-response-ttl=no debian/patches/skip-nproc-in-container.patch0000664000000000000000000000200612260262733016312 0ustar Description: Do not set rlimit_nproc in container Detect whether we are running in a container, and do not set rlimit_nproc if so. Otherwise, avahi will fail to run. Author: Serge Hallyn Bug-Ubuntu: https://bugs.launchpad.net/bugs/1251257 Forwarded: No --- avahi-0.6.31.orig/avahi-daemon/main.c 2010-11-18 03:00:26.288465933 +0000 +++ avahi-0.6.31/avahi-daemon/main.c 2013-11-18 20:43:24.550939682 +0000 @@ -1400,10 +1400,22 @@ return r; } +static int am_in_container(void) +{ + struct stat sb; + int ret = stat("/run/container_type", &sb); + + if (ret) + return 0; + return 1; +} + static void set_one_rlimit(int resource, rlim_t limit, const char *name) { struct rlimit rl; rl.rlim_cur = rl.rlim_max = limit; + if (strcmp(name, "RLIMIT_NPROC") == 0 && am_in_container()) + return; if (setrlimit(resource, &rl) < 0) avahi_log_warn("setrlimit(%s, {%u, %u}) failed: %s", name, (unsigned) limit, (unsigned) limit, strerror(errno)); } debian/patches/so_reuseport-may-not-exist-in-running-kernel.patch0000664000000000000000000000232112260470604022444 0ustar Description: SO_REUSEPORT may not exist in running kernel When userspace defines SO_REUSEPORT we will attempt to enable socket port number reuse. However if the running kernel does not support this call it will fail preventing daemon startup. If this call is present but fails ENOPROTOOPT then we know that actually the kernel does not support it and we should continue as if we did not have the call at all. (LP: #1228204) . This patch could be removed from the debian package after jessie release. Author: Andy Whitcroft Bug-Ubuntu: https://bugs.launchpad.net/bugs/1228204 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732009 Last-Update: 2013-09-20 Index: avahi-0.6.31/avahi-core/socket.c =================================================================== --- avahi-0.6.31.orig/avahi-core/socket.c 2013-09-20 16:36:50.000000000 +0100 +++ avahi-0.6.31/avahi-core/socket.c 2013-09-20 16:38:23.781863644 +0100 @@ -177,7 +177,8 @@ yes = 1; if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &yes, sizeof(yes)) < 0) { avahi_log_warn("SO_REUSEPORT failed: %s", strerror(errno)); - return -1; + if (errno != ENOPROTOOPT) + return -1; } #endif debian/patches/avahi-core-reserve-space-for-record-data-when-size-estimate.patch0000664000000000000000000001130412260470655025115 0ustar From joeyli.kernel@gmail.com Sun Sep 9 19:27:56 2012 From: joeyli.kernel@gmail.com (Lee, Chun-Yi) Date: Mon, 10 Sep 2012 10:27:56 +0800 Subject: [avahi] [PATCH] avahi-core: reserve space for record data when size estimate Message-ID: <1347244076-1332-1-git-send-email-jlee@suse.com> From: "Lee, Chun-Yi" When we tested put a lot of airprint service files(have 45 to 60 flies), found there have cpu loadinghigh problem when start avahi-daemon with those service files. After traced source code, there have problem in probe-sched.c::elapse_callback causes doesn't have any probe job set to DONE so the daemon unlimited send out DNS package. The root cause is when compare with the free package space in packet_add_probe_query before attach job key, the free package space doesn't include any record data that will attached after all keys attached. This defect causes whole DNS package is filled by job key, but doesn't remain enough space for any rdata. Then, that means have no job set to DONE. This patch add a new res_size member to AvahiDnsPacket, it used to sum the reserve size for record data the will attached after all keys attached. It can avoid keys consume whole size until p->size larger then p->max_size. Signed-off-by: Lee, Chun-Yi --- avahi-core/dns.c | 20 ++++++++++++++++++++ avahi-core/dns.h | 4 +++- avahi-core/probe-sched.c | 10 ++++++++-- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/avahi-core/dns.c b/avahi-core/dns.c index 2fcd91f..523afdc 100644 --- a/avahi-core/dns.c +++ b/avahi-core/dns.c @@ -55,6 +55,7 @@ AvahiDnsPacket* avahi_dns_packet_new(unsigned mtu) { p->size = p->rindex = AVAHI_DNS_PACKET_HEADER_SIZE; p->max_size = max_size; + p->res_size = 0; p->name_table = NULL; p->data = NULL; @@ -833,6 +834,25 @@ size_t avahi_dns_packet_space(AvahiDnsPacket *p) { return p->max_size - p->size; } +size_t avahi_dns_packet_reserve_size(AvahiDnsPacket *p, size_t res_size) { + assert(p); + + assert(p->size + p->res_size <= p->max_size); + + if ((p->size + p->res_size + res_size) <= p->max_size) + p->res_size += res_size; + + return p->res_size; +} + +size_t avahi_dns_packet_reserved_space(AvahiDnsPacket *p) { + assert(p); + + assert(p->size + p->res_size <= p->max_size); + + return p->max_size - p->size - p->res_size; +} + int avahi_rdata_parse(AvahiRecord *record, const void* rdata, size_t size) { int ret; AvahiDnsPacket p; diff --git a/avahi-core/dns.h b/avahi-core/dns.h index 52e8d88..13b1ac2 100644 --- a/avahi-core/dns.h +++ b/avahi-core/dns.h @@ -30,7 +30,7 @@ #define AVAHI_DNS_PACKET_SIZE_MAX (AVAHI_DNS_PACKET_HEADER_SIZE + 256 + 2 + 2 + 4 + 2 + AVAHI_DNS_RDATA_MAX) typedef struct AvahiDnsPacket { - size_t size, rindex, max_size; + size_t size, rindex, max_size, res_size; AvahiHashmap *name_table; /* for name compression */ uint8_t *data; } AvahiDnsPacket; @@ -78,6 +78,8 @@ int avahi_dns_packet_skip(AvahiDnsPacket *p, size_t length); int avahi_dns_packet_is_empty(AvahiDnsPacket *p); size_t avahi_dns_packet_space(AvahiDnsPacket *p); +size_t avahi_dns_packet_reserve_size(AvahiDnsPacket *p, size_t res_size); +size_t avahi_dns_packet_reserved_space(AvahiDnsPacket *p); #define AVAHI_DNS_FIELD_ID 0 #define AVAHI_DNS_FIELD_FLAGS 1 diff --git a/avahi-core/probe-sched.c b/avahi-core/probe-sched.c index 1e63411..63cb817 100644 --- a/avahi-core/probe-sched.c +++ b/avahi-core/probe-sched.c @@ -179,7 +179,7 @@ static int packet_add_probe_query(AvahiProbeScheduler *s, AvahiDnsPacket *p, Ava avahi_record_get_estimate_size(pj->record); /* Too large */ - if (size > avahi_dns_packet_space(p)) + if (size > avahi_dns_packet_reserved_space(p)) return 0; /* Create the probe query */ @@ -189,6 +189,9 @@ static int packet_add_probe_query(AvahiProbeScheduler *s, AvahiDnsPacket *p, Ava b = !!avahi_dns_packet_append_key(p, k, 0); assert(b); + /* reserve size for record data */ + avahi_dns_packet_reserve_size(p, avahi_record_get_estimate_size(pj->record)); + /* Mark this job for addition to the packet */ pj->chosen = 1; @@ -202,9 +205,12 @@ static int packet_add_probe_query(AvahiProbeScheduler *s, AvahiDnsPacket *p, Ava continue; /* This job wouldn't fit in */ - if (avahi_record_get_estimate_size(pj->record) > avahi_dns_packet_space(p)) + if (avahi_record_get_estimate_size(pj->record) > avahi_dns_packet_reserved_space(p)) break; + /* reserve size for record data */ + avahi_dns_packet_reserve_size(p, avahi_record_get_estimate_size(pj->record)); + /* Mark this job for addition to the packet */ pj->chosen = 1; } -- 1.7.10.4 debian/patches/suse-patch-gtk-box.patch0000664000000000000000000000365712260262733015303 0ustar Index: avahi-0.6.30/avahi-ui/avahi-ui.c =================================================================== --- avahi-0.6.30.orig/avahi-ui/avahi-ui.c +++ avahi-0.6.30/avahi-ui/avahi-ui.c @@ -991,7 +991,11 @@ static void domain_button_clicked(GtkBut gtk_dialog_set_has_separator(GTK_DIALOG(p->domain_dialog), FALSE); #endif +#if GTK_CHECK_VERSION(3,0,0) + vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 8); +#else vbox = gtk_vbox_new(FALSE, 8); +#endif gtk_container_set_border_width(GTK_CONTAINER(vbox), 8); gtk_box_pack_start(GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(p->domain_dialog))), vbox, TRUE, TRUE, 0); @@ -1002,7 +1006,11 @@ static void domain_button_clicked(GtkBut g_signal_connect(p->domain_entry, "changed", G_CALLBACK(domain_entry_changed_callback), d); gtk_box_pack_start(GTK_BOX(vbox), p->domain_entry, FALSE, FALSE, 0); +#if GTK_CHECK_VERSION(3,0,0) + vbox2 = gtk_box_new(GTK_ORIENTATION_VERTICAL, 8); +#else vbox2 = gtk_vbox_new(FALSE, 8); +#endif gtk_box_pack_start(GTK_BOX(vbox), vbox2, TRUE, TRUE, 0); scrolled_window = gtk_scrolled_window_new(NULL, NULL); @@ -1113,7 +1121,11 @@ static void aui_service_dialog_init(AuiS gtk_container_set_border_width(GTK_CONTAINER(d), 5); +#if GTK_CHECK_VERSION(3,0,0) + vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 8); +#else vbox = gtk_vbox_new(FALSE, 8); +#endif gtk_container_set_border_width(GTK_CONTAINER(vbox), 8); gtk_box_pack_start(GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(d))), vbox, TRUE, TRUE, 0); @@ -1123,7 +1135,11 @@ static void aui_service_dialog_init(AuiS gtk_box_pack_start(GTK_BOX(vbox), p->domain_label, FALSE, FALSE, 0); +#if GTK_CHECK_VERSION(3,0,0) + vbox2 = gtk_box_new(GTK_ORIENTATION_VERTICAL, 8); +#else vbox2 = gtk_vbox_new(FALSE, 8); +#endif gtk_box_pack_start(GTK_BOX(vbox), vbox2, TRUE, TRUE, 0); scrolled_window = gtk_scrolled_window_new(NULL, NULL); debian/libavahi-glib1.symbols0000664000000000000000000000026112260262733013357 0ustar libavahi-glib.so.1 libavahi-glib1 #MINVER# avahi_glib_allocator@Base 0.6.16 avahi_glib_poll_free@Base 0.6.16 avahi_glib_poll_get@Base 0.6.16 avahi_glib_poll_new@Base 0.6.16 debian/libavahi-common3.shlibs0000664000000000000000000000015112260262733013526 0ustar libavahi-common 3 libavahi-common3 (>= 0.6.16) udeb: libavahi-common 3 libavahi-common3-udeb (>= 0.6.16) debian/libavahi-ui0.shlibs0000664000000000000000000000004712260262733012654 0ustar libavahi-ui 0 libavahi-ui0 (>= 0.6.22) debian/watch0000664000000000000000000000007012260262733010221 0ustar version=3 http://avahi.org/download/avahi-(.*)\.tar\.gz debian/libavahi-ui-dev.install0000664000000000000000000000016112260262733013527 0ustar usr/include/avahi-ui/avahi-ui.h usr/lib/*/libavahi-ui.so usr/lib/*/libavahi-ui.a usr/lib/*/pkgconfig/avahi-ui.pc debian/avahi-daemon.postinst0000664000000000000000000000220012260262733013323 0ustar #!/bin/sh # postinst script for avahi-daemon set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in configure) adduser --disabled-password --quiet --system \ --home /var/run/avahi-daemon --no-create-home \ --gecos "Avahi mDNS daemon" --group avahi # Add the netdev group unless it's already there addgroup --quiet --system netdev || true # Ask the bus to reload the config file if [ -x "/etc/init.d/dbus" ]; then invoke-rc.d dbus force-reload || true fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# debian/libavahi-qt4-1.shlibs0000664000000000000000000000005212260262733013021 0ustar libavahi-qt4 1 libavahi-qt4-1 (>= 0.6.16) debian/libavahi-common3.symbols0000664000000000000000000000645612260262733013750 0ustar libavahi-common.so.3 libavahi-common3 #MINVER# avahi_address_cmp@Base 0.6.16 avahi_address_parse@Base 0.6.16 avahi_address_snprint@Base 0.6.16 avahi_af_to_proto@Base 0.6.16 avahi_age@Base 0.6.16 avahi_alternative_host_name@Base 0.6.16 avahi_alternative_service_name@Base 0.6.16 avahi_domain_equal@Base 0.6.16 avahi_domain_hash@Base 0.6.16 avahi_elapse_time@Base 0.6.16 avahi_escape_label@Base 0.6.16 avahi_free@Base 0.6.16 avahi_get_type_from_subtype@Base 0.6.16 avahi_init_i18n@Base 0.6.22 avahi_is_valid_domain_name@Base 0.6.16 avahi_is_valid_fqdn@Base 0.6.16 avahi_is_valid_host_name@Base 0.6.16 avahi_is_valid_service_name@Base 0.6.16 avahi_is_valid_service_subtype@Base 0.6.16 avahi_is_valid_service_type_generic@Base 0.6.16 avahi_is_valid_service_type_strict@Base 0.6.16 avahi_malloc0@Base 0.6.16 avahi_malloc@Base 0.6.16 avahi_memdup@Base 0.6.16 avahi_normalize_name@Base 0.6.16 avahi_normalize_name_strdup@Base 0.6.16 avahi_proto_to_af@Base 0.6.16 avahi_proto_to_string@Base 0.6.16 avahi_realloc@Base 0.6.16 avahi_reverse_lookup_name@Base 0.6.16 avahi_rlist_prepend@Base 0.6.16 avahi_rlist_remove@Base 0.6.16 avahi_rlist_remove_by_link@Base 0.6.16 avahi_service_name_join@Base 0.6.16 avahi_service_name_split@Base 0.6.16 avahi_set_allocator@Base 0.6.16 avahi_simple_poll_dispatch@Base 0.6.16 avahi_simple_poll_free@Base 0.6.16 avahi_simple_poll_get@Base 0.6.16 avahi_simple_poll_iterate@Base 0.6.16 avahi_simple_poll_loop@Base 0.6.16 avahi_simple_poll_new@Base 0.6.16 avahi_simple_poll_prepare@Base 0.6.16 avahi_simple_poll_quit@Base 0.6.16 avahi_simple_poll_run@Base 0.6.16 avahi_simple_poll_set_func@Base 0.6.16 avahi_simple_poll_wakeup@Base 0.6.16 avahi_strdup@Base 0.6.16 avahi_strdup_printf@Base 0.6.16 avahi_strdup_vprintf@Base 0.6.16 avahi_strerror@Base 0.6.16 avahi_string_list_add@Base 0.6.16 avahi_string_list_add_anonymous@Base 0.6.16 avahi_string_list_add_arbitrary@Base 0.6.16 avahi_string_list_add_many@Base 0.6.16 avahi_string_list_add_many_va@Base 0.6.16 avahi_string_list_add_pair@Base 0.6.16 avahi_string_list_add_pair_arbitrary@Base 0.6.16 avahi_string_list_add_printf@Base 0.6.16 avahi_string_list_add_vprintf@Base 0.6.16 avahi_string_list_copy@Base 0.6.16 avahi_string_list_equal@Base 0.6.16 avahi_string_list_find@Base 0.6.16 avahi_string_list_free@Base 0.6.16 avahi_string_list_get_next@Base 0.6.16 avahi_string_list_get_pair@Base 0.6.16 avahi_string_list_get_service_cookie@Base 0.6.16 avahi_string_list_get_size@Base 0.6.16 avahi_string_list_get_text@Base 0.6.16 avahi_string_list_length@Base 0.6.16 avahi_string_list_new@Base 0.6.16 avahi_string_list_new_from_array@Base 0.6.16 avahi_string_list_new_va@Base 0.6.16 avahi_string_list_parse@Base 0.6.16 avahi_string_list_reverse@Base 0.6.16 avahi_string_list_serialize@Base 0.6.16 avahi_string_list_to_string@Base 0.6.16 avahi_strndup@Base 0.6.16 avahi_threaded_poll_free@Base 0.6.16 avahi_threaded_poll_get@Base 0.6.16 avahi_threaded_poll_lock@Base 0.6.16 avahi_threaded_poll_new@Base 0.6.16 avahi_threaded_poll_quit@Base 0.6.16 avahi_threaded_poll_start@Base 0.6.16 avahi_threaded_poll_stop@Base 0.6.16 avahi_threaded_poll_unlock@Base 0.6.16 avahi_timeval_add@Base 0.6.16 avahi_timeval_compare@Base 0.6.16 avahi_timeval_diff@Base 0.6.16 avahi_unescape_label@Base 0.6.16 avahi_utf8_valid@Base 0.6.16 debian/copyright0000664000000000000000000001250012260262733011124 0ustar This package was debianized by Ross Burton on Fri, 19 Aug 2005 11:38:54 +0000. It was downloaded from http://www.freedesktop.org/Software/Avahi The main portion of Avahi is copyright: Upstream Authors: Lennart Poettering Trent Lloyd Sebastien Estienne Jakub Stachowski James Willcox Collabora Ltd. License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA See /usr/share/common-licenses/LGPL-2.1 on your debian system. The xml to man conversion files (man/{xmltoman.css, xmltoman.dtd, xmltoman.xsl}) are under the GNU General Public License 2. See /usr/share/common-licenses/GPL-2 on your debian system. SimpleGladeApp.in from avahi-python (avahi-python/avahi/SimpleGladeApp.py) is copyright Sandino Flores Moreno under the GNU Lesser General Public version 2.1. See /usr/share/common-licenses/LGPL-2.1 on your debian system. common/acx_pthread.m4 is copyright Steven G. Johnson under the GPL with the exception that it can be used with configure files generated by autoconf. See /usr/share/common-licenses/GPL on your debian system for the text of the GPL. common/doxygen.m4 and common/doxygen.mk are copyright: # Copyright (C) 2004 Oren Ben-Kiki # This file is distributed under the same terms as the Autoconf macro files. Which is the GNU General Public License version 2. See /usr/share/common-licenses/GPL-2 on your debian system. All the avahi-compat-howl public headers (avahi-compat-howl/include/*) and avahi-compat-howl sample code (avahi-compat-howl/samples/*.c) are: Copyright 2003, 2004 Porchdog Software. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY PORCHDOG SOFTWARE ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOWL PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Porchdog Software. The avahi-compat-libdns_sd public header (avahi-compat-libdns_sd/dns_sd.h) is: Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/avahi-daemon.examples0000664000000000000000000000016612260262733013267 0ustar debian/tmp/etc/avahi/services/ssh.service debian/tmp/etc/avahi/services/sftp-ssh.service avahi-daemon/example.service debian/libavahi-ui0.install0000664000000000000000000000003312260262733013031 0ustar usr/lib/*/libavahi-ui.so.* debian/avahi-daemon.install0000664000000000000000000000046312260262733013117 0ustar etc/avahi/avahi-daemon.conf etc/avahi/hosts etc/dbus-1/system.d/avahi-dbus.conf usr/sbin/avahi-daemon usr/share/avahi/avahi-service.dtd usr/share/dbus-1/interfaces/ usr/share/dbus-1/system-services/org.freedesktop.Avahi.service lib/systemd/system/avahi-daemon.socket lib/systemd/system/avahi-daemon.service debian/libavahi-client3.shlibs0000664000000000000000000000005712260262733013521 0ustar libavahi-client 3 libavahi-client3 (>= 0.6.16) debian/avahi-autoipd.postrm0000664000000000000000000000063412260262733013177 0ustar #!/bin/sh set -e #DEBHELPER# if [ "$1" = "purge" ]; then deluser --quiet --system avahi-autoipd > /dev/null || true delgroup --quiet --system avahi-autoipd > /dev/null || true # Cleanup /var/lib/avahi-autoipd, see #527925 f=/var/lib/avahi-autoipd if [ -d "$f" ]; then rm -f "$f"/??\:??\:??\:??\:??\:?? rmdir "$f" || { chown root:root "$f" && chmod 00700 "$f"; } fi fi debian/libavahi-qt4-dev.install0000664000000000000000000000016512260262733013626 0ustar usr/include/avahi-qt4/qt-watch.h usr/lib/*/libavahi-qt4.so usr/lib/*/libavahi-qt4.a usr/lib/*/pkgconfig/avahi-qt4.pc debian/avahi-daemon.default0000664000000000000000000000033312260262733013071 0ustar # 1 = Try to detect unicast dns servers that serve .local and disable avahi in # that case, 0 = Don't try to detect .local unicast dns servers, can cause # troubles on misconfigured networks AVAHI_DAEMON_DETECT_LOCAL=1 debian/avahi-utils.manpages0000664000000000000000000000071412260262733013140 0ustar debian/tmp/usr/share/man/man1/avahi-browse.1 debian/tmp/usr/share/man/man1/avahi-browse-domains.1 debian/tmp/usr/share/man/man1/avahi-publish.1 debian/tmp/usr/share/man/man1/avahi-publish-address.1 debian/tmp/usr/share/man/man1/avahi-publish-service.1 debian/tmp/usr/share/man/man1/avahi-set-host-name.1 debian/tmp/usr/share/man/man1/avahi-resolve.1 debian/tmp/usr/share/man/man1/avahi-resolve-address.1 debian/tmp/usr/share/man/man1/avahi-resolve-host-name.1 debian/compat0000664000000000000000000000000212260262733010371 0ustar 9 debian/libavahi-glib1.install0000664000000000000000000000003512260262733013334 0ustar usr/lib/*/libavahi-glib.so.* debian/avahi-daemon.dirs0000664000000000000000000000002312260262733012402 0ustar etc/avahi/services debian/libavahi-compat-libdnssd-dev.links0000664000000000000000000000010312260262733015643 0ustar /usr/include/avahi-compat-libdns_sd/dns_sd.h /usr/include/dns_sd.h debian/libavahi-gobject0.install0000664000000000000000000000004012260262733014027 0ustar usr/lib/*/libavahi-gobject.so.* debian/libavahi-common-dev.install0000664000000000000000000000012212260262733014377 0ustar usr/include/avahi-common usr/lib/*/libavahi-common.so usr/lib/*/libavahi-common.a debian/avahi-dnsconfd.maintscript0000664000000000000000000000010112260262733014326 0ustar rm_conffile /etc/default/avahi-dnsconfd 0.6.26-1~ avahi-dnsconfd debian/rules0000775000000000000000000000335412260262733010260 0ustar #!/usr/bin/make -f %: dh $@ --with autotools-dev,python2,systemd,autoreconf DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) ifneq (linux,$(DEB_HOST_ARCH_OS)) CONFFLAGS += --disable-autoipd endif # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed override_dh_auto_configure: dh_auto_configure -- $(CONFFLAGS) \ --enable-compat-libdns_sd \ --disable-mono \ --disable-monodoc \ --disable-qt3 \ --enable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system override_dh_auto_build: dh_auto_build # create an up to date PO template cd po; intltool-update -p --verbose override_dh_auto_clean: dh_auto_clean rm -f po/*.pot override_dh_auto_install: dh_auto_install install -D -o root -g root -m 755 debian/avahi-daemon.resolvconf \ debian/avahi-daemon/etc/resolvconf/update-libc.d/avahi-daemon install -D -o root -g root -m 755 debian/avahi-daemon-check-dns.sh \ debian/avahi-daemon/usr/lib/avahi/avahi-daemon-check-dns.sh ifeq (linux,$(DEB_HOST_ARCH_OS)) mv debian/tmp/etc/dhcp/dhclient-exit-hooks.d/avahi-autoipd \ debian/tmp/etc/dhcp/dhclient-exit-hooks.d/zzz_avahi-autoipd endif # List any files which are not installed override_dh_install: dh_install --list-missing override_dh_installinit: dh_installinit -pavahi-daemon -- start 14 2 3 4 5 . stop 86 0 1 6 . dh_installinit -pavahi-dnsconfd -- start 16 2 3 4 5 . stop 84 0 1 6 . dh_installinit -pavahi-daemon --no-start --upstart-only --name avahi-cups-reload override_dh_installdocs: dh_installdocs --all docs/NEWS docs/README override_dh_strip: dh_strip --dbg-package=avahi-dbg override_dh_autoreconf: dh_autoreconf --as-needed debian/avahi-daemon.manpages0000664000000000000000000000027112260262733013241 0ustar debian/tmp/usr/share/man/man8/avahi-daemon.8 debian/tmp/usr/share/man/man5/avahi-daemon.conf.5 debian/tmp/usr/share/man/man5/avahi.service.5 debian/tmp/usr/share/man/man5/avahi.hosts.5 debian/libavahi-compat-libdnssd1.install0000664000000000000000000000003112260262733015476 0ustar usr/lib/*/libdns_sd.so.* debian/avahi-daemon.if-up0000775000000000000000000000074412260262733012476 0ustar #!/bin/sh # Don't run the avahi-daemon unicast local check while bringing up # the loopback device; it's not necessary until we bring up a real network # device [ "$IFACE" != "lo" ] || exit 0 case "$ADDRFAM" in inet|inet6) ;; *) exit 0 ;; esac # If we have an unicast .local domain, we immediately disable avahi to avoid # conflicts with the multicast IP4LL .local domain if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ] ; then exec /usr/lib/avahi/avahi-daemon-check-dns.sh fi debian/libavahi-common3-udeb.install0000664000000000000000000000015212260262733014626 0ustar /usr/lib/*/libavahi-common.so.* /usr/lib /usr/share/avahi/service-types /usr/lib/*/avahi/service-types.db debian/avahi-autoipd.postinst0000664000000000000000000000061112260262733013531 0ustar #!/bin/sh set -e case "$1" in configure) adduser --disabled-password --quiet --system \ --home /var/lib/avahi-autoipd \ --gecos "Avahi autoip daemon" --group avahi-autoipd # FIXME: restart it somehow... SIGHUP? ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# debian/libavahi-core7.symbols0000664000000000000000000002657712260470410013413 0ustar libavahi-core.so.7 libavahi-core7 #MINVER# avahi_address_from_sockaddr@Base 0.6.24 avahi_address_is_ipv4_in_ipv6@Base 0.6.24 avahi_address_is_link_local@Base 0.6.26 avahi_address_is_local@Base 0.6.24 avahi_announce_entry@Base 0.6.24 avahi_announce_group@Base 0.6.24 avahi_announce_interface@Base 0.6.24 avahi_binary_domain_cmp@Base 0.6.24 avahi_browser_cleanup@Base 0.6.24 avahi_cache_dump@Base 0.6.24 avahi_cache_entry_half_ttl@Base 0.6.24 avahi_cache_flush@Base 0.6.24 avahi_cache_free@Base 0.6.24 avahi_cache_new@Base 0.6.24 avahi_cache_start_poof@Base 0.6.24 avahi_cache_stop_poof@Base 0.6.24 avahi_cache_update@Base 0.6.24 avahi_cache_walk@Base 0.6.24 avahi_cleanup_dead_entries@Base 0.6.24 avahi_dns_class_to_string@Base 0.6.24 avahi_dns_packet_append_bytes@Base 0.6.24 avahi_dns_packet_append_key@Base 0.6.24 avahi_dns_packet_append_name@Base 0.6.24 avahi_dns_packet_append_record@Base 0.6.24 avahi_dns_packet_append_string@Base 0.6.24 avahi_dns_packet_append_uint16@Base 0.6.24 avahi_dns_packet_append_uint32@Base 0.6.24 avahi_dns_packet_check_valid@Base 0.6.24 avahi_dns_packet_check_valid_multicast@Base 0.6.24 avahi_dns_packet_cleanup_name_table@Base 0.6.24 avahi_dns_packet_consume_bytes@Base 0.6.24 avahi_dns_packet_consume_key@Base 0.6.24 avahi_dns_packet_consume_name@Base 0.6.24 avahi_dns_packet_consume_record@Base 0.6.24 avahi_dns_packet_consume_string@Base 0.6.24 avahi_dns_packet_consume_uint16@Base 0.6.24 avahi_dns_packet_consume_uint32@Base 0.6.24 avahi_dns_packet_extend@Base 0.6.24 avahi_dns_packet_free@Base 0.6.24 avahi_dns_packet_get_field@Base 0.6.24 avahi_dns_packet_get_rptr@Base 0.6.24 avahi_dns_packet_inc_field@Base 0.6.24 avahi_dns_packet_is_empty@Base 0.6.24 avahi_dns_packet_is_query@Base 0.6.24 avahi_dns_packet_new@Base 0.6.24 avahi_dns_packet_new_query@Base 0.6.24 avahi_dns_packet_new_reply@Base 0.6.24 avahi_dns_packet_new_response@Base 0.6.24 avahi_dns_packet_reserve_size@Base 0.6.31-4~ avahi_dns_packet_reserved_space@Base 0.6.31-4~ avahi_dns_packet_set_field@Base 0.6.24 avahi_dns_packet_skip@Base 0.6.24 avahi_dns_packet_space@Base 0.6.24 avahi_dns_type_to_string@Base 0.6.24 avahi_domain_ends_with@Base 0.6.24 avahi_dump_caches@Base 0.6.24 avahi_entry_free@Base 0.6.24 avahi_entry_group_free@Base 0.6.24 avahi_entry_is_commited@Base 0.6.24 avahi_entry_is_probing@Base 0.6.24 avahi_entry_is_registered@Base 0.6.24 avahi_entry_return_to_initial_state@Base 0.6.24 avahi_find_interface_for_address@Base 0.6.24 avahi_format_mac_address@Base 0.6.24 avahi_get_host_name@Base 0.6.24 avahi_get_host_name_strdup@Base 0.6.24 avahi_goodbye_entry@Base 0.6.24 avahi_goodbye_interface@Base 0.6.24 avahi_hashmap_foreach@Base 0.6.24 avahi_hashmap_free@Base 0.6.24 avahi_hashmap_insert@Base 0.6.24 avahi_hashmap_lookup@Base 0.6.24 avahi_hashmap_new@Base 0.6.24 avahi_hashmap_remove@Base 0.6.24 avahi_hashmap_replace@Base 0.6.24 avahi_hexdump@Base 0.6.24 avahi_host_rr_entry_group_callback@Base 0.6.24 avahi_hw_interface_check_relevant@Base 0.6.24 avahi_hw_interface_free@Base 0.6.24 avahi_hw_interface_new@Base 0.6.24 avahi_hw_interface_update_rrs@Base 0.6.24 avahi_int_equal@Base 0.6.24 avahi_int_hash@Base 0.6.24 avahi_interface_address_free@Base 0.6.24 avahi_interface_address_is_relevant@Base 0.6.24 avahi_interface_address_new@Base 0.6.24 avahi_interface_address_on_link@Base 0.6.24 avahi_interface_address_update_rrs@Base 0.6.24 avahi_interface_check_relevant@Base 0.6.24 avahi_interface_free@Base 0.6.24 avahi_interface_has_address@Base 0.6.24 avahi_interface_is_relevant@Base 0.6.24 avahi_interface_match@Base 0.6.24 avahi_interface_monitor_check_relevant@Base 0.6.24 avahi_interface_monitor_free@Base 0.6.24 avahi_interface_monitor_free_osdep@Base 0.6.24 avahi_interface_monitor_get_address@Base 0.6.24 avahi_interface_monitor_get_hw_interface@Base 0.6.24 avahi_interface_monitor_get_interface@Base 0.6.24 avahi_interface_monitor_init_osdep@Base 0.6.24 avahi_interface_monitor_new@Base 0.6.24 avahi_interface_monitor_sync@Base 0.6.24 avahi_interface_monitor_update_rrs@Base 0.6.24 avahi_interface_monitor_walk@Base 0.6.24 avahi_interface_new@Base 0.6.24 avahi_interface_post_probe@Base 0.6.24 avahi_interface_post_query@Base 0.6.24 avahi_interface_post_response@Base 0.6.24 avahi_interface_send_packet@Base 0.6.24 avahi_interface_send_packet_unicast@Base 0.6.24 avahi_interface_update_rrs@Base 0.6.24 avahi_interface_withraw_query@Base 0.6.24 avahi_key_equal@Base 0.6.24 avahi_key_get_estimate_size@Base 0.6.24 avahi_key_hash@Base 0.6.24 avahi_key_is_pattern@Base 0.6.24 avahi_key_is_valid@Base 0.6.24 avahi_key_new@Base 0.6.24 avahi_key_new_cname@Base 0.6.24 avahi_key_pattern_match@Base 0.6.24 avahi_key_ref@Base 0.6.24 avahi_key_to_string@Base 0.6.24 avahi_key_unref@Base 0.6.24 avahi_log@Base 0.6.24 avahi_log_ap@Base 0.6.24 avahi_log_debug@Base 0.6.24 avahi_log_error@Base 0.6.24 avahi_log_info@Base 0.6.24 avahi_log_notice@Base 0.6.24 avahi_log_warn@Base 0.6.24 avahi_mdns_mcast_join_ipv4@Base 0.6.24 avahi_mdns_mcast_join_ipv6@Base 0.6.24 avahi_multicast_lookup_engine_cleanup@Base 0.6.24 avahi_multicast_lookup_engine_free@Base 0.6.24 avahi_multicast_lookup_engine_new@Base 0.6.24 avahi_multicast_lookup_engine_new_interface@Base 0.6.24 avahi_multicast_lookup_engine_notify@Base 0.6.24 avahi_multicast_lookup_engine_scan_cache@Base 0.6.24 avahi_multicast_lookup_free@Base 0.6.24 avahi_multicast_lookup_new@Base 0.6.24 (arch=linux-any)avahi_netlink_free@Base 0.6.24 (arch=linux-any)avahi_netlink_new@Base 0.6.24 (arch=linux-any)avahi_netlink_send@Base 0.6.24 (arch=linux-any)avahi_netlink_work@Base 0.6.24 avahi_open_socket_ipv4@Base 0.6.24 avahi_open_socket_ipv6@Base 0.6.24 avahi_open_unicast_socket_ipv4@Base 0.6.24 avahi_open_unicast_socket_ipv6@Base 0.6.24 avahi_port_from_sockaddr@Base 0.6.24 avahi_prio_queue_free@Base 0.6.24 avahi_prio_queue_new@Base 0.6.24 avahi_prio_queue_put@Base 0.6.24 avahi_prio_queue_remove@Base 0.6.24 avahi_prio_queue_shuffle@Base 0.6.24 avahi_probe_scheduler_clear@Base 0.6.24 avahi_probe_scheduler_free@Base 0.6.24 avahi_probe_scheduler_new@Base 0.6.24 avahi_probe_scheduler_post@Base 0.6.24 avahi_querier_add@Base 0.6.24 avahi_querier_add_for_all@Base 0.6.24 avahi_querier_free@Base 0.6.24 avahi_querier_free_all@Base 0.6.24 avahi_querier_remove@Base 0.6.24 avahi_querier_remove_for_all@Base 0.6.24 avahi_querier_shall_refresh_cache@Base 0.6.24 avahi_query_scheduler_clear@Base 0.6.24 avahi_query_scheduler_free@Base 0.6.24 avahi_query_scheduler_incoming@Base 0.6.24 avahi_query_scheduler_new@Base 0.6.24 avahi_query_scheduler_post@Base 0.6.24 avahi_query_scheduler_withdraw_by_id@Base 0.6.24 avahi_rdata_parse@Base 0.6.24 avahi_rdata_serialize@Base 0.6.24 avahi_reannounce_entry@Base 0.6.24 avahi_record_copy@Base 0.6.24 avahi_record_equal_no_ttl@Base 0.6.24 avahi_record_get_estimate_size@Base 0.6.24 avahi_record_is_goodbye@Base 0.6.24 avahi_record_is_link_local_address@Base 0.6.26 avahi_record_is_valid@Base 0.6.24 avahi_record_lexicographical_compare@Base 0.6.24 avahi_record_list_all_flush_cache@Base 0.6.24 avahi_record_list_drop@Base 0.6.24 avahi_record_list_flush@Base 0.6.24 avahi_record_list_free@Base 0.6.24 avahi_record_list_is_empty@Base 0.6.24 avahi_record_list_new@Base 0.6.24 avahi_record_list_next@Base 0.6.24 avahi_record_list_push@Base 0.6.24 avahi_record_new@Base 0.6.24 avahi_record_new_full@Base 0.6.24 avahi_record_ref@Base 0.6.24 avahi_record_to_string@Base 0.6.24 avahi_record_unref@Base 0.6.24 avahi_recv_dns_packet_ipv4@Base 0.6.24 avahi_recv_dns_packet_ipv6@Base 0.6.24 avahi_response_scheduler_clear@Base 0.6.24 avahi_response_scheduler_force@Base 0.6.24 avahi_response_scheduler_free@Base 0.6.24 avahi_response_scheduler_incoming@Base 0.6.24 avahi_response_scheduler_new@Base 0.6.24 avahi_response_scheduler_post@Base 0.6.24 avahi_response_scheduler_suppress@Base 0.6.24 avahi_s_address_resolver_free@Base 0.6.24 avahi_s_address_resolver_new@Base 0.6.24 avahi_s_dns_server_browser_free@Base 0.6.24 avahi_s_dns_server_browser_new@Base 0.6.24 avahi_s_domain_browser_free@Base 0.6.24 avahi_s_domain_browser_new@Base 0.6.24 avahi_s_entry_group_change_state@Base 0.6.24 avahi_s_entry_group_check_probed@Base 0.6.24 avahi_s_entry_group_commit@Base 0.6.24 avahi_s_entry_group_free@Base 0.6.24 avahi_s_entry_group_get_data@Base 0.6.24 avahi_s_entry_group_get_state@Base 0.6.24 avahi_s_entry_group_is_empty@Base 0.6.24 avahi_s_entry_group_new@Base 0.6.24 avahi_s_entry_group_reset@Base 0.6.24 avahi_s_entry_group_set_data@Base 0.6.24 avahi_s_host_name_resolver_free@Base 0.6.24 avahi_s_host_name_resolver_new@Base 0.6.24 avahi_s_record_browser_destroy@Base 0.6.24 avahi_s_record_browser_free@Base 0.6.24 avahi_s_record_browser_new@Base 0.6.24 avahi_s_record_browser_restart@Base 0.6.24 avahi_s_service_browser_free@Base 0.6.24 avahi_s_service_browser_new@Base 0.6.24 avahi_s_service_resolver_free@Base 0.6.24 avahi_s_service_resolver_new@Base 0.6.24 avahi_s_service_type_browser_free@Base 0.6.24 avahi_s_service_type_browser_new@Base 0.6.24 avahi_send_dns_packet_ipv4@Base 0.6.24 avahi_send_dns_packet_ipv6@Base 0.6.24 avahi_server_add@Base 0.6.24 avahi_server_add_address@Base 0.6.24 avahi_server_add_dns_server_address@Base 0.6.24 avahi_server_add_ptr@Base 0.6.24 avahi_server_add_service@Base 0.6.24 avahi_server_add_service_strlst@Base 0.6.24 avahi_server_add_service_subtype@Base 0.6.24 avahi_server_config_copy@Base 0.6.24 avahi_server_config_free@Base 0.6.24 avahi_server_config_init@Base 0.6.24 avahi_server_decrease_host_rr_pending@Base 0.6.24 avahi_server_dump@Base 0.6.24 avahi_server_enumerate_aux_records@Base 0.6.24 avahi_server_errno@Base 0.6.24 avahi_server_free@Base 0.6.24 avahi_server_generate_response@Base 0.6.24 avahi_server_get_config@Base 0.6.24 avahi_server_get_data@Base 0.6.24 avahi_server_get_domain_name@Base 0.6.24 avahi_server_get_group_of_service@Base 0.6.24 avahi_server_get_host_name@Base 0.6.24 avahi_server_get_host_name_fqdn@Base 0.6.24 avahi_server_get_local_service_cookie@Base 0.6.24 avahi_server_get_state@Base 0.6.24 avahi_server_is_record_local@Base 0.6.24 avahi_server_is_service_local@Base 0.6.24 avahi_server_iterate@Base 0.6.24 avahi_server_new@Base 0.6.24 avahi_server_prepare_matching_responses@Base 0.6.24 avahi_server_prepare_response@Base 0.6.24 avahi_server_set_browse_domains@Base 0.6.24 avahi_server_set_data@Base 0.6.24 avahi_server_set_domain_name@Base 0.6.24 avahi_server_set_errno@Base 0.6.24 avahi_server_set_host_name@Base 0.6.24 avahi_server_set_wide_area_servers@Base 0.6.24 avahi_server_update_service_txt@Base 0.6.24 avahi_server_update_service_txt_strlst@Base 0.6.24 avahi_set_cloexec@Base 0.6.24 avahi_set_log_function@Base 0.6.24 avahi_set_nonblock@Base 0.6.24 avahi_strdown@Base 0.6.24 avahi_string_equal@Base 0.6.24 avahi_string_hash@Base 0.6.24 avahi_strup@Base 0.6.24 avahi_time_event_free@Base 0.6.24 avahi_time_event_new@Base 0.6.24 avahi_time_event_queue_free@Base 0.6.24 avahi_time_event_queue_new@Base 0.6.24 avahi_time_event_update@Base 0.6.24 avahi_wait_for_write@Base 0.6.24 avahi_wide_area_cache_dump@Base 0.6.24 avahi_wide_area_cleanup@Base 0.6.24 avahi_wide_area_clear_cache@Base 0.6.24 avahi_wide_area_engine_free@Base 0.6.24 avahi_wide_area_engine_new@Base 0.6.24 avahi_wide_area_has_servers@Base 0.6.24 avahi_wide_area_lookup_free@Base 0.6.24 avahi_wide_area_lookup_new@Base 0.6.24 avahi_wide_area_scan_cache@Base 0.6.24 avahi_wide_area_set_servers@Base 0.6.24 debian/avahi-autoipd.maintscript0000664000000000000000000000041412260262733014204 0ustar mv_conffile /etc/dhcp3/dhclient-enter-hooks.d/avahi-autoipd /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd 0.6.25-4~ avahi-autoipd mv_conffile /etc/dhcp3/dhclient-exit-hooks.d/zzz_avahi-autoipd /etc/dhcp/dhclient-exit-hooks.d/zzz_avahi-autoipd 0.6.25-4~ avahi-autoipd debian/avahi-autoipd.if-down0000775000000000000000000000171612260262733013223 0ustar #!/bin/sh set -e # Description: Remove routes to allow communication between machines which # only have an IPv4LL address assigned and those which only # have a routable address assigned. These were added by # /etc/network/if-up.d/avahi-autoipd. # # See http://developer.apple.com/qa/qa2004/qa1357.html for # more information. [ "$IFACE" != "lo" ] || exit 0 case "$ADDRFAM" in inet) ;; *) exit 0 ;; esac case "$METHOD" in static|dhcp|NetworkManager) ;; *) exit 0 ;; esac if [ -x /bin/ip ]; then # route already present? ip route show | grep -q '^169.254.0.0/16[[:space:]]' && exit 0 /bin/ip route del 169.254.0.0/16 dev $IFACE metric 1000 scope link || true elif [ -x /sbin/route ]; then # route already present? /sbin/route -n | grep -q "^169.254.0.0[[:space:]]" && exit 0 /sbin/route del -net 169.254.0.0 netmask 255.255.0.0 dev $IFACE metric 1000 || true fi debian/avahi-discover.install0000664000000000000000000000023712260262733013471 0ustar usr/bin/avahi-discover usr/share/applications/avahi-discover.desktop usr/share/avahi/interfaces/avahi-discover.ui usr/lib/python*/dist-packages/avahi_discover debian/source/0000775000000000000000000000000012265110655010473 5ustar debian/source/format0000664000000000000000000000001412260262733011701 0ustar 3.0 (quilt) debian/avahi-daemon.postrm0000664000000000000000000000054112260262733012772 0ustar #!/bin/sh set -e #DEBHELPER# if [ "$1" = "purge" ] ; then deluser --quiet --system avahi > /dev/null || true delgroup --quiet --system avahi > /dev/null || true # Cleanup /var/run/avahi-daemon, see #448539 f=/var/run/avahi-daemon if [ -d "$f" ]; then rmdir "$f" || { chown root:root "$f" && chmod 00700 "$f"; } fi fi debian/libavahi-gobject-dev.install0000664000000000000000000000017212260262733014531 0ustar usr/include/avahi-gobject usr/lib/*/libavahi-gobject.so usr/lib/*/libavahi-gobject.a usr/lib/*/pkgconfig/avahi-gobject.pc debian/libavahi-common3.install0000664000000000000000000000003712260262733013713 0ustar usr/lib/*/libavahi-common.so.* debian/avahi-daemon.links0000664000000000000000000000011112260262733012557 0ustar etc/network/if-up.d/avahi-daemon etc/network/if-post-down.d/avahi-daemon debian/libavahi-glib1.shlibs0000664000000000000000000000005312260262733013152 0ustar libavahi-glib 1 libavahi-glib1 (>= 0.6.16) debian/avahi-ui-utils.install0000664000000000000000000000024512260262733013425 0ustar usr/bin/bssh usr/bin/bvnc usr/bin/bshell usr/share/man/man1/bssh.1 usr/share/man/man1/bvnc.1 usr/share/applications/bssh.desktop usr/share/applications/bvnc.desktop debian/libavahi-ui-gtk3-0.symbols0000664000000000000000000000243612260262733014007 0ustar libavahi-ui-gtk3.so.0 libavahi-ui-gtk3-0 #MINVER# aui_service_dialog_get_address@Base 0.6.30 aui_service_dialog_get_address_family@Base 0.6.30 aui_service_dialog_get_browse_service_types@Base 0.6.30 aui_service_dialog_get_domain@Base 0.6.30 aui_service_dialog_get_host_name@Base 0.6.30 aui_service_dialog_get_port@Base 0.6.30 aui_service_dialog_get_resolve_host_name@Base 0.6.30 aui_service_dialog_get_resolve_service@Base 0.6.30 aui_service_dialog_get_service_name@Base 0.6.30 aui_service_dialog_get_service_type@Base 0.6.30 aui_service_dialog_get_txt_data@Base 0.6.30 aui_service_dialog_get_type@Base 0.6.30 aui_service_dialog_new@Base 0.6.30 aui_service_dialog_new_valist@Base 0.6.30 aui_service_dialog_set_address_family@Base 0.6.30 aui_service_dialog_set_browse_service_types@Base 0.6.30 aui_service_dialog_set_browse_service_typesv@Base 0.6.30 aui_service_dialog_set_domain@Base 0.6.30 aui_service_dialog_set_resolve_host_name@Base 0.6.30 aui_service_dialog_set_resolve_service@Base 0.6.30 aui_service_dialog_set_service_name@Base 0.6.30 aui_service_dialog_set_service_type@Base 0.6.30 aui_service_dialog_set_service_type_name@Base 0.6.30 (optional)stdb_getent@Base 0.6.30 (optional)stdb_lookup@Base 0.6.30 (optional)stdb_setent@Base 0.6.30 (optional)stdb_shutdown@Base 0.6.30 debian/libavahi-compat-libdnssd1.shlibs0000664000000000000000000000006212260262733015320 0ustar libdns_sd 1 libavahi-compat-libdnssd1 (>= 0.6.16) debian/avahi-daemon-check-dns.sh0000775000000000000000000001013412260262733013717 0ustar #!/bin/sh # # If we have an unicast .local domain, we immediately disable avahi to avoid # conflicts with the multicast IP4LL .local domain PATH=/bin:/usr/bin:/sbin:/usr/sbin RUNDIR="/var/run/avahi-daemon/" DISABLE_TAG="$RUNDIR/disabled-for-unicast-local" NS_CACHE="$RUNDIR/checked_nameservers" AVAHI_DAEMON_DETECT_LOCAL=1 test -f /etc/default/avahi-daemon && . /etc/default/avahi-daemon if [ "$AVAHI_DAEMON_DETECT_LOCAL" != "1" ]; then exit 0 fi ensure_rundir() { if [ ! -d ${RUNDIR} ] ; then mkdir -m 0755 -p ${RUNDIR} chown avahi:avahi ${RUNDIR} fi } dns_reachable() { # If there are no nameserver entries in resolv.conf there is no dns reachable $(grep -q nameserver /etc/resolv.conf) || return 1; # If there is no local nameserver and no we have no global ip addresses # then we can't reach any nameservers if ! $(egrep -q "nameserver 127.0.0.1|::1" /etc/resolv.conf); then # Get addresses of all running interfaces ADDRS=$(LC_ALL=C ifconfig | grep ' addr:') # Filter out all local addresses ADDRS=$(echo "${ADDRS}" | egrep -v ':127|Scope:Host|Scope:Link') # Check we have a default route ROUTES=$(route -n | grep '^0.0.0.0 ') if [ -z "${ADDRS}" -o -z "${ROUTES}" ] ; then return 1; fi fi return 0 } dns_has_local() { # Some magic to do tests if [ -n "${FAKE_HOST_RETURN}" ] ; then if [ "${FAKE_HOST_RETURN}" = "true" ]; then return 0; else return 1; fi fi OUT=`LC_ALL=C host -t soa local. 2>&1` if [ $? -eq 0 ] ; then if echo "$OUT" | egrep -vq 'has no|not found'; then return 0 fi else # Checking the dns servers failed. Assuming no .local unicast dns, but # remove the nameserver cache so we recheck the next time we're triggered rm -f ${NS_CACHE} fi return 1 } dns_needs_check() { TMP_CACHE="${NS_CACHE}.$$" RET=0 ensure_rundir cat /etc/resolv.conf | grep "nameserver" | sort > ${TMP_CACHE} || return 0 if [ -e ${NS_CACHE} ]; then DIFFERENCE=$(diff -w ${NS_CACHE} ${TMP_CACHE}) echo "${DIFFERENCE}" | grep -q '^>' ADDED=$? echo "${DIFFERENCE}" | grep -q '^<' REMOVED=$? # Avahi was disabled and no servers were removed, no need to recheck [ -e ${DISABLE_TAG} ] && [ ${REMOVED} -ne 0 ] && RET=1 # Avahi was enabled and no servers were added, no need to recheck [ ! -e ${DISABLE_TAG} ] && [ ${ADDED} -ne 0 ] && RET=1 fi mv ${TMP_CACHE} ${NS_CACHE} return ${RET}; } enable_avahi () { # no unicast .local conflict, so remove the tag and start avahi again if [ -e ${DISABLE_TAG} ]; then rm -f ${DISABLE_TAG} if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d avahi-daemon start || true else if [ -x "/etc/init.d/avahi-daemon" ]; then /etc/init.d/avahi-daemon start || true fi fi fi } disable_avahi () { [ -e ${DISABLE_TAG} ] && return if [ -x /etc/init.d/avahi-daemon ]; then if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d --force avahi-daemon stop || true else if [ -x "/etc/init.d/avahi-daemon" ]; then /etc/init.d/avahi-daemon stop || true fi fi if [ -x /usr/bin/logger ]; then logger -p daemon.warning -t avahi <" description "Reload cups, upon starting avahi-daemon to make sure remote queues are populated" start on started avahi-daemon task exec reload cups debian/libavahi-gobject0.symbols0000664000000000000000000000342312260262733014061 0ustar libavahi-gobject.so.0 libavahi-gobject0 #MINVER# ga_browser_event_get_type@Base 0.6.22 ga_client_flags_get_type@Base 0.6.22 ga_client_get_type@Base 0.6.22 ga_client_new@Base 0.6.22 ga_client_start@Base 0.6.22 ga_client_state_get_type@Base 0.6.22 ga_entry_group_add_record@Base 0.6.22 ga_entry_group_add_record_full@Base 0.6.22 ga_entry_group_add_service@Base 0.6.22 ga_entry_group_add_service_full@Base 0.6.22 ga_entry_group_add_service_full_strlist@Base 0.6.22 ga_entry_group_add_service_strlist@Base 0.6.22 ga_entry_group_attach@Base 0.6.22 ga_entry_group_commit@Base 0.6.22 ga_entry_group_get_type@Base 0.6.22 ga_entry_group_new@Base 0.6.22 ga_entry_group_reset@Base 0.6.22 ga_entry_group_service_freeze@Base 0.6.22 ga_entry_group_service_remove_key@Base 0.6.22 ga_entry_group_service_set@Base 0.6.22 ga_entry_group_service_set_arbitrary@Base 0.6.22 ga_entry_group_service_thaw@Base 0.6.22 ga_entry_group_state_get_type@Base 0.6.22 ga_error_quark@Base 0.6.22 ga_lookup_flags_get_type@Base 0.6.22 ga_lookup_result_flags_get_type@Base 0.6.22 ga_protocol_get_type@Base 0.6.22 ga_record_browser_attach@Base 0.6.22 ga_record_browser_get_type@Base 0.6.22 ga_record_browser_new@Base 0.6.22 ga_record_browser_new_full@Base 0.6.22 ga_resolver_event_get_type@Base 0.6.22 ga_service_browser_attach@Base 0.6.22 ga_record_browser_get_type@Base 0.6.22 ga_record_browser_new@Base 0.6.22 ga_record_browser_new_full@Base 0.6.22 ga_resolver_event_get_type@Base 0.6.22 ga_service_browser_attach@Base 0.6.22 ga_service_browser_get_type@Base 0.6.22 ga_service_browser_new@Base 0.6.22 ga_service_browser_new_full@Base 0.6.22 ga_service_resolver_attach@Base 0.6.22 ga_service_resolver_get_address@Base 0.6.22 ga_service_resolver_get_type@Base 0.6.22 ga_service_resolver_new@Base 0.6.22 debian/avahi-autoipd.preinst0000664000000000000000000000102512260262733013332 0ustar #!/bin/sh set -e case "$1" in install|upgrade) # Remove compat symlinks for dhcp3-client which might have been # created during upgrades. if dpkg --compare-versions "$2" lt "0.6.28-3"; then if [ -L /etc/dhcp3/dhclient-enter-hooks.d/avahi-autoipd ]; then rm -f /etc/dhcp3/dhclient-enter-hooks.d/avahi-autoipd fi if [ -L /etc/dhcp3/dhclient-exit-hooks.d/zzz_avahi-autoipd ]; then rm -f /etc/dhcp3/dhclient-exit-hooks.d/zzz_avahi-autoipd fi fi esac #DEBHELPER# debian/avahi-autoipd.install0000664000000000000000000000010012260262733013305 0ustar usr/sbin/avahi-autoipd etc/avahi/avahi-autoipd.action etc/dhcp/ debian/avahi-utils.install0000664000000000000000000000036412260262733013014 0ustar usr/bin/avahi-browse usr/bin/avahi-browse-domains usr/bin/avahi-publish usr/bin/avahi-publish-address usr/bin/avahi-publish-service usr/bin/avahi-set-host-name usr/bin/avahi-resolve usr/bin/avahi-resolve-address usr/bin/avahi-resolve-host-name debian/libavahi-core7.install0000664000000000000000000000003512260262733013355 0ustar usr/lib/*/libavahi-core.so.* debian/libavahi-core7-udeb.install0000664000000000000000000000004712260262733014275 0ustar /usr/lib/*/libavahi-core.so.* /usr/lib debian/libavahi-compat-libdnssd-dev.install0000664000000000000000000000017612260262733016203 0ustar usr/include/avahi-compat-libdns_sd usr/lib/*/libdns_sd.so usr/lib/*/libdns_sd.a usr/lib/*/pkgconfig/avahi-compat-libdns_sd.pc debian/control0000664000000000000000000004725112260463210010600 0ustar Source: avahi Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Utopia Maintenance Team Uploaders: Sjoerd Simons , Sebastian Dröge , Loic Minier , Michael Biebl Build-Depends: debhelper (>= 9), dh-systemd (>= 1.5), autotools-dev, pkg-config, dh-autoreconf, libcap-dev (>= 1:2.16) [linux-any], libgdbm-dev, libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.14.0), libgtk-3-dev, libexpat-dev, libdaemon-dev (>= 0.11), libdbus-1-dev (>= 0.60), python-all-dev (>= 2.6.6-3~), python-gdbm (>= 2.4.3), python-dbus, python-gtk2 (>= 2.8.6-2), libqt4-dev, xmltoman, intltool (>= 0.35.0) Standards-Version: 3.9.5 X-Python-Version: >= 2.4 XS-Debian-Vcs-Git: git://anonscm.debian.org/pkg-utopia/avahi.git XS-Debian-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-utopia/avahi.git;a=summary Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/avahi/ubuntu Homepage: http://avahi.org/ Package: avahi-daemon Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upstart (>= 0.6.7-4), adduser, dbus (>= 1.2.16-0ubuntu3), lsb-base (>= 3.0-6), bind9-host | host Recommends: libnss-mdns Suggests: avahi-autoipd Multi-Arch: foreign Description: Avahi mDNS/DNS-SD daemon Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi Daemon which represents your machine on the network and allows other applications to publish and resolve mDNS/DNS-SD records. Package: avahi-dnsconfd Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, avahi-daemon (>= 0.6.31-3~), lsb-base (>= 3.0-6) Recommends: resolvconf Description: Avahi DNS configuration tool Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This tool listens on the network for announced DNS servers and passes them to resolvconf so it can use them. This is very useful on autoconfigured IPv6 networks. Package: avahi-autoipd Architecture: linux-any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, adduser Recommends: isc-dhcp-client, iproute Conflicts: zeroconf Description: Avahi IPv4LL network address configuration daemon Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This tool implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. Package: python-avahi Section: python Architecture: any Depends: ${python:Depends}, ${misc:Depends}, python-gdbm (>= 2.4.3-1), libavahi-common-data (>= 0.6.22), python-dbus Provides: ${python:Provides} Description: Python utility package for Avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains utility modules to talk to Avahi with Python easier. Package: avahi-utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, avahi-daemon Description: Avahi browsing, publishing and discovery utilities Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains several utilities that allow you to interact with the Avahi daemon, including publish, browsing and discovering services. Package: avahi-discover Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-avahi, python-dbus, python-gtk2 (>= 2.8.6-2), python-glade2, avahi-daemon Description: Service discover user interface for avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains a user interface for discovering services. Package: libavahi-common3 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libavahi-common-data Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Package: libavahi-common-data Section: libs Architecture: any Depends: ${misc:Depends} Multi-Arch: same Description: Avahi common data files Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains common data files for avahi. Package: libavahi-common-dev Section: libdevel Architecture: any Depends: libavahi-common3 (= ${binary:Version}), ${misc:Depends} Description: Development files for the Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the Avahi common library, which is a set of common functions and definitions used by many of Avahis components and client applications. Package: libavahi-common3-udeb Package-Type: udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Avahi common library (debian-installer) Package: libavahi-core7 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi's embeddable mDNS/DNS-SD library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded applications to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you should use libavahi-client which interacts with the avahi daemon. Package: libavahi-core-dev Section: libdevel Architecture: any Depends: libavahi-core7 (= ${binary:Version}), ${misc:Depends}, libavahi-common-dev Description: Development files for Avahi's embeddable mDNS/DNS-SD library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development files for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded application developers to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you shoudl use libavahi-client-dev which interacts with the avahi daemon. Package: libavahi-core7-udeb Package-Type: udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Avahi's embeddable mDNS/DNS-SD library (debian-installer) Package: libavahi-client3 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Package: libavahi-client-dev Section: libdevel Architecture: any Depends: libavahi-client3 (= ${binary:Version}), ${misc:Depends}, libavahi-common-dev, libdbus-1-dev (>= 0.60) Description: Development files for the Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Package: libavahi-glib1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi GLib integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the interface to integrate the Avahi libraries into a GLib main loop application, including GTK+ applications. Package: libavahi-glib-dev Section: libdevel Architecture: any Depends: libavahi-glib1 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev, libavahi-common-dev Description: Development headers for the Avahi GLib integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the interface to integrate the Avahi libraries into a GLib main loop application, including GTK+ applications. Package: libavahi-gobject0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi GObject library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the GObject wrapper for Avahi. Package: libavahi-gobject-dev Section: libdevel Architecture: any Depends: libavahi-gobject0 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev, libavahi-client-dev, libavahi-glib-dev Description: Development headers for the Avahi GObject library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for a GObject interface to Avahi Package: libavahi-qt4-1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi Qt 4 integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the interface to integrate the Avahi libraries into a Qt 4 main loop application. Package: libavahi-qt4-dev Section: libdevel Architecture: any Depends: libavahi-qt4-1 (= ${binary:Version}), ${misc:Depends}, libqt4-dev, libavahi-common-dev Description: Development headers for the Avahi Qt 4 integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the interface to integrate the Avahi libraries into a Qt 4 main loop application. Package: libavahi-compat-libdnssd1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libnss-mdns Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi Apple Bonjour compatibility library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the Apple Bonjour compatibility library of Avahi. Package: libavahi-compat-libdnssd-dev Section: libdevel Architecture: any Depends: libavahi-compat-libdnssd1 (= ${binary:Version}), ${misc:Depends}, libavahi-client-dev, Description: Development headers for the Avahi Apple Bonjour compatibility library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for Apple Bonjour compatibility library of Avahi. Package: libavahi-ui0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi GTK+ User interface library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains a GTK+ widget for browsing services. Package: libavahi-ui-dev Section: libdevel Architecture: any Depends: libavahi-ui0 (= ${binary:Version}), ${misc:Depends}, libavahi-client-dev, libavahi-glib-dev, libgtk2.0-dev Description: Development headers for the Avahi GTK+ User interface library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the GTK+ library of Avahi. Package: libavahi-ui-gtk3-0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Avahi GTK+ User interface library for GTK3 Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains a GTK+ widget for browsing services. Package: libavahi-ui-gtk3-dev Section: libdevel Architecture: any Depends: libavahi-ui-gtk3-0 (= ${binary:Version}), ${misc:Depends}, libavahi-client-dev, libavahi-glib-dev, libgtk-3-dev Conflicts: libavahi-ui-dev Description: Development headers for the Avahi GTK+ User interface library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the GTK+ library of Avahi. Package: avahi-ui-utils Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ssh-client, vnc-viewer Description: Avahi GTK+ utilities Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains some small GTK+ utilities to discover ssh and vnc servers. Package: avahi-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends} Description: Avahi - debugging symbols This package contains detached debugging symbols for the binary packages produced by the avahi source. . Most people will not need this package. debian/libavahi-client3.symbols0000664000000000000000000000510212260262733013721 0ustar libavahi-client.so.3 libavahi-client3 #MINVER# avahi_address_resolver_event@Base 0.6.16 avahi_address_resolver_free@Base 0.6.16 avahi_address_resolver_get_client@Base 0.6.16 avahi_address_resolver_new@Base 0.6.16 avahi_client_errno@Base 0.6.16 avahi_client_free@Base 0.6.16 avahi_client_get_domain_name@Base 0.6.16 avahi_client_get_host_name@Base 0.6.16 avahi_client_get_host_name_fqdn@Base 0.6.16 avahi_client_get_local_service_cookie@Base 0.6.16 avahi_client_get_state@Base 0.6.16 avahi_client_get_version_string@Base 0.6.16 avahi_client_is_connected@Base 0.6.16 avahi_client_new@Base 0.6.16 avahi_client_set_dbus_error@Base 0.6.16 avahi_client_set_errno@Base 0.6.16 avahi_client_set_host_name@Base 0.6.16 avahi_client_simple_method_call@Base 0.6.16 avahi_dbus_connection_glue@Base 0.6.16 avahi_domain_browser_event@Base 0.6.16 avahi_domain_browser_free@Base 0.6.16 avahi_domain_browser_get_client@Base 0.6.16 avahi_domain_browser_new@Base 0.6.16 avahi_entry_group_add_address@Base 0.6.16 avahi_entry_group_add_record@Base 0.6.16 avahi_entry_group_add_service@Base 0.6.16 avahi_entry_group_add_service_strlst@Base 0.6.16 avahi_entry_group_add_service_subtype@Base 0.6.16 avahi_entry_group_commit@Base 0.6.16 avahi_entry_group_free@Base 0.6.16 avahi_entry_group_get_client@Base 0.6.16 avahi_entry_group_get_state@Base 0.6.16 avahi_entry_group_is_empty@Base 0.6.16 avahi_entry_group_new@Base 0.6.16 avahi_entry_group_reset@Base 0.6.16 avahi_entry_group_set_state@Base 0.6.16 avahi_entry_group_update_service_txt@Base 0.6.16 avahi_entry_group_update_service_txt_strlst@Base 0.6.16 avahi_error_dbus_to_number@Base 0.6.16 avahi_error_number_to_dbus@Base 0.6.16 avahi_host_name_resolver_event@Base 0.6.16 avahi_host_name_resolver_free@Base 0.6.16 avahi_host_name_resolver_get_client@Base 0.6.16 avahi_host_name_resolver_new@Base 0.6.16 avahi_nss_support@Base 0.6.16 avahi_record_browser_event@Base 0.6.16 avahi_record_browser_free@Base 0.6.16 avahi_record_browser_get_client@Base 0.6.16 avahi_record_browser_new@Base 0.6.16 avahi_service_browser_event@Base 0.6.16 avahi_service_browser_free@Base 0.6.16 avahi_service_browser_get_client@Base 0.6.16 avahi_service_browser_new@Base 0.6.16 avahi_service_resolver_event@Base 0.6.16 avahi_service_resolver_free@Base 0.6.16 avahi_service_resolver_get_client@Base 0.6.16 avahi_service_resolver_new@Base 0.6.16 avahi_service_type_browser_event@Base 0.6.16 avahi_service_type_browser_free@Base 0.6.16 avahi_service_type_browser_get_client@Base 0.6.16 avahi_service_type_browser_new@Base 0.6.16 avahi_xdg_config_open@Base 0.6.16 debian/avahi-dnsconfd.init0000775000000000000000000000424312260262733012752 0ustar #!/bin/sh ### BEGIN INIT INFO # Provides: avahi-dnsconfd # Required-Start: $remote_fs avahi-daemon # Required-Stop: $remote_fs avahi-daemon # Should-Start: $syslog # Should-Stop: $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Avahi Unicast DNS Configuration Daemon # Description: A DNS configuration daemon using mDNS in a # DHCP-like fashion ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin DESC="Avahi Unicast DNS Configuration Daemon" NAME="avahi-dnsconfd" DAEMON="/usr/sbin/$NAME" SCRIPTNAME=/etc/init.d/$NAME # Gracefully exit if the package has been removed. test -x $DAEMON || exit 0 . /lib/lsb/init-functions # # Function that starts the daemon/service. # d_start() { $DAEMON -c && return 0 if [ -s /etc/localtime ]; then if [ ! -d /etc/avahi/etc ]; then mkdir -p /etc/avahi/etc >/dev/null 2>&1 fi cp -fp /etc/localtime /etc/avahi/etc >/dev/null 2>&1 fi; $DAEMON -D } # # Function that stops the daemon/service. # d_stop() { if $DAEMON -c ; then $DAEMON -k fi } # # Function that reload the config file for the daemon/service. # d_refresh() { $DAEMON -c && $DAEMON -r } # # Function that check the status of the daemon/service. # d_status() { $DAEMON -c && { echo "$DESC is running"; exit 0; } || { echo "$DESC is not running"; exit 3; } } case "$1" in start) log_daemon_msg "Starting $DESC" "$NAME" d_start log_end_msg $? ;; stop) log_daemon_msg "Stopping $DESC" "$NAME" d_stop log_end_msg $? ;; refresh) log_daemon_msg "Refreshing $DESC" "$NAME" d_refresh log_end_msg $? ;; restart|force-reload) log_daemon_msg "Restarting $DESC" "$NAME" d_stop if [ "$?" -eq 0 ]; then d_start log_end_msg $? else log_end_msg 1 fi ;; status) d_status ;; *) echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|refresh|status}" >&2 exit 3 ;; esac exit 0