<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libcbor/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>2025-10-02T10:37:16Z</updated>
<entry>
<title>libcbor: update to 0.13.0</title>
<updated>2025-10-02T10:37:16Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-10-01T16:35:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b6535dff7d711e3d54b8c9415ec88c1cc1da47ca'/>
<id>urn:sha1:b6535dff7d711e3d54b8c9415ec88c1cc1da47ca</id>
<content type='text'>
Update to version 0.13.0 that provides compatibility with cmake 4.0.
(new cmake version require at least cmake 3.5 requirement declared
in CMakeLists.txt)

* remove the temporary patch for CMakeLists.txt

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>libcbor: adjust for cmake 4.x</title>
<updated>2025-08-23T19:40:53Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-08-23T18:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9b098179f32cb1dfd00032cae2d94700cda11268'/>
<id>urn:sha1:9b098179f32cb1dfd00032cae2d94700cda11268</id>
<content type='text'>
Cmake 4.x requires 'cmake_minimum_required' to be at least 3.5.
Use 3.30 as the value (current cmake in OpenWrt 24.10).

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>libcbor: disable sanitize by default</title>
<updated>2025-04-14T11:41:18Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-04-14T07:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1fc56e79d5269fc4ac9a34287be54fe761beecc8'/>
<id>urn:sha1:1fc56e79d5269fc4ac9a34287be54fe761beecc8</id>
<content type='text'>
musl libc does not support this feature, and for glibc, additional
library libasan is required. Disable it explicitly to avoid build issue
when CONFIG_DEBUG is selected.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>libcbor: fix license info in Makefile</title>
<updated>2024-06-17T08:45:16Z</updated>
<author>
<name>Rahul Thakur</name>
</author>
<published>2024-06-14T12:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b4b5a95668f784a1c632d0b017573e241bb803f3'/>
<id>urn:sha1:b4b5a95668f784a1c632d0b017573e241bb803f3</id>
<content type='text'>
libcbor is licensed under the MIT license as per:
https://github.com/PJK/libcbor/tree/master#license

Update package Makefile to reflect the same

Signed-off-by: Rahul Thakur &lt;rahul.thakur@iopsys.eu&gt;
</content>
</entry>
<entry>
<title>libcbor: update to 0.11.0</title>
<updated>2024-02-10T22:56:38Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-09T22:53:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ec0cc3b8ca22a66bdb7b6d0c646eb5b64d477a85'/>
<id>urn:sha1:ec0cc3b8ca22a66bdb7b6d0c646eb5b64d477a85</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.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>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcbor: Add new package</title>
<updated>2021-01-06T22:53:05Z</updated>
<author>
<name>Linos Giannopoulos</name>
</author>
<published>2021-01-06T01:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=42e2f427e699ce9901d8b5e1904853ddb0364b71'/>
<id>urn:sha1:42e2f427e699ce9901d8b5e1904853ddb0364b71</id>
<content type='text'>
Libcbor is a C library for parsing and generating CBOR[0],
the general-purpose schema-less binary data format.

[0]: https://tools.ietf.org/html/rfc7049

Signed-off-by: Linos Giannopoulos &lt;linosgian00@gmail.com&gt;
</content>
</entry>
</feed>
