libpcre2-8-0-10.39-150400.4.9.1<>,Od*Ep9|T[=!Zn}PJ`QrSC2kM!i$؝%>DJG4yXVWF!D@@橤&ЁY "! P$=|ilܡkɕ5#SМ䭎l^+#ԛ8p8[;c Z*Ҝ{jMO#CZT sdEJ8&#v-z.Ns>S܄ьX'Q TXY%* 0Ym+>@F ?Fd " T  /5< d  x      ~     (L t   (8 "9": ">AC@ARFAaGAx HA IA XAYA\B ]B0 ^BbCcCdDHeDMfDPlDRuDd vDwEH xEp yEzEEEEF Clibpcre2-8-010.39150400.4.9.1A library for Perl-compatible regular expressionsThe PCRE2 library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE2 is a re-working of the original PCRE library to provide an entirely new API. This PCRE2 library variant supports 8-bit and UTF-8 strings. (See also libpcre2-16 and libpcre2-32)d*Es390zp36jSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.pcre.orglinuxs390x v6a A큤A큤d*4d*4d*Da.KWd)a|Ma|5d*Daݐa.L6058797f012f240b6ff24f613c39ebf74e5ed6f126e851fc7f09fc42d3d650806173c196d8e13ca8a4dd7851c496917b7889330ecad149e9b2a1bbd91c79af69700db49a8d10696ee4c16e0adf8a75202caa1ee6d61d4191890b75148fb46165dd820d358963930060fee28a60a70d78b3f67414267328704d719ebbe76403e11ed965f1f75713d63b78093d96a1830b7f6f682bf0849133e38b553152fe4b7199272c55f3dcfa07a8a7e15a5c1a33096e4727de74241d65fa049fccfdd5950715bc778a1f7e1f857d57abab4181749a06ad1d1f9420d5c9e3c23ef8c991b025libpcre2-8.so.0.10.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpcre2-10.39-150400.4.9.1.src.rpmlibpcre2-8-0libpcre2-8-0(s390-64)libpcre2-8.so.0()(64bit)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ds@b@b@bs@bs@b/.@aauJ``v@_v@^@^}]]\\O\HW@\} (e.g. \g{+2} ) is now supported. It is a "forward back reference" and can be useful in repetitions (compare \g{-} ). Perl does not recognize this syntax. * pcre2grep now automatically expands its buffer up to a maximum set by --max-buffer-size. * The -t option (grand total) has been added to pcre2grep. * A new function called pcre2_code_copy_with_tables() exists to copy a compiled pattern along with a private copy of the character tables that is uses.- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.- pcre2 10.22: * The POSIX wrapper function regcomp() did not used to support back references and subroutine calls if called with the REG_NOSUB option. It now does. * A new function, pcre2_code_copy(), is added, to make a copy of a compiled pattern. * Support for string callouts is added to pcre2grep. * Added the PCRE2_NO_JIT option to pcre2_match(). * The pcre2_get_error_message() function now returns with a negative error code if the error number it is given is unknown. * Several updates have been made to pcre2test and test scripts * Fix CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply nested parentheses (boo#971741)- Update to new upstream release 10.21 * Improve JIT matching speed of patterns starting with + or *. * Use memchr() to find the first character in an unanchored match in 8-bit mode in the interpreter. This gives a significant speed improvement. * 10.20 broke the handling of [[:>:]] and [[:<:]] in that processing them could involve a buffer overflow if the following character was an opening parenthesis. * 10.20 also introduced a bug in processing this pattern: /((?x)(*:0))#(?'/, which was fixed. * A callout with a string argument containing an opening square bracket, for example /(?C$[$)(?<]/, was incorrectly processed and could provoke a buffer overflow. * A possessively repeated conditional group that could match an empty string, for example, /(?(R))*+/, was incorrectly compiled. * The Unicode tables have been updated to Unicode 8.0.0. * An empty comment (?#) in a pattern was incorrectly processed and could provoke a buffer overflow. * Fix infinite recursion in the JIT compiler when certain patterns /such as (?:|a|){100}x/ are analysed. * Some patterns with character classes involving [: and \\ were incorrectly compiled and could cause reading from uninitialized memory or an incorrect error diagnosis. Examples are: /[[:\\](?<[::]/ and /[[:\\](?'abc')[a:]. * A missing closing parenthesis for a callout with a string argument was not being diagnosed, possibly leading to a buffer overflow. * If (?R was followed by - or + incorrect behaviour happened instead of a diagnostic. * Fixed an issue when \p{Any} inside an xclass did not read the current character. * About 80 more fixes, which you can read about in the ChangeLog shipped with the libpcre2-8-0 package.- PCRE2 10.20: * Callouts with string arguments and the pcre2_callout_enumerate() function have been implemented. * The PCRE2_NEVER_BACKSLASH_C option, which locks out the use of \C, is added. * The PCRE2_ALT_CIRCUMFLEX option lets ^ match after a newline at the end of a subject in multiline mode. * The way named subpatterns are handled has been refactored. The previous approach had several bugs. * The handling of \c in EBCDIC environments has been changed to conform to the perlebcdic document. (Incompatible change) * Bugs have been mended, many of them discovered by fuzzers.- PCRE2, a re-working of the original PCRE library to provide an entirely new API, version 10.10. Not source compatible. - copy of the pcre package, with the following adjustments: * required name changes * adjust pcre-8.21-multilib.patch to pcre2-10.10-multilib.patch * drop upstreamed pcre-8.32-visibility.patch * --enable-{utf8,unicode-properties} became --enable-unicode * drop cpp subpackage * make test -> check * enable 32 bit character support- pcre 8.37: * CVE-2015-2325: Patterns with certain groups specifying a zero minimum quantifier caused incorrect code to be compiled, leading to an incorrect memory read. [boo#924960] * CVE-2015-2326: Specific patterns containing a forward reference with subroutine calls caused incorrect code to be compiled [boo#924961] * CVE-2014-8964: If an assertion condition was quantified with a minimum of zero, SIGSEGV or other misbehaviour could occur. [boo#906574] * further bug fixes as listed in ChangeLog- Update to version 3.16 * This is primarily a bug-fix release. * The Unicode data tables have been updated to Unicode 7.0.0. - Remove pcre-commit1472.patch; fixed on upstream release - Remove obsolete "Obsoletes" tag/sbin/ldconfig/sbin/ldconfigs390zp36 1690184261 10.39-150400.4.9.110.39-150400.4.9.1libpcre2-8.so.0libpcre2-8.so.0.10.4libpcre2-8-0AUTHORSChangeLogNEWSREADMElibpcre2-8-0COPYINGLICENCE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libpcre2-8-0//usr/share/licenses//usr/share/licenses/libpcre2-8-0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29904/SUSE_SLE-15-SP4_Update/02dcd34daebcd845f33bcf7c6c18bf09-pcre2.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7cf01f087f80f4fabcdfa120958aa4a8c423d63c, strippeddirectoryASCII textUTF-8 Unicode textPRRRRR?:zA*.!Butf-89d6c29402dcd4fc2fb8c645b9a17515c7b75078ebcb694c94c13d4e5502c9ecb?7zXZ !t/]"k%AK0/I?aA[̗a|OReRe(hExqX"t"X7^B/J5;"CbŪf5rUYb 5<::n@`d p)6Эoaz]D+?JTs{Ut`xo1Y2։QX; ~+qHqc#ԴBX%jJNJ.ga}ƅ8#2ŘhÔSj^_) \"6N~pz9HSVf9v9~K}WA%tݸ'fGG+[15*5C*a꒕f"U3p^dF-X1R!s8I\xX؈%>{v\|vpk2h;WED,0ʇvaOtՁ#N` {wҞha}w,KSE)ya7}NJsl麞*W!t~JմkJּO.9ދM+M mH̳(^&,vA24|%|(G<K4/cUg'%WMn} )!W+X*%_<[bUQԺ:}I~yǼ n{{Sêv+# xܘ_38&>=Pz Q5t7qrznBoŦOt>7348Lө FvlzJq.(+\EMM(4xaRuztZvݫ 4ȘA~ꬼCt4/CrE~[9behԧg[L Tc%(DTiHc4&#,Vhn4hS])0%C<ߦ]b,R8zr0|fmvZd!uS{!-W34DTQ7k n[YCW$y]-q&%j CF|!*qJ+jyjZ".w'h<aeYZ|ÈOq> Ay 0Vv 9;͗H$gr& ,XY] YZ