<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/frr, 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-05-08T20:36:07Z</updated>
<entry>
<title>frr: update to 10.6.1</title>
<updated>2026-05-08T20:36:07Z</updated>
<author>
<name>Lucian CRISTIAN</name>
</author>
<published>2026-05-08T08:24:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a8e826ac34953bf6fc0eff226a9a70cf9e26d0df'/>
<id>urn:sha1:a8e826ac34953bf6fc0eff226a9a70cf9e26d0df</id>
<content type='text'>
update frr to latest stable 10.6.1

Signed-off-by: Lucian CRISTIAN &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>net/frr: fix PKG_CPE_ID</title>
<updated>2026-03-15T07:15:08Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-13T22:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fc3af591d05cca0bcb373340725b8445caf5d316'/>
<id>urn:sha1:fc3af591d05cca0bcb373340725b8445caf5d316</id>
<content type='text'>
cpe:/a:frrouting:frrouting is the correct CPE ID for frr:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:frrouting:frrouting

Fixes: 5afe5c9031190844f267357c68efe3c9c3cbe51d (treewide: assign PKG_CPE_ID)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: update to 10.4.1</title>
<updated>2025-11-12T07:44:20Z</updated>
<author>
<name>Lucian CRISTIAN</name>
</author>
<published>2025-11-11T20:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=036868c669da185b41edda4234e255fab1c4150e'/>
<id>urn:sha1:036868c669da185b41edda4234e255fab1c4150e</id>
<content type='text'>
switch to release codeload version
fix startup error messages

Signed-off-by: Lucian CRISTIAN &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: update to 10.3.1</title>
<updated>2025-06-30T03:55:21Z</updated>
<author>
<name>Lucian CRISTIAN</name>
</author>
<published>2025-06-08T14:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd1439a6c6637a056b97ee21a1304c4479479c30'/>
<id>urn:sha1:cd1439a6c6637a056b97ee21a1304c4479479c30</id>
<content type='text'>
also add watchfrr and zebra as build daemon dependencies

Signed-off-by: Lucian CRISTIAN &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: 10.2.1 fixes</title>
<updated>2025-02-01T08:54:15Z</updated>
<author>
<name>Lucian CRISTIAN</name>
</author>
<published>2025-02-01T02:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6623eadfa0f2d0d31d507cb35841ba4b2b70c80b'/>
<id>urn:sha1:6623eadfa0f2d0d31d507cb35841ba4b2b70c80b</id>
<content type='text'>
add packing mgmtd, pim6d and update helper scripts

Signed-off-by: Lucian CRISTIAN &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: update to 10.2.1</title>
<updated>2025-01-24T09:30:13Z</updated>
<author>
<name>Lucian CRISTIAN</name>
</author>
<published>2025-01-23T19:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ca9f2f4b562916655ab89c202a575b5e8bbc2c35'/>
<id>urn:sha1:ca9f2f4b562916655ab89c202a575b5e8bbc2c35</id>
<content type='text'>
update to current stable branch


Signed-off-by: Lucian CRISTIAN &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: link zlib in host build</title>
<updated>2024-06-19T09:22:59Z</updated>
<author>
<name>Michael Pratt</name>
</author>
<published>2024-06-18T02:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a185c7fabe2442d6a65a3735ffe5d3a08afa021a'/>
<id>urn:sha1:a185c7fabe2442d6a65a3735ffe5d3a08afa021a</id>
<content type='text'>
Due to changes in elfutils in order to
simplify the build for static libraries only,
the zlib functions that libelf depends on
are no longer linked within the static libelf library.

If frr were to use pkg-config, no change would be necessary,
however, the AC_CHECK_LIB macro is used, so add the link manually.

Signed-off-by: Michael Pratt &lt;mcpratt@pm.me&gt;
</content>
</entry>
<entry>
<title>frr: fix compilation with GCC14</title>
<updated>2024-06-05T14:33:49Z</updated>
<author>
<name>Georgi Valkov</name>
</author>
<published>2024-05-27T14:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4ef2b7e0fc3d0cb714e7522b8c9fc57185681560'/>
<id>urn:sha1:4ef2b7e0fc3d0cb714e7522b8c9fc57185681560</id>
<content type='text'>
Fixes:
zebra/zebra_netns_notify.c: In function 'zebra_ns_ready_read':
zebra/zebra_netns_notify.c:265:40: error: implicit declaration of function 'basename' [-Wimplicit-function-declaration]
  265 |         if (strmatch(VRF_DEFAULT_NAME, basename(netnspath))) {
      |                                        ^~~~~~~~

Fixed by including libgen.h, then since basename may modify its
parameter, allocate a copy on the stack, using strdupa, and pass the
temporary string to basename.

According to the man page for basename:
With glibc, one gets the POSIX version of basename() when
&lt;libgen.h&gt; is included, and the GNU version otherwise.

The POSIX version of basename may modify the contents of path,
so we should to pass a copy when calling this function.

[1] https://man7.org/linux/man-pages/man3/basename.3.html

Signed-off-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: add support for BGP MD5 authentication</title>
<updated>2024-06-03T09:35:55Z</updated>
<author>
<name>Martin Schiller</name>
</author>
<published>2024-05-16T12:24:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2a3a3575fe06cb70804fd2848f3ee74a93cbd8e4'/>
<id>urn:sha1:2a3a3575fe06cb70804fd2848f3ee74a93cbd8e4</id>
<content type='text'>
You have to enable the CONFIG_TCP_MD5SIG kernel config option to be able
to use the BGP MD5 authentication.

Signed-off-by: Martin Schiller &lt;ms@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>frr: merge frr-libfrr and frr-vtysh to frr</title>
<updated>2024-05-28T05:59:43Z</updated>
<author>
<name>Georgi Valkov</name>
</author>
<published>2024-05-05T09:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f2411b1e39a1981d5d274d9780df4579269bf5e6'/>
<id>urn:sha1:f2411b1e39a1981d5d274d9780df4579269bf5e6</id>
<content type='text'>
frr-libfrr and frr-vtysh are required components, which makes their
menuconfig entries obsolete. Merge them in the frr package.

Signed-off-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
</content>
</entry>
</feed>
