[ubuntu/disco-proposed] isc-dhcp 4.4.1-2ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Mon Feb 11 23:07:14 UTC 2019
isc-dhcp (4.4.1-2ubuntu1) disco; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/control: Add libcap-dev build dependency.
- Apparmor profiles for dhclient and dhcpd.
- Apport hook for isc-dhcp-client and isc-dhcp-server.
- Add systemd units for -server and -relay.
- If /etc/ltsp/dhcpd.conf exists, use that instead of
/etc/dhcp/dhcpd.conf.
- Create user/group dhcpd and make isc-dhcp-server depend on adduser.
- isc-dhcp-server: Suggest policycoreutils instead of recommending it.
- Create /etc/dhcp/ddns-keys/ for DDNS updates.
- Increase the timeout to 300 seconds for dhclient.conf (following the
default added by dhclient-safer-timeout).
- Sanitize environment in dhclient-script.linux.
- add IPv6 initramfs support.
- Separate default file for isc-dhcp-relay6.
- Drop isc-dhcp-server/new_auth_behavior question from high to medium
- dhclient-script.linux: handle empty case also when waiting for ipv6 link
local DAD.
- debian/initramfs-tools/lib/etc/dhcp/dhclient-enter-hooks.d/config: fix
the logic for handling search domains to also write it to the output
file when only the domain name is provided by the DHCP server. Copied
code from debian/dhclient-script.linux.
- Remaining Ubuntu patches:
+ dhclient-fix-backoff
+ revert-next-server
+ multi-ip-addr-per-if
+ dhclient-safer-timeout
+ onetry_retry_after_initial_success
+ dhcp-lpf-ib.patch
+ dhcp-improved-xid.patch
+ dhcp-gpxe-cid.patch
+ dhcp-improved-xid-correct-byte-order.patch
+ dhcp-4.2.4-dhclient-options-changed.patch
+ ubuntu-dhcpd-conf.patch
* Dropped changes, included upstream:
- debian/patches/CVE-2018-573x.patch
* Dropped changes, included in Debian:
- debian/patches/system-bind.patch
- debian/patches/bind-includes.patch
* Drop pre-bionic upstart migration.
isc-dhcp (4.4.1-2) unstable; urgency=medium
* Set initial address to 0.0.0.0 on hurd (closes: #875566).
- Thanks to Joan Lledó.
* Update IPv4 address lifetimes on renew (closes: #834532).
- Thanks to Sven Ulland.
isc-dhcp (4.4.1-1) experimental; urgency=medium
* New upstream release.
- License changed from ISC license to MPL 2.0.
* Update debian/copyright.
* Drop unused libssl build dependency.
* Replace signing key with new upstream version.
* Update debian/watch to be slightly more robust.
* Support building with bind 9.11.5 (closes: #911975).
- Thanks to Thorsten Alteholz.
* Remove stale pid files in the server's postrm script (closes: #867362).
- Thanks to Thorsten Alteholz.
* Change maintainer email to isc-dhcp at packages.debian.org (closes: #899554).
isc-dhcp (4.3.5-4) unstable; urgency=medium
* Acknowledge and apply the non-maintainer upload.
- Thanks to Salvatore Bonaccorso.
* Fix build failure caused by bind 9.11.3 (closes: #894093).
isc-dhcp (4.3.5-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Plugs a socket descriptor leak in OMAPI (CVE-2017-3144) (Closes: #887413)
* Corrected refcnt loss in option parsing (CVE-2018-5733) (Closes: #891785)
* Correct buffer overrun in pretty_print_option (CVE-2018-5732)
(Closes: #891786)
Date: Fri, 08 Feb 2019 10:46:53 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/isc-dhcp/4.4.1-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 08 Feb 2019 10:46:53 -0800
Source: isc-dhcp
Binary: isc-dhcp-server isc-dhcp-server-ldap isc-dhcp-common isc-dhcp-dev isc-dhcp-client isc-dhcp-client-ddns isc-dhcp-client-udeb isc-dhcp-relay
Architecture: source
Version: 4.4.1-2ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
isc-dhcp-client - DHCP client for automatically obtaining an IP address
isc-dhcp-client-ddns - Dynamic DNS (DDNS) enabled DHCP client
isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb)
isc-dhcp-common - common manpages relevant to all of 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-server - ISC DHCP server for automatic IP address assignment
isc-dhcp-server-ldap - DHCP server that uses LDAP as its backend
Closes: 834532 867362 875566 887413 891785 891786 894093 899554 911975
Changes:
isc-dhcp (4.4.1-2ubuntu1) disco; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- debian/control: Add libcap-dev build dependency.
- Apparmor profiles for dhclient and dhcpd.
- Apport hook for isc-dhcp-client and isc-dhcp-server.
- Add systemd units for -server and -relay.
- If /etc/ltsp/dhcpd.conf exists, use that instead of
/etc/dhcp/dhcpd.conf.
- Create user/group dhcpd and make isc-dhcp-server depend on adduser.
- isc-dhcp-server: Suggest policycoreutils instead of recommending it.
- Create /etc/dhcp/ddns-keys/ for DDNS updates.
- Increase the timeout to 300 seconds for dhclient.conf (following the
default added by dhclient-safer-timeout).
- Sanitize environment in dhclient-script.linux.
- add IPv6 initramfs support.
- Separate default file for isc-dhcp-relay6.
- Drop isc-dhcp-server/new_auth_behavior question from high to medium
- dhclient-script.linux: handle empty case also when waiting for ipv6 link
local DAD.
- debian/initramfs-tools/lib/etc/dhcp/dhclient-enter-hooks.d/config: fix
the logic for handling search domains to also write it to the output
file when only the domain name is provided by the DHCP server. Copied
code from debian/dhclient-script.linux.
- Remaining Ubuntu patches:
+ dhclient-fix-backoff
+ revert-next-server
+ multi-ip-addr-per-if
+ dhclient-safer-timeout
+ onetry_retry_after_initial_success
+ dhcp-lpf-ib.patch
+ dhcp-improved-xid.patch
+ dhcp-gpxe-cid.patch
+ dhcp-improved-xid-correct-byte-order.patch
+ dhcp-4.2.4-dhclient-options-changed.patch
+ ubuntu-dhcpd-conf.patch
* Dropped changes, included upstream:
- debian/patches/CVE-2018-573x.patch
* Dropped changes, included in Debian:
- debian/patches/system-bind.patch
- debian/patches/bind-includes.patch
* Drop pre-bionic upstart migration.
.
isc-dhcp (4.4.1-2) unstable; urgency=medium
.
* Set initial address to 0.0.0.0 on hurd (closes: #875566).
- Thanks to Joan Lledó.
* Update IPv4 address lifetimes on renew (closes: #834532).
- Thanks to Sven Ulland.
.
isc-dhcp (4.4.1-1) experimental; urgency=medium
.
* New upstream release.
- License changed from ISC license to MPL 2.0.
* Update debian/copyright.
* Drop unused libssl build dependency.
* Replace signing key with new upstream version.
* Update debian/watch to be slightly more robust.
* Support building with bind 9.11.5 (closes: #911975).
- Thanks to Thorsten Alteholz.
* Remove stale pid files in the server's postrm script (closes: #867362).
- Thanks to Thorsten Alteholz.
* Change maintainer email to isc-dhcp at packages.debian.org (closes: #899554).
.
isc-dhcp (4.3.5-4) unstable; urgency=medium
.
* Acknowledge and apply the non-maintainer upload.
- Thanks to Salvatore Bonaccorso.
* Fix build failure caused by bind 9.11.3 (closes: #894093).
.
isc-dhcp (4.3.5-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Plugs a socket descriptor leak in OMAPI (CVE-2017-3144) (Closes: #887413)
* Corrected refcnt loss in option parsing (CVE-2018-5733) (Closes: #891785)
* Correct buffer overrun in pretty_print_option (CVE-2018-5732)
(Closes: #891786)
Checksums-Sha1:
e8195182f928078d6ebb97dbb4fdbbf02e158df1 2716 isc-dhcp_4.4.1-2ubuntu1.dsc
2c52eac4eb3dc9a2ecde623b1a687fa0146a6ce9 1189920 isc-dhcp_4.4.1.orig.tar.gz
a326a953d3ceed605f763b0cf123c5dc6e1173ed 114296 isc-dhcp_4.4.1-2ubuntu1.debian.tar.xz
4483fa6b805983052dcedf5f0e281a064ad40ebb 7006 isc-dhcp_4.4.1-2ubuntu1_source.buildinfo
Checksums-Sha256:
9262da419560ae72fbfe8f768c8fd10d55c7a43659c4bb992c39b7645f2c9db3 2716 isc-dhcp_4.4.1-2ubuntu1.dsc
c8e079dd4303ed121811b05c9f62a37669b2c8d91658d47a5ec58ec34e5a8247 1189920 isc-dhcp_4.4.1.orig.tar.gz
e162049dffdfa97005ffbea375845efd7429b111eecff857f173d2863e9b4a95 114296 isc-dhcp_4.4.1-2ubuntu1.debian.tar.xz
84cf48fda9f5304b093b8b0b18b2e3cd61a543cec9376a0d56d06bdb0bd584ad 7006 isc-dhcp_4.4.1-2ubuntu1_source.buildinfo
Files:
add32873b73f7ba0e10cacfe72d92293 2716 net important isc-dhcp_4.4.1-2ubuntu1.dsc
dbcba5108f659278200218ac0847ce3f 1189920 net important isc-dhcp_4.4.1.orig.tar.gz
3331d7725b9a7b978ad03e4c731a5123 114296 net important isc-dhcp_4.4.1-2ubuntu1.debian.tar.xz
8a0cd029737d0862e6c0849eb4fa239f 7006 net important isc-dhcp_4.4.1-2ubuntu1_source.buildinfo
Original-Maintainer: Debian ISC DHCP Maintainers <isc-dhcp at packages.debian.org>
-----BEGIN PGP SIGNATURE-----
iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAlxh/qwaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz20tA//S8nrTXxo+Nqm5noj2M2z
eZjqYYAhc+UTAOMOy0qz6qDsc5yVCh7vIFtCSDyzU8sNS3E5rW0FlH1kXL8ZnNuF
mUkmCWi/NnWMIe9pijrgVFh6D8WzlzjwSfv1HcJR3OPvpziE87jkte5OdZqPnolt
hpiDWRUpzkiCortdhTLpRRKq/TUgmd30tLYg3VJCiHfTdSILYH7ZJY54DccelH4c
Yzsvgcbsw49g9+06WnXR2o/tOdFSYWjhbzI64p+xkfT8T7Nl7FKQOqRdgvNHH8xH
AxUEzgoy+OH001O4xsgmij9V+un0ZeP8KDZHTFJLlhEP547WuG2HbddQwfak+i7L
WaMmhEtvcyBn33mS/somukOYl+2NLNl1cieHGYTGIL9ELIPYdNIzADxs4XXqfC5R
F9gs+uYfXaRw+SKy2SziuiCrMb0TMsYMNsKn2kM8dnkgA7gsOaoZElYK0n+a8LKd
92YJqeu+wWNZ1j+/FjT28sLTQ0VA8Psg0/jUi4U3rMPMHg0qznJfNMXn0z7UHL2d
bqiQscra5OGsS7ZqxI74lK1gx7Y11KfihGFCbsm4zleY9wcgbvbtmp9Bp/nMDQm5
onYqJ3OsOp1B0Y34HNFAC/3HhUFGiemOJ6yM74KbQrNGSsjhCi6qrv6UAOxGWlDG
B8K3lIvx0WMQ002y+ybPRnk=
=/4bp
-----END PGP SIGNATURE-----
More information about the Disco-changes
mailing list