[ubuntu/raring-proposed] isc-dhcp 4.2.4-4ubuntu1 (Accepted)
Stephane Graber
stgraber at ubuntu.com
Thu Jan 17 22:15:15 UTC 2013
isc-dhcp (4.2.4-4ubuntu1) raring; urgency=low
* Merge from Debian, remaining changes:
- Apparmor profiles for dhclient and dhcpd.
- Upstart jobs for isc-dhcp-server, isc-dhcp-server6, isc-dhcp-relay and
isc-dhcp-relay6. (LP: #944849)
- Separate default file for isc-dhcp-relay6. (LP: #944849)
- Apport hook for isc-dhcp-client and isc-dhcp-server.
- dhclient.conf: Set for IPv6 (dhcp6.*) (LP: #770324)
- If /etc/ltsp/dhcpd.conf exists, use that instead of /etc/dhcp/dhcpd.conf
- Drop isc-dhcp-server/new_auth_behavior question from high to medium
- Create user/group dhcpd (LP: #727837)
- Create /etc/dhcp/ddns-keys/ for DDNS updates (LP: #341817)
- Build with extra hardening and use --enable-paranoia to run dhcpd as user
(LP: #727837)
- Add IPv6 support to dhclient-script.linux.udeb
- Wait for /etc/resolv.conf to be writable in dhclient-script.linux.
(LP: #856984)
- Sanitize environment in dhclient-script.linux. (LP: #1045986)
- Don't call 'ip addr flush' as it breaks IPv6 networking. (LP: #1023174)
- debian/apparmor-profile.dhclient: update to add the new paths used by
NetworkManager for its conf and leases files; standardized under
/var/lib/NetworkManager.
- Remaining Ubuntu patches:
+ dhclient-fix-backoff
+ dhclient-more-debug (LP: #35265)
+ dhclient-safer-timeout (LP: #838968)
+ dhcpd.conf-subnet-examples (LP: #26661)
+ multi-ip-addr-per-if (LP: #717166)
+ onetry_retry_after_initial_success (LP: #974284)
+ revert-next-server
- Dropped Ubuntu patches:
+ dhclient-onetry-call-clientscript (now in Debian)
* Fix isc-dhcp-server-ldap not actually containing ldap support.
Thanks to Christian Hoffmann for tracking down the issue. (LP: #1071928)
* Don't set fqdn.fqdn in dhclient.conf as that seems to confuse some DHCP
servers. An alternative would have been to only set fqdn.fqdn and not
host-name, but that appears to confuse another set of servers.
For now go with just host-name which is the most common and if becomes a
big problem for IPv6 (where fqdn.fqdn is apparently required), then we'll
need to have a separate dhclient6.conf file and change all the calls to
dhclient -6 to use that file instead. (LP: #1088682)
* Include patch from RedHat/Fedora to deal with hardware/xen/virtio offload
of UDP checksums. (LP: #930962)
isc-dhcp (4.2.4-4) unstable; urgency=medium
* Run exit hooks when "dhclient -1" fails (closes: #486520).
* Add dhcp6.name-servers and dhcp6.domain-search to the default request
options in dhclient.conf (closes: #693315).
Date: Thu, 17 Jan 2013 17:09:14 -0500
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/isc-dhcp/4.2.4-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 17 Jan 2013 17:09:14 -0500
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-4ubuntu1
Distribution: raring
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: 486520 693315
Launchpad-Bugs-Fixed: 26661 35265 341817 717166 727837 770324 838968 856984 930962 944849 974284 1023174 1045986 1071928 1088682
Changes:
isc-dhcp (4.2.4-4ubuntu1) raring; urgency=low
.
* Merge from Debian, remaining changes:
- Apparmor profiles for dhclient and dhcpd.
- Upstart jobs for isc-dhcp-server, isc-dhcp-server6, isc-dhcp-relay and
isc-dhcp-relay6. (LP: #944849)
- Separate default file for isc-dhcp-relay6. (LP: #944849)
- Apport hook for isc-dhcp-client and isc-dhcp-server.
- dhclient.conf: Set for IPv6 (dhcp6.*) (LP: #770324)
- If /etc/ltsp/dhcpd.conf exists, use that instead of /etc/dhcp/dhcpd.conf
- Drop isc-dhcp-server/new_auth_behavior question from high to medium
- Create user/group dhcpd (LP: #727837)
- Create /etc/dhcp/ddns-keys/ for DDNS updates (LP: #341817)
- Build with extra hardening and use --enable-paranoia to run dhcpd as user
(LP: #727837)
- Add IPv6 support to dhclient-script.linux.udeb
- Wait for /etc/resolv.conf to be writable in dhclient-script.linux.
(LP: #856984)
- Sanitize environment in dhclient-script.linux. (LP: #1045986)
- Don't call 'ip addr flush' as it breaks IPv6 networking. (LP: #1023174)
- debian/apparmor-profile.dhclient: update to add the new paths used by
NetworkManager for its conf and leases files; standardized under
/var/lib/NetworkManager.
- Remaining Ubuntu patches:
+ dhclient-fix-backoff
+ dhclient-more-debug (LP: #35265)
+ dhclient-safer-timeout (LP: #838968)
+ dhcpd.conf-subnet-examples (LP: #26661)
+ multi-ip-addr-per-if (LP: #717166)
+ onetry_retry_after_initial_success (LP: #974284)
+ revert-next-server
- Dropped Ubuntu patches:
+ dhclient-onetry-call-clientscript (now in Debian)
* Fix isc-dhcp-server-ldap not actually containing ldap support.
Thanks to Christian Hoffmann for tracking down the issue. (LP: #1071928)
* Don't set fqdn.fqdn in dhclient.conf as that seems to confuse some DHCP
servers. An alternative would have been to only set fqdn.fqdn and not
host-name, but that appears to confuse another set of servers.
For now go with just host-name which is the most common and if becomes a
big problem for IPv6 (where fqdn.fqdn is apparently required), then we'll
need to have a separate dhclient6.conf file and change all the calls to
dhclient -6 to use that file instead. (LP: #1088682)
* Include patch from RedHat/Fedora to deal with hardware/xen/virtio offload
of UDP checksums. (LP: #930962)
.
isc-dhcp (4.2.4-4) unstable; urgency=medium
.
* Run exit hooks when "dhclient -1" fails (closes: #486520).
* Add dhcp6.name-servers and dhcp6.domain-search to the default request
options in dhclient.conf (closes: #693315).
Checksums-Sha1:
6bb353344f3bd0d73e699d8269bd70fe22ca3367 2703 isc-dhcp_4.2.4-4ubuntu1.dsc
0feb79e0103ccc79d2dff474440ec8d5f685a13f 116979 isc-dhcp_4.2.4-4ubuntu1.debian.tar.gz
Checksums-Sha256:
956978bc4563ccdef2860a634fa3b9699089fddce3d215d3a0aaa801e83847f8 2703 isc-dhcp_4.2.4-4ubuntu1.dsc
82ff3f71926d784a7ae54c355571918c00eb202ce852af4ffa53eb90415849e2 116979 isc-dhcp_4.2.4-4ubuntu1.debian.tar.gz
Files:
10644b4fe48420e1f0722c6ebe047338 2703 net important isc-dhcp_4.2.4-4ubuntu1.dsc
891bc0eb366726671f64bf20384ce01a 116979 net important isc-dhcp_4.2.4-4ubuntu1.debian.tar.gz
Original-Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJQ+HbyAAoJEMY4l01keS1njbsQAK6XFcNGTZ6n3a+fgUNFxqUa
mYt73s90+L2TWwOH38t6/2jBPZo9bXvgQ46z2BLByBPQVfdPASHcJM+mcHA7MBdx
c97XsixIl28ClDpG2Qn52cFCgy5DmNamS6tVG0q4ItjUxGpNZjVWmhayxUQQR1tD
RdOxSzSQFQz4znevBhgnQpxq/QFYzHbBnjMbyxSYUer2yO/m6A/9AGLg5Psr3ddo
5X9Kw3+RcofTLbXZEpsZos2+/yJaAAG8Bnqu/ITZUvUWMWvw/uE/iRuYmOSn4UV3
+4/TfQP2cPtN4GjldqSSgOLFOiNDNF+hxVH1IN8pqHKZZU2fcprpBTZqCHc5Vh6g
EXVFmTC8LLpReX2HFOuO2qmWEYjfJIZM79SsN/Ff2dX4bpVKj9yPpxLzSTZcvci4
rO/8c+4HhceuvtbglHTltMoNqa/jdeYSwK4silBiMXHoHRhK/DxO9lJeCHZIUTNp
CfSdqx41Z7JYLKO1vF4UTI/b1eJnMv+A5wEi8mOS4vOWt9nGRZmL8Cfb/yzUbLtJ
T5iX9wcUg76ICIxFi9R9deUg5viQ1e+XeO//5Dj4VVhB3nXfgjeJdY1dmmFFkaZT
jcofMuGCyfcpuFXvylihgnhlURAAAZCQhh6j1ikLFt8BOxyWHc04p7mo5hVbb2OU
TkOVBs3GnFKWQYlVMxvy
=D13M
-----END PGP SIGNATURE-----
More information about the Raring-changes
mailing list