<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/netavark, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-09-13T22:57:19Z</updated>
<entry>
<title>netavark: build with the nftables firewall driver</title>
<updated>2026-09-13T22:57:19Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-09-02T13:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6f80c0ce99a8124c7ca62c5386d09b09ceb496d6'/>
<id>urn:sha1:6f80c0ce99a8124c7ca62c5386d09b09ceb496d6</id>
<content type='text'>
OpenWrt has no iptables front end, so default to nftables and depend on
nftables-json and kmod-nft-nat, which the driver's nat chains need.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>netavark: update to 1.17.2</title>
<updated>2026-06-23T14:49:26Z</updated>
<author>
<name>nantayo</name>
</author>
<published>2026-06-16T11:41:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e203862dd00716baa708737d09cece63d3599244'/>
<id>urn:sha1:e203862dd00716baa708737d09cece63d3599244</id>
<content type='text'>
This is a regular update with no disruptive changes.
changelog:https://github.com/containers/netavark/releases/tag/v1.17.2

Signed-off-by: nantayo &lt;sora1924@outlook.com&gt;
</content>
</entry>
<entry>
<title>netavark: Update to 1.12.2</title>
<updated>2024-09-20T05:11:51Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2024-09-15T08:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=01551af8fdd59de9fc163fe56622ccecbf66117e'/>
<id>urn:sha1:01551af8fdd59de9fc163fe56622ccecbf66117e</id>
<content type='text'>
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
Tested-by: Dirk Buchwalder &lt;buchwalder@posteo.de&gt;
</content>
</entry>
<entry>
<title>netavark: update to 1.10.3</title>
<updated>2024-02-16T08:55:18Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2024-02-16T07:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e3222ee145e6c9554374c53be5ce58b3a1a01251'/>
<id>urn:sha1:e3222ee145e6c9554374c53be5ce58b3a1a01251</id>
<content type='text'>
changelogs: https://github.com/containers/netavark/releases

wrapper script and config file removed as they have become obsolete,
firewall driver is now configured in containers.conf

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>netavark: update to version 1.9.0</title>
<updated>2023-12-01T10:00:26Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-11-30T09:08:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aa3abde67e32e193e4fcc23ff6f27190440a3e94'/>
<id>urn:sha1:aa3abde67e32e193e4fcc23ff6f27190440a3e94</id>
<content type='text'>
Changes:
 - add firewalld-reload subcommand
 - bridge: force static mac on bridge interface
 - dependency updates
 - numerous fixes to test suite

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>rust: Use make's jobserver when building packages</title>
<updated>2023-10-11T07:50:24Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-09-23T12:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0dfc1b508d5e5b361978ef9783cb63775176c305'/>
<id>urn:sha1:0dfc1b508d5e5b361978ef9783cb63775176c305</id>
<content type='text'>
This allows cargo to use make's jobserver when building packages, by
marking the cargo command as recursive (with the + prefix[1]) and
setting MAKEFLAGS.

This also:

* Give cargo/x.py the build directory instead of having to change the
  current directory (and opening subshells)

* Set PKG_BUILD_PARALLEL/HOST_BUILD_PARALLEL for Rust packages to enable
  the use of make's jobserver

[1]: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>rust: Consolidate cargo environment variables</title>
<updated>2023-10-11T07:50:23Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-09-25T03:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9db7284d589dc8490f8c7dbe56af731fce953eda'/>
<id>urn:sha1:9db7284d589dc8490f8c7dbe56af731fce953eda</id>
<content type='text'>
This consolidates all environment variables for cargo into:

* CARGO_HOST_CONFIG_VARS / CARGO_PKG_CONFIG_VARS

  These contain all cargo-specific environment variables, i.e. without
  "common" variables like CC.

* CARGO_HOST_VARS / CARGO_PKG_VARS (renamed from CARGO_VARS)

  These contain all environment variables to be passed to cargo.

This also:

* Set the CARGO_BUILD_TARGET environment variable instead of using the
  --target command-line option

* Update Python include files to use CARGO_HOST_CONFIG_VARS /
  CARGO_PKG_CONFIG_VARS

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>netavark: update to 1.8.0</title>
<updated>2023-10-02T11:12:11Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-10-01T16:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b788f77db48d6d20f925daa762a70fe5c40dc54a'/>
<id>urn:sha1:b788f77db48d6d20f925daa762a70fe5c40dc54a</id>
<content type='text'>
changelog:
 - iptables: improve error when ip6?tables commands are missing
 - docs: Convert markdown with go-md2man instead of mandown
 - iptables: drop invalid packages
 - bump rust edition to 2021
 - Add ACCEPT rules in firewall for bridge network with internal dns
 - Add vrf support for bridges

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>netavark: update to 1.7.0</title>
<updated>2023-09-16T13:43:27Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-09-16T08:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=efb06993d722057165fbf62d2eeddd61485217f3'/>
<id>urn:sha1:efb06993d722057165fbf62d2eeddd61485217f3</id>
<content type='text'>
Changelog: https://github.com/containers/netavark/compare/v1.6.0...v1.7.0

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>netavark: update to v1.6.0</title>
<updated>2023-06-12T06:15:06Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-06-11T12:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=da8c4ee3b8e89d8f093901cf187bc1814923dd2c'/>
<id>urn:sha1:da8c4ee3b8e89d8f093901cf187bc1814923dd2c</id>
<content type='text'>
netavark v1.6.0 was released, so instead of using
git version, use release. Does not contain very
much of changes, but list is available from netavark's
commit log.

Software now comes with additional tool named
netavark-dhcp-proxy-client which is now included
in package.

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
</feed>
