<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/bwm-ng, 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:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>bwm-ng: fix compilation with GCC 14</title>
<updated>2024-05-14T23:36:58Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-13T03:39:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0ddfc85dae1440bbd7760f631d1139c4b4725ce'/>
<id>urn:sha1:b0ddfc85dae1440bbd7760f631d1139c4b4725ce</id>
<content type='text'>
Header is missing.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>net/bwm-ng: assign PKG_CPE_ID</title>
<updated>2024-01-30T00:02:11Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-25T17:39:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ff56f877330035e0a5367e80ca56b1eac7fb3b2d'/>
<id>urn:sha1:ff56f877330035e0a5367e80ca56b1eac7fb3b2d</id>
<content type='text'>
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:bwm-ng_project:bwm-ng

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

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/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>bwm-ng: update to 0.63</title>
<updated>2021-12-17T10:55:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T01:46:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c44b96078b3033be8c9f63ffd2eb8788aded72df'/>
<id>urn:sha1:c44b96078b3033be8c9f63ffd2eb8788aded72df</id>
<content type='text'>
Remove upstreamed patch.

Add autoreconf and fixup configure section. The tarball no longer ships
configure and Makefiles.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>bwm-ng: add patch to fix GCC 7.x compatibility</title>
<updated>2018-03-02T13:16:31Z</updated>
<author>
<name>Martin Schiller</name>
</author>
<published>2018-03-02T09:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8c20e7d174b80c2ec9b85c67562bdb01d15e341d'/>
<id>urn:sha1:8c20e7d174b80c2ec9b85c67562bdb01d15e341d</id>
<content type='text'>
Signed-off-by: Martin Schiller &lt;ms@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>bwm-ng: update to 0.6.1</title>
<updated>2015-07-28T07:30:10Z</updated>
<author>
<name>Julen Landa Alustiza</name>
</author>
<published>2015-07-28T07:30:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9f3ef55342725af3b7d04512529695e9e3e51050'/>
<id>urn:sha1:9f3ef55342725af3b7d04512529695e9e3e51050</id>
<content type='text'>
Signed-off-by: Julen Landa Alustiza &lt;julen@zokormazo.info&gt;
</content>
</entry>
<entry>
<title>bwm-ng: fix building with gcc-security enabled</title>
<updated>2015-06-18T16:45:04Z</updated>
<author>
<name>Julen Landa Alustiza</name>
</author>
<published>2015-06-18T16:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5aae478e24547d79cfefac0fe3562dc0b93b7f21'/>
<id>urn:sha1:5aae478e24547d79cfefac0fe3562dc0b93b7f21</id>
<content type='text'>
Signed-off-by: Julen Landa Alustiza &lt;julen@zokormazo.info&gt;
</content>
</entry>
</feed>
