[ubuntu/kinetic-proposed] isc-dhcp 4.4.3-2ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Sat Aug 13 05:18:17 UTC 2022
isc-dhcp (4.4.3-2ubuntu1) kinetic; 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
- Apply patch from Alkis Georgopoulos to generate correct
net{,6}-${iface}.conf files when DHCP supplies multiple DNS servers.
- Write pidfile before informing parent of success.
- Ship dhcp exit hook to push DNS information to resolved. LP #1889068
- debian/apparmor/usr.sbin.dhcpd: also allow r+w on /proc/*/comm and
/proc/*/task/*/comm (LP #1870729)
- debian/apparmor/sbin.dhclient: also properly confine /usr/sbin/dhclient
(LP #1850820)
- debian/rules: build with -fno-strict-aliasing.
- debian/rules: Build with -O2 instead on -O3 on ppc64el
- Fix env variable for INTERFACES
+ d/isc-dhcp-server.isc-dhcp-server{,6}.service: Replace $INTERFACES
variable with $INTERFACEv4 and $INTERFACESv6, respectively, for
respective services file.
- Stop building the udeb on request.
- debian/resolved: chown $statedir to systemd-resolve
- d/apparmor/sbin.dhclient: fix apparmor="DENIED" errors
- Disable make_resolv_conf() if systemd-resolved is in use.
- Include /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes in
the initramfs.
* Dropped changes, superseded in Debian:
- Build-depend on debhelper (>= 9.20160709) for systemd support.
* debian/patches/dhclient-safer-timeout,
debian/patches/dhcp-4.2.4-dhclient-options-changed.patch,
debian/patches/dhcp-gpxe-cid.patch,
debian/patches/dhcp-improved-xid-correct-byte-order.patch,
debian/patches/dhcp-improved-xid.patch, debian/patches/dhcp-lpf-ib.patch,
debian/patches/multi-ip-addr-per-if: refresh.
* debian/rules: update to use dh_installsystemd.
* debian/control: add Pre-Depends: ${misc:Pre-Depends} for
init-system-helpers.
* drop shebang line from apport hooks; these are sourced not executed
and /usr/bin/python as an interpreter just confuses things.
* debian/isc-dhcp-server.postinst: dhcpd user home directory on new
installs should be /run, not /var/run. No handling of migration at this
time.
isc-dhcp (4.4.3-2) unstable; urgency=medium
* Explicitly link against -latomic to fix FTBFS on mipsel, m68k, powerpc and
sh4
isc-dhcp (4.4.3-1) unstable; urgency=low
* New upstream version 4.4.3
* Refresh fix-manpage-macro.patch
* Refresh fix-spelling.patch
* Disable dhclient-script-exit-status.patch. Upstream has fixed the related
bug (#123)
* Use bundled BIND libraries instead of libbind-export-dev (Closes: #942502)
* Bump debhelper-compat to 13
* Remove Fixed_gcc_10_compilation_issues.patch
* Fix some install paths to make dh_missing happy
* Add EOM NEWS for client and relay
* Fix handling of stale pid file for init.d/dhcpd start. Thanks to H.-Dirk
Schmitt <dirk at computer42.org> (Closes: #1009209)
* Bump Standards-Version to 4.6.0.1. No changes required
* Bump d/watch version to 4.
* Update d/copyright
isc-dhcp (4.4.2-P1-1) unstable; urgency=low
[ Santiago Ruano Rincón ]
* Fix debian/watch to make it take into account upstream security releases
(e.g. -P1)
* Update upstream signing key: replace revoked one by
2455774D42FDFE6B9C383EB8FE1002BC5970811F
* Add myself to Uploaders (Closes: #1000662)
* Remove Files-Excluded from d/copyright
* New upstream version 4.4.2-P1 (Closes: #975729)
* Refresh configure.patch, disable-nsupdate.patch, system-bind.patch
* Remove no longer needed patches: 4.4.2.CVE-2021-25217.patch
CVE-2017-3144.patch CVE-2018-5732.patch CVE-2018-5733.patch
* Move Vcs-* to debian/ namespace
* Use https in d/watch and d/copyright
[ Bernhard Schmidt ]
* Add Salsa CI (again)
Date: Fri, 12 Aug 2022 16:36:51 -0700
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.3-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 12 Aug 2022 16:36:51 -0700
Source: isc-dhcp
Built-For-Profiles: noudeb
Architecture: source
Version: 4.4.3-2ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 942502 975729 1000662 1009209
Changes:
isc-dhcp (4.4.3-2ubuntu1) kinetic; 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
- Apply patch from Alkis Georgopoulos to generate correct
net{,6}-${iface}.conf files when DHCP supplies multiple DNS servers.
- Write pidfile before informing parent of success.
- Ship dhcp exit hook to push DNS information to resolved. LP #1889068
- debian/apparmor/usr.sbin.dhcpd: also allow r+w on /proc/*/comm and
/proc/*/task/*/comm (LP #1870729)
- debian/apparmor/sbin.dhclient: also properly confine /usr/sbin/dhclient
(LP #1850820)
- debian/rules: build with -fno-strict-aliasing.
- debian/rules: Build with -O2 instead on -O3 on ppc64el
- Fix env variable for INTERFACES
+ d/isc-dhcp-server.isc-dhcp-server{,6}.service: Replace $INTERFACES
variable with $INTERFACEv4 and $INTERFACESv6, respectively, for
respective services file.
- Stop building the udeb on request.
- debian/resolved: chown $statedir to systemd-resolve
- d/apparmor/sbin.dhclient: fix apparmor="DENIED" errors
- Disable make_resolv_conf() if systemd-resolved is in use.
- Include /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes in
the initramfs.
* Dropped changes, superseded in Debian:
- Build-depend on debhelper (>= 9.20160709) for systemd support.
* debian/patches/dhclient-safer-timeout,
debian/patches/dhcp-4.2.4-dhclient-options-changed.patch,
debian/patches/dhcp-gpxe-cid.patch,
debian/patches/dhcp-improved-xid-correct-byte-order.patch,
debian/patches/dhcp-improved-xid.patch, debian/patches/dhcp-lpf-ib.patch,
debian/patches/multi-ip-addr-per-if: refresh.
* debian/rules: update to use dh_installsystemd.
* debian/control: add Pre-Depends: ${misc:Pre-Depends} for
init-system-helpers.
* drop shebang line from apport hooks; these are sourced not executed
and /usr/bin/python as an interpreter just confuses things.
* debian/isc-dhcp-server.postinst: dhcpd user home directory on new
installs should be /run, not /var/run. No handling of migration at this
time.
.
isc-dhcp (4.4.3-2) unstable; urgency=medium
.
* Explicitly link against -latomic to fix FTBFS on mipsel, m68k, powerpc and
sh4
.
isc-dhcp (4.4.3-1) unstable; urgency=low
.
* New upstream version 4.4.3
* Refresh fix-manpage-macro.patch
* Refresh fix-spelling.patch
* Disable dhclient-script-exit-status.patch. Upstream has fixed the related
bug (#123)
* Use bundled BIND libraries instead of libbind-export-dev (Closes: #942502)
* Bump debhelper-compat to 13
* Remove Fixed_gcc_10_compilation_issues.patch
* Fix some install paths to make dh_missing happy
* Add EOM NEWS for client and relay
* Fix handling of stale pid file for init.d/dhcpd start. Thanks to H.-Dirk
Schmitt <dirk at computer42.org> (Closes: #1009209)
* Bump Standards-Version to 4.6.0.1. No changes required
* Bump d/watch version to 4.
* Update d/copyright
.
isc-dhcp (4.4.2-P1-1) unstable; urgency=low
.
[ Santiago Ruano Rincón ]
* Fix debian/watch to make it take into account upstream security releases
(e.g. -P1)
* Update upstream signing key: replace revoked one by
2455774D42FDFE6B9C383EB8FE1002BC5970811F
* Add myself to Uploaders (Closes: #1000662)
* Remove Files-Excluded from d/copyright
* New upstream version 4.4.2-P1 (Closes: #975729)
* Refresh configure.patch, disable-nsupdate.patch, system-bind.patch
* Remove no longer needed patches: 4.4.2.CVE-2021-25217.patch
CVE-2017-3144.patch CVE-2018-5732.patch CVE-2018-5733.patch
* Move Vcs-* to debian/ namespace
* Use https in d/watch and d/copyright
.
[ Bernhard Schmidt ]
* Add Salsa CI (again)
Checksums-Sha1:
9a9c703e755a168f0904bce48dffb5a0bc8adf27 2976 isc-dhcp_4.4.3-2ubuntu1.dsc
0f29ce84a41b87257f759605db0fd68440354409 10078953 isc-dhcp_4.4.3.orig.tar.gz
6fabdd7d48efc3502e4500b4c0cd29df70310b29 874 isc-dhcp_4.4.3.orig.tar.gz.asc
5ebfd49a692a70c93994ef56408300bb43fd094f 127908 isc-dhcp_4.4.3-2ubuntu1.debian.tar.xz
d16b9339a0cea20794b4105c89d7d6c206a33928 8052 isc-dhcp_4.4.3-2ubuntu1_source.buildinfo
Checksums-Sha256:
ea6df26cf7d92092c617b9a7ab3da1ad6032e3720db294b6e10891183206d1b2 2976 isc-dhcp_4.4.3-2ubuntu1.dsc
0e3ec6b4c2a05ec0148874bcd999a66d05518378d77421f607fb0bc9d0135818 10078953 isc-dhcp_4.4.3.orig.tar.gz
0c861bca4ca666a2d93a3f236d20d46791d6eeb80bee16c9fa80187021e63177 874 isc-dhcp_4.4.3.orig.tar.gz.asc
4ec4ab65d031c5dae3d3a0fb5dd680f646a5417ed9096fe79e56efca2d42fdfc 127908 isc-dhcp_4.4.3-2ubuntu1.debian.tar.xz
5ceded049c2ee0e5f8d34eabbd24312b9e6ffed20d3b3c76434cdc37c2694738 8052 isc-dhcp_4.4.3-2ubuntu1_source.buildinfo
Files:
587f4e0832d144f87f8a74c704b47adf 2976 net important isc-dhcp_4.4.3-2ubuntu1.dsc
9076af4cc1293dde5a7c6cae7de6ab45 10078953 net important isc-dhcp_4.4.3.orig.tar.gz
2c6c1bd70210a0a7a4eb6f92654017f1 874 net important isc-dhcp_4.4.3.orig.tar.gz.asc
e3fde9f7029682895d2e4cf0f2b48419 127908 net important isc-dhcp_4.4.3-2ubuntu1.debian.tar.xz
bd0e9f07eb41497a280bbe79d5fd9f00 8052 net important isc-dhcp_4.4.3-2ubuntu1_source.buildinfo
Original-Maintainer: Debian ISC DHCP Maintainers <isc-dhcp at packages.debian.org>
More information about the kinetic-changes
mailing list