[ubuntu/mantic-proposed] isc-dhcp 4.4.3-P1-2ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Thu May 18 15:52:13 UTC 2023


isc-dhcp (4.4.3-P1-2ubuntu1) mantic; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/control: Add libcap-dev build dependency.
    - 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/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
    - Disable make_resolv_conf() if systemd-resolved is in use.
    - Include /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes in
      the initramfs.
    - 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.
    - debian/patches/bind-outdated-config.guess.patch: run autoreconf in
      the bind directory.
    - Reorder the initramfs hook so that all files end up in the right
      directories.
    - debian/apparmor/sbin.dhclient: Allow disabling dhclient hooks.
  * Dropped changes, included in Debian:
    - Apparmor profiles for dhclient and dhcpd.

isc-dhcp (4.4.3-P1-2) unstable; urgency=medium

  [ Gabriel Potter ]
  * Support bound /etc/resolv.conf (Closes: #1034502)

  [ Bastian Germann ]
  * d/copyright Format: Add trailing slash

  [ Santiago Ruano Rincón ]
  * Add NEWS about isc-dhcp-server EOL'ed and its apparmor profile
  * Test debian/tests/client-server

isc-dhcp (4.4.3-P1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Backport missing IPv6 address lifetime handling. (closes: #1022969)

Date: Thu, 18 May 2023 08:39:52 -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-P1-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 18 May 2023 08:39:52 -0700
Source: isc-dhcp
Built-For-Profiles: noudeb
Architecture: source
Version: 4.4.3-P1-2ubuntu1
Distribution: mantic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 1022969 1034502
Changes:
 isc-dhcp (4.4.3-P1-2ubuntu1) mantic; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - debian/control: Add libcap-dev build dependency.
     - 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/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
     - Disable make_resolv_conf() if systemd-resolved is in use.
     - Include /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes in
       the initramfs.
     - 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.
     - debian/patches/bind-outdated-config.guess.patch: run autoreconf in
       the bind directory.
     - Reorder the initramfs hook so that all files end up in the right
       directories.
     - debian/apparmor/sbin.dhclient: Allow disabling dhclient hooks.
   * Dropped changes, included in Debian:
     - Apparmor profiles for dhclient and dhcpd.
 .
 isc-dhcp (4.4.3-P1-2) unstable; urgency=medium
 .
   [ Gabriel Potter ]
   * Support bound /etc/resolv.conf (Closes: #1034502)
 .
   [ Bastian Germann ]
   * d/copyright Format: Add trailing slash
 .
   [ Santiago Ruano Rincón ]
   * Add NEWS about isc-dhcp-server EOL'ed and its apparmor profile
   * Test debian/tests/client-server
 .
 isc-dhcp (4.4.3-P1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Backport missing IPv6 address lifetime handling. (closes: #1022969)
Checksums-Sha1:
 edcfaf9fb40f96015467dbf8157581b0a33b585c 3029 isc-dhcp_4.4.3-P1-2ubuntu1.dsc
 8dcc0421aae15b537c727743591c36c6de33794c 130604 isc-dhcp_4.4.3-P1-2ubuntu1.debian.tar.xz
 7b37a754f0e028ba5d251b43d95f863ead16dffc 7169 isc-dhcp_4.4.3-P1-2ubuntu1_source.buildinfo
Checksums-Sha256:
 631082fbd52268e8be34d9b73608745dd53e1a607e230e8a7cd1247e48adb67b 3029 isc-dhcp_4.4.3-P1-2ubuntu1.dsc
 106ec9b2054724960e08451fd6d6fe96ab33e2cc0f68771259022638befb880c 130604 isc-dhcp_4.4.3-P1-2ubuntu1.debian.tar.xz
 e46087a4e399b153c7f6f131b950446ea050d5953f4badcead3b4ea8ce44d9ef 7169 isc-dhcp_4.4.3-P1-2ubuntu1_source.buildinfo
Files:
 1320676a1d0247be7df0c8d50839d3d1 3029 net important isc-dhcp_4.4.3-P1-2ubuntu1.dsc
 5ef0f18fd4169ba9b990a5bfc354fd28 130604 net important isc-dhcp_4.4.3-P1-2ubuntu1.debian.tar.xz
 bf7cd61bb422982d6698b620b6b23d4d 7169 net important isc-dhcp_4.4.3-P1-2ubuntu1_source.buildinfo
Original-Maintainer: Debian ISC DHCP Maintainers <isc-dhcp at packages.debian.org>


More information about the mantic-changes mailing list