pcre2-devel-static-10.31-150000.3.12.1<>,FbӉp9|mڜnKډo~rc+9F _Es#;uB$?Ye{JZZl6(d޲ʥ4$0sd޿6"ꃘXا+~>5(1nd8ou4[G 8g@V `nZ-+s8z6^4ޱ,oJH!}7J^Ĵ-r,UA.|pP6A^T3M6#+~B a/퍅lĐjԻ>;)?)d ) [x|  %,< D L \ ` dt(89:F'(G'<H'LI'\X'`Y'h\']'^'b'c(d)e) f)l)u)$v)4z)G)X)\)b)Cpcre2-devel-static10.31150000.3.12.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 package contains static versions of the PCRE2 libraries.bӉs390zp33:SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://www.pcre.org/linuxs390xh[Arbӄbӄbӄbӄf9c8c46cd50a247a20e4fad9fd139d294eb1658c5f61044dc72133ef7c2b02dce7c625d5c25645a23dc890afdb99dcf07b1169bdebbaa6bfa5ab73872ff50ea756e12626d11eb2fa6eccdd63a0acb07ef883d69378274e1513db83a66e60358c531a1e0b53bcb2dc68c2a57a76802eb24c3002f8650e9ee6a2c973c004cbbf5drootrootrootrootrootrootrootrootpcre2-10.31-150000.3.12.1.src.rpmpcre2-devel-staticpcre2-devel-static(s390-64)    pcre2-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)10.313.0.4-14.6.0-14.0-15.2-14.14.1b@b֜bv_@`ZjYzY@YtX@XW9V@UUUB@T@jsikes@suse.comjsikes@suse.comjsikes@suse.comjsikes@suse.comavindra@opensuse.orgjengelh@inai.deastieger@suse.comastieger@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comjengelh@inai.deastieger@suse.comastieger@suse.comastieger@suse.comp.drouand@gmail.com- Added pcre2-bsc1199235-CVE-2022-1587.patch * CVE-2022-1587 / bsc#1199235 * Fix out-of-bounds read due to bug in recursions * Sourced from: - https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0- Added pcre2-Fix_crash_when_X_is_used_without_UTF_in_JIT.patch * CVE-2019-20454 / bsc#1164384 * Fix crash when \X is used in non-UTF mode on certain inputs. * Sourced from: - https://github.com/PCRE2Project/pcre2/commit/342c16ecd31bd12fc350ee31d2dcc041832ebb3f - https://github.com/PCRE2Project/pcre2/commit/e118e60a68f03f38dd2ff3d16ca2e2e0d800e1d9- Added pcre2-10.31-bsc1199232-unicode-property-matching.patch * bsc#1199232 / CVE-2022-1586 * Fixes unicode property matching issue- Added 0001-Fixed-atomic-group-backtracking-bug.patch * bsc#1187937 * PHP 7.6.4 on s390x returns different results for preg_match function as compared to older PHP versions and x86 * Sourced from upstream subversion commit: $ svn log -r965 svn://vcs.pcre.org/pcre2/code/trunk- Update to new upstream release 10.31 * New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and PCRE2_CONFIG_COMPILED_WIDTHS. * New pcre2_pattern_info() option PCRE2_INFO_EXTRAOPTIONS to retrieve the extra compile time options. * Public names for all pcre2_compile() error numbers. * Added PCRE2_CALLOUT_STARTMATCH and PCRE2_CALLOUT_BACKTRACK bits to a new field callout_flags in callout blocks. - use https for main site - cleanup with spec-cleaner- Update to new upstream release 10.30 * The main interpreter, pcre2_match(), has been refactored into a new version that does not use recursive function calls for remembering backtracking positions. The new implementation allows backtracking into recursive group calls in patterns, making it more compatible with Perl. For patterns that have a lot of backtracking, the heap is now used, and there is explicit limit on the amount, settable by pcre2_set_heap_limit(). The "recursion limit" is retained, but is renamed as "depth limit". * The new option PCRE2_ENDANCHORED insists that a pattern match must end at the end of the subject. * The new option PCRE2_EXTENDED_MORE implements Perl's /xx feature, and pcre2test is upgraded to support it. Setting within the pattern by (?xx) is Also supported. * (?n) can be used to set PCRE2_NO_AUTO_CAPTURE, because Perl now has this. * Additional pattern compile options in the compile context are now available: PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES and PCRE2_EXTRA_BAD_ESCAPE_IS LITERAL. * The newline type PCRE2_NEWLINE_NUL is now available. * The match limit value now also applies to pcre2_dfa_match() as there are patterns that can use up a lot of resources without necessarily recursing very deeply. * Various minor security fixes found by fuzzers: + bsc#1037165: crash for forward reference in lookbehind with PCRE2_ANCHORED + CVE-2017-8786: heap-based buffer overflow write in pcre2test (bsc#1036942) + CVE-2017-7186: DoS by triggering an invalid Unicode property lookup (bsc#1030066) - Switch source URLs to use HTTP.- fix SLE 11 build- pcre2grep can now read .gz and .bz2 files directly - pcre2test is now built to support line editing- pcre2 10.23: * major re-factoring of the pcre2_compile.c file * Back references are now permitted in lookbehind assertions when there are no duplicated group numbers (that is, (?| has not been used), and, if the reference is by name, there is only one group of that name. The referenced group must, of course be of fixed length. * \g{+} (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" tags390zp33 165831156110.31-150000.3.12.110.31-150000.3.12.1libpcre2-16.alibpcre2-32.alibpcre2-8.alibpcre2-posix.a/usr/lib64/-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:25125/SUSE_SLE-15_Update/cb9dbb927fc32d81954a1dca4a653e61-pcre2.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linuxcurrent ar archiveڱ0U?utf-89babcdc4f1988dc8b3224b3dcabecf5f1b7ffebb854b15aaa3b74ef1761d2937?P7zXZ !t/)]"k%x!i}史+.5Ɂn a)0C5PM+HT[#4PI&@6q) ,6*Nw𤒁}6][/EIu&VޓIpd%g~jё_:~jVߤ:j&U4+֖9ӏ]ҥ+MIq3^f2b-㟙kfȽ7i|@ dDDڜ[K!\Dps#n}8gCb@P‡SNUϭqz(lQ} a1 JaOV($FkA9:7MlQ<$9 $+椱d;墓$zKö!Yb,)j-dTFڇY.vWR@ rDS:h+fф .v{-]]JdKR`2Jv)r).#B/;ta%Wwq "aj-W[ D2D|PN'D0UT{j=%3K%x~1oIu$l/.<ɺ|>['/vKx*iQV+VFݟF!gkx"-Xηϒw[7:t{[k!uKH'7skNI}3's8IvMZD+C_&;^S*7ߚW zg`ZTO;0% 艜WfZl .0ӈokw@+%Z- ͸C U#=d_+fԄ+%ARO0zSH{?C9MfCtB4H̘pCgβʏ4 L%͌ܠfٞ&yO:sFف5-X˯yQZ.(5ÆtyJskp?Cf^DR f0bF"/èɶ>cЄvY<_TZ4T3bH2VRX++6K 4atOU噻TdyKi|V'iHw0kŇUW7J8#rT=#峇ܒtgPR3+xo܂s𩼱p4#ġS}>`<uYv6 <lTxbibu0ޒv>WiR VCgUJ~ [@g@7ǏR/0=8?sSravVٜKƥ:4s_Ʈ J\RjHL/{7HBKQcֶx3)/9GywVP*{x, FhUkCFRVPKTLrTrB p&9t5k'Y>rl+1|mIf e Tq.V ~z)T"W.*JXtԕ:N-kcz_].{9oI9c%KKxc_",0J6z|jU؅ |p?21(6\\Ea D%3 _=`DfK{9Pru 4y" CG\ACae~q4Z9SNLFTjBŰX]$Cm|US;“+:!w-i\rf,ё*">c1G=᷄9Z&[ /8zOVcZrX:RF䫄 01#r"l/K3?k:Bn)NuY0^WZ^ Z5iP꺼< Ѵ@(#2C0,TԢY/3eR-U(uJE+n=(,jц O$ ^ESZ6ו^'kQڍh|ȿA蔷I@DXuS ~5ʰF7U***8]9sô}q.ǂ2bᥝ?yj`vR.HVVY|=X%QZ*`kFO5n`2QkVq5 YpKPHpI^nC™%ɪ˳N3;pY ^D!jQ)s_8-rG3qz|ךLL"t̅iZ-S!;!NO)t5>BQWMba8% wn0KӬ/.rYF|f0/Z5!`L`\Ag_o_]1k[d_S5gk[:EwGp$ [X>i|`"JD0܃*S{b٠K\^W}w}zS>ò7>6BX/w78W"oGׅSıP/ժ]$iӃ=\3sΡ?5%̤Ppg3YKmOQ&`44x71Go*=Y) Ta o5ph=e7ۆ9`&xΘ)me\r8ѐYW&NLШ#omNi!=[2R, ԂqOXM*ax*ܞRw*C uԗpճXlbC1'Y֝7'5W2`&Zki]9u2mDWE!0JG>nEoXv 1=yC'ED L5axtzx(`/. !]$ 7EW/ .Àg5z lHo6|__4мE~7Hƺ"CPoj&yNro y3 G#YcR ;5zJr H9Me~bY4b#x?I2yB4+`#Qq[8U1F4B%_,4֢ө;CIWlޞw*-pj=q3|7t*E;̇:k!`|ZK#5e8 |3K\2 ݦUz)nּm+_m)4x"Q@]>^n0!Ə[ YT +0] LI%Gr;α勒 &VgfH#gG!K~e(NY5K^L2'iBőz6;Cbo.'uG=79k΁Zdz˄vIªIVYA%|JԾ^&pon/ ^}O볎JM= ٖ@pXJ@Kmu--BQ]3gwdTL`AN vGm+~t `WӗCTH5VLy. 0JaHˇka14΅!]ʡ*4t6ծYEj|`Q)^ܦ[Ge+&bzl)U#*.;F90 NmFôZD[KY6Xn~_uKs)}WZ.|ABFƁކ3w.Լ}_R<{V|,F'yX6zHY{Dif~ښI!u#?k]{ ˊR{,˻Vz/ntR\nhe?: d99uly…gT[n~0P`G*V|U{z@uA 8"Uyiܫ"Zdۛ/^N92!{'-;Rt+\~gUBeVI>i~[6}^H9i[!jW2F 'ؾ4WbP?6^5L8%1&.ZZD2 G+`px[逘@2h؅S|s+ӹ'.VPqh邭m <a|2a/?yFΡ]ܹ0=i r2 ʲPx0ڈ~Y;)pr2k$z>_Q.ȫ4$Lۤj{_uYa5ZHW|*ZfP+;KٖvH.VE! v,w}$JgW&K:Xy 1Sl  YZ