pcre2-tools-10.39-150400.4.9.1<>,td*Ep9|bU4r6u *䵀|f0X,Ou!*"*0vD,ꌛ nP[EPX-q o740AT;ajIbgͿP;O)(AMQJȤG[>6Hl&a[-X47}  V0'}C!!f*Ѝ]]Z>oԣB(#c!+)PʹTphOE[i\yE!b #!8=k4額>AF$?Fd ! S48DHa    , r x,l($8,"9": ""F@cG@xH@I@X@Y@\@]@^A>bAcB<dBeBfBlBuBvBwE0xEHyE`zEEEEEEEFCpcre2-tools10.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.d*Es390zp36SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Text/Utilitieshttps://www.pcre.orglinuxs390x$ :gA큤d*4d*4d*Ea.Ld*4d*4dd2db6efcc2065cc860e0738c23df47de51597deab9397a183c47a5a0f44697fd4010027cb6e3125d118a78917ee60c9d43fda549c0983b30ef0e03223a7534a15bc778a1f7e1f857d57abab4181749a06ad1d1f9420d5c9e3c23ef8c991b0254f3d420f15379d8b27aa691a79638219435bc62db8835b3ab07b2885e8f502a0acec36b51a70c72089defb5ddb3dd956c5b8fb86bc6c0d6d8072a62026d230aarootrootrootrootrootrootrootrootrootrootrootrootpcre2-10.39-150400.4.9.1.src.rpmpcre2-toolspcre2-tools(s390-64)@@@@@@@@@@@@    libbz2.so.1()(64bit)libc.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)libedit.so.0()(64bit)libpcre2-16.so.0()(64bit)libpcre2-32.so.0()(64bit)libpcre2-8.so.0()(64bit)libpcre2-posix.so.2()(64bit)libz.so.1()(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" tags390zp36 169018426110.39-150400.4.9.110.39-150400.4.9.1pcre2greppcre2testpcre2-toolsLICENCEpcre2grep.1.gzpcre2test.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/pcre2-tools//usr/share/man/man1/-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, interpreter /lib/ld64.so.1, BuildID[sha1]=6470529913e7be0b9845917b54dce0612b95f109, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7313ccd8133a2272d7383b5bf37bce9827aa3a5c, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)HTML document, ASCII text (gzip compressed data, max compression, from Unix) RRRR RR RRRRRRR R RRR?:zA*.!Bpcre2-docutf-8d4bee1a7f96b3e762c7bd54e40020ff5ce74848e0d68dc441b719c02108680f9?7zXZ !t/vB]"k% /A 3B4qcte[i#(f4C/ Vv,?Лrs!T4xfr\gѣa/bx4F#.;wFQ\O1-1KF'yPu]߆2\[kr)FꋔdpO\Y(Kp%!b9f~ sK\YՏ:`B@#RN8Aђje;QeB1傕绎8 %hnPF]D_NܵPᱩWcRīt@q>fdpd˻H#o׌i \Arn;6h.DH;R*">aƥȃ.6]-6C2 86%QQoIoH%03)ݱ.M))l-Lt;sׄ Es=ML;7W#s.M_Dx0o#o̊!>|r{E*q%Y(We `k'.e|,Qp?kUH0f.!!ob#jvP;iY]lT+˅E b1nb@;3C~x3gf/TOt.϶V@ c4Hn >`&˪ޔDTjV iHTKf/:H%Kjt:8b8/53r*BXV)zp6:u! p}T8LH5- ^ʮcg;BVj^CtR`*f̳c1UHA ؇lV\IJoIloErSk0i\Qv=p)ҖCt\wz!Fe7Z%FC֠)Em`4aL_ }ʗ2lS쁏t2te $B3MWuOmT7:HR@{t|oz|z[33x "lQ6/J)|"F\$|z :,;[Ua~+ `bii`T^3mh$ vYbI *Zr9YmZzCݟ*} 5\*gWn%uձc^ \(S8ΆJӇ/D\`aO7y@UR;,=\c˷gEn^v+ݿYeY}EtH(96,@,R-^W nJFI0%zHUlpv̨0)}u&36΄(cD'W~-=cw HX"JDv_V.QׁϚ{xrU>W%26e㸸,b>G3 Я{lzR.F j>}eiDi&DHoRGsb]_:EzmZ*I 弖 uOvz2֖6H#WUw>!9jL$j^D hG:sof|B;h|i/ cިkX/5wB ǫC֣^!JB,Ot!@d3VRs[vvoIJi:ZNaK6ȕR@B+ GFr$V*5bd Y^ڻF^Q9$tynB~3C!8fSQWr.w="1q'8rq~/ ۚX(#$=nx4']c)jî"00G&hoceRzIdxVaQ;G"i综b*wo/S"p>r_ 8Ǭb7&|c:oL ln~% ~ i֍ȀmG#c b@a g>j5'c!aYFfO3k80Rs^e`Lix HY_~L6#=w5fe#3#D2mǐOuͤ d=B7OK0:;An`f>7_LJ$T 7_d"|5XϡH!(a TJ[.j98OiPk>AtRw\lZLk9?R}7Oom0ǒ#f 2q57Qccp :Go;ʂ-ls԰[D=>M3"XTC#K8 n#9p#r6b0!ov%M>{G]t^lLht0p A{^7tJ-djn+!X󙼉/?Q:bb6v%[xʹ@/AnǪO fxuI>&|gtdʣ\7 2ׂ}a; ^8%/S#@Mթ =n1;me켧>5QF7: fe{n n}Ҡ=`k&&y |vyY<+!Tq~8BW_#-ߓ-O")Bպhyf/x.4+g'f RIqwcNJKЩf,OK*`I`YhIQ`n}&'v]l1f_N1]eݢgQ.}CSrO86# a3`i#+ Ym ?rmZi}FWJ<]U /y&B%GL|UڬoJiV:_e~Ӳ3T!!M;ۅc4q/R]}˪PϏhT{G59CjՁeJ>7ƛK#K2DeQ-̞pV%|\y8n oS5=:3wD }St_ֆ_7Z?r@Qi Ov˱iSIY"Y z{p9fѫ۷a DzG(5Zuq!dl"`uT Gݠ"*(7Xue%-.&.r _]+Z St-*^yyдe6;;sC_+v8d@؃SB3lJ {4 zI& y1V֩,j0քk5cTv jTD+zV]H۞8/nor*hPBw5{@SVS|9gQ !9 ,2z]%VѷMwV\eŢ\|vB$PC)]a'/뽬ڄXt<0HJ/bNObkj?M_o|KVn uo"-y=a&mNm yѕ+ :Ԙt/v=WficP3A$uMxw%=6MP}5PowvV/bQ w QT]"$N<1*M ZEœ#sB1x^,?x\i, )GzT4ĵ)=gq]wW15l2%lP_mr:%?&Lfe=S"} Y%,: }Tl+Kȹt>@VwdqB/N6zȿX'/8 v}~Xw"'/3ѯ*5l{޾2w) gE17Ȫ0TWɓ'{TA7LZ,}+5H)%%̪FŹrIFxL ЪW(eFxɻ)K<_cr\ulQ)Ӱg@<<-bрAGH FTOloaA39;%R\#BjU=aJD@M@gѼFj7ABE]̬O9Ğrgo.)VZm|%xe56 滫Qנ</w5A's+>i}w8YwjD]]f+}ӊtV]qO -ᗔ@?D=‡rVVj4LJ+!!(}]/Gu_b].!y')FbuT]`|=@'$sT+?eΗHh|=v?4+.`taҗ 3#(-ڌ" ?2zI͐NrD #Br2Ts<ذ{iJ+##`tcz CЛ*S,yc۸6[CðZR%i?Q&4cp8lOWXvmYܚ@]QZLȁ4$4K2y/Co¨v>kp/}ePdg 9O fWWeot^k.C\T}ΓeCkǤѵURg2 䙞w64q&t'!J\0D NvGPȴ5yksCtM:,ӏ}@bu~cE${<y;55d{zSC@0br(e3Zq +@JT&k^R>WSZE_8!@w h (VI?6 r&VqkpB+4{TOmnbGr^|R%KJWkc%3kzX$d Zk{^ќ*B b3ō EYarD{ >92F;ecm[?|B)O"N f2%:1t/ ԉ8 ׿-NG2Ĩ;hS6Pvt =Y!Ma^ >M}۔Fǔada3hO7~!UXv9\uY*#8 4@A]9 |C&m >zS[/(V tͮdO>ՓhZEGaatS}A@;COgN25_ޥEN_Z9JuaV'~qE}|wMn kXf3>,`Szw Y_u\ie20I p ,n"&]diA# ^ ÛdY=[Um(U lhOlofϦyh8mO[?kt*mW9B='sfpN7|BdqyDTri+:?(DdXZOZ>xP,+ hC}$oςhLKONj q}'‘K}K]q 8b=@G@׽&(N2˭iկ;7+0[FpNl0œ,3, 7_%+xJT}2\$~ Ve*LrhKP^=k gk#1J0Ze=QhZ˱=zTH^M9k2n@JiLJ¡Yی7L;(nd0BkG d}{/U>FC#ЈSU?\8L՗ӀM+U7/zڵ[͵!Rf\\{w' vo(:Ú!K5LueCR"Sy!NSj˥ՐղH8əo n{X+Wy dL#MHE9I_r#;K R=Y(~/xD.˨B 0$>6ڌ' U0ݻS 2A1ŽqC3S;zMs]dgB2*WA,Ty1i(G|%1T?["M |_'LQ]vEQbC$߫CLkINr̤zVr8Id/oz. HأP`\7{qaFQBTD27TTPt3.ɎLK$n< =YȘyPlIk6N$/UaȑV/odp@r[|D%\K ebwH?tX@qqEɡƨQJ3XEdBP2V` NYHż5OC1y_XZ|ܶiuzW];׸|RFN'&йKOEMVt.e4 )QSRHF[OBz#Rc%=:UOð5 0vTY[R U}e6b7pJO< ;uI=hSP#g˓:+a;-R* ;sP^C%SZ a2^6yQTU a=gϧφl8l!yFZegވ^a}8)Ǥ kgNn*5FNx)U+>M<4.9>Tg17`ztQqG=Cxވ{fOfKP(EWCevC>=)/y}sZWRԬ(]ts@"=:E >5#IL6 dylnWT#t-b#ߟJ;:π:o+:K|V;2B!=w \ תFD\NoI ΉqLm천K X/@l6t\[F 2l3`__PnKrg8A+ (AvFfFFEBU3:2_+Z$ۋsNoQ7I,=V´6߻=N0UϜ6?r֐-܌}'X\Mmdp ӵ2JMJP_6iΉ~1ʗp>ͯ B~q=36޸-?{\$YG@a;K:䭲䇞u 5toW#B-:րGI9lZ bpc]gXqN5IAl[bM<ub=1^촫5ƠG>z,B:̒Hrz Snׯ{4R~j`h9 2uB)]Iq;tH''O%؊Ѭ[Fyn\ {QqXZdžIS\ꮈwcc͎3 6~r3"'M&r\eݹ 0EP8h7D\``Wt5I)Ç#iz] h=tbrlQingoK+_1Gajb˂io^G bLer=6ifV2cX;UmqB҄ĝS0Y.UdĐ86^Z [=܆4F.`w/y尞&߬*q,1 q^_N!Υ*' t]ͳ!|MDa2K[cT1RJ$=dcpOASh{5fR!^.Yp}fc>߰"n eZ}OD_ !uIj82ʚFtmM3= +sBɽTݱ%w?SN$D#X b?>faNS$b* J+D}MCFJSѕcL[ud49%oaAeޥvBe|I]o!ISv_K{7C{|ڥV$1՗ #-~ ?ҝ/B+q d{R7ɮь `W4\Xk8\8؎||UV)^~~m߹-@&t6&i#??DD\:?ί-ts_W #ӭ(NhV0l)j8 Z2sE5ʍeqO oN($3!B?1kH4d$7&HjJnCX:}a!͡a{ ;)L/GeeӛԨ |N͇yRi5P ,l)'ClvCL35okRB]V+uY"Y:4L͈XGenk][ o;K0~2[h-19؇ʈο/ 3|W=/W}JEY5 +Oq2eI4;ݚ~n?%>֪Xq )K,<1fq2D>ϩ$Of_J}^EW,o쭲l-+(TDkι*t=;}ze6X=G~wPy(^3,Bݓm<_?I"U`W <-uev22g e/vaCH=K]c:-G3]_P?l9-K+^~_dj8hI0\ODmr"o-ԁ ףI` #Dתj 9HK"LFw^{rCyF`, %m;3\"Z0⎣wlON_ 2qB(VPn7 HĴdmt Ûmj/IAA@a瓐wp#[Lyx0m,vm0pTY/֣l'Û]x*ww7)ف(xR,!uF ~XvG3G;c*vVUy4]2?gYjW@sNo>Z{.lotI܄Rh8dinD#uP8\` Yqz?~Q{AXp'l..ѻdOYMz9nY is[CGQg-m$<ϳm$Ra^s~lI5 v.)^ңs ǚŸ(݌.S; m31[ax2Z;cn؆nN_qhFZ7ۗ,rަ˃$T*\ c1" `(5֞LB TPS+[CYC:U?&zܮ,p%loVTç6LK{EһV@u8d[~)46͟P`˓@^As%1^n9+%SUY+S>ך_nsM(>p Gniu$\%+hq6"t `B _a;d% igBm|KdMH[X4xvL;ͺP5ܔy E(r]:JEawG=q_5,k @w7:$prĴZoVqcKYg,T!e.,Pz\Q*{ x]KI2)7a䉡APwe0ޤ'o_;.=[i{l[;di|*؅V)fsC3:gp[}xq>G5CP]=T1?>AO.B 08[-'bC*}Twc~_۽D)kJxY#Vm;Ô-ߔ j +K4{XRt"XE\<"Ϧ8Sc`ߣOԮγy-àiW('K0E QeA@[ ^$~BO ~֗\֠}ؓ*Oh戅F{?^l &(F N0 bŹܟQ6KC#>f~; Ȑy϶1m0d1M/^ӹalJxԺwqQYFF ͓@5ܡ屺2Fc/|xɹO[PY|eL 8MV"Nmzm U -:^ÞcM)u@GPuD{\HԱn N].SacƈIB.⭄anwLŒ7`aH~L>zMiĩY<ڧ^#WA2*;$kט!u_5(zULwjt)r[u :V[=]|apucu;u\{@+9EI A@KߖJJ& ( :-Ay?gda0BsdE>)tn ='O}u!~V/ @2jT=t#p4td>Agv2:y#I 2(˯y:g3Ƕn-stj܅kE=$?mK0gUA.gGlzhFmUq{&ѤtT; Fw mU2G*XT{焐>.-Z_&ST47#(g}=A?6P<b=H֟aDRj']T 5RV1af+0\E\- BI!Zj xHfڱ9 IU8\{' 1ؤo_Y)ʈ:S*~TMY?:`gJ)b_>(MԸ NkgϮ0HX{JcP x.j6P0C_bC}lTiH[Npf ϳ { s-!z-y=~FhR%|JhՊTus;T+qm/u%Üj7`SFkr@{QÞ^$N7<^PF8 T+:8aZˢEܺ.qFzvOx#nwLu+V0Xk #2|"og ۔S}H8;Ȓ*,3ot٠j [/'XJ>.lПN:5Y2M26K`B'. peB#,zW?1čɢqm%l ";LeZ՜jI'g\\79W@iz5ITָ^Hc%{!omPM‘׀KB1@tYaNrKRV-M38+i//7ɥƓ>sVigCTg3f[w*ΒYͶ o|*J+/:ńk"^5,xzG_'\*8|ld( @ Ɓ`z% .̺#oAJ)IK2?gvJX#7ImXاԥ*kW(VUx.76sUC$(5t/]aKҟ/S/9p6Jyſ: & -@̤@@3Tb&kskr?E b%bwuP y /Gd靠i(2HV'\C|_>TKbcg"eM8qjx<;o߿1('VRi{,ROTYkg@2v]T>C@I?oYKOcyguIHY%~[wKpykC|`E _r(bﻞ̐5[{e ?DAPVXÓzI`&_rzKxn{#3шt|yq*j Rѫa~Хox)ˁ; Noh)5R]NU>v67ʎ1DJi,_Pu lo W=B p+u>ql o@>.aN 9{(+dPYJ~GDJ|/&Ò?)إUJ1W5 p P5`oڇ炋H%Y-3hxۂsC+t-mYWUfi=N樮-{$K@8.x8mcJB3vY\ ŚYܐ]5ٵ$u2ِ+Y$5-0A҉Li"\5o/L0vT)K +pDڔJ(m=;ʍ T$rjn̲Lal?pJih5wRC]SQeطbI+Sa|*Ϲ}0GA2*}T& V2# YZ