avahi/avahi.spec

816 lines
29 KiB
RPMSpec

#
# spec file for package avahi (Version 0.6.20)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: avahi
BuildRequires: dbus-1-devel dbus-1-python doxygen gdbm-devel graphviz gtk-sharp2 libdaemon-devel libglade2-devel mono-devel monodoc-core python-devel python-gdbm qt3-devel update-desktop-files zlib-devel
%if %suse_version > 1010
BuildRequires: libqt4-devel python-gtk-devel
%else
BuildRequires: python-gtk qt-devel
%endif
Version: 0.6.20
Release: 3
URL: http://www.avahi.org/
Group: System/Daemons
License: LGPL v2 or later
Summary: D-BUS Service for Zeroconf and Bonjour
Source: %{name}-%{version}.tar.bz2
Source1: gnome-nettool2.png
Source2: avahi-bookmarks.init
Source3: avahi.firewall
Patch0: avahi-gacdir.patch
Patch1: avahi-desktop.patch
# See also http://www.avahi.org/wiki/DownloadAvahi#RequirementsTable
Requires: dbus-1
# Not really required, but many tools expect nss-mdns installed:
Requires: nss-mdns
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: mDNSResponder
Obsoletes: mDNSResponder <= 107.5
%package glib
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version}
Autoreqprov: on
Group: Development/Libraries/Other
%package python
Summary: A set of Avahi utilities written in Python
Requires: %{name} = %{version} python-gdbm python-gtk dbus-1-python python-twisted python-twisted-web
Autoreqprov: on
Group: System/Daemons
%py_requires
%package mono
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version} gtk-sharp2
Autoreqprov: on
Group: Development/Libraries/Other
%package qt3
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version}
Autoreqprov: on
Group: Development/Libraries/Other
%package qt4
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version}
Autoreqprov: on
Group: Development/Libraries/Other
%package compat-mDNSResponder
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version}
Autoreqprov: on
%ifarch ia64 x86_64 ppc64 s390x
Provides: libdns_sd.so()(64bit)
%else
Provides: libdns_sd.so
%endif
Group: System/Daemons
Provides: mDNSResponder-lib
Obsoletes: mDNSResponder-lib <= 107.5
%package compat-mDNSResponder-devel
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version} %{name}-compat-mDNSResponder = %{version}
Requires: %{name}-devel = %{version}
Autoreqprov: on
Group: System/Daemons
Provides: mDNSResponder-devel
Obsoletes: mDNSResponder-devel <= 107.5
%package compat-howl
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version}
Autoreqprov: on
Group: System/Daemons
Provides: howl
Obsoletes: howl
%package compat-howl-devel
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version} %{name}-compat-howl = %{version}
Autoreqprov: on
Group: System/Daemons
Provides: howl-devel
Obsoletes: howl-devel
%package devel
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version} dbus-1-devel glibc-devel glib2-devel
# NOTE: Adding these will cause large dependencies, 2/3 of the are not
# needed in most cases. Most users of bindings will already require is
# implicitly. So it's better not to be absolutely correct.
# skip-check-libtool-deps
#Requires: qt3-devel glib2-devel libqt4-devel
Autoreqprov: on
Group: Development/Libraries/Other
%description
Avahi is an implementation of the DNS Service Discovery and Multicast
DNS specifications for Zeroconf Computing. It uses D-BUS for
communication between user applications and a system daemon. The daemon
is used to coordinate application efforts in caching replies, necessary
to minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete, implementing all
MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It
passes all tests in the Apple Bonjour conformance test suite. In
addition, it supports some nifty things that have never been seen
elsewhere, like correct mDNS reflection across LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description mono
Mono bindings for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description glib
GLib support for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description python
Avahi is an implementation of the DNS Service Discovery and Multicast
DNS specifications for Zeroconf Computing. It uses D-BUS for
communication between user applications and a system daemon. The daemon
is used to coordinate application efforts in caching replies, necessary
to minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete, implementing all
MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It
passes all tests in the Apple Bonjour conformance test suite. In
addition, it supports some nifty things that have never been seen
elsewhere, like correct mDNS reflection across LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description qt3
Qt3 bindings for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description qt4
Qt4 bindings for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description compat-mDNSResponder
Apple mDNSResponder compatibility layer for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description compat-mDNSResponder-devel
Apple mDNSResponder compatibility layer for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description compat-howl
howl compatibility layer for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description compat-howl-devel
howl compatibility layer for avahi.
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%description devel
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to
minimize the traffic imposed on networks.
The Avahi mDNS responder is now feature complete implementing all MUSTs
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
tests in the Apple Bonjour conformance test suite. In addition it
supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
Authors:
--------
Lennart Poettering <mztabzr@0pointer.de>
Trent Lloyd <lathiat@freedesktop.org>
Sebastien Estienne <sebastien.estienne@gmail.com>
%prep
%setup -q
%patch0
%patch1 -p1
%build
ACLOCAL="aclocal -I common" autoreconf -f -i
%configure\
--libexecdir=%{_prefix}/lib\
--disable-static\
--with-distro=suse\
--enable-qt3\
--enable-qt4\
--enable-mono\
--enable-python\
--enable-pygtk\
--enable-compat-libdns_sd\
--enable-compat-howl\
--with-avahi-priv-access-group=avahi\
--with-autoipd-user=avahi\
--with-autoipd-group=avahi
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
## WARNING: found empty dependency_libs variable. please remove the
## pointless libtool .la file
## /var/tmp/avahi-0.6.20-build/usr/lib64/lib\avahi-common.la
## If you don't understand this, mailto=rguenther@suse.de
## A number of packages want this file, however, so we won't remove it.
# rm $RPM_BUILD_ROOT/${_prefix}/${_lib}/libavahi-common.la
install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -m 644 %{S:1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/gnome-nettool2.png
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
ln -s avahi-compat-libdns_sd/dns_sd.h $RPM_BUILD_ROOT%{_includedir}/
ln -s avahi-compat-howl.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/howl.pc
# Work-around qt4 bug:
# https://bugzilla.novell.com/show_bug.cgi?id=238169
%if %suse_version <= 1020
sed -i "s,$RPM_BUILD_DIR,/," $RPM_BUILD_ROOT%{_libdir}/libavahi-qt4.la
%endif
mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
install %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/avahi-bookmarks
ln -s %{_sysconfdir}/init.d/avahi-daemon $RPM_BUILD_ROOT%{_sbindir}/rcavahi-daemon
ln -s %{_sysconfdir}/init.d/avahi-dnsconfd $RPM_BUILD_ROOT%{_sbindir}/rcavahi-dnsconfd
ln -s %{_sysconfdir}/init.d/avahi-bookmarks $RPM_BUILD_ROOT%{_sbindir}/rcavahi-bookmarks
install -m 644 %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/avahi
# FIXME: There are no better Categories in the spec (Monitor is not allowed in Network).
%suse_update_desktop_file -r avahi-discover GNOME System Monitor
%clean
rm -rf $RPM_BUILD_ROOT
%pre
%{_sbindir}/groupadd -r avahi 2> /dev/null || :
%{_sbindir}/useradd -r -o -s /bin/false -c "User for Avahi" -d %{_localstatedir}/run/avahi-daemon -g avahi avahi 2> /dev/null || :
%preun
%{stop_on_removal avahi-daemon}
%{stop_on_removal avahi-dnsconfd}
%post -p /sbin/ldconfig
%postun
%{restart_on_update avahi-daemon}
%{restart_on_update avahi-dnsconfd}
%{run_ldconfig}
%insserv_cleanup
%post qt3 -p /sbin/ldconfig
%postun qt3 -p /sbin/ldconfig
%post qt4 -p /sbin/ldconfig
%postun qt4 -p /sbin/ldconfig
%post glib -p /sbin/ldconfig
%postun glib -p /sbin/ldconfig
%post compat-mDNSResponder -p /sbin/ldconfig
%postun compat-mDNSResponder -p /sbin/ldconfig
%post compat-howl -p /sbin/ldconfig
%postun compat-howl -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc LICENSE docs/*
%{_bindir}/avahi-browse*
%{_bindir}/avahi-publish*
%{_bindir}/avahi-resolve*
%{_bindir}/avahi-set-host-name
%{_bindir}/bssh
%{_bindir}/bvnc
%{_datadir}/avahi
%{_datadir}/applications/bssh.desktop
%{_datadir}/applications/bvnc.desktop
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
%{_libdir}/*avahi-client*.so.*
%{_libdir}/*avahi-common*.so.*
%{_libdir}/*avahi-core*.so.*
%{_libdir}/*avahi-ui*.so.*
%attr(-,avahi,avahi) %{_localstatedir}/run/avahi-daemon
%doc %{_mandir}/man1/avahi-browse*.1*
%doc %{_mandir}/man1/avahi-publish*.1*
%doc %{_mandir}/man1/avahi-resolve*.1*
%doc %{_mandir}/man1/avahi-set-host-name.1*
%doc %{_mandir}/man1/bssh.1.*
%doc %{_mandir}/man1/bvnc.1.*
%doc %{_mandir}/man5/*.5*
%doc %{_mandir}/man8/*.8*
%{_sbindir}/avahi-*
%{_sbindir}/rcavahi-daemon
%{_sbindir}/rcavahi-dnsconfd
%dir %{_sysconfdir}/avahi
%config %{_sysconfdir}/avahi/avahi-daemon.conf
%{_sysconfdir}/avahi/avahi-dnsconfd.action
%{_sysconfdir}/avahi/avahi-autoipd.action
%dir %{_sysconfdir}/avahi/services
%{_sysconfdir}/avahi/services/*.service
%{_sysconfdir}/avahi/hosts
%{_sysconfdir}/dbus-1/system.d/*.conf
%{_sysconfdir}/init.d/avahi-dnsconfd
%{_sysconfdir}/init.d/avahi-daemon
%files glib
%defattr(-,root,root)
%{_bindir}/avahi-discover-standalone
%{_libdir}/*avahi-glib*.so.*
%files python
%defattr(-,root,root)
%{py_sitedir}/avahi
%{_bindir}/avahi-discover
%{_bindir}/avahi-bookmarks
%doc %{_mandir}/man1/avahi-bookmarks.1*
%doc %{_mandir}/man1/avahi-discover.1*
%{_datadir}/applications/avahi-discover.desktop
%{_datadir}/pixmaps/gnome-nettool2.png
%{_sbindir}/rcavahi-bookmarks
%{_sysconfdir}/init.d/avahi-bookmarks
%files mono
%defattr(-,root,root)
%{_libdir}/pkgconfig/avahi-sharp.pc
%{_libdir}/pkgconfig/avahi-ui-sharp.pc
%{_prefix}/lib/monodoc/sources/*.*
%{_prefix}/lib/mono/avahi-sharp
%{_prefix}/lib/mono/gac/avahi-sharp
%{_prefix}/lib/mono/avahi-ui-sharp
%{_prefix}/lib/mono/gac/avahi-ui-sharp
%files qt3
%defattr(-,root,root)
%{_libdir}/*avahi-qt3*.so.*
%files qt4
%defattr(-,root,root)
%{_libdir}/*avahi-qt4*.so.*
%files compat-mDNSResponder
%defattr(-,root,root)
# mDNSResponder uses libdns_sd.so, we need .so in the main package.
%{_libdir}/libdns_sd.so
%{_libdir}/libdns_sd.so.*
%files compat-mDNSResponder-devel
%defattr(-,root,root)
%{_includedir}/avahi-compat-libdns_sd
%{_includedir}/dns_sd.h
%{_libdir}/libdns_sd.*a
%{_libdir}/pkgconfig/avahi-compat-libdns_sd.pc
%files compat-howl
%defattr(-,root,root)
%{_libdir}/libhowl.so.*
%files compat-howl-devel
%defattr(-,root,root)
%{_includedir}/avahi-compat-howl
%{_libdir}/libhowl.so
%{_libdir}/libhowl.*a
%{_libdir}/pkgconfig/avahi-compat-howl.pc
%{_libdir}/pkgconfig/howl.pc
%files devel
%defattr(-,root,root)
# FIXME: Maybe split to particular subpackages.
#%doc doc/api/html
#%doc doc/*.html doc/*.txt doc/file-boilerplate.c doc/TODO
%{_includedir}/avahi-client
%{_includedir}/avahi-common
%{_includedir}/avahi-glib
%{_includedir}/avahi-core
%{_includedir}/avahi-qt3
%{_includedir}/avahi-qt4
%{_includedir}/avahi-ui
# avahi devel files
%{_libdir}/*avahi-client.*a
%{_libdir}/*avahi-client*.so
%{_libdir}/*avahi-core.*a
%{_libdir}/*avahi-core*.so
%{_libdir}/*avahi-common*.so
%{_libdir}/*avahi-common*.*a
%{_libdir}/*avahi-glib*.*a
%{_libdir}/*avahi-glib*.so
%{_libdir}/*avahi-qt3*.*a
%{_libdir}/*avahi-qt3*.so
%{_libdir}/*avahi-qt4*.*a
%{_libdir}/*avahi-qt4*.so
%{_libdir}/*avahi-ui*.*a
%{_libdir}/*avahi-ui*.*so
%{_libdir}/pkgconfig/avahi-client.pc
%{_libdir}/pkgconfig/avahi-core.pc
%{_libdir}/pkgconfig/avahi-glib.pc
%{_libdir}/pkgconfig/avahi-qt3.pc
%{_libdir}/pkgconfig/avahi-qt4.pc
%{_libdir}/pkgconfig/avahi-ui.pc
%changelog
* Thu Jul 05 2007 - maw@suse.de
- Don't remove libavahi-common.la, because many things depend on it
- Make avahi-mono require gtk-sharp2.
- Update avahi-gacdir.patch, fixing the build on biarch platforms.
* Thu Jul 05 2007 - maw@suse.de
- Remove some extraneous comments in the .spec file.
* Tue Jul 03 2007 - maw@suse.de
- Update to version 0.6.20:
+ Various bug fixes and portability fixes
+ New features, including a new libavahi-ui library and tools
to exploit it
+ A fix for a local DoS vulnerability (b.n.c #287123 and
CVE-2007-3372)
- Remove upstreamed patches: avahi-python-compile.patch and
avahi-compat-libdns_sd-fixes.patch; rename
avahi-discover-icon.patch to avahi-desktop.patch, and fix more
.desktop files therein
- Buildrequire gtk-sharp2.
* Wed Jun 06 2007 - sbrabec@suse.cz
- Removed invalid desktop Category "Application" (#254654).
* Thu May 24 2007 - ro@suse.de
- fix some rpmlint errors (call ldconfig in post scripts)
* Tue Mar 27 2007 - crivera@suse.de
- Improve libdns_sd compat support. This helps fix 214887.
* Mon Mar 26 2007 - rguenther@suse.de
- Add gdbm-devel and zlib-devel BuildRequires.
* Tue Mar 13 2007 - crivera@suse.de
- Rework the sub package split. There is a new package, avahi-python,
that contains all of the Python utilities. This removes all Python
dependencies from the base avahi package. This fixes 245390.
* Fri Mar 09 2007 - crivera@suse.de
- Install avahi.firewill in /etc/sysconfig/SuSEfirewall2.d/services
instead of /usr/share/SuSEfirewall2/services. This allows avahi
to build again. This also depends on the latest dbus-1-python
submission being approved.
* Tue Feb 27 2007 - crivera@suse.de
- Remove netdev patch in favor of using the configure parameter
instead. This also fixes a similar issue with the autoipd group
and user. This fixes 237145.
* Mon Feb 26 2007 - crivera@suse.de
- Replace the non-existent "netdev" group with the "avahi" group in
avahi-dbus.conf. This fixes 237145.
- Remove Application, Utility, Network, and Settings categories from
the .desktop file. This fixes 244464.
* Wed Feb 21 2007 - sbrabec@suse.cz
- Updated to a bugfix release 0.6.17:
* Don't accept "localhost" as a local mDNS host name
* Allow running avahi-bookmarks as CGI script
* Improve libdns_sd compatibility
* Stability: libdns_sd mutex locking order fix
* Publish IPv6 addresses via IPv4 and vice versa
* IA64 fixes
* A lot of minor cleanups and fixes
- Fixed python dependencies (#244457).
- Fixed howl compatibility links (#244486).
- Fixed python byte-compilation (#244458).
- Added avahi-bookmarks init script.
- Added SuSEfirewall2 rule.
* Tue Feb 13 2007 - sbrabec@suse.cz
- Do not build unusable static libraries (#238552#c17).
* Wed Jan 31 2007 - ro@suse.de
- removed gnome-nettool from BuildRequires (and Recommends)
(causes a build-cycle) and use local copy of the icon
* Fri Jan 26 2007 - ro@suse.de
- add mono-devel to build requires to make mono-reqprov work
* Wed Jan 24 2007 - sbrabec@suse.cz
- Updated to version 0.6.16 (CVE-2006-5461, CVE-2006-6870):
* Revert previous patch to check nlmsg_pid as it is bogus and
breaks in many cases, notably when using NetworkManager.
* Replace with new SO_PASSCRED-based check of the sending UID
which seems to work better.
* Handle some errors in libdns_sd more gracefully the way the real
libdns_sd does
* Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no
longer defined
* Fix doxygen comments for avahi watch
* Make d-bus version detection work for >= 1.0
* Dont dbus_connection_close on shared dbus connections
* Fix potential endless loop in dns label unpacking code
* Fix bogus assertion in client-publish-service.c example
* Mild fix to some doxygen docs for avahi-common/address.h
* Fix passing in custom priviledged group (previously ignored
setting)
* Check that netlink messages actually originate from the kernel
and not another process.
* Fix dbus_service_browser not setting
AVAHI_LOOKUP_RESULT_OUR_OWN.
* Sun Jan 21 2007 - dmueller@suse.de
-compat-mDNSResponder-devel should require avahi-devel
* Sat Jan 20 2007 - aj@suse.de
- Fix avahi-sharp.pc file to use correct gcac location.
- Add obsoletes and provides for mDNSResponder.
* Thu Dec 14 2006 - sbrabec@suse.cz
- Created init script symlinks in /usr/sbin (#228203).
* Sun Nov 12 2006 - thoenig@suse.de
- Update patch avahi-dbus-request-name-flags-fix-thoenig-02.patch:
Be precise with regard to the minor version of D-Bus
* Sun Nov 12 2006 - thoenig@suse.de
- Add patch avahi-dbus-request-name-flags-fix-thoenig-01.patch:
Fix flawed logic for flags passed to dbus_bus_request_name()
* Mon Oct 30 2006 - sbrabec@suse.cz
- Check the sender ID of netlink packets before using them
(#216219).
* Sun Oct 15 2006 - danw@suse.de
- Remove dead patches
* Mon Oct 09 2006 - sbrabec@suse.cz
- Build in older products.
- Enabled parallel build.
* Fri Sep 22 2006 - aj@suse.de
- Fix filelist for python upgrade.
- Build everything with RPM_OPT_FLAGS.
* Mon Sep 18 2006 - jhargadon@suse.de
- update to version 0.6.14
- Add new daemon "avahi-autoipd" which is an implementation of
IPv4LL as defined in RFC3927, a technology for assigning link-local IP
addresses without DHCP server. The same functionality has been available on
Windows under the name APIPA. While it is not the first implemenatation of
this technology for Free operating systems it is clearly the most powerful
and hopefully even the most secure. (Because it chroot()s and drops
priviliges and suchlike)
- Fix a segfault in the code handling static host name registrations
- Add a few new entries to the service type database
- s/D-?BUS/D-Bus/g
- Documentation updates
- Fix service type database building on Solaris
- Make use of newer D-Bus APIs
- Fix random seed initialization
- Install SFTP static service file by default
- Other minor code cleanups
- removed upstreamed patches
* Sun Sep 03 2006 - aj@suse.de
- Follow package rename qt->libqt4.
* Thu Aug 24 2006 - cthiel@suse.de
- fix build
* Wed Aug 16 2006 - cthiel@suse.de
- buildrequire python-gtk-devel instead of python-gtk
* Mon Aug 14 2006 - thoenig@suse.de
- Add patch avahi-dbus-api-fix-thoenig-01.patch: Use
dbus_connection_close, not dbus_connection_disconnect
* Fri Aug 11 2006 - cthiel@suse.de
- remove avahi-0.6.10-pygtk-hack.patch, since python-gtk has been fixed in
the meantime
* Sun Aug 06 2006 - cthiel@suse.de
- fixed build by adding avahi-0.6.10-pygtk-hack.patch to hack around an
unfavorable configure check
* Mon Jul 03 2006 - schwab@suse.de
- Fix quoting in configure script.
- Fix invalid redefinition of docdir.
* Mon May 15 2006 - sbrabec@suse.cz
- Updated to version 0.6.10 (#137781).
* Fix a buffer overflow in avahi-core
* Refuse to process invalid UTF8 data
* Automatically reconnect to the DBUS if we're kicked. (Works only if
chroot() is disabled)
* Don't hit an assert() in the client libs when the Avahi daemon is
terminated
* Enumerate all service types in the database in the Service
Discovery Applet for Gnome
* Improve the Bonjour compatibility layer to make it survive
GnomeMeeting's broken usage
* Deal properly with local non-ASCII hostnames
* AMD64 and FreeBSD portability fixes
* Filter double DNS server entries in avahi-dnsconfd
* Fix a locking bug in avahi-sharp's EntryGroup.AddService()
* Ported to Solaris (incomplete)
* Add _airport._tcp to our service type database
* Tue May 09 2006 - sbrabec@suse.cz
- Fixed buffer overflow in avahi_record_to_string() (#137781#c7).
* Mon Apr 24 2006 - sbrabec@suse.cz
- Replaced Obsoletes by Conflicts for mDNSResponder* (#149676).
* Wed Apr 19 2006 - jpr@suse.de
- Fix compat layer ABI inconsistencies with mDNSResponder (part of
[#149676])
* Wed Apr 05 2006 - sbrabec@suse.cz
- Wait for daemon initialization in the init script (#150902).
* Tue Apr 04 2006 - sbrabec@suse.cz
- Use Provides and Obsoletes instead of Conflicts to allow seamless
replacement.
* Mon Mar 20 2006 - sbrabec@suse.cz
- Call %%insserv_cleanup in %%postun.
* Thu Feb 09 2006 - sbrabec@suse.cz
- Provide libdns_sd.so RPM symbol, as mDNSResponder does.
- Reduced BuildRequires.
* Thu Feb 09 2006 - sbrabec@suse.cz
- Fixed circular dependency between avahi and avahi-glib
(avahi-discover moved to avahi-glib).
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - sbrabec@suse.cz
- Updated to version 0.6.5.
- Enable howl compatibility layer as separate packages.
* Mon Jan 16 2006 - sbrabec@suse.cz
- Updated to version 0.6.4.
* Tue Dec 20 2005 - ro@suse.de
- fix build with dbus-1 0.60
- added libxml2-python to nfb
* Fri Dec 16 2005 - rml@suse.de
- Move libdns_sd.so to avahi-compat-mDNSResponder from
avahi-compat-mDNSResponder-devel (fix up requires/provides)
* Fri Dec 02 2005 - sbrabec@suse.cz
- Provide dns_sd.h compatibility symlink.
* Fri Dec 02 2005 - sbrabec@suse.cz
- Enable mDNSResponder compatibility layer as separate packages.
* Fri Dec 02 2005 - sbrabec@suse.cz
- Call aclocal to compile in PLUS.
- Enabled qt4 bindings.
- Fixed file ownership.
- Disabled parallel build - mono fails often.
* Thu Dec 01 2005 - sbrabec@suse.cz
- Bi-arch fix.
- Build as user.
- Enabled parallel build.
* Wed Nov 30 2005 - sbrabec@suse.cz
- Updated to version 0.6.1.
- Moved all devel files and Requires to devel subpackage.
* Wed Oct 12 2005 - ro@suse.de
- use gnome2-devel-packages in nfb and cleanup nfb
- fix build of sharp part on x86_64
* Mon Oct 10 2005 - ro@suse.de
- removed restart_on_update in postinstall
(only needed in postuninstall)
* Thu Oct 06 2005 - jpr@suse.de
- Initial check in