[ubuntu/quantal] isc-dhcp 4.2.4-1ubuntu1 (Accepted)

Stephane Graber stgraber at ubuntu.com
Tue Jul 3 14:35:44 UTC 2012


isc-dhcp (4.2.4-1ubuntu1) quantal; urgency=low

  * Merge from Debian. Remaining changes:
    (LP: #768171, LP: #841182, LP: #881558, LP: #872929, LP: #616809)
    - Use upstart jobs for isc-dhcp-server and isc-dhcp-relay.
    - Add IPv6 support to udeb dhclient-script (forwarded as Debian #635897).
    - Add an apport hook to isc-dhcp-client and isc-dhcp-server.
    - Add an apparmor profile to isc-dhcp-client and isc-dhcp-server.
    - Update default dhclient.conf to ask for IPv6 configuration.
    - Patches:
      + dhclient-fix-backoff
      + dhclient-more-debug
      + dhclient-onetry-call-clientscript
      + dhclient-safer-timeout
      + dhcpd.conf-subnet-examples
      + multi-ip-addr-per-if
      + onetry_retry_after_initial_success
      + revert-next-server
  * Set fqdn.fqdn to the result of gethostname(); (LP: #991360)
  * Replace old droppriv and deroot patches by use of --enable-paranoia
    and matching -user and -group parameters to dhcpd. (LP: #727837)
  * Allow read access to /etc/dhcp/ddns-keys/* for ddns. (LP: #341817)
    It's expected that people generate one key per zone and have it stored
    in both /etc/bind9 and /etc/dhcp/ddns-keys/ for security reason.
  * Fix apport hook to work with python3.

isc-dhcp (4.2.4-1) unstable; urgency=low

  * New upstream release
  * debian/control: reformatted Uploaders so that dch doesn't think I'm making
    NMUs
  * debian/rules: do a clean between the LDAP-enabled build and the
    non-LDAP-enabled one, so that no LDAP-related artefacts are accidently
    incorporated into the non-LDAP build
  * debian/dhclient-script.*: conditionalise the chown/chmod of the new
    resolv.conf on the existence of the old one (closes: #595400)
  * debian/dhclient-script.linux: comply with RFC 3442 and ignore
    the routers option if the rfc3442-classless-static-routes option is present
    (closes: #592735)
  * debian/dhclient-script.kfreebsd: fix subnet mask handling (closes: #677985)

isc-dhcp (4.2.2.dfsg.1-5) unstable; urgency=medium

  [ Andrew Pollock ]
  * debian/dhclient.conf: send the hostname (closes: #151820)

  [ Michael Gilbert ]
  * Fix cve-2011-4868: error in DDNS handling with IPv6 (closes: #655746)
  * Fix cve-2011-4539: error in regular expression handling
    (closes: #652259)
  * Make dependencies diff-able
  * Add myself to uploaders
  * Remove all automatically generated files in clean rule
  * Medium urgency for security updates

isc-dhcp (4.2.2.dfsg.1-4) unstable; urgency=low

  * The "Zoe woke up at 4am and I couldn't get back to sleep so I had some
    extra time to work on this" release
  * patch the Makefile for the embedded BIND libraries so that autoconf is run
    so that the modification to configure.in to fix the FTBFS on kFreeBSD
    actually does something useful (closes: #643569)

isc-dhcp (4.2.2.dfsg.1-3) unstable; urgency=low

  * debian/control: remove transitional packages
  * debian/rules: apply the intent of Pierre Chifflier's patch to enable
    hardening options (closes: #644413)
  * debian/control: also add inetutils-ping to the dependencies for
    isc-dhcp-client on hurd (closes: #648140)
  * Convert to 3.0 (quilt) source format:
    - debian/control: remove build-dep on dpatch
    - debian/rules: stop including dpatch.make
    - debian/rules: remove dpatch-related target dependencies
    - convert patches from dpatch to pure quilt
    - remove debian/README.source
  * debian/rules: cleaned up the target names a bit to reflect the lack of
    patching going on now
  * repack bind.tar.gz in upstream source tarball to patch configure.in for
    FTBFS on kFreeBSD and remove RFCs (closes: #643569, #645760)
  * debian/watch: add dversionmangle to deal with dfsg upstream tarball
  * Updated Dutch debconf template translation (closes: #651396)
  * Added Polish debconf template translation (closes: #659372)
  * Updated Brazilian Portugeuse debconf template translation (closes: #663494)
  * debian/control: bumped Standards-Version (no changes)

isc-dhcp (4.2.2-2) unstable; urgency=low

  * debian/rules: use dpkg-buildflags to set CFLAGS, and export CFLAGS (closes:
    #643470)
  * debian/dhclient.conf: revert hostname setting behaviour to something
    equivalent to what upstream ships to avoid surprising people with unwanted
    hostname changes when changing networks (closes: #648676)
  * debian/dhclient-script.kfreebsd: apply patch from Robert Millan to resync
    dhclient-script with FreeBSD version (closes: #645502)
  * debian/control: add inetutils-ping to the dependencies for isc-dhcp-client
    on kfreebsd (closes: #648140)
  * Updated German debconf template translation (closes: #641843)
  * added harding-wrapper to build dependencies and invoke it in debian/rules
    (closes: #611192)

isc-dhcp (4.2.2-1) unstable; urgency=low

  * New upstream release, includes security fixes for CVE-2011-2748 and
    CVE-2011-2749 (closes: #638404)
  * Remove obsolete patches, refit remaining patches
  * Remove LDAP patch, it's finally upstream now (yay!)
  * debian/rules: adjust double build for the non-existence of the LDAP patch
  * debian/isc-dhcp-server-ldap.docs: update for new location of documentation
  * debian/rules: added build-arch and build-indep targets
  * debian/rules: applied patch from Kees Cook to call dh_link (closes: #614992)
  * debian/dhclient-script.linux: applied patch from Colin Watson to make
    dhclient-script support stateless DHCPv6 (closes: #632888)
  * debian/dhclient-script.linux: fix regression for MTU <= 576 handling
    (closes: #638267)
  * Apply patch from Peter Marschall to split the rfc3442-classless-routes hook
    into a Linux and a kFreeBSD variant, so that the Linux one can use iproute
    (closes: #630519)
  * debian/isc-dhcp-server.postinst: apply patch from Peter Marschall to
    document new variables in /etc/default/isc-dhcp-server
  * debian/isc-dhcp-server.init.d: apply patch from Peter Marschall to
    - make the name of the default file configurable
    - make the name of the server configuration file configurable (closes:
      #590158, #565650)
    - allow passing additional options to dhcpd (closes: #613734)
    - read PID from config file
  * Add Catalan debconf template translation (closes: #628372)
  * debian/isc-dhcp-client,dhcp3-client}.links: apply patch from Peter
    Marschall to move old compatibility links to the old compatibility package
    (closes: #614992)
  * debian/isc-dhcp-server.postinst: apply patch from Peter Marschall to fix
    comment in /etc/default/isc-dhcp-server (closes: #616417)
  * debian/control: apply patch from Peter Marschall to add a Provides:
    dhcp-client to isc-dhcp-client (closes: #236001)
  * debian/dhclient-script.{linux,kfreebsd}: apply patch from Peter Marschall
    to fix metric calculation (closes: #629632)
  * debian/dhclient-script.linux: apply patches from Peter Marschall to support
    IPv6 link-local resolvers
  * debian/dhclient-script.{linux,kfreebsd}: applied patch from Peter Marschall
    to factor out the hostname setting to a separate function
  * debian/dhclient-script.{linux,kfreebsd}: applied patch from Peter Marschall
    to harmonize the logic for setting the hostname (closes: #246155)
  * apply patch from Peter Marschall to use one common script for the debug
    hooks
  * debian/rfc3442-classless-routes.{linux,kfreebsd}: applied patch from Peter
    Marschall to take care of link-local routes (closes: #521024)
  * debian/dhclient-script.*: apply patch from Peter Marschall to use alternate
    value expansion
  * debian/isc-dhcp-server.postinst: eliminate an error message from sed if no
    interfaces are provided

Date: Tue, 03 Jul 2012 09:54:00 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/isc-dhcp/4.2.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jul 2012 09:54:00 -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
Architecture: source
Version: 4.2.4-1ubuntu1
Distribution: quantal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description: 
 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: 151820 236001 246155 521024 565650 590158 592735 595400 611192 613734 614992 616417 628372 629632 630519 632888 638267 638404 641843 643470 643569 644413 645502 645760 648140 648676 651396 652259 655746 659372 663494 677985
Launchpad-Bugs-Fixed: 341817 616809 727837 768171 841182 872929 881558 991360
Changes: 
 isc-dhcp (4.2.4-1ubuntu1) quantal; urgency=low
 .
   * Merge from Debian. Remaining changes:
     (LP: #768171, LP: #841182, LP: #881558, LP: #872929, LP: #616809)
     - Use upstart jobs for isc-dhcp-server and isc-dhcp-relay.
     - Add IPv6 support to udeb dhclient-script (forwarded as Debian #635897).
     - Add an apport hook to isc-dhcp-client and isc-dhcp-server.
     - Add an apparmor profile to isc-dhcp-client and isc-dhcp-server.
     - Update default dhclient.conf to ask for IPv6 configuration.
     - Patches:
       + dhclient-fix-backoff
       + dhclient-more-debug
       + dhclient-onetry-call-clientscript
       + dhclient-safer-timeout
       + dhcpd.conf-subnet-examples
       + multi-ip-addr-per-if
       + onetry_retry_after_initial_success
       + revert-next-server
   * Set fqdn.fqdn to the result of gethostname(); (LP: #991360)
   * Replace old droppriv and deroot patches by use of --enable-paranoia
     and matching -user and -group parameters to dhcpd. (LP: #727837)
   * Allow read access to /etc/dhcp/ddns-keys/* for ddns. (LP: #341817)
     It's expected that people generate one key per zone and have it stored
     in both /etc/bind9 and /etc/dhcp/ddns-keys/ for security reason.
   * Fix apport hook to work with python3.
 .
 isc-dhcp (4.2.4-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: reformatted Uploaders so that dch doesn't think I'm making
     NMUs
   * debian/rules: do a clean between the LDAP-enabled build and the
     non-LDAP-enabled one, so that no LDAP-related artefacts are accidently
     incorporated into the non-LDAP build
   * debian/dhclient-script.*: conditionalise the chown/chmod of the new
     resolv.conf on the existence of the old one (closes: #595400)
   * debian/dhclient-script.linux: comply with RFC 3442 and ignore
     the routers option if the rfc3442-classless-static-routes option is present
     (closes: #592735)
   * debian/dhclient-script.kfreebsd: fix subnet mask handling (closes: #677985)
 .
 isc-dhcp (4.2.2.dfsg.1-5) unstable; urgency=medium
 .
   [ Andrew Pollock ]
   * debian/dhclient.conf: send the hostname (closes: #151820)
 .
   [ Michael Gilbert ]
   * Fix cve-2011-4868: error in DDNS handling with IPv6 (closes: #655746)
   * Fix cve-2011-4539: error in regular expression handling
     (closes: #652259)
   * Make dependencies diff-able
   * Add myself to uploaders
   * Remove all automatically generated files in clean rule
   * Medium urgency for security updates
 .
 isc-dhcp (4.2.2.dfsg.1-4) unstable; urgency=low
 .
   * The "Zoe woke up at 4am and I couldn't get back to sleep so I had some
     extra time to work on this" release
   * patch the Makefile for the embedded BIND libraries so that autoconf is run
     so that the modification to configure.in to fix the FTBFS on kFreeBSD
     actually does something useful (closes: #643569)
 .
 isc-dhcp (4.2.2.dfsg.1-3) unstable; urgency=low
 .
   * debian/control: remove transitional packages
   * debian/rules: apply the intent of Pierre Chifflier's patch to enable
     hardening options (closes: #644413)
   * debian/control: also add inetutils-ping to the dependencies for
     isc-dhcp-client on hurd (closes: #648140)
   * Convert to 3.0 (quilt) source format:
     - debian/control: remove build-dep on dpatch
     - debian/rules: stop including dpatch.make
     - debian/rules: remove dpatch-related target dependencies
     - convert patches from dpatch to pure quilt
     - remove debian/README.source
   * debian/rules: cleaned up the target names a bit to reflect the lack of
     patching going on now
   * repack bind.tar.gz in upstream source tarball to patch configure.in for
     FTBFS on kFreeBSD and remove RFCs (closes: #643569, #645760)
   * debian/watch: add dversionmangle to deal with dfsg upstream tarball
   * Updated Dutch debconf template translation (closes: #651396)
   * Added Polish debconf template translation (closes: #659372)
   * Updated Brazilian Portugeuse debconf template translation (closes: #663494)
   * debian/control: bumped Standards-Version (no changes)
 .
 isc-dhcp (4.2.2-2) unstable; urgency=low
 .
   * debian/rules: use dpkg-buildflags to set CFLAGS, and export CFLAGS (closes:
     #643470)
   * debian/dhclient.conf: revert hostname setting behaviour to something
     equivalent to what upstream ships to avoid surprising people with unwanted
     hostname changes when changing networks (closes: #648676)
   * debian/dhclient-script.kfreebsd: apply patch from Robert Millan to resync
     dhclient-script with FreeBSD version (closes: #645502)
   * debian/control: add inetutils-ping to the dependencies for isc-dhcp-client
     on kfreebsd (closes: #648140)
   * Updated German debconf template translation (closes: #641843)
   * added harding-wrapper to build dependencies and invoke it in debian/rules
     (closes: #611192)
 .
 isc-dhcp (4.2.2-1) unstable; urgency=low
 .
   * New upstream release, includes security fixes for CVE-2011-2748 and
     CVE-2011-2749 (closes: #638404)
   * Remove obsolete patches, refit remaining patches
   * Remove LDAP patch, it's finally upstream now (yay!)
   * debian/rules: adjust double build for the non-existence of the LDAP patch
   * debian/isc-dhcp-server-ldap.docs: update for new location of documentation
   * debian/rules: added build-arch and build-indep targets
   * debian/rules: applied patch from Kees Cook to call dh_link (closes: #614992)
   * debian/dhclient-script.linux: applied patch from Colin Watson to make
     dhclient-script support stateless DHCPv6 (closes: #632888)
   * debian/dhclient-script.linux: fix regression for MTU <= 576 handling
     (closes: #638267)
   * Apply patch from Peter Marschall to split the rfc3442-classless-routes hook
     into a Linux and a kFreeBSD variant, so that the Linux one can use iproute
     (closes: #630519)
   * debian/isc-dhcp-server.postinst: apply patch from Peter Marschall to
     document new variables in /etc/default/isc-dhcp-server
   * debian/isc-dhcp-server.init.d: apply patch from Peter Marschall to
     - make the name of the default file configurable
     - make the name of the server configuration file configurable (closes:
       #590158, #565650)
     - allow passing additional options to dhcpd (closes: #613734)
     - read PID from config file
   * Add Catalan debconf template translation (closes: #628372)
   * debian/isc-dhcp-client,dhcp3-client}.links: apply patch from Peter
     Marschall to move old compatibility links to the old compatibility package
     (closes: #614992)
   * debian/isc-dhcp-server.postinst: apply patch from Peter Marschall to fix
     comment in /etc/default/isc-dhcp-server (closes: #616417)
   * debian/control: apply patch from Peter Marschall to add a Provides:
     dhcp-client to isc-dhcp-client (closes: #236001)
   * debian/dhclient-script.{linux,kfreebsd}: apply patch from Peter Marschall
     to fix metric calculation (closes: #629632)
   * debian/dhclient-script.linux: apply patches from Peter Marschall to support
     IPv6 link-local resolvers
   * debian/dhclient-script.{linux,kfreebsd}: applied patch from Peter Marschall
     to factor out the hostname setting to a separate function
   * debian/dhclient-script.{linux,kfreebsd}: applied patch from Peter Marschall
     to harmonize the logic for setting the hostname (closes: #246155)
   * apply patch from Peter Marschall to use one common script for the debug
     hooks
   * debian/rfc3442-classless-routes.{linux,kfreebsd}: applied patch from Peter
     Marschall to take care of link-local routes (closes: #521024)
   * debian/dhclient-script.*: apply patch from Peter Marschall to use alternate
     value expansion
   * debian/isc-dhcp-server.postinst: eliminate an error message from sed if no
     interfaces are provided
Checksums-Sha1: 
 6414dd1aa7d0f8875c391ee1d53fa06d8873d2e6 2703 isc-dhcp_4.2.4-1ubuntu1.dsc
 ba877b6af5f21df84831f698187814668432e8fe 8063457 isc-dhcp_4.2.4.orig.tar.gz
 635020f9c1435456d2bb46b6bf290dd347339b80 107150 isc-dhcp_4.2.4-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 853766256a8f6a776b5fb2b80816b889d6ae45ef6f6690c0fdec543640789811 2703 isc-dhcp_4.2.4-1ubuntu1.dsc
 a9f77eb26372ada936ec39d843e0fe8c898b7e6980341e76c8cda694748fbf9a 8063457 isc-dhcp_4.2.4.orig.tar.gz
 128d4df76b17e0f6918c4c3da5914f5b46b9229c3cb3d55016e807b9e652582f 107150 isc-dhcp_4.2.4-1ubuntu1.debian.tar.gz
Files: 
 6e9ad866ad2d04fb500c252b78e5f0be 2703 net important isc-dhcp_4.2.4-1ubuntu1.dsc
 c244cefe663d43100af757d8ff625a1f 8063457 net important isc-dhcp_4.2.4.orig.tar.gz
 fca0d88c5d826aa1b18c29e2fac80277 107150 net important isc-dhcp_4.2.4-1ubuntu1.debian.tar.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)

iQIcBAEBCgAGBQJP8wKoAAoJEMY4l01keS1nIxIQANjIZnqXk/iORnJYTl9ivHjA
7xJ3qzOa2fR4jWZsAXXrDvAS9/98+DLQ3oXQrMmzZ65zHJUGMVOggL35UC7TdNM/
Vfw2dQWPRctIZ0nm1DM5B2yfRZs6zzgOGj1GgMAOx0FBHB4xxJb/jg6KKadfCymK
DhJueKctptDerLutIeKAKHfk5k4kT8b+gW/1kDl04/MrrXsFvNZvgyFqmuBchjfL
TMsIXtCnYaYzQaA05rmtQeQKf7C2EH3dddVsxEJ0L24V1on1NQqdCx3XRjkXqB2n
u4RVFt6+lViBwhLPTTyOIBw2ztU2nHkhCxfSRgHYmR/oRP3vcRKu8TupMjz0hiLf
YDHhtKst+PcJGEKJUSYcSiTDJHFRixi4bpj3UZbe+LO/reLNPZS08zZe7t9PtW1U
dF15832KcoJceYZq1CNsrjlnb2c/FoEBHoLb7TmNi+EynGQ99VnpBR1SsJe1+aYH
M4r72hE3cMoohBnYp01XVzlnTCAOrXirEzYARAC51/1NhaZYgMj1HlOY1xPPJe6i
BHqU+E2y2VIWz1KCts8FDybeWmvrXZy0Lt88rBgODyfSHFHosW7mhKpr/E4SFeHk
taP+SUexcAFNjA1xGJGcsHD4G0j1lfuIEgg18u+b32/nKgUrvdq2JvEX6jRoFlVe
jIkdyIDy0FKP0H+2JRf8
=MPA6
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list