<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libulfius, 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>2026-03-15T07:21:54Z</updated>
<entry>
<title>libs/libulfius: assign PKG_CPE_ID</title>
<updated>2026-03-15T07:21:54Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T14:24:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd5e19a043d8dfb0593e6b77439f4a594e9de395'/>
<id>urn:sha1:cd5e19a043d8dfb0593e6b77439f4a594e9de395</id>
<content type='text'>
cpe:/a:ulfius_project:ulfius is the correct CPE ID for libulfius:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:ulfius_project:ulfius

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libulfius: Update to v2.7.15</title>
<updated>2025-08-23T16:50:49Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2025-06-23T13:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d0deac49ff7c5781dcdc000b9e9caf5f94548727'/>
<id>urn:sha1:d0deac49ff7c5781dcdc000b9e9caf5f94548727</id>
<content type='text'>
This library is tightly coupled with liborcania and libyder, they must be updated together.

* Update libulfius to v2.7.15

* Patch libulfius to fix FTBFS on 32-bit architectures with 64-bit time_t
  - Backported from upstream commit: 9457809a5321ca4a87f19fdc3f7f4af68e72afa8

* Remove obsolete CMAKE options for libulfius

Signed-off-by: Austin Lane &lt;vidplace7@gmail.com&gt;
</content>
</entry>
<entry>
<title>libulfius: Install library on target</title>
<updated>2024-12-19T08:29:53Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2024-12-09T17:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c62e0fcfecf5a322cba368e5410f5e2f693b411'/>
<id>urn:sha1:6c62e0fcfecf5a322cba368e5410f5e2f693b411</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.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.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>Merge pull request #15797 from lnslbrty/update/libulfius-2.7.3</title>
<updated>2021-06-29T21:41:49Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-29T21:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c61eb3ed98de709454cd42af48c7557f009d9586'/>
<id>urn:sha1:c61eb3ed98de709454cd42af48c7557f009d9586</id>
<content type='text'>
libulfius: update to 2.7.3</content>
</entry>
<entry>
<title>libulfius: update to 2.7.3</title>
<updated>2021-06-22T18:50:01Z</updated>
<author>
<name>Toni Uhlig</name>
</author>
<published>2021-06-07T11:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3924eeb267d9a115cc85027e4732dcd0023230de'/>
<id>urn:sha1:3924eeb267d9a115cc85027e4732dcd0023230de</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.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>libulfus: update to 2.7.2</title>
<updated>2021-03-26T20:14:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-21T00:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6d959f69ad3b1cb713a74ff5565c50397b1c89ac'/>
<id>urn:sha1:6d959f69ad3b1cb713a74ff5565c50397b1c89ac</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>libulfius: update to 2.6.9</title>
<updated>2020-09-08T13:28:42Z</updated>
<author>
<name>Toni Uhlig</name>
</author>
<published>2020-09-07T20:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b181b5ea8d38a2a974dbbdaa51104025cab9c0f8'/>
<id>urn:sha1:b181b5ea8d38a2a974dbbdaa51104025cab9c0f8</id>
<content type='text'>
Signed-off-by: Toni Uhlig &lt;matzeton@googlemail.com&gt;
</content>
</entry>
</feed>
