[ubuntu/jaunty] dhcp3 3.1.1-5ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Tue Nov 11 12:45:21 GMT 2008
dhcp3 (3.1.1-5ubuntu1) jaunty; urgency=low
* Merge from Debian unstable. Remaining Ubuntu changes:
- Deroot server (Debian #308832)
+ droppriv.dpatch, deroot-server.dpatch: Code changes.
+ debian/control: Add libcap-dev build dependency.
+ debian/dhcp3-server.postinst: Create dhcpd system user.
+ debian/dhcp3-server.init.d: Create paths with appropriate permissions
for dhcpd system user access.
- Send hostname to DHCP server by default (LP #10239, Debian #151820):
+ debian/patches/dynamic-hostname.dpatch: Add support for a new string
type 'h' which behaves like 't' except that '<hostname>' is changed to
the current hostname. Change 'host-name' DHCP option type from 't' to 'h'.
+ debian/dhclient.conf: Enable send-hostname by default.
- 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. (Debian #486520)
- debian/patches/dhcpd.conf-subnet-examples.dpatch: Give an example for
subnet-mask in dhcpd.conf. (LP #26661)
- dhclient-more-debug.dpatch: Show the requested/offered client IP in log
output, for better debugging. (LP #35265, Debian #486611)
- debian/dhclient-script.linux: Wait for /etc/resolv.conf to become
writable; this isn't the case when udev's 85-ifupdown.rules calls ifup
early. (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/dhcp3-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/dhcp3-server.config: Drop debconf question to medium. (Ubuntu
specific)
- debian/rules: Enable build hardening. Add hardening-wrapper build
dependency. (Ubuntu specific)
* debian/dhclient-script.linux: Drop keeping of old search/domain values if
we didn't get any from the DHCP response. It is inconsistent with
resolvconf and should rather use default/supercede options in
/etc/dhcp3/dhclient.conf. (see Debian #486535)
dhcp3 (3.1.1-5) unstable; urgency=high
* Really incorporate previous (3.1.1-3.1) NMU (closes: #484424, #484261)
* Updated Brazilian Portugeuse debconf template translation (closes:
#501641)
dhcp3 (3.1.1-4) unstable; urgency=high
* Acknowledge and incorporate previous NMU (closes: #484424)
* debian/dhcp3-server.postinst: run restorecon to correct the SELinux
context (closes: #499266)
* Updated Swedish debconf template translation (closes: #491762)
dhcp3 (3.1.1-3) unstable; urgency=low
* debian/dhcp3-server.init: correct typoed invocation of log_daemon_msg
(closes: #489506)
dhcp3 (3.1.1-2) unstable; urgency=low
* The "ISC will get domain-search right one of these releases" release
* Patch pretty_print_option() to return all domains provided in the
domain-search option (code taken from 4.0.0)
* debian/control: add Suggests/Enhances relationship between
dhcp3-server/dhcp3-server-ldap
* debian/control: add a dhcp-client dummy package for transitioning from
etch to lenny
* debian/control: bumped Standards-Version (no changes)
* debian/control: s/Uploader/Uploaders/
* debian/rules: removed some old cruft predating use of dpatch for patch
management
* removed debian/scripts, nothing in there is referenced any more
* debian/debug-{enter,exit}: update debug hooks to also log the
domain-search option
* Added hook to dhclient to support RFC3442 (classless static route option)
and add rfc3442-classless-static-routes to the options requested (closes:
#396545)
* Updated debian/patches/dhcp-3.1.0-ldap-code.dpatch (gracias José):
- Corrected to use /var/lib/dhcp3 directory (closes: #484424)
- Fixed LDAP bind connection (closes: #484261)
* debian/dhcp3-client.prerm: removed, it wasn't doing anything
* Added Lintian override for possible-gpl-code-linked-with-openssl to
dhcp3-server-ldap
* debian/dhclient-script.{linux,kfreebsd}: stop stripping out literal \032
from $new_domain_search. It only gets in there if the domain-search is
incorrectly specified as a single string of multiple space-separated
domains.
* debian/dhclient-script.{linux,kfreebsd}: only prepend the contents of the
domain-name option to the contents of the domain-search option if it is
not already present
* debian/rules: remove client/scripts/debian on clean (closes: #486514)
* debian/{dhcp3-server.init.d,dhcp3-server.postinst}: apply patch from
Martin Pitt to not call init script on halt/reboot. Also remove stop
symlinks from runlevels 0 and 6 for people upgrading (closes: #486518)
* debian/dhcp3-server.init: applied patch from Martin Pitt to use LSB
functions (closes: #486508)
* debian/control: add lsb-base to dependencies of dhcp3-server
Date: Tue, 11 Nov 2008 13:38:53 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/dhcp3/3.1.1-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 11 Nov 2008 13:38:53 +0100
Source: dhcp3
Binary: dhcp3-server dhcp3-server-ldap dhcp3-common dhcp3-dev dhcp-client dhcp3-client dhcp3-client-udeb dhcp3-relay
Architecture: source
Version: 3.1.1-5ubuntu1
Distribution: jaunty
Urgency: high
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
dhcp-client - DHCP client transitional package
dhcp3-client - DHCP client
dhcp3-client-udeb - DHCP Client for debian-installer (udeb)
dhcp3-common - common files used by all the dhcp3* packages
dhcp3-dev - API for accessing and modifying the DHCP server and client state
dhcp3-relay - DHCP relay daemon
dhcp3-server - DHCP server for automatic IP address assignment
dhcp3-server-ldap - DHCP server able to use LDAP as backend
Closes: 396545 484261 484261 484424 484424 484424 486508 486514 486518 489506 491762 499266 501641
Changes:
dhcp3 (3.1.1-5ubuntu1) jaunty; urgency=low
.
* Merge from Debian unstable. Remaining Ubuntu changes:
- Deroot server (Debian #308832)
+ droppriv.dpatch, deroot-server.dpatch: Code changes.
+ debian/control: Add libcap-dev build dependency.
+ debian/dhcp3-server.postinst: Create dhcpd system user.
+ debian/dhcp3-server.init.d: Create paths with appropriate permissions
for dhcpd system user access.
- Send hostname to DHCP server by default (LP #10239, Debian #151820):
+ debian/patches/dynamic-hostname.dpatch: Add support for a new string
type 'h' which behaves like 't' except that '<hostname>' is changed to
the current hostname. Change 'host-name' DHCP option type from 't' to 'h'.
+ debian/dhclient.conf: Enable send-hostname by default.
- 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. (Debian #486520)
- debian/patches/dhcpd.conf-subnet-examples.dpatch: Give an example for
subnet-mask in dhcpd.conf. (LP #26661)
- dhclient-more-debug.dpatch: Show the requested/offered client IP in log
output, for better debugging. (LP #35265, Debian #486611)
- debian/dhclient-script.linux: Wait for /etc/resolv.conf to become
writable; this isn't the case when udev's 85-ifupdown.rules calls ifup
early. (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/dhcp3-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/dhcp3-server.config: Drop debconf question to medium. (Ubuntu
specific)
- debian/rules: Enable build hardening. Add hardening-wrapper build
dependency. (Ubuntu specific)
* debian/dhclient-script.linux: Drop keeping of old search/domain values if
we didn't get any from the DHCP response. It is inconsistent with
resolvconf and should rather use default/supercede options in
/etc/dhcp3/dhclient.conf. (see Debian #486535)
.
dhcp3 (3.1.1-5) unstable; urgency=high
.
* Really incorporate previous (3.1.1-3.1) NMU (closes: #484424, #484261)
* Updated Brazilian Portugeuse debconf template translation (closes:
#501641)
.
dhcp3 (3.1.1-4) unstable; urgency=high
.
* Acknowledge and incorporate previous NMU (closes: #484424)
* debian/dhcp3-server.postinst: run restorecon to correct the SELinux
context (closes: #499266)
* Updated Swedish debconf template translation (closes: #491762)
.
dhcp3 (3.1.1-3) unstable; urgency=low
.
* debian/dhcp3-server.init: correct typoed invocation of log_daemon_msg
(closes: #489506)
.
dhcp3 (3.1.1-2) unstable; urgency=low
.
* The "ISC will get domain-search right one of these releases" release
* Patch pretty_print_option() to return all domains provided in the
domain-search option (code taken from 4.0.0)
* debian/control: add Suggests/Enhances relationship between
dhcp3-server/dhcp3-server-ldap
* debian/control: add a dhcp-client dummy package for transitioning from
etch to lenny
* debian/control: bumped Standards-Version (no changes)
* debian/control: s/Uploader/Uploaders/
* debian/rules: removed some old cruft predating use of dpatch for patch
management
* removed debian/scripts, nothing in there is referenced any more
.
* debian/debug-{enter,exit}: update debug hooks to also log the
domain-search option
* Added hook to dhclient to support RFC3442 (classless static route option)
and add rfc3442-classless-static-routes to the options requested (closes:
#396545)
* Updated debian/patches/dhcp-3.1.0-ldap-code.dpatch (gracias José):
- Corrected to use /var/lib/dhcp3 directory (closes: #484424)
- Fixed LDAP bind connection (closes: #484261)
* debian/dhcp3-client.prerm: removed, it wasn't doing anything
* Added Lintian override for possible-gpl-code-linked-with-openssl to
dhcp3-server-ldap
* debian/dhclient-script.{linux,kfreebsd}: stop stripping out literal \032
from $new_domain_search. It only gets in there if the domain-search is
incorrectly specified as a single string of multiple space-separated
domains.
* debian/dhclient-script.{linux,kfreebsd}: only prepend the contents of the
domain-name option to the contents of the domain-search option if it is
not already present
* debian/rules: remove client/scripts/debian on clean (closes: #486514)
* debian/{dhcp3-server.init.d,dhcp3-server.postinst}: apply patch from
Martin Pitt to not call init script on halt/reboot. Also remove stop
symlinks from runlevels 0 and 6 for people upgrading (closes: #486518)
* debian/dhcp3-server.init: applied patch from Martin Pitt to use LSB
functions (closes: #486508)
* debian/control: add lsb-base to dependencies of dhcp3-server
Checksums-Sha1:
778137027294bc7004ca37859eb37a7c082aad72 1311 dhcp3_3.1.1-5ubuntu1.dsc
bb1527fc9349ae35f137a1bb330c78c970803b25 136274 dhcp3_3.1.1-5ubuntu1.diff.gz
Checksums-Sha256:
2c25d3f71a5b37d7ed8f28f0d8937cd6165a4540b4a106697226c2e79140b1fa 1311 dhcp3_3.1.1-5ubuntu1.dsc
48cb136c55fff63d9840f8ab404967e7b0732cded69de8b6136574e7a07964e8 136274 dhcp3_3.1.1-5ubuntu1.diff.gz
Files:
d7b6da295d295891406ce2c0536e973f 1311 net important dhcp3_3.1.1-5ubuntu1.dsc
8bc27bc87f62bc038f580457fbd11c03 136274 net important dhcp3_3.1.1-5ubuntu1.diff.gz
Original-Maintainer: Andrew Pollock <apollock at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkZfRIACgkQDecnbV4Fd/JkKgCg6cQmBua3YCRPM1/zymI7KCEz
ZmMAnAuUcABowdWr/CK4z3kHv4rW5en3
=+gmL
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list