<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libuecc/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-09T20:09:58Z</updated>
<entry>
<title>libuecc: backport patch for cmake 4.x compatibility</title>
<updated>2025-11-09T20:09:58Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-11-09T16:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=937c149531cbd9ec504d477325f171124bd74756'/>
<id>urn:sha1:937c149531cbd9ec504d477325f171124bd74756</id>
<content type='text'>
Backport upstream patch for cmake 4.x compatibility.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>libuecc: update repository URL</title>
<updated>2023-09-20T19:00:32Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2023-09-20T19:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1df594bc01b0c7be34cd6eb477ebd1621959d15d'/>
<id>urn:sha1:1df594bc01b0c7be34cd6eb477ebd1621959d15d</id>
<content type='text'>
I've changed my username to neocturne.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&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>libuecc: update URL and PKG_SOURCE_URL</title>
<updated>2019-08-21T14:13:17Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2019-08-21T14:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=74ff3ae61ed96a40614238295b3e815dab7c322f'/>
<id>urn:sha1:74ff3ae61ed96a40614238295b3e815dab7c322f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>libuecc: use shared instead of static library</title>
<updated>2016-12-14T09:47:51Z</updated>
<author>
<name>Dominik Menke</name>
</author>
<published>2016-12-13T14:42:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8dd99f4f7fd3d7ca5333fba58b709a235919dbb0'/>
<id>urn:sha1:8dd99f4f7fd3d7ca5333fba58b709a235919dbb0</id>
<content type='text'>
This patch prepares for another future package (ecdsautils),
which builds multiple binaries all linked to libuecc.

The changes are a direct copy of [1]. The original commit
message was:

&gt; commit cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1
&gt; From: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
&gt; Date: Tue, 3 May 2016 21:33:34 +0200
&gt; Subject: libuecc: use shared instead of static library
&gt;
&gt; Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

[1]: https://github.com/freifunk-gluon/gluon/blob/cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1/patches/packages/openwrt/0007-libuecc-use-shared-instead-of-static-library.patch

Signed-off-by: Dominik Menke &lt;dom@digineo.de&gt;
</content>
</entry>
<entry>
<title>libuecc: update to v7</title>
<updated>2016-03-28T22:19:46Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2016-03-28T22:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e47da635ad6da238b0e65ce4f21be90756b35b38'/>
<id>urn:sha1:e47da635ad6da238b0e65ce4f21be90756b35b38</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>libuecc: update to v6</title>
<updated>2015-10-25T16:11:47Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2015-10-25T16:11:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=25ca289e4d8436118583469c770f03e14610a1ed'/>
<id>urn:sha1:25ca289e4d8436118583469c770f03e14610a1ed</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>libuecc: update to v5</title>
<updated>2015-01-29T06:08:30Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2015-01-29T06:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6c6e33146d85b37ab791e9f4173b3f0a876fb6aa'/>
<id>urn:sha1:6c6e33146d85b37ab791e9f4173b3f0a876fb6aa</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
</feed>
