<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/hs20, 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-05-25T19:00:50Z</updated>
<entry>
<title>treewide: use config_get_bool instead of config_get enabled</title>
<updated>2024-05-25T19:00:50Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-05-11T07:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4c4a7bd31da51e3040a5da55c504c5e97ac150e4'/>
<id>urn:sha1:4c4a7bd31da51e3040a5da55c504c5e97ac150e4</id>
<content type='text'>
The config_get_bool function parses not just the 1 but on/yes, true/false or enabled/disabled.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>hs20: fix compilation with libxml 2.12</title>
<updated>2024-01-03T02:56:07Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-12-25T06:09:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d7d7c5bbb34c709ada745a49239831f9c7a15463'/>
<id>urn:sha1:d7d7c5bbb34c709ada745a49239831f9c7a15463</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@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>treewide: add missing conffiles</title>
<updated>2021-10-28T06:18:42Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2021-10-24T10:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=94d57346fc7ce534d874e8155f9ec5cd51071fa6'/>
<id>urn:sha1:94d57346fc7ce534d874e8155f9ec5cd51071fa6</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>hs20: switch dependencies to php8</title>
<updated>2021-10-14T13:18:46Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2021-10-05T21:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b22aa5b9e6da092786bce8c90100b728ed053502'/>
<id>urn:sha1:b22aa5b9e6da092786bce8c90100b728ed053502</id>
<content type='text'>
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>hs20: set PKG_SOURCE_SUBDIR</title>
<updated>2021-07-24T03:35:29Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-07-24T03:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3c7da5dc7d188f090c3a7f864ba6451561d2219b'/>
<id>urn:sha1:3c7da5dc7d188f090c3a7f864ba6451561d2219b</id>
<content type='text'>
Building without the mirror-tarballs fails to PKG_SOURCE_SUBDIR not
matching the hostapd source subdir name. Fix that.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>hs20: fix linking with full language support enabled</title>
<updated>2021-03-02T23:43:01Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2021-03-02T21:08:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3b177a9d6056af61ec7bf5db81382003965767d4'/>
<id>urn:sha1:3b177a9d6056af61ec7bf5db81382003965767d4</id>
<content type='text'>
After d18692c, we need to include nls.mk to setup correct
environment variables so that linking succeeds.

Reported-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>hs20: patch hostapd to make use of updated dm_ddf</title>
<updated>2020-12-20T21:44:21Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-12-20T21:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b212b108ced1e36b2bedae04a0ff413ff08f4564'/>
<id>urn:sha1:b212b108ced1e36b2bedae04a0ff413ff08f4564</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>hs20: some small improvements</title>
<updated>2020-12-20T19:09:43Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-08-17T15:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3421545a2cbc4e835a7dc68be1d55753981deccc'/>
<id>urn:sha1:3421545a2cbc4e835a7dc68be1d55753981deccc</id>
<content type='text'>
 * update device description framework to v1.3
 * setup methods in database
 * setup uhttpd to use hs20 cert

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>hs20: prepare server using uci-defaults and ship files</title>
<updated>2020-08-17T13:12:05Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-08-17T01:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6855683e3e1ce0c5e710c4cf67f4373aedddd6b2'/>
<id>urn:sha1:6855683e3e1ce0c5e710c4cf67f4373aedddd6b2</id>
<content type='text'>
Setup user database if non-existent, configure uhttpd .php interpreter
and patch php scripts to work out-of-the-box.
Also ship Hotspot 2.0 SPP and OMA DM XML schema/DTD files needed at
run-time for both client and server.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
