<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libuwifi, 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>2024-10-29T10:21:43Z</updated>
<entry>
<title>libuwifi: update to latest master</title>
<updated>2024-10-29T10:21:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-08-18T04:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7e272a577e4f5d3cd736c4d228e18d7e4ed5cdfd'/>
<id>urn:sha1:7e272a577e4f5d3cd736c4d228e18d7e4ed5cdfd</id>
<content type='text'>
Fix version to be apk compatible.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</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-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>libuwifi: use autorelease feature</title>
<updated>2021-01-23T14:08:08Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2021-01-23T14:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e98653870ee80e5cd19804341f31194e0e8076cb'/>
<id>urn:sha1:e98653870ee80e5cd19804341f31194e0e8076cb</id>
<content type='text'>
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>libuwifi: update to latest version</title>
<updated>2020-03-22T11:42:49Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2020-03-22T11:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0223a7a0efa4e194d6b1f0c112552d013d8ad1da'/>
<id>urn:sha1:0223a7a0efa4e194d6b1f0c112552d013d8ad1da</id>
<content type='text'>
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>libuwifi: update to latest version</title>
<updated>2019-12-05T11:46:37Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2019-12-05T11:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2c35ddce70a0347eecf20933ffd7c101a3be2f97'/>
<id>urn:sha1:2c35ddce70a0347eecf20933ffd7c101a3be2f97</id>
<content type='text'>
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>libuwifi: fix dev installation</title>
<updated>2019-09-04T22:04:04Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2019-09-04T15:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ba5d69edcda390848416b4cdf805e07fc2787631'/>
<id>urn:sha1:ba5d69edcda390848416b4cdf805e07fc2787631</id>
<content type='text'>
The ccan needs config.h file. This commit fixes the includes
and copies the config.h file to the correct position.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>libuwifi: add userspace wifi library</title>
<updated>2019-08-17T22:38:41Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2019-08-15T16:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fe5d7c817c3dde337c820067feb70d1440a6eee5'/>
<id>urn:sha1:fe5d7c817c3dde337c820067feb70d1440a6eee5</id>
<content type='text'>
Add library to parse WiFi frames in userspace.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
</feed>
