<feed xmlns='http://www.w3.org/2005/Atom'>
<title>routing/pimbd, branch master</title>
<subtitle>Mirror of routing feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/routing/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/routing/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/'/>
<updated>2025-11-13T15:03:17Z</updated>
<entry>
<title>pimbd: add pending patch for warning and CMake &gt;= 4.0</title>
<updated>2025-11-13T15:03:17Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-13T15:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=11fc6a25d6fd3de4dc66a778a37efafe35c46a1f'/>
<id>urn:sha1:11fc6a25d6fd3de4dc66a778a37efafe35c46a1f</id>
<content type='text'>
Add pending patch for compilation warning and CMake &gt;= 4.0.

Bump PKG_RELEASE as we switched to uloop_timeout_remaining64.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T18:04:28Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-07T15:35:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=0fed081486198212608bebe257590947e58dc0d8'/>
<id>urn:sha1:0fed081486198212608bebe257590947e58dc0d8</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-27T15:14:16Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-04-26T09:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=3e96c851a7871f38c52c7be0e0f693b045fe0758'/>
<id>urn:sha1:3e96c851a7871f38c52c7be0e0f693b045fe0758</id>
<content type='text'>
OpenWrt/packages removed AUTORELEASE treewide. Remove it also in the
routing feed.

This is just copied from [0] with modification to the sed cmd because it
was not working for the routing feed:

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/routing; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's/\/Makefile$//';);
do
  make package/$i/download
done

[0] - https://github.com/openwrt/packages/commit/0c10c224be81f9221dabfab449855ab6718d2a0c

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>pimbd: Makefile refactor</title>
<updated>2022-02-26T14:35:33Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-02-26T10:57:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=88dd5412d6120a427b46af085358a3afdff17e9e'/>
<id>urn:sha1:88dd5412d6120a427b46af085358a3afdff17e9e</id>
<content type='text'>
- Switch to AUTORELEASE
- There was no need to overwrite defaults, downloaded tarball is ~4 kB
  smaller
Also change the package versioning
Before: pimbd_2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21-2_arm_cortex-a9_vfpv3-d16.ipk
After: pimbd_2018-06-19-dbf4e591-1_arm_cortex-a9_vfpv3-d16.ipk

- Add PKG_LICENSE_FILES

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>pimbd: add config load on start</title>
<updated>2021-12-14T22:57:34Z</updated>
<author>
<name>Christian Strebe</name>
</author>
<published>2021-12-14T22:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=e3035a6c9ecd919e92289e31b957ddac1dba1374'/>
<id>urn:sha1:e3035a6c9ecd919e92289e31b957ddac1dba1374</id>
<content type='text'>
Generate config file from uci and set as start config on start of pimbd.

Signed-off-by: Christian Strebe &lt;uipo@freenet.de&gt;
</content>
</entry>
<entry>
<title>pimbd: include PKG_MIRROR_HASH</title>
<updated>2021-11-19T06:04:33Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-10-19T13:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=ade1fa6ebc0d3cb409849e03ab17825ca7fdb345'/>
<id>urn:sha1:ade1fa6ebc0d3cb409849e03ab17825ca7fdb345</id>
<content type='text'>
This avoids unnecessary downloads and rebuilds.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>pimbd: update to current git HEAD</title>
<updated>2018-06-19T11:01:14Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-06-19T11:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=c299f8bcea26669bc93db16f59e12f9272a30f8d'/>
<id>urn:sha1:c299f8bcea26669bc93db16f59e12f9272a30f8d</id>
<content type='text'>
Allow compilation with gcc 7.3.0.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>replace DEPENDS=+@IPV6 with DEPENDS=@IPV6</title>
<updated>2016-06-05T01:07:20Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2016-06-05T00:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=9b610a90c61cb2a5ec73bc95e5a46cd4b4375aef'/>
<id>urn:sha1:9b610a90c61cb2a5ec73bc95e5a46cd4b4375aef</id>
<content type='text'>
The symbol IPV6 is a global config symbol, don't select it because it
will override the user decision of IPV6 as all other package in base do
it. A select (+) will also create a recursive dependency error.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>pimbd: First package release</title>
<updated>2015-08-18T12:28:32Z</updated>
<author>
<name>Oryon</name>
</author>
<published>2015-08-18T12:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/routing/commit/?id=600b9681a782f796858229b3519267f3810610a2'/>
<id>urn:sha1:600b9681a782f796858229b3519267f3810610a2</id>
<content type='text'>
</content>
</entry>
</feed>
