<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/pcre2, 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>2023-05-18T08:20:59Z</updated>
<entry>
<title>pcre2: package moved to base feed</title>
<updated>2023-05-18T08:20:59Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-17T17:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=327c3ed2fec968be3954969fe28e319c243f3857'/>
<id>urn:sha1:327c3ed2fec968be3954969fe28e319c243f3857</id>
<content type='text'>
The package is needed by selinux, so it was moved to the base repository.
Remove it from openwrt packages feed.

Cross-reference:
c39b0646f3f2 ("pcre2: import pcre2 from packages feed")

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>pcre2: only build static library for host</title>
<updated>2023-04-26T07:51:57Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-04-26T00:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=34842c2233904036511660958fbbb90c2780b236'/>
<id>urn:sha1:34842c2233904036511660958fbbb90c2780b236</id>
<content type='text'>
Fix potential linking issue:
```
/mnt/snapshot/staging_dir/hostpkg/bin/swig: error while loading shared
  libraries: libpcre2-8.so.0: cannot open shared object file:
    No such file or directory

error: command '/mnt/snapshot/staging_dir/hostpkg/bin/swig' failed with
  exit code 127
```

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>pcre2: add host build (refs #20604)</title>
<updated>2023-03-14T21:16:38Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2023-03-14T19:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=55a015a2b4884b745538954b6b4227a29f4d7ad3'/>
<id>urn:sha1:55a015a2b4884b745538954b6b4227a29f4d7ad3</id>
<content type='text'>
This adds a host build which can be used later by tools,
e.g. swig - which in turn is used by gensio package to
provide python bindings.

While at, switch back from $(AUTORELEASE).

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>pcre2: add zlib build dependency</title>
<updated>2022-07-14T21:52:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-07-09T05:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f92bff6d71f1b95e02b2241e944b94d3c18776dc'/>
<id>urn:sha1:f92bff6d71f1b95e02b2241e944b94d3c18776dc</id>
<content type='text'>
Otherwise the host zlib gets picked up.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pcre2: update to 10.37</title>
<updated>2021-07-21T07:18:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9bdb8cca650e76f2dc9fecedcd287feb344261a2'/>
<id>urn:sha1:9bdb8cca650e76f2dc9fecedcd287feb344261a2</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

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.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.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>pcre2: update to 10.36</title>
<updated>2020-12-15T02:02:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-14T00:27:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8f829ea882f5818804c021836d1afac23e7cce5d'/>
<id>urn:sha1:8f829ea882f5818804c021836d1afac23e7cce5d</id>
<content type='text'>
Mostly JIT fixes.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pcre2: install pcre2-config to host path</title>
<updated>2020-12-08T04:18:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-08T02:28:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5e814c7972feddfedd8c5ea4107a4a3f969b10e8'/>
<id>urn:sha1:5e814c7972feddfedd8c5ea4107a4a3f969b10e8</id>
<content type='text'>
Helps old packages that do not use pkgconfig.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pcre2: switch to CMake</title>
<updated>2020-07-15T19:08:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-04T21:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5b10a28f74ebf2fbd031b3737801918f7f9e207d'/>
<id>urn:sha1:5b10a28f74ebf2fbd031b3737801918f7f9e207d</id>
<content type='text'>
Allows simplifying the Makefile. Faster compilation as well.

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