<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/bwm-ng/Makefile, 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>2024-05-14T23:36:58Z</updated>
<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 "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>
<entry>
<title>remove uneeded PKG_BUILD_DIR &amp; PKG_CAT overrides</title>
<updated>2015-02-22T01:37:56Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-02-22T01:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e24dfafb01a8cfa011fa4c15a8db3cac89094266'/>
<id>urn:sha1:e24dfafb01a8cfa011fa4c15a8db3cac89094266</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;
</content>
</entry>
<entry>
<title>bwm-ng: import 0.6</title>
<updated>2014-12-18T12:03:25Z</updated>
<author>
<name>Julen Landa Alustiza</name>
</author>
<published>2014-12-18T12:03:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ba792eb9a4b19197c465ba0884abbd6832320a2'/>
<id>urn:sha1:9ba792eb9a4b19197c465ba0884abbd6832320a2</id>
<content type='text'>
Signed-off-by: Julen Landa Alustiza &lt;julen@zokormazo.info&gt;
</content>
</entry>
</feed>
