[ubuntu/oneiric] isc-dhcp 4.1.1-P1-16.1ubuntu1 (Accepted)

Marc Deslauriers marc.deslauriers at ubuntu.com
Wed May 18 15:00:21 UTC 2011


isc-dhcp (4.1.1-P1-16.1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Deroot server (Debian #308832).
    - Send hostname to DHCP server by default (LP #10239, Debian #151820).
    - dhclient-onetry-call-clientscript.dpatch: Call 'dhclient-script FAIL'
      when failing to get an address also when operating in oneshot mode
      (-1).  This fixes avahi-autoipd invocation through dhcdbd.
    - dhcpd.conf-subnet-examples.dpatch: Give an example for subnet-mask in
      dhcpd.conf.
    - dhclient-more-debug.dpatch: Show the requested/offered client IP in
      log output, for better debugging.
    - debian/dhclient-script.linux: Wait for /etc/resolv.conf to become
      writable; this isn't the case when ifup is called from an Upstart job
      triggered by udev (Ubuntu-specific until Debian uses this rule, too).
    - revert-next-server.dpatch: Revert the need of the next-server option
      in dhcpd.conf so it points to the own IP again for tftp if the option
      is not set (patch by Oliver Grawert; disputed upstream).
    - debian/isc-dhcp-server.init.d: Allow LTSP to override default
      configuration in /etc/ltsp/dhcpd.conf.  Point that out in a header
      comment in debian/dhcpd.conf (Ubuntu-specific).
    - debian/isc-dhcp-server.config: Drop debconf question to medium
      (Ubuntu-specific).
    - Enable build hardening.  Add hardening-wrapper build dependency
      (Ubuntu-specific).
    - Add enforcing AppArmor profile for DHCP client and server.
    - Install apport hooks.
    - debian/dhclient-script.linux: Fix regression in host_name option
      handling, so that it's always honored when /etc/hostname is not set.
    - dhclient-fix-backoff.dpatch,
      dhclient-initial-random-delay-option.dpatch: Speed up DHCP negotiation
      (Debian #509089).
    - Fix configure test for ber_init to work correctly with 'ld
      --no-add-needed'.
    - isc-dhcp-client Breaks: network-manager (<< 0.8.2~rc1), since earlier
      versions were patched in Ubuntu to hardcode assumptions for
      dhcp3-client.
    - debian/patches/multi-ip-addr-per-if.dpatch: Resolve issue of
      interfaces not being able to have more than one IP address assigned.
    - debian/isc-dhcp-client.links: fix symlink ordering for new ISC
      package
    - debian/rules: add call to dh_link to get package symlinks back

isc-dhcp (4.1.1-P1-16.1) unstable; urgency=high

  * Non-maintainer upload.
  * Fix cve-2011-0997: remote code execution vulnerability in dhclient
    (closes: #621099).
  * Fix ftbfs with 'ld --no-as-needed' (closes: #602312).

isc-dhcp (4.1.1-P1-16) unstable; urgency=high

  * Patch by Raphael Geissert from 4.1-ESV for CVE-2011-0413 (closes: #611217)

Date: Wed, 18 May 2011 09:49:05 -0400
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Marc Deslauriers <marc.deslauriers at canonical.com>
https://launchpad.net/ubuntu/oneiric/+source/isc-dhcp/4.1.1-P1-16.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 18 May 2011 09:49:05 -0400
Source: isc-dhcp
Binary: isc-dhcp-server isc-dhcp-server-dbg isc-dhcp-server-ldap isc-dhcp-common isc-dhcp-dev isc-dhcp-client isc-dhcp-client-dbg isc-dhcp-client-udeb isc-dhcp-relay isc-dhcp-relay-dbg dhcp3-server dhcp3-client dhcp3-relay dhcp3-common dhcp3-dev
Architecture: source
Version: 4.1.1-P1-16.1ubuntu1
Distribution: oneiric
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Description: 
 dhcp3-client - ISC DHCP server (transitional package)
 dhcp3-common - ISC DHCP common files (transitional package)
 dhcp3-dev  - ISC DHCP development files (transitional package)
 dhcp3-relay - ISC DHCP relay (transitional package)
 dhcp3-server - ISC DHCP server (transitional package)
 isc-dhcp-client - ISC DHCP client
 isc-dhcp-client-dbg - ISC DHCP client (debugging symbols)
 isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb)
 isc-dhcp-common - common files used by all the isc-dhcp* packages
 isc-dhcp-dev - API for accessing and modifying the DHCP server and client state
 isc-dhcp-relay - ISC DHCP relay daemon
 isc-dhcp-relay-dbg - DHCP relay daemon (debugging symbols)
 isc-dhcp-server - ISC DHCP server for automatic IP address assignment
 isc-dhcp-server-dbg - ISC DHCP server for automatic IP address assignment (debug)
 isc-dhcp-server-ldap - DHCP server able to use LDAP as backend
Closes: 602312 611217 621099
Changes: 
 isc-dhcp (4.1.1-P1-16.1ubuntu1) oneiric; urgency=low
 .
   * Merge from debian unstable.  Remaining changes:
     - Deroot server (Debian #308832).
     - Send hostname to DHCP server by default (LP #10239, Debian #151820).
     - dhclient-onetry-call-clientscript.dpatch: Call 'dhclient-script FAIL'
       when failing to get an address also when operating in oneshot mode
       (-1).  This fixes avahi-autoipd invocation through dhcdbd.
     - dhcpd.conf-subnet-examples.dpatch: Give an example for subnet-mask in
       dhcpd.conf.
     - dhclient-more-debug.dpatch: Show the requested/offered client IP in
       log output, for better debugging.
     - debian/dhclient-script.linux: Wait for /etc/resolv.conf to become
       writable; this isn't the case when ifup is called from an Upstart job
       triggered by udev (Ubuntu-specific until Debian uses this rule, too).
     - revert-next-server.dpatch: Revert the need of the next-server option
       in dhcpd.conf so it points to the own IP again for tftp if the option
       is not set (patch by Oliver Grawert; disputed upstream).
     - debian/isc-dhcp-server.init.d: Allow LTSP to override default
       configuration in /etc/ltsp/dhcpd.conf.  Point that out in a header
       comment in debian/dhcpd.conf (Ubuntu-specific).
     - debian/isc-dhcp-server.config: Drop debconf question to medium
       (Ubuntu-specific).
     - Enable build hardening.  Add hardening-wrapper build dependency
       (Ubuntu-specific).
     - Add enforcing AppArmor profile for DHCP client and server.
     - Install apport hooks.
     - debian/dhclient-script.linux: Fix regression in host_name option
       handling, so that it's always honored when /etc/hostname is not set.
     - dhclient-fix-backoff.dpatch,
       dhclient-initial-random-delay-option.dpatch: Speed up DHCP negotiation
       (Debian #509089).
     - Fix configure test for ber_init to work correctly with 'ld
       --no-add-needed'.
     - isc-dhcp-client Breaks: network-manager (<< 0.8.2~rc1), since earlier
       versions were patched in Ubuntu to hardcode assumptions for
       dhcp3-client.
     - debian/patches/multi-ip-addr-per-if.dpatch: Resolve issue of
       interfaces not being able to have more than one IP address assigned.
     - debian/isc-dhcp-client.links: fix symlink ordering for new ISC
       package
     - debian/rules: add call to dh_link to get package symlinks back
 .
 isc-dhcp (4.1.1-P1-16.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fix cve-2011-0997: remote code execution vulnerability in dhclient
     (closes: #621099).
   * Fix ftbfs with 'ld --no-as-needed' (closes: #602312).
 .
 isc-dhcp (4.1.1-P1-16) unstable; urgency=high
 .
   * Patch by Raphael Geissert from 4.1-ESV for CVE-2011-0413 (closes: #611217)
Checksums-Sha1: 
 62f2175f04e5fe70364d47c6fd993bd0603b35e8 2348 isc-dhcp_4.1.1-P1-16.1ubuntu1.dsc
 e9e756df09502f6666cd79bdf0ab3af0f92b41b0 1085414 isc-dhcp_4.1.1-P1.orig.tar.gz
 7b195960e01729b43ec3257756673a146f2a4b0e 151322 isc-dhcp_4.1.1-P1-16.1ubuntu1.diff.gz
Checksums-Sha256: 
 3d018f0c9958b47135001eadf7c97fae560b73ce6f1c6d26a04397e0c4e87222 2348 isc-dhcp_4.1.1-P1-16.1ubuntu1.dsc
 2f640350cbb1966ec3090198c3f128d649a3655f747f96ce910a477fe63263da 1085414 isc-dhcp_4.1.1-P1.orig.tar.gz
 454df30cf2b79e8162f5f16dbe5dc1423fcdc6d027a9ba9ec048e08aaf59f1b2 151322 isc-dhcp_4.1.1-P1-16.1ubuntu1.diff.gz
Files: 
 ad2f87c0f591a3c235b0820ab62d6eb3 2348 net important isc-dhcp_4.1.1-P1-16.1ubuntu1.dsc
 ee390a35687dd75dbfc32c856c0938d1 1085414 net important isc-dhcp_4.1.1-P1.orig.tar.gz
 a17b1ff87eee6f49689bc60e76b961b2 151322 net important isc-dhcp_4.1.1-P1-16.1ubuntu1.diff.gz
Original-Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJN093yAAoJEGVp2FWnRL6T8W4QAJhs+noe4lRev/BJGxKA3JF8
r5QquWYDyS0Z51j/P9iJaqtbgGUpJxPpGuj8Dqg98ijET2smlrQHC0ocahp6WjW8
jrYFJhc/E8F8lqNUG4IfjyHc2QFr6O+fMEGA1+XylRrAt6UPr/RGBE63mQp/RB00
s3RvP19Rc/0m2HKMTUSrGKeCM0uUFhSX/7PSC9HABuAeFExnglNFxNuWYXMO/sVa
THR8cpPReevWgwdoih5ozChPYuinVDYx39qPgq9zwoHtqpuVCPkvh2dVb2SjptsG
eh2mwAwmzjswKAET8L2OrBhYlmSrCPUKlTYDKlLsX/5+akmOxjGeEK30bIIXd7bW
+QRWNyThdtXvo/UNqBpDLDf/dPbHAEmDq5rPY8tcrJwJo9coklG5fVdE/u0fuk8e
thiDgsO6QJOpX0AOhTxiomMKKxedbcAoLR0KiE1vvuZioUi6PfCv4EsU3LT+zJrs
pjiSFIG//kShku22xElgHN2YAMPXnaO6gUePU6hYUaT1IAThL/cvcJP8bWEMgmjp
/DruRug44b8Ynqko96jAVHeG5U9gCLBUmtCc0t6YOmEv3HMWD5o9nvQCR9cVeF+X
PMalD6AqNHkBPqDJX8FFcG908283PEOdxMpZ1yWgspkm3nZHM1qbkzPtZfPc/CLy
ddJ6WQS+bYdEbeuC7iHW
=kTfk
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list