libpcrecpp0-8.41-lp151.5.67 >  A \ıJ/=„Y%GU]M`KׯR+ỹ~wxPHDv-\<_$HHw6C=g鸁z3AՂOƪjsMM I`B\[4-p&J{jITB*j4#R X%5 fSEtd7OĬ-qg",ft7 P+L/YQ954KP42/7s|lԘny\XBiMc:=dX2abfa0753c97f2a3f080fefc90993d36cd15bd031977c485664b21d197eb4dc4815897264693baca3e732c9d1f8a1abd15209f8cP\ıJ/=„,<|$~"IS)w}]%[8|H0p/j+F6`+A4 ݰc+hq'<:?8Zzh+}h òd<^E%Zni:F9"@ [֗jTwч,h>rbHlRڟژ` 脍ǿBL1hT4vVPc>] cͯ0W?nj0ZeMD|*>>p@?d  P  3<I ct     $DL"(O8X 9 :` >@FGHIXY\]^(b4cd8e=f@lBuTv\wxyz<LPVClibpcrecpp08.41lp151.5.67A 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.\ı4cloud101 openSUSE Leap 15.1openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://www.pcre.org/linuxx86_64 \ı)\ı)d5a54c324436f690e38e3d0105797d7e2d87e230b674ec88e2e805ea19f4a642libpcrecpp.so.0.0.1rootrootrootrootpcre-8.41-lp151.5.67.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/ldconfigcloud101 15563942928.41-lp151.5.678.41-lp151.5.67libpcrecpp.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.1/standard/26359ab9b4edf476346242158356f1cb-pcrecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5c794571231337e21f3aa5e40e67da1a8be67c7d, strippedPRRRRRR RR RRR R R RR ILzL". utf-8551fadc1ebbec32aa66e1ece63e512e3d50cfb8ae90e217d442a81375a662f8d?7zXZ !t/.] cr$x#DZoe$V- 0Ev:4F#Wi{5<[Ce۔ndE30JtG%-x0W,?Iͫrl&';r2!8Rb WU׺qGbAj.&6(`2PCgK#Y@":!H+*Z`XVl=2whI[U)j" I#W?|KfF=ߖfԇ$QI< ˀfU>yo4MuVюH+$4~ IiFB?*6!zK1ct6HN p_ }I/]|L IIG,&{SܐhY1d}4X%e{!2}`ӕ?FҕvkLpߘǗ+3N%-InLۜݯ!AB] 4jE⦞DzY2Qfze_>+q:WɒFl5GM2q HEglU x4ouQ?rGL5Ad´]QV_|k8^[΋9tB|JQ)'̤ 2d 4ڬdT5؍_bR)$ ͰsXZ:n#iE}i,NTӽa2P s νD28y4!z3h i<r{he^ x` M$N=q;~=8b?Lskn}|1`1=XVn`;!3uBbPb ,Uh4ǂʦ'|Z&#"Ł{,aS@|05KzUT 4<4w8I՘x7 gjꕼEG7*8=j2Շo< OK-HNRhҤÅF:/;S=Fe܎g3{f+ƭU;ms3{Ff#&H5c2`ng>8ƓVtBuA0ӁMF̿NF9Qozlt1Pz.'XgUmTm`֝B Pל]خ /ڎ >TЯR6[T4F/ ,EeI(NbLb5PSK #_M5NR,2_԰bo4}ʿYͭ^KX5ypcPʺs\]! â-qIA6 2|qw$+Azը; ܮK(Wڽ. %lĔEا) '%=f-֍U3CvOú`*X!4Ty]ɬUFq +c I2к>_#~K lx\QEH@ v:Tpq} 8ޢ kt!r&zaI(-<ҸcAUKmwd.|w5xg$ъQw&O6&e%/9 Xu4Y)_m9T'K:CQ1 fLw v}PNҡĚ7ݫ0PVt?[AIAǥt'WdD(aļefjp5w4YeS}ޫ?]0%Sz|b+y+j9+F+x"<02.udzx8 oz=S Пlx5ZQIYx<7RǤS_8(ȊRbc'޹kҟG֫!`T-DMU[z]B\lLj.O=D*ap3@`ցYcQ]~W21/\au%i)ozRSGj}+vl$L97(* *rJld]@' é9Q'WP-KE+S~ҡkVK7|wWEcJ(j~ħ(G#UZN)[o<A=TFXଟe3kT-ļvMە)]]>8~Gn(| ֬HD V4ollm_К1$F󞩭3E 40;g:/͇[Q7ñ1 /7֦r G=K:{uY+DY ŷ #:uN^nINR~j#fǵ>W 5MEy/|yު1&SfSyEizN)!G7 䩼Mtk[ZΣS=u#JWP%&w 9u/;o w=[凢_w87K+v<Ȳd, EďmY(ҦX4.!s{2ȧk2ƽ F)#T+hKXӭt)2iCXxr7/x!_6͠ i5_ɝ(ɗ4hG y恙*O2qm&ȔuPeG] I zT v@-?r-D sT(ܟ|(:_&i_P-8dt$' ` 1-ȚQZX@.K [tVe鼻X-C2\SB]+ re%[M2'"(Ĥm:Ρ<Ε碌U_oyM`|l?9.Q˫>'VK&*l 7]]]";;ﴎߵ5ZNmB6]!eڐn"6/ _T`bHyA06mSܣ}hP6 W7ߐI=2Nj"˞Y֩ω׏+ i($ nhhR%8 x|H 32V/GH"HN`Q+ ,Uw/ R0+ų N cHԟ:˜gٵH;=?6v $|:5)j"õ:n+k&~o>n-0X)qYZb,:PL9,W)pQ$|@MDL3^7IH,u{kZ[EɃm>.e R x$rQfϡW& }peI7;[N|69fɹZ.V6{M)t0aX#}즓 O M޲cm?lD&nS~Bz"3*t;՗ϣY>Qh"vT7lpNR]sg;تL̲," ХdO ̒"L{gȨ򛬠{ B8< "OʛaE/!eJmR~{zk6CNsȇ p'fզ5lV~gh$nR |WT#cnU10E*mPtۯ_xem'q>hɮLŪ{c@L1e4{g=UԊ|QQ#M[D^Og &ZHRVmg ]7]IP63"G٥Pj[Iŕ#[y^#k0;I rO19s}w Ʀ#l`]] '^ZXY=ثQOT3EQā<y:m >-v{k,r!q 5N[H'׆~9׆κ!2n IybMGͦjݑ,W|۹Il rM@zX"ס" aDlaI"w$GP +ڜr÷ )ǣ+d%6^Bihu,~JTƄRḓ4aPB3 S,@g5{u1Z\RC "f3E/aY1xUּZ?E˨jiR{vcAS+EfH]qa AG? `95&~JJn1xI*uFA(Z?=oE (7; =9] I\eFA6@y¹sXvIwЬ,Ò5 6(J1RrQ$]a~'pt"sz%{~څHsmk^mMIK%J^$5Β{q˪&})edr߅VA_SD*PJsɠ9mQ_1.x4_G_P9J3p0sK B7E+@JsIlB1k i(' ke`UX$Tg- EbЖ.I,oh^̪Gx&LGxcrԓ{~i:F\G5|>/?bݐ7{)YhrU@CbH[o>G9p@@JoNSއ@?~bŇen2B'o \h-iwm>+7jjWu2| Of| ́F䛒}y"IG{ô ^ Wu=!SJwFӧ5Hسt 郦|f!@\L N,6 tz],;>y4\_ʁ,1eEħ_^$%^68hQT*sB7?jgjst.V)Z)5,L>cbm9 u_s$}}R9 ކq nFF,LTCB5'3&pՇ/vkdES_L_u֛ l9<zU6:شcX]/=<=7jb{,̸!C)^Qr_!ߧp|[1h[Z%}1z/'CA2b~]]'gʗc_=sR:[\v(}oNIC|FJ~R5|jc@L<=h9޵C x>ȷ Mx%U;Q A#[u_)g D/>H,N(yc]\ŊKxCv8q(;^g!$XY'IIu>HC:?Б-VL SZTE4aȣA 6naP18;ׯ0 }|I8}e4/73_z5 mGx2͂'⋜"psS\𒬂5t Y)СZ^J]!:_E[z{Z,oЋEx9taռGP¯Yj ~R?)f$nyrtoZľ`i ȼI wSi[O7!ޣË(d0`e]L2j{J)ɖm=bPqW#0T:jn9Tm "M]Px%FGAcՔ,i9**z anx؎_4y%#_tƲˢ\vPC9`p$FC ½,wA<ȣ *w\ zoz$ ? SQʛˡBOXTK(T 訐Zo8 ~h! LM!?ǾXլ˷r܁D\|jFVz~n WjU& Hy 3);E̓l@ZI'.W e#ѥf't?{Eou_yRjHiz'QD?%[`}Dj-HڭDj,);yKG[9`HڛF<_33lDɐUj6n=[!4E~,yBlavQ qi}&(Y@gRxʖ\r 5Pfl$F#H]$l,H\+f̚dde,%Q5esdnyx2B/5o/iYƦYBn̨rO&IHŕ'#!XYD&.2ExlFT]|4pݳh{Mi2xJt$8ud`oG*~/tۧ*\ӫ2CS!Bi i,P=R^bl&aګ F#B\ziIn;3:@*x/Ѹi*cx. ?hw:)W<.rwhjd>/SBɹN*s8ΖfC7i\/Jm_lBy;_`fc78eqi`B ~AYXï:aA&~+"Ht@#á`4yyEZXh\o>jN"hkz~N;Nfr5o i!^h Z`"J  \N/p-*ώ /3 `U1E[[YZ$uѺļGCZN8>v !="S3 m7ʙ}m&5TX18\] &pl!wNZu)1UvW=*?c^E b/-~YmT_ucq;@E銨5o6Mȕ]'w ߒT)<<[)[ҙ;k"`J!ﲒ+R'$EQVmc1`ޙɕtbrÎ 5ʔES)h;^Z5U}Hel@鳻>bn#KER[;YB֍ J!it}L(V֌o<BoJ4Z0QUg>\_pZO&El ;N#bkgԦhÇQH18RzEIrQFaR UtO\ԓ_cfU-MCl|~*tj  -o66{vٰgKE+` Fq`K2'NzBuA\6Hޒ^ndKIzsX O돣 P܇-̗;bsfb1>|%i6Q0'K-B;N&<ϕi 2pr$+,_Q0(0-Ӭ3\ /@փTg׺ݚ3K/CN 2FXMNK瓾N']᳨z 6# bPNpxڅ*J^'r{.J3!r0DQt"mG qU`)d9Ns߲.U `ul1Ǒ.Q.('>V-s`k#Z`Eb(= w4{pawdytT(C  U}}nP:S^7D\CgK~SJv(W4mQE`>\0azUxp@YɑUh/M`,09Xp@_kB ic.UM}t&4'uee2ϡN.ٲm 4%_dd8r[qT}xlWs2BfG s7󾬜_{WDr5e( t2y>6feg**,*lG  mǗs{:a!5!<2**wU <>tmb5}-E,RaQ܄#A5L#޸9%x½ @YdDY/[MΞ&seq@ыD T-*h/:y~*K2zqo{B}"?,c3|\6 t_ gBv:NůtD`u*#Bnei!| : O -W0jݛdYdզJͱE, >G0RV?WZH!QـPOcm0.FouZě n@{Qˎ䟿&%G1n^àY=uוx ߔ+d $u`92"0˳Ɋ2C!0un1 {n>M_?:8i: akqIߺQ,vO˘q/ z?e0rJ1GPe⺜$ӊZ[2.G]-TZn@(1`d@Rٌ\|Wa+Ur ?2U#cr|XHrg*--WO,H$-!\^Li=mTb^ǟ. I <.qu(TO8%u\ዙ t@}( '}wE 4evn:|PKby.`&Y-fjY!!%.šgۻGc*ekJv\#"ȖBtV!u',)6%_&'#ЫH85;rx v~7=1 }6bGOfUODc)&rʰO̅ٗS@Μ5"=xoHv9Dj \X^j13 5_ü'敘x |Ά5bg;5Ek;>ZhOm̔Xkn/(aERv<v+2݃|!4aMIeOd9@Cc- Ӡ*t?kL̷GNꅨivͯ`{Ľ̵.]Uu?M!RXV?Xp88B'.-WڗwB-e W 98apiWx:JpdT.}M!k01wwc ܪ"O"X=*ܲ;u~>Q^ׂlv:L^k`&f ep' Y[ݝ41pDQl7зt?ޛ{*)iagaYT8[$]̷ܶ YZ