<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/frr/patches, 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>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: 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: 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: fix host build error on macOS</title>
<updated>2024-04-30T20:54:10Z</updated>
<author>
<name>Georgi Valkov</name>
</author>
<published>2024-04-30T14:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b7d905a3aad16513a47dd4acc6e3c07683630b8'/>
<id>urn:sha1:6b7d905a3aad16513a47dd4acc6e3c07683630b8</id>
<content type='text'>
Fixes:
lib/command_graph.c:16:1: error: argument to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens"); ^
./lib/memory.h:139:2: note: expanded from macro 'DEFINE_MTYPE_STATIC'
        DEFINE_MTYPE_ATTR(group, name, static, desc)                           \
        ^
./lib/memory.h:109:26: note: expanded from macro 'DEFINE_MTYPE_ATTR'
                __attribute__((section(".data.mtypes"))) = { {                 \

[1] https://github.com/FRRouting/frr/pull/6032
[2] https://github.com/FRRouting/frr/pull/15890

Signed-off-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: updat to 9.0</title>
<updated>2023-08-17T10:35:06Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2023-08-16T11:37:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d01460fe93eededda1d44e0f0e980552a251ad25'/>
<id>urn:sha1:d01460fe93eededda1d44e0f0e980552a251ad25</id>
<content type='text'>
Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: update to 8.5.1 branch</title>
<updated>2023-05-16T16:56:30Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2023-05-16T15:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c9ab981e2702db66f6c4e31d5b2684d1f7e1a20'/>
<id>urn:sha1:4c9ab981e2702db66f6c4e31d5b2684d1f7e1a20</id>
<content type='text'>
also fixes gcc 13 compile

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: update to 8.4.2 branch</title>
<updated>2023-02-25T00:18:32Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2023-02-12T13:43:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5f68a938747d49c35d374e0a158152b8442d9501'/>
<id>urn:sha1:5f68a938747d49c35d374e0a158152b8442d9501</id>
<content type='text'>
Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>frr: update to 8.4.1</title>
<updated>2022-12-02T17:42:30Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2022-12-02T10:20:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f6e1fc8d8fca94e04bb65fbd4a5080fde4900047'/>
<id>urn:sha1:f6e1fc8d8fca94e04bb65fbd4a5080fde4900047</id>
<content type='text'>
Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
</feed>
