Accepted avahi 0.6.10-1ubuntu1 (source)

Sebastian Droege slomo at ubuntu.com
Fri Jun 23 13:45:07 BST 2006


Accepted:
 OK: avahi_0.6.10-1ubuntu1.dsc
     -> Component: main Section: net
 OK: avahi_0.6.10-1ubuntu1.diff.gz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 23 Jun 2006 14:20:36 +0200
Source: avahi
Binary: libavahi-client3 libavahi-glib-dev libavahi-common-data python2.4-avahi avahi-utils libavahi-common-dev libavahi-qt3-1 libavahi-glib1 avahi-dnsconfd avahi-discover libavahi-compat-libdnssd-dev libavahi-compat-howl-dev libavahi-common3 libavahi-core-dev libavahi-compat-howl0 libavahi-core4 libavahi-client-dev libavahi-compat-libdnssd1 libavahi-qt3-dev avahi-daemon
Architecture: source
Version: 0.6.10-1ubuntu1
Distribution: edgy
Urgency: high
Maintainer: Ross Burton <ross at debian.org>
Changed-By: Sebastian Droege <slomo at ubuntu.com>
Description: 
 avahi-daemon - Avahi mDNS/DNS-SD daemon
 avahi-discover - Service discover user interface for avahi
 avahi-dnsconfd - Avahi DNS configuration tool
 avahi-utils - Avahi browsing, publishing and discovery utilities
 libavahi-client-dev - Development files for the Avahi client library
 libavahi-client3 - Avahi client library
 libavahi-common-data - Avahi common data files
 libavahi-common-dev - Development files for the Avahi common library
 libavahi-common3 - Avahi common library
 libavahi-compat-howl-dev - Development headers for the Avahi Howl compatibility library
 libavahi-compat-howl0 - Avahi Howl compatibility library
 libavahi-compat-libdnssd-dev - Development headers for the Avahi Apple Bonjour compatibility lib
 libavahi-compat-libdnssd1 - Avahi Apple Bonjour compatibility library
 libavahi-core-dev - Development files for Avahi's embeddable mDNS/DNS-SD library
 libavahi-core4 - Avahi's embeddable mDNS/DNS-SD library
 libavahi-glib-dev - Development headers for the Avahi glib integration library
 libavahi-glib1 - Avahi glib integration library
 libavahi-qt3-1 - Avahi QT3 integration library
 libavahi-qt3-dev - Development headers for the Avahi QT3 integration library
 python2.4-avahi - Python utility package for Avahi
Closes: 355267 355402 355615 357416 358190 358304 360596 360881
Changes: 
 avahi (0.6.10-1ubuntu1) edgy; urgency=low
 .
   * Sync with Debian:
     + debian/control:
       - remove libqt4-dev build dependency and disable the binary package
       - add a recommends for dbus on libavahi-client3
     + debian/rules:
       - disable building of the qt4 bindings
     + debian/patches/kubuntu_03_fix_duplicate_entries_in_menu.patch:
       - readded. Fixes duplicate menu entries of avahi-discover in KDE
 .
 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 (CVS-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
 .
 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.
 .
 avahi (0.6.9-7) unstable; urgency=medium
 .
   [ Sebastian Droege ]
   * 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.
 .
 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 Droege ]
   * 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)
 .
 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.
 .
 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.
 .
 avahi (0.6.9-3) unstable; urgency=low
 .
   [ Sebastian Droege ]
   * 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)
Files: 
 3d80de4cd89fa5d5cfbbe228afcb4dc5 1330 net optional avahi_0.6.10-1ubuntu1.dsc
 68dd9b9f02d9c16366b7e3b582139308 10251 net optional avahi_0.6.10-1ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEm96KBsBdh1vkHyERAhjZAJ9yBoyKH+0RfS2REF44EJCVCKqRWwCdE6tJ
pbaohCKkKT34d8gGFILrx/Y=
=QOZD
-----END PGP SIGNATURE-----





More information about the edgy-changes mailing list