<feed xmlns='http://www.w3.org/2005/Atom'>
<title>routing/bmx6, branch master</title>
<subtitle>Mirror of routing feed</subtitle>
<id>https://git.openwrt.org/feed/routing/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/routing/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/'/>
<updated>2023-09-29T08:19:54Z</updated>
<entry>
<title>bmx6: drop package</title>
<updated>2023-09-29T08:19:54Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2023-09-28T07:31:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=9fb9d9343ea27d6dbb5008ece10c0c843dd2c781'/>
<id>urn:sha1:9fb9d9343ea27d6dbb5008ece10c0c843dd2c781</id>
<content type='text'>
This package is no longer maintained by us or by upstream developers.
The last version in the GitHub repository is from 2020 with no activity so far.
We are using version 0.1-alpha.

Because LuCI app is vulnerable to several CVEs and DependencyBot still
sends emails about it, let's drop it.

If anyone wants, they can use bmx7.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@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.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>bmx6: update to 65cb0d542f16a4b4689f5ad2542c9f24215a6616</title>
<updated>2022-02-25T20:32:55Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-02-25T16:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=4a65336e084fe1d9bb79a92ce5eb9b7d93cc737e'/>
<id>urn:sha1:4a65336e084fe1d9bb79a92ce5eb9b7d93cc737e</id>
<content type='text'>
Makefile polishing:
- Fixed SPDX License Identifier
- Use AUTORELEASE in PKG_RELEASE
This helps in cases when the PKG_RELEASE is forgotten

- Remove no longer used things like PKG_REV, etc.
Downloaded tarball is now ~80 kB smaller as we use .tar.xz
instead of .tar.gz

- Use https for their website

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>bmx6: fix compilation with uClibc-ng</title>
<updated>2020-10-05T23:00:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-30T21:08:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=c3c3be6457a8cdb2f24068486becd2ecf49d0b6e'/>
<id>urn:sha1:c3c3be6457a8cdb2f24068486becd2ecf49d0b6e</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>bmx6: update version to fix #573 memory leak</title>
<updated>2020-06-15T15:53:07Z</updated>
<author>
<name>Pedro hates github.com</name>
</author>
<published>2020-06-04T12:38:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=4cff2b1bd67301f09a83194b9eef4bfed03f7a31'/>
<id>urn:sha1:4cff2b1bd67301f09a83194b9eef4bfed03f7a31</id>
<content type='text'>
Signed-off-by: Pedro &lt;pedrowrt@cas.cat&gt;
</content>
</entry>
<entry>
<title>treewide: Basic cleanup and alignment to package guidelines (#383)</title>
<updated>2018-07-12T14:50:47Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-07-12T14:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=43449bcbbda0582a820acf9f8e2ac20e4ec28137'/>
<id>urn:sha1:43449bcbbda0582a820acf9f8e2ac20e4ec28137</id>
<content type='text'>
This is a very basic cleanup, several packages needs more work
but this at least drops git for https and removes the use of
PKG_MD5SUM and some minor fixes.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;</content>
</entry>
<entry>
<title>bmx6: add PKG_MIRROR_HASH</title>
<updated>2018-03-01T22:02:10Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2018-02-16T02:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=d6dcd0c756305876112b719dcc16037f082ad1f1'/>
<id>urn:sha1:d6dcd0c756305876112b719dcc16037f082ad1f1</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>bmx6: bump to latest upstream version</title>
<updated>2018-02-09T14:35:00Z</updated>
<author>
<name>Axel Neumann</name>
</author>
<published>2018-02-09T13:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=21a6454d7226eb65863822e62745f7d49e6d9b41'/>
<id>urn:sha1:21a6454d7226eb65863822e62745f7d49e6d9b41</id>
<content type='text'>
 * mute warning for unknown description-frame types
 * introduce --tunCatchDelay=100 to delay catched and rescheduled tunnel packets for us  to complete proper dedicated tunnel setup
 * Revert "hna: Use real or zero remote tunnel addresses"
   Which does not work with current openwrt/lede kernels
   due to their patched ip6_tunnel.c code for supporting MAP-E-FMRs.
 * Fix linker problem when compiling topology plugin with -DPROFILING
</content>
</entry>
<entry>
<title>bmx6: fix gcc6&amp;7 warnings, avoid json-c patch</title>
<updated>2018-01-13T12:56:33Z</updated>
<author>
<name>Axel Neumann</name>
</author>
<published>2018-01-13T12:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=d464bf11b84056a87fc8fcab90111dd50d13886a'/>
<id>urn:sha1:d464bf11b84056a87fc8fcab90111dd50d13886a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bmx: Use repos from https://github.com/bmx-routing and remove bmx7 json-c patch</title>
<updated>2018-01-02T18:10:56Z</updated>
<author>
<name>Axel Neumann</name>
</author>
<published>2018-01-02T17:06:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=679f780747dc74a3040d841c3d89116aff7a5f4a'/>
<id>urn:sha1:679f780747dc74a3040d841c3d89116aff7a5f4a</id>
<content type='text'>
</content>
</entry>
</feed>
