pcre2-utf32-10.23-8.fc26$>aVWQ.8o<;®J>?#?#d  3dh    .  @  d     0 ]  <n(8(9\(: d(>@G H I X Y $\ @ ] d ^ b!5d"+e"0f"3l"5t"L u"p v"w#< x#` y# ##Cpcre2-utf3210.238.fc26UTF-32 variant of PCRE2This is PCRE2 library working on UTF-32 strings.YCbuildvm-12.phx2.fedoraproject.orgFedora ProjectFedora ProjectBSDFedora ProjectDevelopment/Librarieshttp://www.pcre.org/linuxi686,a A큤A큤YCYCYCX|XX0YCVX|6ef66d110eb0500cb810785c3c8936489e31464badebaa9e9b053d1725270f740d8a8f83b4e6730e075033b37394ad18fa257462d5e43a28395856e2d6888be69bff2dae6a88e3528909c77e65710fcc7bd73ce0c9513a3dae13fc0813075e21d06d0e8eee3303302976dec64cff332331b7ccffdf28c38d8db8f01657d6f00799272c55f3dcfa07a8a7e15a5c1a33096e4727de74241d65fa049fccfdd595071121bbcdc920624f659a6874b4281b46bd6a0c2020dd0924e8eeaeda6d42f712libpcre2-32.so.0.5.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpcre2-10.23-8.fc26.src.rpmlibpcre2-32.so.0pcre2-utf32pcre2-utf32(x86-32)@@@@@@@@    @/sbin/ldconfig/sbin/ldconfiglibc.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)rtld(GNU_HASH)3.0.4-14.6.0-14.0-15.2-1pcre2(x86-32)10.21-44.13.0.1YC@Y@XXXg@X@XX@XX~@XwoXwoXk@XS@XJX!@X X`@X`@W#WE@Wu WgWQq@Vm@V2VwV=@VVV@V.VUy@U@UUhTUhTUHU@Petr Pisar - 10.23-8Petr Pisar - 10.23-7Petr Pisar - 10.23-6Petr Pisar - 10.23-5Petr Pisar - 10.23-4Petr Pisar - 10.23-3Petr Pisar - 10.23-2Petr Pisar - 10.23-1Fedora Release Engineering - 10.23-0.1.RC1.1Petr Pisar - 10.23-0.1.RC1Igor Gnatenko - 10.22-10.1Petr Pisar - 10.22-10Petr Pisar - 10.22-9Petr Pisar - 10.22-8Petr Pisar - 10.22-7Petr Pisar - 10.22-6Petr Pisar - 10.22-5Richard W.M. Jones <@redhat.com> - 10.22-4Petr Pisar - 10.22-3Petr Pisar - 10.22-2Petr Pisar - 10.22-1Petr Pisar - 10.22-0.1.RC1Petr Pisar - 10.21-6Petr Pisar - 10.21-5Petr Pisar - 10.21-4Petr Pisar - 10.21-3Petr Pisar - 10.21-2Fedora Release Engineering - 10.21-1.1Petr Pisar - 10.21-1Petr Pisar - 10.21-0.2.RC1Petr Pisar - 10.21-0.1.RC1Petr Pisar - 10.20-3Petr Pisar - 10.20-2Petr Pisar - 10.20-1Petr Pisar - 10.20-0.1.RC1Fedora Release Engineering - 10.10-3.1Marcin Juszkiewicz - 10.10-3Marcin Juszkiewicz - 10.10-2.1Petr Pisar - 10.10-2Petr Pisar - 10.10-1- Fix DFA matching a lookbehind assertion that has a zero-length branch (PCRE2 oss-fuzz issue 1859) - Fix returned offsets from regexec() when REG_STARTEND is used with starting offset greater than zero (upstream bug #2128)- Fix a pcre2test crash on multiple push statements (upstream bug #2109)- Fix CVE-2017-7186 in JIT mode (a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled) (bug #1434504) - Fix an incorrect cast in UTF validation (upstream bug #2090)- Fix DFA match for a possessively repeated character class (upstream bug #2086) - Use a memory allocator from the pattern if no context is supplied to pcre2_match()- Close serialization file in pcre2test after any error (upstream bug #2074) - Fix a memory leak in pcre2_serialize_decode() when the input is invalid (upstream bug #2075) - Fix a potential NULL dereference in pcre2_callout_enumerate() if called with a NULL pattern pointer when Unicode support is available (upstream bug #2076) - Fix 32-bit error buffer size bug in pcre2test (upstream bug #2079)- Fix an internal error for a forward reference in a lookbehind with PCRE2_ANCHORED (oss-fuzz bug #865) - Fix a pcre2test bug for global match with zero terminated subject (upstream bug #2063)- Handle memmory allocation failures in pcre2test tool - Fix CVE-2017-7186 (a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled) (upstream bug #2052)- 10.23 bump- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- 10.23-RC1 bump- Rebuild for readline 7.x- Fix an out-of-bound read in pcre2test tool within POSIX mode (upstream bug #2008)- Fix compiling a class with UCP and without UTF- Fix a crash when doing an extended substitution for \p, \P, or \X (upstream bug #1977) - Fix a crash in substitution if starting offest was specified beyond the subject end (upstream bug #1992)- Fix pcre2-config --libs-posix output (upstream bug #1924) - Fix a memory leak and a typo in a documentation (upstream bug #1973) - Fix a buffer overflow in partial match test for CRLF in an empty buffer (upstream bug #1975) - Fix a crash in pcre2test when displaying a wide character with a set locate (upstream bug #1976)- Fix faulty auto-anchoring patterns when .* is inside an assertion- Document assert capture limitation (upstream bug #1887) - Ignore offset modifier in pcre2test in POSIX mode (upstream bug #1898)- Disable the JIT on riscv64.- Fix displaying a callout position in pcretest output with an escape sequence greater than \x{ff} - Fix pcrepattern(3) documentation - Fix miscopmilation of conditionals when a group name start with "R" (upstream bug #1873) - Fix internal option documentation in pcre2pattern(3) (upstream bug #1875) - Fix optimization bugs for patterns starting with lookaheads (upstream bug #1882)- Fix matching characters above 255 when a negative character type was used without enabled UCP in a positive class (upstream bug #1866)- 10.22 bump- 10.22-RC1 bump - libpcre2-posix library changed ABI - Fix register overwite in JIT when SSE2 acceleration is enabled - Correct pcre2unicode(3) documentation- Fix repeated pcregrep output if -o with -M options were used and the match extended over a line boundary (upstream bug #1848)- Fix a race in JIT locking condition - Fix an ovector check in JIT test program - Enable JIT in the pcre2grep tool- Ship README in devel as it covers API and build, not general info - Move UTF-16 and UTF-32 libraries into pcre-ut16 and pcre-32 subpackages- Fix a typo in pcre2_study()- Report unmatched closing parantheses properly - Fix pcre2test for expressions with a callout inside a look-behind assertion (upstream bug #1783) - Fix CVE-2016-3191 (workspace overflow for (*ACCEPT) with deeply nested parentheses) (upstream bug #1791)- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- 10.21 bump- Adapt a test to French locale on RHEL- 10.21-RC1 bump- Fix compiling patterns with PCRE2_NO_AUTO_CAPTURE (upstream bug #1704)- Fix compiling classes with a negative escape and a property escape (upstream bug #1697) - Fix integer overflow for patterns whose minimum matching length is large (upstream bug #1699)- 10.20 bump- 10.20-RC1 bump - Replace dependency on glibc-headers with gcc (bug #1230479) - Preserve soname- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- fixed Release field- Backport fix for AArch64- Package pcre2demo.c as a documentation for pcre2-devel- PCRE2 library packaged/sbin/ldconfig/sbin/ldconfig 10.23-8.fc2610.23-8.fc26libpcre2-32.so.0libpcre2-32.so.0.5.0pcre2-utf32AUTHORSChangeLogNEWSpcre2-utf32COPYINGLICENCE/usr/lib//usr/share/doc//usr/share/doc/pcre2-utf32//usr/share/licenses//usr/share/licenses/pcre2-utf32/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tablesdrpmxz2i686-redhat-linux-gnuELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=76ec7d0f27834a40aa0f1ab4f2043407d3d1be51, strippeddirectoryASCII text PR RRRRRRRR utf-8?7zXZ !#,\96]"k%nM/N{GkO*Q:X ?#VI;Dh"V%y %$` 瓲CĆ}^כ6hM;i bUtTKm;#Zd2 h6"Ьnb%Qu=wS9Xj:F b!f,RAヲeocR߲⑎cWY#ߝ]Nml3)hU9nFkH \[ 3Xֹ"9j  ?fb\K20&~+4+^yK$ X0蠦oϩӢd=`2ɆP)Ȟ껥[R3rLm^C%F&6+TwU+&܊r[i~`>!MZشsyv#f;6$$fQ^#Xg5WRuO^&cvE^AܔEd 푫ĪxӮo2z& f\RoY1gX6(qS\rԜCLOȁt+rVնtyC|u>n[0_TY͇Ҧ܎x"ϩ) +[R?ZsU5&yb?ڹ&l4;i֎jj,srkda$}m ej"ܭmh9oDNn|(7&F]y|h$ԮXitA2ڰC,zχ׏%RS5/4{{AoMo'ts2'/QԖb^mX׿POx%[ <@i_(#![$t8ct=4uEӘP ,[s,c+toTi)<2gDv[O}ĉeTu2'b_q9).@Sc"L,e=`[a޲760fń͒ҟ F7{3e> '_UzZ]s<_#ts{%/ #Ql۴[j#ә]@PSPC(ӝsˇöiu3z0p+ACaGuB7h+'r.#뫤7$B[~4LVxz\3U̗{ǰ{liE-}JAõ2ۆ3-8lQJqe4W&G.rгh-h[;U s]ׄ=&Zi.ĐpS&V ۄ aYB)'۱YχRjQCJɗe>ţX2Tk2'Ê@݊1t;s`E1-,[ty8@OA~BW܂8-{Q`X?gTFTU!s`ʜUpWJl 5@:(\z4gXѣ۬,03FRۡ^rݞTWr#OK/va҄'yUhsds_U \y4G}{vΒs^|F̜@cj^):ExwRۿ|a^K§ܻCXЙnޤn,[v~l\&5zS8S w_*SdިhXlOqυȳk-f-}LMi 'nUIrԟSRaR+ yhqYRV;&U GkV٭= վ. fv`#Wean%&>QsVH 6& 0hMY=YRu.deAт$ A[ڣ]i72Dž~/|U±rAyë:zĦ ׆e#RrETPh$Z'u [d,I) qv\BPyTZzb]9V5ti4'X|n6[} W1:pHM{ߣx8[%ӲV bEelÃϭᄆ8bKS8cYFR#f{ƻ}^.%s&t=Y?)T Cf.adzUIk푼^7Fd}=C`#{zU!9yfa'"Vm_G3yyar6ga05+? yԚIxNKOrWX^NCͮ-!M`>.ƨ)v W$[<8ͼ cErIy_M@LU^©:RuJD@]/K@@UGrԅdfts |WxJ)JsXm\1 [z\~0OoD-欦)'0{8c  JFg9J73#;TXaߧY4Fp8_/ɫ:*Y+86?;~nPa8y= .N8-ÿpw0^K$L#ACX @nU&V;1}N0n%r5FpSYhZ pPVT#:eh {<0/C 1;vR^P^mxjrX 0}4R|٤ a~sYю]YW4`ԮfmѮ_&rAMtM?u\O0hUQ!5%/J2b`,6Sk"g}cSE ' F *f\}ZA>͕ "h5Ԣ)\`չ S% ^bV74G4'D9%~%;`*I*+e)4PGrНC)e4 |ַI9H#N4# NQy'xv|Vtfbqo9|Aϱ1\$?87ن.L灔^to0Du?5Ov+%=KHu;jOp,5vQeyFߎ%󘡍2^~@ EoY]Fl= "YR'GϿ-ēT&_ PՁ@:]Mjj.򚷉UpY=*Ccvq/Bw'-n/T`pwڣ6$ qseԎ C^E2*}_ȹRKzߩɈ(8 6^˝Sᤘ>E.y|O\V:m!(~ԪpBMZ~n]Q`Gq_P?E+Ԟr)E%1cƣ}ngvEܜ33qX5A+2e:Jq,^,VJ+ n9Uj"R$KcE aCbe: Km`TB>NCMZ7]a,;YɆU] t_24<8x.eLTJGn~[Mqlfe Rm o:ry2$npJ=jD2EKb qa *Sn!~GߘI hm CQmh6?fڕU_Gv.q_s8hQ4ߦ34 HjƏ>"ycv̴ru@C+v`fR#P+jڣ*]x,c;1a"eRPQA{rGUj^ /"#^݇|6:e DD5^Ŗ MQ7ctVL,co)³E1;)cR> D~.Ljp*>K_9:>UWÔ̧ +azxk["P~ʘlzMtLK}r+]d1.\D}ΆuumeķTi(Wa0Cep43u5vDQɘUnA'T7 ͶAPxpбE0d(?@]Y f.1ox$|p/pGPq+l@ Qg$'QͮIPFSgܭCD51IJuu )(uͲ $'*QVFAٔ٪nb\b@3UY&"LGN+⬠ް@,^kϹ`H=3QSx&AڒϹ< *1YhFxIfnl]ם&Uwy?K3R<fKʫ}5Zk]eki^yBհqjcGtέlxtźYIp=ډU ~gϴ1M (6Fv-Q'Uq>-]+Wq' %cmdrVkaI⣻iYMtq$,'//rW}OOFO:%jPviɰua4-7 +d<6X`P/JQd~}V?%Yj2ubϨ>^^Y $0ڮ\-W 3V| VƣGs9 VEnE2 wx}CHi;\( ɳRh0r@SPE>>}XY*vc{\3B?xr]Dx:<_ zW-kY,dмy]>(ᒯFZ4F%ÜR?Vp ϡQcDhnSz, `nm=\L^^rtmvNxL8J_v82M'C&,*sl c\~H-t /^eT[lKPYe#!t?XSI:x 'eΛҝ& Wr zRU5^B'[`axe%ҁAFթ|A\' q*b(=6<7V?/YcgF)G%3nu|Il|oSlh%Q evGO¬ZTLD(=_.b/8pW_#XlWk :Zw[@Ŗ83yW$G5lQu)2=} tKYlHt ۚ[(BN7g1Ӟ~~ C&dAN 59J ;4}HxQ%4= =pQy@Nܽ?!(F eD$$ X3 2Shr kTơ&Ԗ Rxp?Wa(_8IZ9,5wjƉw9ZfaͨkmA2UEdM=׼8 u5IΗj`VCL#u[ D ?֖˹f$hԞglIfAfyh tX^[]~|xͨw>`,> #;c^< v[{?b]BH)K d8jpNgof|p<Q)/`61P="K7x5ps*z ~q[%źqW+G@b;<@ͦtT~A‘]6 \8ů+4 M=0䛹zȐRA% *vcLQ:ʊ؎_C"#KjT8g: Z1vrZԡzst[+ԎTS,k~ DnȺzC{dnyÂ`F'WfQ_e 糑+@g"ڧ߬V <)l&l*Y~KF8@h]wu >( ~stKxhhzr Lg9G'U]B#fLP%ADHgCx T xB:F*f%9c@i:Hsw]20 r_j&H%޶˴UdžKч-osM*8m76,p:zi/^Ehn08^[kȏ4^m}%~ʻ |UuH#~㵫Y~pݧ;a,Hq&Ҷ{6't0I5DNEAep Cf΅$OE0$Dz1f'Lţ NjXaBT e>J(*D?farhn Λ{C찏J^ zrYAh&ራͻ YE7&ޑ4w[.#)(Α:fфw}AI$!N >[JTz#T6lV2U61W8,ⱔW)oPUum͖Uڤ3+١cy6 fj=}P4I˜Ybu~L,PA͜yjGuP?{!i/{2B250r5H@sN2{;E:ǀ]E5iMO j.ՌrDDݜ.vm3ZP::;*j|ٛ}$zBқh kZG- ϝ{pMǸjo+J ZP\Kfo=$L>=r찕M enCDҨOZ^yvc{  JN&_i{Zq<]Q n0Am9CibL!kvs|-=U4K8>c+SEƺK:9tq+!A*T:(E=Czj-MQAI >o!OqȚYԌ;d~)CZg|/j~A)6ŰXz|Y!^ùM*5A%V"jL<^zѡ!'Mx2T@ 0nx9%8Ԗdӫ.)(n$rC|8924#rj%tΫ\,qdx][qWJ~=@0 u  aKo܎6!?!dF!-@tBkM[ h>zSh>jb?qJkP82þJ+yMhsF /U!la'K2 X|+Y?t|F[O_JP]ukH/|x3*dPj 73x K3i#!`*wת .15j/-dH hiܱKՋu- fz^}>hK%=O9Rʈ8YyAТlOXW*R>1Ӫ?j]N饜Kd[< fC sCfVJj܅v:\9G O-fxNeB/_99'TPhy==qXˀ—bZ)6v`1A-R6+Ğ]D*էηԂȯc Vޭ(O1}E Dw1 FWĝZn~CO˪dD.>ݜ GgpFi1+H>=~%gm'@%4c,Pp+xuF;y[kfI{Y*p~g&_7<ic$5T^R&+ "A'J}U\oL,kP'p' BzDIm0XF9KJ!zJfa+_S;k^ QŅ菅{0!X]m_22_w aWB&Cُv&"vD?iQ~陪q:΢z+0K>M ɘ.XN}oK :'1P+=V ?g99~+k6X \HD]TI:=؞E۱ @~V:[ 2nθ9׮?:_'7-{沜 RU#EZʸpy嵲dEJ6>SwCw7cyP*d:tmۥ⣘11K7QZ}w6`eHaK7QE{ cQCŢ/}U74C%XLOj)ˆ;6];3[n¼햦Vu~+ֵZV7{SwOxa5)U)l-O*@bZo/v r(7"S"wv sN\vE;I hN]Z;<ޖkGR98_ FJ -}stx oC1 DZ2U'JVŢ|\(;<D^]1,_wMÌY'(Ɣ t6}TšGSv 8y>f6 }*8X^}VݪB}_V!VBzCE6A[HWV ho`Cmi5?Kfϟ~ M` 5Qt޴޵Ll6Xt>C*G|QzϳIMo#>tp.cxb̻L6$by{KZٻ'cLG9Mcvr&alUM4XrD œQ`+&aC2Ku VJ \3lӍ,QRM ۟\pxyq:]P^Vhut#U:v_.T`dk!fV#oZƜlaK1[/ 5i*M`:\M!~]c՘KmևL|EAJ&Vc2+gB(ȉ7KH#Mwp.Sd[HOz懋g"qY> ޒE!n)X#c~ $v,'U㿪ޮoWut"XaZ $wa:XWlpw*-D2EyP9Pvu\md"DpP+r=*aUOh7>֑9icLnJ 5ոHض r3vI(0 m>+YH5ZX9顇6;əƳ;j:6ZEXno >x2Y.`GQTvZ:!nRhzzIcoqC/~@JjwJlъ<1ulL@hCؔ&-y }2GC8dE%sy5r%,gSU`&dL :3nò]:SpW}ZJ<'T*&2bO(c8VjcnwEJ"ntG9vi Lٖ1[:_OjHʒqB{>[U%į)bV)Sg\5\f KL?܊ %gwdI{'Asa RS,h]zk Ʌ/pP[>4IPUJ@Z@og6٥ ܡ(mIsF39q$d$@]{۾*Y)W".Ps^ȟGlWKlj0@#@n.X]ڵWmY$viL%k6󞻪œƄ7H)%NSo@$Pad0R.p7EV~M3e|3t5=I KG2XOqGUs]va0*_fъ&\nݓ;6j F m?em75p+DӎSIzuy niHwm1O8fh%ƿ^E<9PшD?Vjӵ`\-q5[ 5ȺsO 33jfuא9ѓ\ڿ{FY9zB@G?cݫɀxs][> n՚`ޥUlWtq^|f4ٿC]hNƨЦڰ_*R[ꫨ7[wY@9vBh]{f)\A-q,iYorw8)u>(ӧm*zp9lk+KMŦEdEnY^sqm$C4רrҹZQ YZ