<feed xmlns='http://www.w3.org/2005/Atom'>
<title>network-manager/debian/rules, branch debian/latest</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.equa.space/network-manager/atom?h=debian%2Flatest</id>
<link rel='self' href='https://git.equa.space/network-manager/atom?h=debian%2Flatest'/>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/'/>
<updated>2026-08-15T16:35:25+00:00</updated>
<entry>
<title>Enable clat (464XLAT)</title>
<updated>2026-08-15T16:35:25+00:00</updated>
<author>
<name>Witold Baryluk</name>
<email>witold.baryluk@gmail.com</email>
</author>
<published>2026-08-15T13:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=b2265d571a899a917554a94133491143f7ca301a'/>
<id>urn:sha1:b2265d571a899a917554a94133491143f7ca301a</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Disable CLAT (464XLAT) support</title>
<updated>2026-07-03T19:07:01+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2026-07-03T18:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=ef758928d5c20c8af9f4ebf93059e5f22c9f9fec'/>
<id>urn:sha1:ef758928d5c20c8af9f4ebf93059e5f22c9f9fec</id>
<content type='text'>
This is a new feature requiring BPF support.
</content>
</entry>
<entry>
<title>Remove nm-initrd-generator.sh systemd generator</title>
<updated>2026-07-03T18:10:43+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2026-07-03T18:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=dd1b99edcb658f4a7f2ab8bf1cf13794291a1f4b'/>
<id>urn:sha1:dd1b99edcb658f4a7f2ab8bf1cf13794291a1f4b</id>
<content type='text'>
We are not using the initrd units, so we don't need that systemd
generator either.
</content>
</entry>
<entry>
<title>Stop setting systemdsystemunitdir explicitly</title>
<updated>2026-07-03T18:00:56+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2026-07-03T18:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=f474a0586aeaec2dbd1dfddd834191b79dac4662'/>
<id>urn:sha1:f474a0586aeaec2dbd1dfddd834191b79dac4662</id>
<content type='text'>
Instead rely on systemd.pc (provided by systemd-dev) to get this path.
</content>
</entry>
<entry>
<title>Stop building with Wireless Extensions support</title>
<updated>2026-07-03T17:56:46+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2026-07-03T17:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=23d439653cc2302d0f852655dc7e9e2cbb2bef8d'/>
<id>urn:sha1:23d439653cc2302d0f852655dc7e9e2cbb2bef8d</id>
<content type='text'>
This feature is deprecated and scheduled to be removed in a future
release.
</content>
</entry>
<entry>
<title>Enable Open vSwitch (OVS) support</title>
<updated>2026-02-24T13:59:01+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2026-02-09T19:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=209d10cc259d816b2f81264a5dd1b7a6b923eef8'/>
<id>urn:sha1:209d10cc259d816b2f81264a5dd1b7a6b923eef8</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Do not ship initrd specific services</title>
<updated>2026-02-09T11:07:53+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2026-02-09T10:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=013f3d0c509fef8ebbad4c1542d2f0ba819b6488'/>
<id>urn:sha1:013f3d0c509fef8ebbad4c1542d2f0ba819b6488</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fix dhcpcd build option</title>
<updated>2025-11-21T17:21:00+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2025-11-21T17:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=f3e2a69b783cafa8394f1d5d6e5846a3397f8cb7'/>
<id>urn:sha1:f3e2a69b783cafa8394f1d5d6e5846a3397f8cb7</id>
<content type='text'>
The intended build option "false" did not actually disable it as
expected, so use "no" instead.

Thanks: John Scott
Closes: #1121101
</content>
</entry>
<entry>
<title>Increase test timeouts by a factor of two</title>
<updated>2025-08-05T10:58:22+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2025-08-05T10:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=07c36f127dc6f26d0d9ad09727b6c27224b4e891'/>
<id>urn:sha1:07c36f127dc6f26d0d9ad09727b6c27224b4e891</id>
<content type='text'>
This should help slower architectures like hppa.

Closes: #1075915
</content>
</entry>
<entry>
<title>Disable NBFT support in the initrd generator</title>
<updated>2025-08-04T12:56:51+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2025-08-01T18:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=c5994ad4fc5c19c6ddfdd2fe5daeb58370cae105'/>
<id>urn:sha1:c5994ad4fc5c19c6ddfdd2fe5daeb58370cae105</id>
<content type='text'>
The nm-initrd-generator is not really hooked up in Debian and enabling
NBFT support would drap in additional dependencies like NVME.
So disable support for this feature until there is actual demand for it.
</content>
</entry>
</feed>
