<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/wavemon/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2023-11-01T16:32:34Z</updated>
<entry>
<title>wavemon: bump to 9.5.0</title>
<updated>2023-11-01T16:32:34Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2023-10-16T09:59:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d10b26525c29a8fc694f3bab0db3a678b4bf3ebd'/>
<id>urn:sha1:d10b26525c29a8fc694f3bab0db3a678b4bf3ebd</id>
<content type='text'>
The current version is broken, as it refuses to work properly
with the current nl80211 state.
Bumping this fixes full wavemon support

Changelog: 9.5.0:
https://github.com/uoaerg/wavemon/releases/tag/v0.9.5

Changelog 9.4.0:
https://github.com/uoaerg/wavemon/releases/tag/v0.9.4

Note that since 0.9.4, wavemon has a dependency on libnl-cli

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.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-03.infra.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>wavemon: update to 0.9.3o</title>
<updated>2021-03-01T01:44:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-01T01:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ef03c4216a1813e712b748fd4797a71f102594be'/>
<id>urn:sha1:ef03c4216a1813e712b748fd4797a71f102594be</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>wavemon: update to 1.9.2</title>
<updated>2020-12-02T00:25:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-30T23:52:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=faaef506505537126bec0629dffa26a429e5b68a'/>
<id>urn:sha1:faaef506505537126bec0629dffa26a429e5b68a</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>wavemon: fix compilation with glibc</title>
<updated>2020-08-26T23:12:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-25T07:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=13c4e245602c0c26eae05b5cb28c44671c25e7e0'/>
<id>urn:sha1:13c4e245602c0c26eae05b5cb28c44671c25e7e0</id>
<content type='text'>
-lpthread is needed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>wavemon: update to 0.9.1</title>
<updated>2020-02-05T06:35:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-05T03:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=34ec8facc5d68132a599122763e85ebca72a7a53'/>
<id>urn:sha1:34ec8facc5d68132a599122763e85ebca72a7a53</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>treewide: Capitalize submenus</title>
<updated>2019-07-25T01:35:40Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-07-23T13:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269'/>
<id>urn:sha1:2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269</id>
<content type='text'>
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>wavemon: Update to 0.9.0</title>
<updated>2019-03-30T05:49:07Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-29T00:03:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2d1e0e8624e79e8d27fa47b742de767411183b86'/>
<id>urn:sha1:2d1e0e8624e79e8d27fa47b742de767411183b86</id>
<content type='text'>
Added PKG_BUILD_PARALLEL for faster compilation

Backported upstream patch to fix compilation with musl.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>wavemon: Switch to codeload tarballs</title>
<updated>2018-08-05T20:00:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-08-04T23:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=47a68e5e626fc6412c30c04f071159aa2959c670'/>
<id>urn:sha1:47a68e5e626fc6412c30c04f071159aa2959c670</id>
<content type='text'>
Simpler and easier to bump the version in the future.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Signed-off-by: Jonathan McCrohan &lt;jmccrohan@gmail.com&gt;
</content>
</entry>
</feed>
