libpcrecpp0-8.41-lp152.6.104 >  A ^ޜ /=„BtHCܢ\ EA2CP.qd?@IlfS08)1#Jst}_<Ƽwi~wwiQ-#;美1Ƴ $w5ýYrʁV_5o:l @90Yb3A 8zŝMJ%et{(L%lY?Hqfoe89:\ltZaCr3QϥʆC4+ktȎhT$uD;'Bk2f~__rHgJ 1ѻ>p@?d  Q /8E _p       @H(K8T 9 :\ >@FGHIXY\]^$b0cd4e9f<l>uPvXwxyz8HLRClibpcrecpp08.41lp152.6.104A library for Perl-compatible regular expressionsThe PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. pcrecpp provides a C++ API to the PCRE engine.^ޜ lamb05 openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://www.pcre.org/linuxx86_64 ^ޜ^ޜ3743a0537da630de4cb259c8c54a9c03d572e4f2af27bba578553c261d1938dclibpcrecpp.so.0.0.1rootrootrootrootpcre-8.41-lp152.6.104.src.rpmlibpcrecpp.so.0()(64bit)libpcrecpp0libpcrecpp0(x86-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpcre.so.1()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZY@Y@Yw2Y1S@XYXW9WaC@VV@UB@T@fvogt@suse.comkstreitova@suse.commatz@suse.comastieger@suse.commpluskal@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.commpluskal@suse.comastieger@suse.comastieger@suse.comp.drouand@gmail.com- Use %license (boo#1082318)- add pcre-8.41-stack_frame_size_detection.patch to fix pcre stack frame size detection because modern compilers broke it by cloning and inlining pcre match() function [bsc#1058722]- RunTest needs much stack, on s390x more than the default 8 MB. [bnc#1046102]- pcre 8.41: * If pcregrep in multiline mode with --only-matching matched several lines, it restarted scanning at the next line instead of moving on to the end of the matched string, which can be several lines after the start. * Fix a missing else in the JIT compiler reported by 'idaifish'. CVE-2017-6004 bsc#1025709 * A (?# style comment is now ignored between a basic quantifier and a following '+' or '?' (example: /X+(?#comment)?Y/. * Avoid use of a potentially overflowing buffer in pcregrep * Fix issues reported by fuzzers in pcretest: - Check for values < 256 when calling isprint() in pcretest. - Give an error for too big a number after \O. * In the 32-bit library in non-UTF mode, an attempt to find a Unicode property for a character with a code point greater than 0x10ffff (the Unicode maximum) caused a crash. CVE-2017-7186 bsc#1030066, CVE-2017-7244 bsc#1030807 * The alternative matching function, pcre_dfa_exec() misbehaved if it encountered a character class with a possessive repeat, for example [a-f]{3}+. * When pcretest called pcre_copy_substring() in 32-bit mode, it set the buffer length incorrectly, which could result in buffer overflow. CVE-2017-7245 bsc#1030805, CVE-2017-7246 bsc#1030803- Enable jit on aarch64 - Enable profiled building- pcre 8.40: * Using -o with -M in pcregrep could cause unnecessary repeated output when the match extended over a line boundary. * Fix register overwite in JIT when SSE2 acceleration is enabled. * Ignore "show all captures" (/=) for DFA matching. * Fix JIT unaligned accesses on x86 * In any wide-character mode (8-bit UTF or any 16-bit or 32-bit mode), without PCRE_UCP set, a negative character type such as \D in a positive class should cause all characters greater than 255 to match, whatever else is in the class. There was a bug that caused this not to happen if a Unicode property item was added to such a class, for example [\D\P{Nd}] or [\W\pL]. * When pcretest was outputing information from a callout, the caret indicator for the current position in the subject line was incorrect if it was after an escape sequence for a character whose code point was greater than \x{ff}. * A pattern such as (?abc)(?(R)xyz) was incorrectly compiled such that the conditional was interpreted as a reference to capturing group 1 instead of a test for recursion. Any group whose name began with R was misinterpreted in this way. (The reference interpretation should only happen if the group's name is precisely "R".) * A number of bugs have been mended relating to match start-up optimizations when the first thing in a pattern is a positive lookahead. These all applied only when PCRE_NO_START_OPTIMIZE was *not* set: + A pattern such as (?=.*X)X$ was incorrectly optimized as if it needed both an initial 'X' and a following 'X'. + Some patterns starting with an assertion that started with .* were incorrectly optimized as having to match at the start of the subject or after a newline. There are cases where this is not true, for example, (?=.*[A-Z])(?=.{8,16})(?!.*[\s]) matches after the start in lines that start with spaces. Starting .* in an assertion is no longer taken as an indication of matching at the start (or after a newline).- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.- record minor vulnerabilities fixed in 8.39- Update to version 8.39: * Some appropriate PCRE2 JIT improvements have been retro-fitted to PCRE1. * CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply nested parentheses (boo#971741) * CVE-2016-1283: Heap buffer overflow DoS (boo#960837) * Apart from that, this is another bug-fix release.- pcre 8.38: * CVE-2015-3217: Call Stack Overflow Vulnerability in match() bsc#933878 * Other fixes to assertions, crashes, buffer overflows and performance issues found by fuzzer, affecting applications accepting regular expression from untrusted sources- 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/ldconfiglamb05 15916472458.41-lp152.6.1048.41-lp152.6.104libpcrecpp.so.0libpcrecpp.so.0.0.1/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.opensuse.org/openSUSE:Leap:15.2/standard/26359ab9b4edf476346242158356f1cb-pcrecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=427a9ae97592adb7a7c2a42e4f97ff97a77422f7, strippedPRRRRRR RRR RR R R RR>-F_.)#Entutf-880b9ff47219925d87f85119e4f872a947e263e02557db8a066982d12f82a7bc0?7zXZ !t/.] cr$x#+έ.gtN ZY Lƅ:ѓ=_f@jd5-;6ty)4]^p5>K!Z,&N0կ~%-9=VL${DR#7%:. q(ȷZ. ivX߇tP ĤYCG"-S4W"p wWlҬG0K/Gg6{Der֡N0XfXk!\eiS'nBNݹT$t:c,;Ocw 9-&g.!6/.!¡ a_lD<:M!C2BI-SI+۠&]qIl7S0b.b@DOmCNExK g\U]S ۀ+Ee8L(tp6Ũ&"sӸu;bP)E7HOU.c[bEoI12Er m]zlݕc^JOYfm(S3'[u K#x_x\;fN],4ogzzy+:CR / #f5yt5+$hG"`ot΀sw#)ԊЩ~ i4UEI:&ep\H~BHH?S Ey%Q51gJ1"gs7^IĞ&iA& 6yjFzxN|vgmЩψC:Eb,CӹL|ݼZ$:60aIϰA\}v&~R34)gˤʴa@R)!@޵FGʉAZӃ - We%x3 g<"t+:[}cC͟ mÂ*L'c r10x!s88p]} i~ѻMR.ʴ(ƢS^2k=7,sGM\\[`f+μ*y'8Z`-PjCT-QHҴǾؓL1G@)Il=KYG\P 9s#Ծ!ߦ2Uv2G" bm-a m.L|V裩#Lm771& #V0`[OK*ߑ2 ;/]'ȿn.b-D uPr1O#{ꊢ L/gU4PLFy~>340Z~+Yr95RHH1UÅiU0h~)_4".X}@ [d aDA\ɘɳV]b. |6^=\{ra* p뵀(n/kxbVU' khustfhbqjq$8UғQ; 03ycp`$i'8ʏ#{~CSOEE [ܺ.#@eiSKh(?nS^]ӛt:@gtT^Z=52]O[IʄT֝Etߘ3Vr_ȃ,!;D@!ׅ@A(+gyJPp\7-<;vn6I=9YN `Ië @vsrDlyĞՄO&ܭWL9*&4wSƐ?ϣӜeX) S*e\ssLl [~w$/MLBXK&=\gQ'| s̄۷qD0x;#cNMD 2!>ʫz[-mٔ=O~vSeR7<6mh?pD^8Vi!y8"?NN;]c%**xGЧ(f;hjJIamZr%qx/;Q*ܛ+5  Z, 7$ݛ8!1E嵦w I*Ǝ_$b)PЁ4Ծ$|׎rdVYBZLz m`~fsEwd1]ܮ31 $]#^;rb/"®`GJC3i͗k!6 02P(J>^ƶJXp8mH3jbK QAKnup׍ʚKlHPe±{fh>Z{7l)5uѦm*__yg-*o yC^ @I9mi~,HO%L]|!râlu5Q  j;ڬ蛺j&Fv񏍑d0Vy9!=¿^;tLWLe EvBҥ!NGR 9? 2_}2bZ %.Pi-Wbႁ˶]]XY}wAc;9,EqA `ˏxKdu,9ʦkcz4C۔׋E )x.Y7,QT,]:6-ǡӶ~pfmÆwùtx/8Ž1 \rZrwqs?,@%c0}JثI +s4?<`P>m4\9RBelkM@lWH u#l,R DD;P FѥhH@%0SRڳs k*ȅm&+ApxM 6s{Q9#@K~/'X?[0B'WOy%]>=. T7jJKp{&+g?;P6ԘI̶)u stZ:&Q߸JYv̰hoポ \Wν?/ӡ^L1MT߬=HKhMѡRE|uE*eQx307K sH*$XqEwli:KYkQ.~ķV2~v?Kac@:5'|ƴ'FFhz3,lnsoK^ rcmTmjd]R>;vHCױ >[{ZR;tB4nLpǐFUti&=nku?̷Od>ܖ!,ΣЎ=]?4қF #wG}`zAAߚ(LX@_+Ag[rYY], 0+7R u:/ص*!?C>ʮ= K֣GRyclm-GQoZՁ`?rܳD' VͿu쳠PnٝmP>)W7H;!tFs 80_ph-(yKѠ ,0yr$ ÕXB@֪]{g,ASvdWLYE ʨUIWbKOժGiF ($lZ1I깬\Q[W )` i=Ҙ_,MV's< "CJJaB\Խ`W=C?huiWݥD$[o5Q,_Rq SA}}uC{( UTD_F}FQ?p% B{~;r;HV8_8iFVRֽϖ1cnj5~Y+19b,G/my5}tCЍ;A ΂+֯30=iWPWol1bY}SMu?h{Udz?(@2"Vfy)նCR8I+3$ߋrM6եR^mz? cs@\Z@ǐmŷnIT;Q&9n .("箼GFv] cl[”s=߮-mATF GͰ߀my]CRwu tQ"MggٍwZ`u)XpܺACɆ0g9 c)Qj(9X׬KfwMl8wÄ xßn_0pkHPKJŊm!/'-eZI&[u#<2B/ fCD#ONUْ.'̆rw2m4./ݳ쭝R.=XD "aB6ʗſ.@_{ uL7!B,?~Al㸠h[J&֚<$k#u 1$tыPYcb=Eҕ@Ż;KEHIg熸`*V5ڑ+ف2QEXKm?L8}sJp7uΥR yQNㄎcCCSe:,j`~,YDTXնplm_j>,؉'7\" k( zdl4.C>kÂƺ5]&QFYJg#&ro/=PQg1#jt~E?ؗ0|Vk>BPS٭atR:#?:-o>EY72-N!^Iqy'dˬ5ƆK E߰~[y;;#m`'y UG5PPjBZ3xKp.hCS7-4nB(Q5fsqų`ʂ rׯe%u #ߊ(h)e`S,qoI"^@Fka} ]E"fڪ~.LY_|~"mrud8?Fg{)[5>&PmdtGȢ@ $6!Ra4 o1ࢅUzThpJ`㕯)d= b#x]T ~L0zbɅaɣ$0{pzѥa.pA *N?3?tXynWC9j<]ЭzI<b1*ؑ,㷔m|/Gz7~ /qKMBk4y9~xRgy=o@. cV۬Ex 2!KHJO3Zx8XE|` 'gMC"8#ZLd7W_RϾtշnFe;w2st#ou"_MV5:z0𼧖mlX:ٶ^̅(xzQY\.V:ύ-C=s+5:V;{ŵYyD֯ưP TdaB {:^KD+;Iz}pLx^U곦o3>fXsHZ;<}qGkޥse+J:QodÉaIP,v14. X&jU3Xg,nE7`F?*~+,*${g[L!Y?H߰y7t ׅ%7[lbMam-\Xco۷vgF49Rp+8Em/"TznL%R\* b8K L_۟ByA}G 4"g!o%5]_b(M{9Ίb?ݦ0( |8aU-eD99 >9$>Q,lwf7CvPd);y{5' 16uj৶.\"HHi5VDC ";8h~eWaMȸ+K8vLC)R'3?U4-(HF NNb9H Eℱ-_yxaj?u~A?tsL8@ Y`"5@4s(n`%TQCӎ2Vi"-)Ъt\|Sk>Y<75h\PayjgNø=uUP̝ՏaKH;I*4hMCu5UM\l0STfk[Υ~!fv1_! ('p7xέ9oljPaqz 1>Oih;`+K= Cˆ Fԑrܓ^8•cG];U \({h(({TmEV=f PK-=:UwqӮq*'XRR1b"k.cVw& {)[{U%M9E^ PY) òGuT6JWGhe'w.} ]禷}P0KWc)ƀG S~=Ε8QfmIQRnn!fDˑB~5P]^z3az/jlJ̛4%gO,/QC}'\p>üD.܆ u*7,ҰNhp:8) *CʯL%n f6.jmH;م3}\9(L>7CsXKyHȰĿiTlq(!1n :]8:PBr;YcGZ_]- adR=Bjl Y`C6 &j[sSI)].\3A <ύƩ R~ԉn4^L=VAa6VKKXjX!:qƵԌQdpjձ^[? IAS~(& k֊.nnhHnjgݲH Jrk`\f G^ ŅOcI0:bF*5?_r}Nrz _E6$Ĉm-zqb+7o6+v#FToΈtI2ӕL߼lV$4A#Q'[w'SeW?yNˊ@~Mi[xQ)Wb c}*^htQz$?#zsE`>@v(K[<;j6cIV'HtUp?Q^82/0s3NsBһf"^au@x/[6/FhHEh턢jk"Q#\vxk[4$nYJ0#F +8UwJg \?Ф Ȉ]ScZ}PL[S=?^,G~k)Տ]~ A'>mo z-ğ9N"r(jTT-1ÆpHA賵GuKd1:rΈ"bВ:H]pXvYjd&5mo8rv=@a懨u+F&r QR :&cJ C@,ŏ6'ZPPզPf"J!8]5,H7E!`t9<*A^ +j?ѥdO;@[Ƒb[+o6XA ;sՅF#pr-S'vٖxDJ-%{MHb'δ;pT0LƽNUCįx;)9sȴ=i h9ɅNnjړ}1 j7lDͰG LQ]L#~IƘ ey9G1HI}N7h"j0- "hYX56ѕ >& AetyڈPbK";Jp1ˬ jߠ6<pOwQz3"JiN\+{|"-ڹ` H!>>:==6`DlU>7P.}HDډ @PK[$"p!uWOD0Mp݌U*=s͛Ev!TT81NuF <;482:dK6eID['v¯uf*b suN1̢~8k{%)T"g3`ۣ,Ǵnf cb+;}(uGqpײ5A 0wLڴ?ZIz7 X(\CBPdrvoI NY2ѡz!-^2ɩ@x;GJs0p\2hB@6eB|p1D?{6Wsl;&T=[b;ѲRakt_f@kG{A+~EMP?l8bZD? yrieŶJ")#/b^xlOYfZ[*ԖHǃA: zivv̪;!gVwK . հmF]̷XG YZ