about summary refs log tree commit diff
AgeCommit message (Collapse)Author
12 daysRelease version 1.58.0-3 to experimental HEAD debian/1.58.0-3 debian/latestMichael Biebl
12 daysEnable clat (464XLAT)Witold Baryluk
Add libbpf-dev to be able to load and interact with loaded bpf program. Add gcc-bpf and bpftool with minimum required versions to support required features, and set explicitly the bpf compiler (network manager often prefers clang otherwise if available). Not adding any constraints on linux (where bpf is supported), as all the network-manager packages are already linux-any, so will not built on non-linux. Note: The compiled clat.bpf.o file content is incorporated into clat.skel.h during the build (as a static byte array), and is loaded from memory at runtime, not from any on disk file. For now also silence mostly a false positive of blhc reporting missing hardening flags. This is hopefully only temporary, and can be improved in the future. Fixes: ef758928d5c20c8af9f4ebf93059e5f22c9f9fec
2026-07-22Release version 1.58.0-2 to unstable debian/1.58.0-2Michael Biebl
2026-07-20Release version 1.58.0-1 to experimental debian/1.58.0-1Michael Biebl
2026-07-20Drop trailing white spaces from changelog and README.DebianMichael Biebl
2026-07-20Bump 1.58~rc1 symbol versions to 1.58.0 for the final releaseMichael Biebl
2026-07-20Rebase patchesMichael Biebl
2026-07-20New upstream version 1.58.0Michael Biebl
2026-07-20Update upstream source from tag 'upstream/1.58.0'Michael Biebl
Update to upstream version '1.58.0' with Debian dir f280698ee19dd2290c93272edd38632c0b951c5f
2026-07-20New upstream version 1.58.0 upstream/1.58.0Michael Biebl
2026-07-03Release version 1.58~rc1-1 to experimental debian/1.58_rc1-1Michael Biebl
2026-07-03Disable CLAT (464XLAT) supportMichael Biebl
This is a new feature requiring BPF support.
2026-07-03Update debhelper-compat to 14Michael Biebl
2026-07-03Update symbols file for libnm0Michael Biebl
2026-07-03Remove nm-initrd-generator.sh systemd generatorMichael Biebl
We are not using the initrd units, so we don't need that systemd generator either.
2026-07-03Stop setting systemdsystemunitdir explicitlyMichael Biebl
Instead rely on systemd.pc (provided by systemd-dev) to get this path.
2026-07-03Stop building with Wireless Extensions supportMichael Biebl
This feature is deprecated and scheduled to be removed in a future release.
2026-07-03New upstream version 1.58~rc1Michael Biebl
2026-07-03Update upstream source from tag 'upstream/1.58_rc1'Michael Biebl
Update to upstream version '1.58~rc1' with Debian dir 451489c9234e2b6b7c2f41ca6670287ea3ac3efd
2026-07-03New upstream version 1.58~rc1 upstream/1.58_rc1Michael Biebl
2026-05-14Release version 1.56.1-1 to unstable debian/1.56.1-1Michael Biebl
2026-05-14Update symbols file for libnm0Michael Biebl
2026-05-14Bump Standards-Version to 4.7.4Michael Biebl
2026-05-14New upstream version 1.56.1Michael Biebl
2026-05-14Update upstream source from tag 'upstream/1.56.1'Michael Biebl
Update to upstream version '1.56.1' with Debian dir ea0a29e73fef8e57cffc45da43243a29de64bb9e
2026-05-14New upstream version 1.56.1 upstream/1.56.1Michael Biebl
2026-05-01Release version 1.56.0-7 to unstable debian/1.56.0-7Michael Biebl
2026-05-01Bump network-manager-tui to RecommendsMichael Biebl
This way it will be installed automatically on upgrades for default installations in forky. In later releases the dependency will be demoted to a Suggests again.
2026-05-01Fix typo in changelog wrt OVS availability on 64 bit architecturesMichael Biebl
2026-04-04Release version 1.56.0-6 to unstable debian/1.56.0-6Michael Biebl
2026-04-04Downgrade openvswitch-switch Depends to RecommendsMichael Biebl
The openvswitch-switch package is only available on 32 bit architectures, so a hard Depends prevents testing migration.
2026-04-04Rework package description for network-manager-tuiMichael Biebl
Explicitly mention nmtui in the long description. See #1132248
2026-03-25Release version 1.56.0-5 to unstable debian/1.56.0-5Michael Biebl
2026-03-04Release version 1.56.0-4 to experimental debian/1.56.0-4Michael Biebl
2026-03-04Split off nmtui into network-manager-tuiMichael Biebl
To further reduce shlibs dependencies of the main network-manager (i.e. getting rid of libnewt) and to reduce the on-disk footprint, split off the nmtui binary into a separate package named network-manager-tui.
2026-03-04Release version 1.56.0-3 to experimental debian/1.56.0-3Michael Biebl
2026-03-04Split off support for team devicesMichael Biebl
Support for team devices is a rarely used feature. Ship it in a separate package named network-manager-team. This reduces the dependency chain of the main network-manager package (removes libjansson and libteamdctl) and also reduces the runtime footprint.
2026-03-04Tweak package description and dependencies for network-manager-ovsMichael Biebl
2026-02-27Install and use sysusers.d config fileLuca Boccassi
sysusers.d config files allow a package to use declarative configuration instead of manually written maintainer scripts. This also allows image-based systems to be created with /usr/ only, and also allows for factory resetting a system and recreating /etc/ on boot. https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
2026-02-24Release version 1.56.0-2 to experimental debian/1.56.0-2Michael Biebl
2026-02-24Build-Depend on libselinux-dev instead of libselinux1-devMichael Biebl
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966687
2026-02-24Enable Open vSwitch (OVS) supportMichael Biebl
This includes a drop-in config for NetworkManager.service which changes its ordering. So ship the plugin in a separate package named network-manager-ovs. Closes: #1127478
2026-02-22Release version 1.56.0-1 to experimental debian/1.56.0-1Michael Biebl
2026-02-22Update symbols file for libnm0Michael Biebl
2026-02-22New upstream version 1.56.0Michael Biebl
2026-02-22Update upstream source from tag 'upstream/1.56.0'Michael Biebl
Update to upstream version '1.56.0' with Debian dir 15fab61a7abf1fd4e2ba46785f96d935e87d32bb
2026-02-22New upstream version 1.56.0 upstream/1.56.0Michael Biebl
2026-02-09Release version 1.54.3-2 to unstable debian/1.54.3-2Michael Biebl
2026-02-09Drop no longer needed migration code from pre-oldstableMichael Biebl
2026-02-09Bump Standards-Version to 4.7.3Michael Biebl