1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Rosen Penev
5b10a28f74
pcre2: switch to CMake
Allows simplifying the Makefile. Faster compilation as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-15 12:08:20 -07:00
Rosen Penev
00c8e5b85f
pcre2: updater to 10.35
Add PKG_BUILD_PARALLEL for faster compilation.

Remove autoreconf as nothing is being patched.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:03:23 -07:00
Christian Lachner
3c093696cb pcre2: Update PCRE2 to v10.34
- Update download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-27 12:21:06 +01:00
Christian Lachner
21bee17652 pcre2: Add JIT-support for select architectures in PCRE2
- This commit adds a config-option for JIT in libpcre2.

  According to research published on
  https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/
  this should give a 10x performance increase on JIT operations
  which can be desireable for high performance Apache mod_rewrite
  or haproxy reqrep operations.

  This option is available on all officially supported architecutres
  which are listed on https://pcre.org/current/doc/html/pcre2jit.html#SEC2.
  Furthermore, it is enabled by default on the following
  architectures: arm, i686, x86_64.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-26 16:16:17 +01:00
Jan Pavlinec
299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Rosen Penev
ef0064d59b pcre2: Update to 10.32
Fixed SourceForge link and removed ftp mirror.

Added PKG_BUILD_PARALLEL for faster compilation.

Small adjustments for consistency between other Makefiles.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-30 18:54:47 -07:00
Rosen Penev
29d77afce1 pcre2: Update to 10.31
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 19:08:59 -07:00
Shane Peelar
8a8d3e434b pcre2: Update PKG_SOURCE to use Sourceforge
Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-08-23 16:46:03 -04:00
Shane Peelar
8b98b59e33 pcre2: Update PCRE2 lib to latest version (10.30)
Update the PCRE2 library to the latest version.

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-08-22 14:51:26 -04:00
Shane Peelar
7977564b97 pcre2: Introduce PCRE2 library into repo for fish
Need PCRE2 library for the fish shell.  Took existing pcre makefile
as a base to build pcre2, supporting 8, 16, and 32 bit characters with
different install targets for each.

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-02-17 17:20:00 -05:00