pcre2-10.23-8.fc26$>n._?#`&S><)>?).d  @<@dhw      0  \  '  \    @x ( "8 ,(9 (:(>$@$$G$4 H$` I$ X$Y$\$ ]$ ^%sb%d&e&f&l&t& u' v'Dw( x( y()$)(Cpcre210.238.fc26Perl-compatible regular expression libraryPCRE2 is a re-working of the original PCRE (Perl-compatible regular expression) library to provide an entirely new API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the 32-bit library, which processes strings of 32-bit values. There are no C++ wrappers. This package provides support for strings in 8-bit and UTF-8 encodings. Install pcre2-utf16 or pcre2-utf32 packages for the other ones. The distribution does contain a set of C wrapper functions for the 8-bit library that are based on the POSIX regular expression API (see the pcre2posix man page). These can be found in a library called libpcre2posix. Note that this just provides a POSIX calling interface to PCRE2; the regular expressions themselves still follow Perl syntax and semantics. The POSIX API is restricted, and does not give full access to all of PCRE2's facilities.YCbuildvm-12.phx2.fedoraproject.org Fedora ProjectFedora ProjectBSDFedora ProjectSystem Environment/Librarieshttp://www.pcre.org/linuxi686(0,a A큤A큤YCYCYCYCYCX|XX0YCVX|1a81a3c94e334075b1b1db32a62802165b140095c2b6332a65e1cc3391401ef1ddd488e1298dc6ee7399d8b2af1d5b57e4c9a074d63ab95b4a8e878ed32826e20d8a8f83b4e6730e075033b37394ad18fa257462d5e43a28395856e2d6888be69bff2dae6a88e3528909c77e65710fcc7bd73ce0c9513a3dae13fc0813075e21d06d0e8eee3303302976dec64cff332331b7ccffdf28c38d8db8f01657d6f00799272c55f3dcfa07a8a7e15a5c1a33096e4727de74241d65fa049fccfdd595071121bbcdc920624f659a6874b4281b46bd6a0c2020dd0924e8eeaeda6d42f712libpcre2-8.so.0.5.0libpcre2-posix.so.1.0.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpcre2-10.23-8.fc26.src.rpmlibpcre2-8.so.0libpcre2-posix.so.1pcre2pcre2(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)libpcre2-8.so.0libpthread.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-14.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-8.so.0libpcre2-8.so.0.5.0libpcre2-posix.so.1libpcre2-posix.so.1.0.1pcre2AUTHORSChangeLogNEWSpcre2COPYINGLICENCE/usr/lib//usr/share/doc//usr/share/doc/pcre2//usr/share/licenses//usr/share/licenses/pcre2/-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]=a9509e4fabd1403933b307f27aeab9a388e0e1f9, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=710d02f7d28509ebfa58d2fbb7bcd53eab4d8c01, strippeddirectoryASCII text PR RRRRRR RRPRRRRRR RRutf-8?@7zXZ !#,at@]"k%UN/Q\dqbX}ɴv[h+#!Jhje 4Qߍ+HҠNcCEiNa"d ;tosH#yZ:P' d"a ȵ/ ȉ¼VlΤR1Braf+j)f\ĻR3Y(,:;Is $!0-QtB): W_cOe|3{P-Uxu.j[tgeT>;Ӹ%VT3VK 5ocR&eZD[XG yY8eWc.4q2^Kkߩ.󃜆/J`I(fNIb\T0tGUѮ|k68FuVNxzv0c?!_MDya";4b?9)Cn@3p_L9ޘ PRR٥Lsy=ʧ4k^FBMdQdv]cGf\l1anjKϸ ~Pp& SBF;ȿגK1V%S]~c V:dqW]ARlX-MPN(eia[CUU5(\Nq}l;>k7B2$m%کmCY @_ו"e@'[AjR?䊫>sVFpTwcnrymۇm{7~5_l?g\cZEkQA am-7 ~b@ndK Ĉ|LEf'==6z^~z Z1Es:h GW EIL{0:eX0:a~}J{+9:R,v7l[lsdOCZ\JȪ@;m&rKިuImRwT굍޲iO46]# ӌg'uj%6]Ap=Q $/2VfH4lW>[`^P8sQb0ѳoTyt׍F9Aݣ/(mX6rmrem?1|=N%YUZ: qfc%RU XZϘrp9vN&p=o^\u-m?;&?kdEx>P2=_>!Bܰ,]L&X@AFA>4{S/ANG4ag2XC!7dw %y2ѣTؖ V5pߢg 9 W݀?wc'CuZ-Z W6EE΍z=]YDSФ>#LNN}x3 zyJһ?pUt*,9U2$BWQ~ ZQ9]FTc1:I%%X8E-]h8[LsH N Ej.b TC a_SUoQ$% Jă{U\Z640N \n|| :j j[#p(Ũ_ [陯aM8 \8TFat9QӨ6_ ^x"u:7 ˆz,=) MPwWn j* kt1;c#ةlJ$])wjɫ.p;uBk/.ko3 u=j\ Fn_I=FQ 1yfJNܿock<:k*K('Ya8m x<O`5ZF"XF S@4E{)r _ѩ.+c~]fU29/v6tp*]E/9ݣ|^[hR;(=Ȇ1_eF7)v@?ݧaJ WX?j9[Ôo{?,aNJƞVK Xs@ }lbX,uꄽ ΁@`?`.~MrK1ݸjE3dh LD3 5ﹾЄõ Ga-Ou( h|>K|nG>ѳLv Z Er*f-8F? ?\lL1u4aFg aRrCЕ #ꘒfX@x٠X)g}>!wkPo Kk3D(Tԉ==L A(cOK!5v9~su^DX:[`&J ʫģ>gu:ɔV(瀢+ Es'Su [xy ǔy5- y\ (=\Ct=]~yEb$ 1j43EUg01r$'s&ĬlmC=4;5@&\ηB8Dl Mr&$z>* }*쏎c #Lq/UUCOf2 caٍ+%t:I*h2u0ˎp)Z$RE:) #mmSk]{p0:i־'_′x YO-Ϳ0h>f]YI}c0W9dkk $5aV+lΔ;*U[͘:= 'a-=Jκ"WCgV{e;K V"1Ƅն9-zIN~@Ѥ_q:Y4 ~T#9u *T^Q+"_Xܝ F!(6YG7LIlFƘ?:+R+*]  3yv] |[B.)piR#ܼ <կϋ9Pٖ;oVźv8'9`6̏KGaN-@Ʋ^ZA5GieO"e|8h[T>cFL,fx,9ݴ+8{&L}FԴ7;(aLz9b?؛Q`Pڠo3=Om+i`9I{} ĵ&6$aTyYK[`,u3-j,t7tk j*]e`-)aF N23bY,3 AˁzNA7&.A64}ThV/4 LIHCnd4s/U3Sst{0fa~~Eq71 G" )}'{aK7|AͰaJp Aa=v)F9WϜxJpZZ {C?3i,0SD4R@]6mn01{l .Y; n{kG2>``F`|~ȂU *TV%; j~˯= I PL!䯑+r:lB ^*醮< *(N+8>,%!޹B^-,IsOٺ` 8B+ w~/7N5˴B lvrY 3r&y):55blL"#'Y2*'M[D7NG(gfdx@dwCRVûW˻ޤ^ 0xxDJt)+=bi&%u'L/@y7ķLteƻU(masG@ '[x\.jV@ųCPy󷛱N`(4oe'Tti`,Qy{+S0!g}Qj %u6@dehUQubf޷?byJřX,5 SĹA-*͕F=OU/{ KEԩW*ăr|C\F`%#l`dorqPYX!&ME8%hI$`t~%:bM!LW@\._a6>,$ 8R{< ^UlI~a\ʀR0€a,4`Q[Fxl0f2hsB2ϯc^ig8@b>NnDoj@1yAZ5Y`zF-}B­8_=c|cGapW0akڭxۂAh++l*Ҫj)!tȂ sT˜awҶMɆyU Jw6Gd׵xNSV\;(&)}/ [XYʡLKb%# .dDmT/`[wZQQW-VrXO2MWă2Ћã;Woٵ[6@"3\ے#B@C9A QDLbOW~h ]uTSwƀSt9sGVMɪ'?5Z (wL"΃S|l@:{!T0u~N+@f;˦יF .(WH=/G2I;45>ǿU+JaNs[2Pd >gNƉje+i>Ԅ(3]F IX9;J=#%$04L \0cmWҷ>g[ \ ~A?">1neo5reY9;42{R~Ż ![\\>yT2+J0TAMEܗ]JY;z{l=C@ȍ\U_raCX,$͑x'% 3l8EW&:V\D'G o9 i;˅svC~*s9rtnURe*`{w̭3 ﲜ=7e4dHt h^EVE)u;Rd٤0U!L,ZO\Ek)%I+;x*2jLAٟ`(\fߨꔰ@Odnvܟ.qcũz`4" u9l0.rmV&O'ֈPs߶<?sMo0C0j؋ԫ&GJIMM%䧣azV/~΁^@Ax Qj`&d>_Ny`|;a h1@揰0쯦erVOi6M, gD+y rejnσ &r$M%C%15Xi+xjTͪNcǖ Y6X Ϳ 㱳kVO)l!w`\~gűNuEd1=5Gj(W>rna𢎎TMQz<; TD/ID + ӵd [[]Ű6tggJ2O / P_ moU0<zI>j%.ωS$~!g{$N­jˤɨ?'g͓0J:~ӮYz [O8JKWh 譕 &s犖uAi:m 8VF݅pK z[zT%nY.҅^ibA"*wFrʡI蕔;ItwWkLm7<5R-^ ީy:Z=%0" jᄁsvF]_ub,^fuCKzhݽ_cDۏRq<^k;$,,KkybV@Gq?ax >wVgu(cc )U7f]Ú?շu^4<\D=Έg^{>OS'**/`J=1ƒ]13Ћ Ou&0VYe{[`3O_4p߈ŚU8~_/HTETe?m?L"3a։`۬v{.g9_G>% jG[P-Yi\}˶opQ]wSGI !jt2(m&Ձ}ӲޣZ)Ry#PR&e\ZDȂ-S  w:Qҵ5S=Һ?Ry×?iE+b2yUT*5k++:j{?vJ'CUXjӐ3 I(ܠ2jbܞiFC:"\+ \.S}2J7R6v7lP"1>3AZGz~q-س1;n̋XBBC @KFf9;p\Q:oKͼ羘CeDҨozaf~u?z f7FDUǂpG;@{GWdٛx*ifCt:ȋd81]zY½tw)ᘫ1%d](H`K]:c8$:+NG)^H- Gͥ ti}rfizoTPn"!B~sپRϙCjgEQ R4 (ny㨌+˔(µ_HI8( ig1ץT[5~Y'R$aleM}!1"?hjm̥*TbZmpAt_<8M˧Ԏ{d&EI.ѹ8l|]_ճᤄ9ONSyV}&F}4An] ?1r?.^٨C`K&X}7FV l4PLb`*Vj~Xͷ#D@5[IiIl/y-j:cČ͉)D$TW{Xe$ֺؠZ/R΄3HL0Ά$l1+av?$d8T&nvy?JMY-Iۦ^lP9vz|K,5}L|+'ugإ]g_eK.e^ 4S5wш _,r&?IoV}>3jYcV%Қ(,dm_Ȑ *jfK*#}Kx#UuaH)_#Ws6E,h,.WYB|>XpcPFK(|61 j3Mɘ t4$JIt7fN?TM ,.:Vyny iDb?޻L8Ffg"aJVdW[~0&O4zY*ٿ⻫}A\v8#/yL|T-sZ=]5f(Ev(bG^h8U+B]^笪+6&19Ya|h$u|єC&+m̰ؑ;}q 陘j?Ig/Q!I[$4;c8XvNr|xҒTm!L*rAp}'Is'ct_% Mo^4,E•Exدҍc8+)]]Y}*V~}D#e{Iȥl ?_Ԯ屠AxJizE uEv鸖ˣ"[|P48.?!_!j6׮O b/#S&} ߍ#v,JP !fl̇OX>3D7$"|z;|5KN?mT=߱V7 VފDuM仠G9n f_Ji"ܖZt~z>|!>j9X"ߢ:߰HA#k6QEumI^Z(n9]6W*DŽ]Uq蜚S'Wa䶽פpPʦ(ѺOV uPNI#[ȫ^+uNT1$榪DXKʏ;2E<#9%g/hQvT,QqZ?DzwM -LN E#6.Xv|8Zl&KGH1 -SI xBxiLÙi Sm4e3[ėv^} K .~`j%xeƘi@#rYUl];[yes< M{n( uVϊ=&Rˇ(5M-;G; !6D/"(!V2Ǖ$gDwoRߢc׻.i $UDMY3k[|Be?HT-7џo]xRwLT%q?9dgILޤ0I^P9}$@kc>YGp̓guվplpOSװ8^ U!K< lP{lծg_0м Σ+\|^zt+AI&sE3{/5"C,!b(rryr_6re?dH+9yG=iެ#5hN]:d3_TUN6O|, D'ͮ씄pzKMnC/VsSlZk w2E+A}lY^QO $<)jNbzDFJ{jyDգ2U< Y% #j kp:E||V\y 넧!!{zsLH3A4<s:Y)a &~>i فE'M{B&Dy]ApF& k*03{k s<͇}Iz󑩠]="z41u )#D-5#r]qCe!eV3 Nˌ!d뗠0qDzOO}HHƯG›P+c*ch1xvX$ֈ^BǠ}RNoG%RQ/;e‚U/MQ󵃇 ;J^zAdoxGrձJ{X=2Zyli.Ǝv- Ȇ+Y 1Al`!fd?,d *H"bhʼ~ݹڌ gloƿ{)BpK$@fc3ÚUC =47dI\蠁l-ʑ/n)ֆʗjɸݒc@ &Y1Pr (/g$CbYC 70#?]ցtƠ%a^3 W`m1D =Lܮx]9\ȑH}}DžvcV8)r ߀_6^5\;ɈPߪ)%Wl®v1z:y{tDo2?8(1F0)9ҩGGQr$s#n KO[4nΛ6EAW#3W>N@h$7 |dk @7Y i)n^9ZQ-li%} 8!V/xy]:uls42xV8{sd͍ϫHdx?sY묀%Lb Y> Q`) \J=iaJ?^B|4(|q@ uE s/۫&Gpm7t^0:i +hxu{) ' kcҳqPk黧3:n[qVJoWf$ߛ/GIsᡠ2֛D7_X]kå|li vXAq|-f'Hҕy/!SrVjp6h R4N3*t}60)ѱS`(BhAQ`s?Q{ #.Yپű%'7gƟT7}| wpU̻g䊦rrD'X8SQ9~;a31]J/-|l'X{ə#GyL;+ E "c CWylOn]=>Iߣaؙ:T~Q&XI-% $|ֿXnJ{ThTMvے0C oTE:I<ҟx$ncVH v.Jn֔Da 2 zZC=)9IԵ16{%Bjʅؒ&|ُ!>(TWTMq fEEIYtشڔva>YmN=cg|JHIԻDb{p )Jd~5իqf˾N{Hy5u,y< W|<156(gIAa{&_qXzSpuE-? A^LAѥGm4RA_<R#zA*=DςGg2\ S3; 7HrħY8Fae DF^3fͱx-nأ9~VzQU@\dB~I D[?ڝe9fa ?bmQO!)\r~*˹c" *03Du=X6w.)֠#!Ͱ$މ#g?ߙ uwRNuk*0>bNX6·!#`?.aGcfYr|#z0Hд<a(nb+50Z x3*s:a`pomWE|hWLȍ*֚@Kaɿwg8W90m#Fdƙ Thf(ZYKh,ʥA:͎T:lzx"l&=ټ"@p-#]IIը|dxxC)FYCK E*Ta;w qEFZȍ T*^%w"I̩5M&r|5^RҦJPJ6[ITy:R/hVfRz Rd&,&`6dP쾳.* n[s(Lz&B ,svHL6*)Fׁ ʧ{r5^W^#{ϫFV>5p%NaImP5 YZ