diff --git a/pcre2-10.33.tar.bz2 b/pcre2-10.33.tar.bz2 deleted file mode 100644 index 484dccf..0000000 --- a/pcre2-10.33.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35514dff0ccdf02b55bd2e9fa586a1b9d01f62332c3356e379eabb75f789d8aa -size 1690739 diff --git a/pcre2-10.33.tar.bz2.sig b/pcre2-10.33.tar.bz2.sig deleted file mode 100644 index 1f4f4f5..0000000 Binary files a/pcre2-10.33.tar.bz2.sig and /dev/null differ diff --git a/pcre2-10.34.tar.bz2 b/pcre2-10.34.tar.bz2 new file mode 100644 index 0000000..030a1c0 --- /dev/null +++ b/pcre2-10.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c473ffaba9e13db6951fd146e0143fe9887852ce73406a03277af1d9b798ca +size 1714731 diff --git a/pcre2-10.34.tar.bz2.sig b/pcre2-10.34.tar.bz2.sig new file mode 100644 index 0000000..e685312 Binary files /dev/null and b/pcre2-10.34.tar.bz2.sig differ diff --git a/pcre2.changes b/pcre2.changes index 62888ae..4260027 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Nov 22 19:55:35 UTC 2019 - Andreas Stieger + +- pcre2 10.34: + * implement the documented maximum number of capturing + subpatterns of 65535 + * Improve the invalid utf32 support of the JIT compiler + * Add support for matching in invalid UTF strings to the pcre2_match() + * Give more error detail for invalid UTF-8 when detected in pcre2grep + * support for invalid UTF-8 to pcre2grep. + * Adjust the limit for "must have" code unit searching, in particular, + * increase it substantially for non-anchored patterns. + * Allow (*ACCEPT) to be quantified, because an ungreedy quantifier + with a zero minimum is potentially useful. + * Some changes to the way the minimum subject length is handled + * Check for integer overflow when computing lookbehind lengths + * Implement non-atomic positive lookaround assertions + * Upgraded to Unicode 12.1.0 + * Make pcre2test -C show if libreadline or libedit is supported + * Various bug fixes and improvements + ------------------------------------------------------------------- Thu May 2 00:36:59 UTC 2019 - Jason Sikes diff --git a/pcre2.spec b/pcre2.spec index af4e9ed..906e028 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -17,7 +17,7 @@ Name: pcre2 -Version: 10.33 +Version: 10.34 Release: 0 Summary: A library for Perl-compatible regular expressions License: BSD-3-Clause