libpcre2-16-0-32bit-10.31-150000.3.12.1<>,rbp9|wJ%;JĻ=q-v&%$HҜ3vzN9g%;BQ|9P [vÞ2&w!/ةxCEb8f9SqГtm'7Bpۻ3V-v>EqzbM5n m#*,,G4-#vQJ#h̽S 6V[Jt1ju9 jچ.H'@F-ouζmqs ö2 GU]9١HMXԭ>>*?*d * \lpx|  $ ( , 4 v  L Y (~89:>'G' H'I'X' Y',\'X]'`^'b'c(Nd(e(f(l(u(v(w)x)y) )))*Clibpcre2-16-0-32bit10.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. libpcre2-16 supports 16-bit and UTF-16 strings.bgoat10SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.pcre.org/linuxx86_64/sbin/ldconfigbba7346026690f148b7879ccf5291f78f428c66ffd9898386610a559208853956blibpcre2-16.so.0.7.0rootrootrootrootpcre2-10.31-150000.3.12.1.src.rpmlibpcre2-16-0-32bitlibpcre2-16-0-32bit(x86-32)libpcre2-16.so.0@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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" tag/bin/sh10.31-150000.3.12.110.31-150000.3.12.1libpcre2-16.so.0libpcre2-16.so.0.7.0/usr/lib/-fomit-frame-pointer -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_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=042a01d27bccd29df82621da163097a81530df6e, stripped PRRRRRRRRutf-87c9c79195f7aa5860e78ad6050cde113de22a7671085e8381bb986777be05321? 7zXZ !t/nC]"k%۫0/I?i^) \%(WmhZVe[ݫӣn5llQyY\ǂ^ uPuCd]KMF3*c>P.\`rfĖeַqnO*&zͯs5|a!X';goe~Ia#xqȔ(!?ʝ {y|]g%}v>G5SUp&wo>_r2, [$&KؘZ'ANQ*&[f5uPL[XkBډk5e?>?8g"&rFB™RIb!Kԫg)@ l~]n1Nxl_>]0f؋bַ`Aƛ!`ͼkX=-6|0=BJ`uStL@gj*^3:99s bN'fh*ssgU,fBQԐXlrm 2:G_pΧƉJw|f qm:';WoauC"Mڗ.þ.?bӣMǞ <^ⰁVh1?{IH/챧~')uήgۂhsD`m[JY|MqnswP x%'ˋN+trY}5S72 cʽnsjA![~W^AXOqLJyb9E!)̺(Nq1Qqң}Z\()ԯQVsbwfGؖ14,fCb%PHPw~ u2&:hj4+25=Lue@bYi /&PUnsWt oVJg:u6ZAx,|Y TYR [銗,'HdSe 80PO7Z%qʝ!Gtэ GSqD-7~Ӥdֲ"^ ^RYaQyd֩P ]f"V&^Si}L #3]%֧2!rQq&cRZ"ެ ʡ[QZ.c-5Z,0uG.P{٘mi ڮ➟BAxIG*h{F_aT#uKsdڠ ~ MFPX: Y-^$\:kIjz烧ImDFlv܉ɹy[Xy0h Cx6&Ҋ ՜蝀X/5j^Ry=v֔6r Wf п/A mwn1^XZ咘22m3]vb$Z3n;|F.Ao>8H/iDW1iUGAn0<鑑Ս>W-wd3J-AU=w,]ӦXXŎJ,kf%ZG˚ #)m/CAݮ$-ù (0:+P)BV+%2$q -Q\'a(XXմmBQg$:i?N˗n&>''"p5!kIscV3V8 s_40v.ҚM11!?`-5UVjp< cLq񖋻V;$vmuG7S[z6/(gX̐:2<> WrfшXAA >)ps9]һMK=7X{9 *oc'Y%!NZ"(M߲#wx!$N2WgNTRs=)_ k >OR|"bZ!Kcu]I."H mø<*hd?2x_TP/[~Vvwh (o|1PB@W^dVѴd#?V;HB$Ы/.AҹMNM7p@q HPUJ@L۩uI:ː?eO =O,e8qKIEĘ/LJ?u٢?H|"c\qrQ/bLQ-AUMR6ItxMFQո1OY*LZH8uarҸn~LH 4t`@+ڊ8J383P$[+=LTo%hm{F;?;$R#7țH9}dT.c)XlFD Ixfk It?|6q^h#mMAVtEwG{ :{*`=l4. ̰} V5䇏U:H?1W1sTNvs;#/~G-sg/:6-K&dZzˀ Tj!Gfu\s;+jOwj貅w9irX?})Ymav0R&E&r|;G2* uEM q&zGg I{`O[͑olz ]:9 U{K~l(cPqρv_oJz*E0r4R*E;T1R|Xa{2kqXʝ}`f\pdx6y\ 8KtѼ/t /-J&WU- 39AN^M0JTLwM0"dMٻeZdQwtl{uLI,QcN;QKB6(d n$(3Գ[ s)vbSm͂j%׭YbՉ:H6{[̻n`ޏa ')sp=! A`i8J.J o[|pm0LssB߉\;s}KoO-goaQ2jgeb0\;>#i9k3I~Zh#'W^d&㖟qN`^Ob5yL~LC]Dp^!dS'l讇Fvѝ2#b o,bҼcEG*(Jd=U u7DS[yuno~"\a)*31,k(ExW SL ZGao}'I+s B:,f1KkE8sK${`fdFπ'2$saXݩڬGtVh{hLOOծSY:VCcS5A«k(a;(2%N܄S#9x͟8O9à<35ۧ2Ŋcl6VL2QEM{DIpOǠ?).dh;V KX1nTqڮz#|Vâ =Ydvq.zY}د rHq)hds j- ] Nfv{?I> `t+GB7ʮ-jT!fs;, h:PJK;XLEt_&#DزFf)6+]8,oMe&jXkS&+*XHCkE_?fmT뻺ZRUxʎ19A%eP{|_ݓyL(b(a yjY±1WuM'b=.P_9&qOgmOT1ˋ?!%Q 8%ką[x0z&ECjJD C(մP.g;X>3և2N·5/SX O. ]mgA, u+VhBLM^-Ʉ֍ lmPPJK5ڟPx߆$E!2u@ݛyV֕S) ͈&j,+-n]Z}rsFn'5EA[H2h &_W.eM fdP+ +|lgr+wZfWXjɋ `E3)!~괳n.}¬|#fLTuҳV‘.cEt72^\, ն Rܭ LuE[!hʆc<'ܪR+H=v3 `ϵU&(r\pWKnj=mYQ Kr7%Mi5Eo_SoW3TХޕۦ6 tvAVd;'R'+l2.kl"vnd8~C۴1oo봯Tn\M [rԾ_a^D|HgG$בѳQ0ռঔ7t8A8- yPuy^u)nIL}нγF r^@ * ; gBiE|mhxlj nyq LT\4$fo\PX`{k]~*[B?}  ++ax8/3KG;˱p=vҒY4OQ哣P*hÜ ?(~8-^J,yarOheűˆ1.հ .i-S**ܺV ~M.6f J |-*ɤ zП>nMqJ+OQ1R]:.{?+ LPQƢfդv'ҋ DL⇩?P3d-zib\FV/^[/D@K">S_Hby/Lc(J#V맛PxCi(8d:JOٚ9Z~֊Y?']SU`Ñ޹%͡ΔM"5m z"rnu? :>]PqU1%@5p @ek\ܐ2^k:le3 {wweȰS#VIZ89 e)mNG&o Z؟Lhŗw>`:!"ǘ*9Hߛ,y|'G۾~f?GeJ"t7Cj_jUl |}PLLʂ;1XCe{(3_$/ȥ<|h=c9j*?LIcFޮSXFȒ%z鴓W7>YZIwƦ~Eo#qɎPKYE0YZRپ!to[UEWO`O<歇 y͵+NeUMf v^ɻWܯR߾o Tc+=#gb nڕq/cV_7sHn ܺ)*gB)EI:U>yA R0N9WU: ~뵖} GbS}3R) $o͊&[JsY.Q.Y3BL@Uc5G_ZXն-0Ap8t!ycvQH)`dQlO\.Ā8\0vsxlJR .Z  ?YI8)_R ^&GKs8>uNU}{!7:@ [޻H)7(h2J+󉜖}3{~"FGa5vӞS=`aʹD~ ]LʺV{CRĂi۶ĵjM KwW$14G7̼UD2myPBO(IaIeg!3}4DbP#5Jb5"=)Qgy:P|X|Tg6:T4)ogtnSJϵeڧRf3\Sp(m) 營 1 ^B8M8Yʴw\9ʁ+騜oG@@?,#Q87'hDLC'c̟LC<_g@bÏzɔwFF:76T%G' ]čC\q *DD"S2+yW4e: tK3+s}B82PQe'C,&{[@QaNE4$H.N)㶙 a1aL[ ) 5{ d\~}II 7 }M~}3yu3~,Y:KhER:CR E}u^;hrf 2ÒDqĹLH9}@nM*gjqR"xA<^!v:]{JgɇiR24Hqa.T>!s~ l$>oGf]Ի kN$a~4NR|Pv5;K0w!\tSgcjYajXTMp ^+^ek4~n9t/䬧?''jfINe>V8E+#kkPK=*` ^@H 6aA#]wtS4#.K'"x W7 <= =}?J%;g| 0$V׺].T!*;4!_q(>јCjhn<ؤ6(.0ة#mPPeI^CM{2- 7QY42], bh+B=]:.vIK!Q9$GB{yE)_ % R1ƪ|Ճ=&rjMXD ;8ěg%bPVVjS+b;|'3 Ro5}41ZL@ZG/[L|zуUvr?.X\x;0AѳT=S'Qu+9x\q<[yz טCBlMQ@c M83X EZhM3*^k'6fGjtS!g"neA HC>8yF! 5qi^,C=kD.Pȟ@u~ tۅ =F*F|5.9ݖ?nQX/4R3r/2ߺ+fK?Ym#֨KxjT۠C8x*s2z$+ߺ{gv%) āIj)9>e_<c약o룔G8$dHJHot()FH09զuO u&bJjS)G'|O䔎tُReJV[.ͳC25??{ƙ /FiNюqk%y|9PUo>hL4/!oG{*|D$#h7]醧;OTL_,HC)ű8G#A[A/cij~.9ٯS3T%$ѻ z-ȼ$(!V΍NT/+rK_ Ǔe [B@#'A亄I#Br>@!h:/!Ґ{Mqe:NyeĶe:Pa|cCYbefx! }x<9W$\ wI>#[jxAXᎻ:9^ِ9HF8mΞNnz˳SQzTZ | ez%D)}@Ys[s,#ZZUjO|{ ; m. (8d)f pd(zgHC2ʲTx90G9A^@v8=+Y(Df7+b/dErź1fA#.$Z@|fp?TN^gz%J/@q)c9d>1B]J] ֧w6$aytI+Z6Dexqo+͓LNy! pBfMcUyw:t:"5Jg:Kc\lVdG$ܭ  Tz"PAH w-&@4Gw# ؚW~[1z Pz k]4^ʁHwL0wM1,}Jrgz&cJB4P,㽡ƂLJe%Z~KW}ern0lg} -)I$YCTV~ڌt `@_f=]ăcQs߄ t;f^ݛ=B)r)ܨ8 HfPE +os ʐ>-a\\yكGF햱m͂v&,^A˗{$)[P*٠lԙdA=>n]Ԏuv'rO!t⶞}H B8PZ.L8=D 8z@f~m-Ž4wpBRN!:?gM?AڽD\K|>姫q؁Xkxaa)0N|q3ʓn0o*7XsL&ɀh!Z5uԷ|X@ !L :(DWpz6kO *\/hҧw PwZ=_}?Xy?0#Si gx^[ T#TcbP)+*"[B+[q?ݾqʦQbLJm׿YtivRkqv a QE &VԕbZ5j$;޻~B$cp+{3 )h0 .N0\*6؈=Y { (b#Rmp#=ԊƜ`LTle]\A5TCO!mrqz=?5yH*iAJnOBtIƿN-e"zígs\Qڼ\SӉ & &`\b:50E:B ]4DJLS\4}7ᾕH@8:Z.u4AYKIae(ݷZX b\AksLӈn"q?lHD$[U>Э/dx+@tF߸Sj>|SI`1v;)pr%<p~#n } @3&ֱ$ojrY[lyr21YҨ{z?{DCŕKp7ftC@vbWjR2S56}HS~@k' Td"WDYRU6Upt\FyrAdzI:ѫ }cVzȯ% c ht".pu9.rhV;He>G`iMdXE:Х뢌p.fhJM[ j88 O/_X]hfץgElN_uSF(.`vy&-KW ~{||e _F!tj8XWMY؛REm^1j]csvm-U>JWlzrəo$@ͫp9]8lN 4+SB`^J6 s5k?׎&9%_DδAJˑYjp~aљG U#hD\`o1[YBVkԐYua?8$d&_˓\i*іa\W %oE"XWN%@Axk鲂JMIj^ox8dWpݍ.tН PJaM3.؎yC/3M X,S,7T gT2A:0r&sDczj\2OY[ A YSyN>"z"~pG!&NR]tڬu$Y7oIԭ-~vbF+a5K"] ̡< C4O˺8N^OsZS?S? PPWmbב3i.Gs_?pQ=׸ɼ|=cSVOz"τ`\f¾,z /~-1OCSc."pΰ:T0/ ir|0Qe)>B6yfdN 蹎d 4U|Χ1z{FS۞+vW𖽑 GOJ7$q{`CD_a0NP;ܑ&9ES)1\4!#.BZ `>i<xER&"YV{1x$nnh0uBRHnJdz୴A9o}#E`!쩂\=FGlo@&a4{rs 4Ҥ=&AR+<9 HwM'4Xh#r9˘RGPB7C%f4Eb/SUSP4ջ4EAI)gMȢ UM7Ǟh{ i0k)ht1~z°ܝ2]:iiqK 4up+O3شaZ䔸سPt!2hr'}{q_\ - wu rNÕ.YWXOVMFn=$# Q& Ӵi!|$^T;"wszs_i|1/˶(Z^EД.HJQjt<,ZL2;U ˜ %.-/i̲ 'bTu8L[J!0E DervG|[  wS {:X<i 9{lk" ՗Sw;q-xҳs0zЧer2FUFXHHBM1oJ)o$r&\::suZ׫ seS4o>KeK-#T(0iRr|XS}9m MWW qZ)ha\5Suc~͋:Ee|ci4*k<&"g;;#8BJD[Ի= __-kSL/6b},Em:d jL+Z+3<T* ,.{>"g&ލW sBIc^JdM /W@2e*ہ=M3#PjSC;`RTP7Ոl^B@#-3EmKpN<*9il%o dl[~ArkE\ٕxj8I'\.Ǫ*B{Y\EF($߯BHx!Ÿۇ);͝&Q1U!qȹ@ι`9raUJ ]ąM2zCfsJq&K@/x9 pkݍ RJP} }>z?NЅ7$+g+.u*G1w坌Û(/A p6S}0[tOiZ]°cr*@~ҦID8 \gǜCVt_)gOq`#^6EUhl -d&~Cӕ]4b 3^cU*趄PO4d9x7ڦ )z%AHo