[ubuntu/resolute-proposed] network-manager 1.54.3-2ubuntu1 (Accepted)

Nick Rosbrook enr0n at ubuntu.com
Fri Mar 6 13:52:16 UTC 2026


network-manager (1.54.3-2ubuntu1) resolute; urgency=medium

  * Merge with Debian unstable (LP: #2143150). Remaining changes:
    - d/NetworkManager.conf: disable MAC randomization feature
    - d/patches: Provide access to some of NM's interfaces to whoopsie
    - d/patches: Update dnsmasq parameters
    - d/p/netplan: Add libnetplan backend integration patches
    - d/p/n/keyfile-update-test-for-expected-netplan-output.patch: Fix FTBFS on i386 (LP #2098902)
    - debian/tests: add several new tests
      + nm-eth.py
      + wpa-dhcp.py
      + nm-wifi.py
      + killswitches-no-urfkill
      + urfkill-integration
      + nm-netplan.py
    - d/control,d/rules: Prepare libnetplan build
      + Add libyaml dependency, which is needed for netplan
    - debian/rules: Run build tests
    - debian/rules: enable LTO
    - d/control: Recommends: network-manager-pptp
    - d/control: Suggests: avahi-autoipd
    - d/control: Add network-manager-config-connectivity-ubuntu package
    - d/control: point Vcs-Git fields to Launchpad
    - debian/network-manager.postinst: Trigger Netplan migrate on install/upgrade
    - d/network-manager.install,d/10-globally-unmanaged-devices.conf:
      Explicitly unmanage everything that isn't WiFi or WWAN (mobile data)
    - d/network-manager.install,d/default-wifi-powersave-on.conf:
      Install a config file to enable WiFi powersave
    - d/source_network-manager.py,d/network-manager.links: Add apport hooks
    - d/network-manager.preinst: backup previous configuration automatically
    - d/gbp.conf: update for Ubuntu branches
    - d/patches: fix nmcli that could not report 6ghz wifi channels correctly
      (LP #2116940)
    - d/patches: unblock autoreconnect when a previously failed connection is now successful
      (LP #2127925)
    - Use iptables instead of nftables as firewall backend, to match UFW (LP #2128668)
    - Add deps on gir1.2-girepository-2.0, gir1.2-girepository-2.0-dev
      Fixes FTBFS
    - d/p/core-add-handlers-for-{PskMismatch,SaePasswordMismatch}-signal.patch:
      Show incorrect password re-entry prompt for WPA3 networks (LP #2122458)
    - d/t/Makefile: Keep makefile for rfkill DEP-8 tests
    - d/p/netplan/: call netplan with --networkmanager-only option (LP #2133724)
  * Dropped changes, no longer needed:
    - d/rules: Keep ofono disabled
      [ Delta created by mistake]
    - debian/network-manager.postinst: Don't install sysvinit scripts or migrate from sysvinit
      [ systemd has been the default for a while ]
    - debian/network-manager.postinst: Don't add the netdev group.
      [ Unnecessary, other packages add netdev group too ]
    - d/network-manager.install, d/10-dns-resolved.conf: Use systemd-resolved instead of dnsmasq
      [ /etc/resolv.conf symlink has pointed to stub-resolv.conf for a while ]
  * New changes:
    - d/control: suggest iptables before nftables
      This reflects Ubuntu's firewall-backend = iptables configuration.

network-manager (1.54.3-2) unstable; urgency=medium

  [ Max Nikulin ]
  * Add nftables to as a preferred alternative to iptables

  [ Michael Biebl ]
  * Do not ship initrd specific services.
    Those systemd services are meant for the initrd but are not actually
    used by dracut (yet). They conflict with the main services and can lead
    to potentially confusing error messages. So remove them for now.
    (Closes: #1117732)
  * Drop redundant Priority and Rules-Requires-Root field
  * Bump Standards-Version to 4.7.3
  * Drop no longer needed migration code from pre-oldstable

network-manager (1.54.3-1) unstable; urgency=medium

  * New upstream version 1.54.3
    - Avoid that non-admin users can use other users'
      certificates. (CVE-2025-9615)
  * Update symbols file for libnm0

network-manager (1.54.2-3) unstable; urgency=medium

  * Drop Build-Depends on polkitd.
    The polkit.its gettext extension, which is required during build, was
    moved from polkitd to libpolkit-gobject-1-dev.
    There is already a Build-Depends on the latter, so polkitd can be
    dropped safely.
  * Replace dbus Build-Depends with dbus-daemon.
    The test-suite that is run as part of dh_auto_test only needs
    dbus-run-session, which is part of the dbus-daemon package.
    Replace dbus with dbus-daemon, as it has a smaller dependency tree and
    doesn't interfere with alternatives like dbus-broker. (Closes: #1122686)

Date: Tue, 03 Mar 2026 15:30:20 -0500
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/network-manager/1.54.3-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 03 Mar 2026 15:30:20 -0500
Source: network-manager
Built-For-Profiles: noudeb
Architecture: source
Version: 1.54.3-2ubuntu1
Distribution: resolute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Closes: 1117732 1122686
Launchpad-Bugs-Fixed: 2143150
Changes:
 network-manager (1.54.3-2ubuntu1) resolute; urgency=medium
 .
   * Merge with Debian unstable (LP: #2143150). Remaining changes:
     - d/NetworkManager.conf: disable MAC randomization feature
     - d/patches: Provide access to some of NM's interfaces to whoopsie
     - d/patches: Update dnsmasq parameters
     - d/p/netplan: Add libnetplan backend integration patches
     - d/p/n/keyfile-update-test-for-expected-netplan-output.patch: Fix FTBFS on i386 (LP #2098902)
     - debian/tests: add several new tests
       + nm-eth.py
       + wpa-dhcp.py
       + nm-wifi.py
       + killswitches-no-urfkill
       + urfkill-integration
       + nm-netplan.py
     - d/control,d/rules: Prepare libnetplan build
       + Add libyaml dependency, which is needed for netplan
     - debian/rules: Run build tests
     - debian/rules: enable LTO
     - d/control: Recommends: network-manager-pptp
     - d/control: Suggests: avahi-autoipd
     - d/control: Add network-manager-config-connectivity-ubuntu package
     - d/control: point Vcs-Git fields to Launchpad
     - debian/network-manager.postinst: Trigger Netplan migrate on install/upgrade
     - d/network-manager.install,d/10-globally-unmanaged-devices.conf:
       Explicitly unmanage everything that isn't WiFi or WWAN (mobile data)
     - d/network-manager.install,d/default-wifi-powersave-on.conf:
       Install a config file to enable WiFi powersave
     - d/source_network-manager.py,d/network-manager.links: Add apport hooks
     - d/network-manager.preinst: backup previous configuration automatically
     - d/gbp.conf: update for Ubuntu branches
     - d/patches: fix nmcli that could not report 6ghz wifi channels correctly
       (LP #2116940)
     - d/patches: unblock autoreconnect when a previously failed connection is now successful
       (LP #2127925)
     - Use iptables instead of nftables as firewall backend, to match UFW (LP #2128668)
     - Add deps on gir1.2-girepository-2.0, gir1.2-girepository-2.0-dev
       Fixes FTBFS
     - d/p/core-add-handlers-for-{PskMismatch,SaePasswordMismatch}-signal.patch:
       Show incorrect password re-entry prompt for WPA3 networks (LP #2122458)
     - d/t/Makefile: Keep makefile for rfkill DEP-8 tests
     - d/p/netplan/: call netplan with --networkmanager-only option (LP #2133724)
   * Dropped changes, no longer needed:
     - d/rules: Keep ofono disabled
       [ Delta created by mistake]
     - debian/network-manager.postinst: Don't install sysvinit scripts or migrate from sysvinit
       [ systemd has been the default for a while ]
     - debian/network-manager.postinst: Don't add the netdev group.
       [ Unnecessary, other packages add netdev group too ]
     - d/network-manager.install, d/10-dns-resolved.conf: Use systemd-resolved instead of dnsmasq
       [ /etc/resolv.conf symlink has pointed to stub-resolv.conf for a while ]
   * New changes:
     - d/control: suggest iptables before nftables
       This reflects Ubuntu's firewall-backend = iptables configuration.
 .
 network-manager (1.54.3-2) unstable; urgency=medium
 .
   [ Max Nikulin ]
   * Add nftables to as a preferred alternative to iptables
 .
   [ Michael Biebl ]
   * Do not ship initrd specific services.
     Those systemd services are meant for the initrd but are not actually
     used by dracut (yet). They conflict with the main services and can lead
     to potentially confusing error messages. So remove them for now.
     (Closes: #1117732)
   * Drop redundant Priority and Rules-Requires-Root field
   * Bump Standards-Version to 4.7.3
   * Drop no longer needed migration code from pre-oldstable
 .
 network-manager (1.54.3-1) unstable; urgency=medium
 .
   * New upstream version 1.54.3
     - Avoid that non-admin users can use other users'
       certificates. (CVE-2025-9615)
   * Update symbols file for libnm0
 .
 network-manager (1.54.2-3) unstable; urgency=medium
 .
   * Drop Build-Depends on polkitd.
     The polkit.its gettext extension, which is required during build, was
     moved from polkitd to libpolkit-gobject-1-dev.
     There is already a Build-Depends on the latter, so polkitd can be
     dropped safely.
   * Replace dbus Build-Depends with dbus-daemon.
     The test-suite that is run as part of dh_auto_test only needs
     dbus-run-session, which is part of the dbus-daemon package.
     Replace dbus with dbus-daemon, as it has a smaller dependency tree and
     doesn't interfere with alternatives like dbus-broker. (Closes: #1122686)
Checksums-Sha1:
 acd6369bbe7e55372e0be1af5dd0ec01dcb86c4e 3973 network-manager_1.54.3-2ubuntu1.dsc
 23bc58764153a869612d04efcd37f73548c127ac 8437345 network-manager_1.54.3.orig.tar.bz2
 5cfb6671d99741550842fcf85c328e50ebb910f6 94220 network-manager_1.54.3-2ubuntu1.debian.tar.xz
 a78a9c62961f8bb21754bc53ae4d2a4cb69e67f0 13205 network-manager_1.54.3-2ubuntu1_source.buildinfo
Checksums-Sha256:
 2af5a0b02819d4fe6ee4930eec57f2a84e0b8b8992baba8261b9ae9d21f75ce6 3973 network-manager_1.54.3-2ubuntu1.dsc
 e38d55611af8127e1a2b1a7b4952bded1f61917cbc49d4ee7a272ec3fcd7b51b 8437345 network-manager_1.54.3.orig.tar.bz2
 57e8be02492fb418712bb15184788c8251cd6e22d9cbbe9e85a5f9c3c83d8594 94220 network-manager_1.54.3-2ubuntu1.debian.tar.xz
 627a9c390b58e33bb19a78ec9855d6ab3eed5d1790c89809eaf959a59d23b297 13205 network-manager_1.54.3-2ubuntu1_source.buildinfo
Files:
 f1e2748539f345bf1a953d078f27a936 3973 net optional network-manager_1.54.3-2ubuntu1.dsc
 a771b1e3f3a1b65182a7070e15e75cc0 8437345 net optional network-manager_1.54.3.orig.tar.bz2
 d7df5a0d7f75627938055f3e72519ca8 94220 net optional network-manager_1.54.3-2ubuntu1.debian.tar.xz
 44fbc72d66d0445f4ebb1b71ed335fdc 13205 net optional network-manager_1.54.3-2ubuntu1_source.buildinfo
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
Vcs-Git: https://git.launchpad.net/~enr0n/ubuntu/+source/network-manager
Vcs-Git-Commit: dd6acf49b8f7ce8847583f0be9ec595361a730fa
Vcs-Git-Ref: refs/heads/merge-resolute-1.54.3-2


More information about the Resolute-changes mailing list