<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/uci2/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-11-14T11:16:53Z</updated>
<entry>
<title>uci2: Update to 2.0.0</title>
<updated>2025-11-14T11:16:53Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-11-13T13:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e3d582c0aed17724737b6413fadd78eb1a5b1615'/>
<id>urn:sha1:e3d582c0aed17724737b6413fadd78eb1a5b1615</id>
<content type='text'>
Simplify Makefile while at it.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>uci2: bump to revision v1.0-5606418</title>
<updated>2021-07-14T11:30:34Z</updated>
<author>
<name>Jakov Petrina</name>
</author>
<published>2021-06-28T07:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e4be8d12aaea62de2423bed430b8677880e1d7f5'/>
<id>urn:sha1:e4be8d12aaea62de2423bed430b8677880e1d7f5</id>
<content type='text'>
Pull in latest API changes from upstream.

Signed-off-by: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
</content>
</entry>
<entry>
<title>Revert "uci2: update revision"</title>
<updated>2021-06-29T07:12:51Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2021-06-29T07:09:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=39dedfee1686fd6fc50eaa79fadfc4d0bdace48c'/>
<id>urn:sha1:39dedfee1686fd6fc50eaa79fadfc4d0bdace48c</id>
<content type='text'>
I'm reverting this commit, because it is pulling newer source code, but
without doing a new version bump. This results that users who already
installed this library on their router will have different package
content than users who installed it after the commit.

The another small reason is that commit subject - update revision is cryptic itself and should be more bulletproof like saying update to version 1.1

More details: https://github.com/openwrt/packages/pull/15990#issuecomment-870333695

This reverts commit e7793234815ae53cbf05f87ce36309af5956c399.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>uci2: update revision</title>
<updated>2021-06-28T14:22:20Z</updated>
<author>
<name>Jakov Petrina</name>
</author>
<published>2021-06-28T07:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7793234815ae53cbf05f87ce36309af5956c399'/>
<id>urn:sha1:e7793234815ae53cbf05f87ce36309af5956c399</id>
<content type='text'>
Pull in new API function from upstream.

Signed-off-by: Jakov Petrina &lt;jakov.petrina@sartura.hr&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>uci2: update revision</title>
<updated>2021-04-20T08:19:05Z</updated>
<author>
<name>Jakov Petrina</name>
</author>
<published>2021-04-20T08:08:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=52f7f66ca5eb39f9485acc28708d699660252964'/>
<id>urn:sha1:52f7f66ca5eb39f9485acc28708d699660252964</id>
<content type='text'>
Signed-off-by: Jakov Petrina &lt;jakov.petrina@sartura.hr&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>uci2: update revision</title>
<updated>2021-03-17T18:01:13Z</updated>
<author>
<name>Jakov Petrina</name>
</author>
<published>2021-03-17T14:24:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6024474329d99d31cd43b41c3b519786908914f5'/>
<id>urn:sha1:6024474329d99d31cd43b41c3b519786908914f5</id>
<content type='text'>
Signed-off-by: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
</content>
</entry>
<entry>
<title>uci2: add library package</title>
<updated>2020-12-10T10:54:08Z</updated>
<author>
<name>Jakov Petrina</name>
</author>
<published>2020-12-08T10:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4e2b5ea85cf3c69209f047c25ab521a82aee0b72'/>
<id>urn:sha1:4e2b5ea85cf3c69209f047c25ab521a82aee0b72</id>
<content type='text'>
Maintainer: @jpetrina
Compile tested: arm, ipq4018, master@r15169-36e0268aa6
Run tested: arm, ipq4018, master@r15169-36e0268aa6

Description:

UCI2 is a C library that provides an alternative UCI parser with an Abstract
Syntax Tree (AST) representation of configuration files.

Signed-off-by: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
Tested-by: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
</content>
</entry>
</feed>
