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.

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)

Date: Tue, 31 Dec 2013 00:04:39 -0800
Changed-By: Steve Langasek <steve.langa...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/avahi/0.6.31-4ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 31 Dec 2013 00:04:39 -0800
Source: avahi
Binary: avahi-daemon avahi-dnsconfd avahi-autoipd python-avahi avahi-utils 
avahi-discover libavahi-common3 libavahi-common-data libavahi-common-dev 
libavahi-common3-udeb libavahi-core7 libavahi-core-dev libavahi-core7-udeb 
libavahi-client3 libavahi-client-dev libavahi-glib1 libavahi-glib-dev 
libavahi-gobject0 libavahi-gobject-dev libavahi-qt4-1 libavahi-qt4-dev 
libavahi-compat-libdnssd1 libavahi-compat-libdnssd-dev libavahi-ui0 
libavahi-ui-dev libavahi-ui-gtk3-0 libavahi-ui-gtk3-dev avahi-ui-utils avahi-dbg
Architecture: source
Version: 0.6.31-4ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langa...@ubuntu.com>
Description: 
 avahi-autoipd - Avahi IPv4LL network address configuration daemon
 avahi-daemon - Avahi mDNS/DNS-SD daemon
 avahi-dbg  - Avahi - debugging symbols
 avahi-discover - Service discover user interface for avahi
 avahi-dnsconfd - Avahi DNS configuration tool
 avahi-ui-utils - Avahi GTK+ utilities
 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-common3-udeb - Avahi common library (debian-installer) (udeb)
 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-core7 - Avahi's embeddable mDNS/DNS-SD library
 libavahi-core7-udeb - Avahi's embeddable mDNS/DNS-SD library 
(debian-installer) (udeb)
 libavahi-glib-dev - Development headers for the Avahi GLib integration library
 libavahi-glib1 - Avahi GLib integration library
 libavahi-gobject-dev - Development headers for the Avahi GObject library
 libavahi-gobject0 - Avahi GObject library
 libavahi-qt4-1 - Avahi Qt 4 integration library
 libavahi-qt4-dev - Development headers for the Avahi Qt 4 integration library
 libavahi-ui-dev - Development headers for the Avahi GTK+ User interface library
 libavahi-ui-gtk3-0 - Avahi GTK+ User interface library for GTK3
 libavahi-ui-gtk3-dev - Development headers for the Avahi GTK+ User interface 
library
 libavahi-ui0 - Avahi GTK+ User interface library
 python-avahi - Python utility package for Avahi
Closes: 693604 732009
Changes: 
 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.
 .
 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)
Checksums-Sha1: 
 fd5de0bb316a5b04fa8c4cf5ebe45d916b5c0ff7 4177 avahi_0.6.31-4ubuntu1.dsc
 583898145290c1d67288558e9f3ad90adc92050a 41045 
avahi_0.6.31-4ubuntu1.debian.tar.gz
Checksums-Sha256: 
 b9c26857208b7a323595b583fb0473723ba052091a3870436bead2bd9acfa448 4177 
avahi_0.6.31-4ubuntu1.dsc
 1fb198aded51a6fa8ca444ac228fd294326cac75e2261bb62cef4c75bdc66428 41045 
avahi_0.6.31-4ubuntu1.debian.tar.gz
Files: 
 c1093c3b74d4350c6bc9527bd358f02b 4177 net optional avahi_0.6.31-4ubuntu1.dsc
 e85574d3b81b68dc26646457b63f4a98 41045 net optional 
avahi_0.6.31-4ubuntu1.debian.tar.gz
Original-Maintainer: Utopia Maintenance Team 
<pkg-utopia-maintain...@lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJS1JJBAAoJEFaNMPMhshM9gFYQALEEQ+H74xa5BiOynPp6E6IV
BnlS29R/tyghkVlfkanXEykHOQ4Y2pzGIjNqVnovjasiR2rheZwfhAvORloGmysC
iEBea4eyPXqPhBhi/bjXu2HPsZc4ROSvSE+5xnGxN3O8pSU8ImmSsV10TYyK9lZ+
nCQMtuhly+7HUFd80bslrMcwWyIoGwwn0lswMrMpkppqwLNwdbXsjxpwhI5v4VAQ
YpfSpnABVSqGupRQo66Wr2+OtAG7D0BoefZk6A3c3VxGrf4Ji9ps7bdNtriA2GQX
dSAdLj+lVa8a04W4I7cA+HxvxjGwFOtjjHUxm41wA07ZY98CaN1fo8mDZW93Y7xr
FLsF2rMlec2k5Cz2l/ue6zpPYXfPzNPf2eFxa73lKwF2/2Nm1F+SiVgEAj/uNBdv
jpf9K9+aa+dd0FhHiTo3y73+MbTolIjjkHUst7JMi1tMva5cJo6X733G5C6dgpr3
jBN228IxTCa5fyGFfWyeGu51QGkcJttBV4NwzHmI5aULyE3gBCOOdBYMRjKxT8h2
iNAe13NKEjso9qFy3Ym/JYcZNCG7U926QW7q7ffrHcmShcTfdce6RuZd64Gw5n5Y
mfBAPuHRMFvhJkLUkBtQ537lIQYyT74FmLm8RC20ngnO40z9gVwcUJkR00kt1hsC
LL7ZRqbFlCfIqozsKJhW
=1tYI
-----END PGP SIGNATURE-----
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes

Reply via email to