aboutsummaryrefslogtreecommitdiff
path: root/libs/pcre
Commit message (Collapse)AuthorAge
* pcre: upgrade to 0.8.38heil2016-01-25
| | | | | | | | | | | | | fixes: * CVE 2015-2327 CVE 2015-2328 CVE 2015-8380 CVE 2015-8381 CVE * 2015-8382 * CVE 2015-8383 CVE 2015-8384 CVE 2015-8385 CVE 2015-8386 CVE * 2015-8387 * CVE 2015-8388 CVE 2015-8389 CVE 2015-8390 CVE 2015-8391 CVE * 2015-8392 * CVE 2015-8393 CVE 2015-8394 CVE 2015-8395 Signed-off-by: heil <heil@terminal-consulting.de>
* pcre: fix CVE-2015-3210heil2015-06-08
| | | | | | - should fix eap buffer overflow in pcre_compile2() / compile_regex() Signed-off-by: heil <heil@terminal-consulting.de>
* pcre: update to 8.37heil2015-05-04
| | | | | | - fixes CVE-2015-2325, CVE-2015-2326, CVE-2008-2371 Signed-off-by: heil <heil@terminal-consulting.de>
* [pcre] also package 16bit variantMirko Vogt2015-03-23
|
* pcre: update to version 8.36Thomas Heil2015-01-04
| | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* pcre: small makefile fixesMichael Heimpold2014-09-05
| | | | | | | | - make license tag spdx conform - drop duplicate copy commands (previous lines with asterisk match already) - minor whitespace cleanup Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* pcre: #16729: cant load library libpcreThomas Heil2014-07-07
| | | | | | Some people complain about missing libpcre.so, so better include it. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* libpcre: import from packages, add myself as the maintainerThomas Heil2014-06-30
This adds the pcre, aka libpcre package from the old svn tree. Ive updated the package to the last version end checked that it builds with various plattforms. The patch 750-pcre_config_cross.patch is not longer necessary, so I removed him. The old package needs to be removed from the svn package tree. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>