<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/liborcania, 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>2025-08-23T16:50:49Z</updated>
<entry>
<title>liborcania: Update to v2.3.3</title>
<updated>2025-08-23T16:50:49Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2025-06-07T01:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=51a087585b52adb1fa7a25b852c14ea20ea98248'/>
<id>urn:sha1:51a087585b52adb1fa7a25b852c14ea20ea98248</id>
<content type='text'>
This library is tightly coupled with libulfius and libyder, they must be updated together.

* Update liborcania to v2.3.3

Signed-off-by: Austin Lane &lt;vidplace7@gmail.com&gt;
</content>
</entry>
<entry>
<title>liborcania: Install library on target</title>
<updated>2024-12-17T07:42:26Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2024-12-09T16:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=768b995f980f2875f588ab8f90e5b597cfa4f5d8'/>
<id>urn:sha1:768b995f980f2875f588ab8f90e5b597cfa4f5d8</id>
<content type='text'>
Signed-off-by: Austin Lane &lt;vidplace7@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>libulfius: update to 2.7.10</title>
<updated>2022-07-20T09:37:31Z</updated>
<author>
<name>Toni Uhlig</name>
</author>
<published>2022-07-13T23:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e3cfb1c79b330a6ef7adbd09401b303f172a6263'/>
<id>urn:sha1:e3cfb1c79b330a6ef7adbd09401b303f172a6263</id>
<content type='text'>
Signed-off-by: Toni Uhlig &lt;matzeton@googlemail.com&gt;
</content>
</entry>
<entry>
<title>liborcania: bump to 2.3.0</title>
<updated>2022-07-14T17:36:23Z</updated>
<author>
<name>Toni Uhlig</name>
</author>
<published>2022-07-13T15:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=13223f6c1d625771c20fb59631a313df56e6ff87'/>
<id>urn:sha1:13223f6c1d625771c20fb59631a313df56e6ff87</id>
<content type='text'>
Signed-off-by: Toni Uhlig &lt;matzeton@googlemail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>liborcania: update to 2.2.1</title>
<updated>2021-06-07T14:42:57Z</updated>
<author>
<name>Toni Uhlig</name>
</author>
<published>2021-06-07T11:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1f4f3a654457c13b72b69f468d5ec87ac607e348'/>
<id>urn:sha1:1f4f3a654457c13b72b69f468d5ec87ac607e348</id>
<content type='text'>
Signed-off-by: Toni Uhlig &lt;matzeton@googlemail.com&gt;
</content>
</entry>
<entry>
<title>liborcania: update to 2.2.0</title>
<updated>2021-03-26T20:14:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-21T00:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=297f34b5d9cfbb59e66c7aba01688b385deb8205'/>
<id>urn:sha1:297f34b5d9cfbb59e66c7aba01688b385deb8205</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>liborcania: update to 2.1.1</title>
<updated>2020-08-07T18:56:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-07T18:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=619fd038bab83b85bc5aaf4cffa2fb158c3453ba'/>
<id>urn:sha1:619fd038bab83b85bc5aaf4cffa2fb158c3453ba</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libulfius: new package</title>
<updated>2020-06-15T18:18:45Z</updated>
<author>
<name>Toni Uhlig</name>
</author>
<published>2020-06-04T18:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c139bb41b4f07fc5a5ebbcb3b8593631328896d'/>
<id>urn:sha1:0c139bb41b4f07fc5a5ebbcb3b8593631328896d</id>
<content type='text'>
Signed-off-by: Toni Uhlig &lt;matzeton@googlemail.com&gt;
</content>
</entry>
</feed>
