<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libxerces-c, 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>2026-03-15T07:24:48Z</updated>
<entry>
<title>libs/libxerces-c: assign PKG_CPE_ID</title>
<updated>2026-03-15T07:24:48Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T12:40:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ca0710c7144fb43f9a8e58e3d2638bce6efab16c'/>
<id>urn:sha1:ca0710c7144fb43f9a8e58e3d2638bce6efab16c</id>
<content type='text'>
cpe:/a:apache:xerces-c\+\+ is the correct CPE ID for libxerces-c:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe%3A2.3%3Aa%3Aapache%3Axerces-c%5C%2B%5C%2B

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxerces-c: update to 3.2.5</title>
<updated>2024-02-15T01:23:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-14T22:38:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c6dc9227fe07f589bc40a33a23afba46ad047182'/>
<id>urn:sha1:c6dc9227fe07f589bc40a33a23afba46ad047182</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxerces-c: update to 3.2.4</title>
<updated>2022-11-08T01:29:54Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-06T19:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=444a20fa041a23b9048e99d15a9a7fb349b60901'/>
<id>urn:sha1:444a20fa041a23b9048e99d15a9a7fb349b60901</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@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>libxerces-c: fix pkgconfig paths</title>
<updated>2020-07-14T21:09:47Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-14T04:53:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=39a54e9ee97c1ddab7f93a5748d047940231e300'/>
<id>urn:sha1:39a54e9ee97c1ddab7f93a5748d047940231e300</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxerces-c: switch to CMake</title>
<updated>2020-07-07T22:58:04Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-04T20:53:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bedc137571191e74cb9c15895e847e9009c4f331'/>
<id>urn:sha1:bedc137571191e74cb9c15895e847e9009c4f331</id>
<content type='text'>
Allows simplifying the Makefile. Also faster compilation.

Removed autotools patch as a result.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxerces-c: update to 3.2.3</title>
<updated>2020-06-14T01:13:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-12T03:23:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8ed82b0687a05311672d7c664b0c69d0a94c6a75'/>
<id>urn:sha1:8ed82b0687a05311672d7c664b0c69d0a94c6a75</id>
<content type='text'>
Small adjustments for consistency between packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxerces-c: Switch to using -fPIC</title>
<updated>2019-05-10T18:40:47Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-05-10T18:40:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4adc2b453de864510dc85bf6ef437c14099b3ab4'/>
<id>urn:sha1:4adc2b453de864510dc85bf6ef437c14099b3ab4</id>
<content type='text'>
-fpic is failing on AArch64.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>xerces-c: Use libstdcpp instead of uclibc++</title>
<updated>2019-04-22T17:27:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-04-21T23:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d340f045b745f09941ed51f28856b697c1418d39'/>
<id>urn:sha1:d340f045b745f09941ed51f28856b697c1418d39</id>
<content type='text'>
Both dependent packages (sumo and libelektra) use (and must use) libstdcpp

Two libc++ cannot be linked against each other at the same time. I believe
this causes xerces-c to not be used even though it is listed as a
dependency.

Took the time to clean up the Makefile. Also replaced -fPIC with -fpic to
eliminate potential issues. Added linker flags for smaller size.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
