libpcre2-posix2-10.39-150400.4.6.1 >  A bйp9|!?L(DS&ՌXqY!{WMNg2B2UXiU^TGy nsuCpɞ@eesYJ]b;.'̸]"f$%-=c,L:Ja HJX翃+u'EaQJnH =;1_;lO U4uO45Xf u_?rNCPh?jQLkniͶwe'EYޑc{.&.7|:lv0e)w-A[U{[ wW.KqotPY Oޖ-x;&0>p@B?Ad % Wx|  0 8 @ P  (L\   (8 !9!:!>>8@>GF>VG>lH>|I>X>Y>\>]>^?b?^c@d@e@f@l@u@v@wA\xAlyA|zAAAAAClibpcre2-posix210.39150400.4.6.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. pcre2-posix provides a POSIX-compatible API to the PCRE2 engine.bcibs-arm-3ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.pcre.orglinuxaarch64 A큤bBbCbba.L97764cc83cc032b7d0d38cd36c291640778091b3439f9df846791c472e606fb515bc778a1f7e1f857d57abab4181749a06ad1d1f9420d5c9e3c23ef8c991b025libpcre2-posix.so.2.0.4rootrootrootrootrootrootrootrootpcre2-10.39-150400.4.6.1.src.rpmlibpcre2-posix.so.2()(64bit)libpcre2-posix2libpcre2-posix2(aarch-64)@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpcre2-8.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3b@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" tag/sbin/ldconfig/sbin/ldconfigibs-arm-3 165831075510.39-150400.4.6.110.39-150400.4.6.1libpcre2-posix.so.2libpcre2-posix.so.2.0.4libpcre2-posix2LICENCE/usr/lib64//usr/share/licenses//usr/share/licenses/libpcre2-posix2/-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:25154/SUSE_SLE-15-SP4_Update/8b178ff001f4ee4d15463fe0924cd616-pcre2.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=169f23209f40c89a856b97e0e54ce78d9e163462, strippeddirectoryASCII textPRRRRRƖrC q$ utf-85b0adb15f54da93dd16fc2251c4320c46ac3a19ca558bb423482dce58405421f?7zXZ !t//B] cr$x#FsG-=䁟)fQ~SނidJ9{2ZK2ؿ1UE5w]gEοYׯa ܥի# 6>p)@/!%c@z 9&31ʊU09ʮ3v$! w?ÛG/i=Cw׃krX=dz}Lob Xğ҆1W xثڹ-NIOmgV}tRz5$6eTߘ\3"pfeofI{P%WJ:f>Q}1ԺK,r'$0ڛ dVArwgM& qzb.&̓g^x12o.0+ţSJ18l[ Mz z^\x }<赪gx)u:_5l \(TX_%ٜ:UDaE A'=A5,0=ڍqpqq}+1a'/.UEPP9^(U9$ɤ=̙h Q^ؐXGdpM<`KOJCT7c*s&HRr&=Il(d8}FȊͩqҒR0|6JNƣ$qZ.HNJs-Q8*GS*Zqz${<)lbVǛ*HM&#"^VE;8dNOXK;s\״2}˩RR-K?EGޜn5R˦ yOPQ- ]R r,mg LkvY,NHD_e}/ F6Ɍ^§mwdǐ?ڨ6Cj}/_?nϟHmr[rZՐ^>TQUX N`T &mPtaW;ա?aT˄8 ##.<ʕS$y0V󴠁f'71(S o$DgeY:ƍ}D[ԉR%5(ݑRp%E^Ek)Ai<X#I:KJ2𙯕8ҁB$PХi\s2.|vS"wOg/z/~hcpc̘ cJBql![u(0WG*st7 4y[]6X] WG6Ç&..7w!Ia_V=f R0$.3$^26FExfg5s6>%\9>_6RA(q+e<{OwQ󯇠m Ѿ, #3#9w7_ǒkzQȒFz&73=DtuFu MRFdXɯdBgp3 yB]-wf&~yBw#{<@<>Ui1K(Gݿ3prڭfAE]܌UB[Β M)etZ0]Gk{jVh[Js1bD5ߊQ,Fw4a~ L4P޷52݊Z> F歃7`mn':݅-'X/ *Vʔ|e1INl;&[D *|"?f"; bﴆF͵`Mc&ADZSyJ Ov)5_y3n57&~1{ v ZXJ+6KNRO(NS^f?)fr#W2pĻ0ۮwq6BMWϜ O= \~:SxX [wQ[vѨ ^.r+E$JM6IHs?N#>X,9HQ$$3vۗAxt~qaȻ U׊b18Z>X]NԀ7KW[LF*b/ U{  *,>ʔ %"*7\KݿK%ʘu~!.Tmih乒sf&Jyq{p<؛TP1:xʎ]M×N3"0@`IiИ,OugckD..~RhbA)0)K>u¶(?/Ћ4<1ñAw$'xH왤^>\d=Υxm>1XQ/3'9 L+NMщs"o$EZv흆%Bpj3G*Tz!%5x. {5&%sUid=sT&{C8ۜC(KpH x4G-Rk U/*Nmg dӶ"+/浃 2Z@!0F#) -1h6R4e(+Pڳ cMq^b=V*mݹv FO]i[ȓm gf{6Z+LB_{g<-ꀓ 6Nd!vJ &ۺl ԗ/(-F}|=qtPWUG8gO4[>\=߁+fFu\I 5QEkeЋ tNRXsLn̙T}Lm2E&0Un 3q=e=JL| " _ !Vz}inrp1.?]干d` =}PY85v>^sլfku`AF_l߻uҰSpXIph܈DnJ#3dpm]2f털i<6H,'T۹%tt4-.+ZGWʰ $I0݀S*&cIlRKMjX&ܺG:?FstfivF# nJI7EXZ9ir ՂP/P7eeH6r*A{Y)½waT'ao4?7À{ t1@IpqvipuBު3qy% $o2x76:mA~,|5ϒwz!0#'ww-66 "9,J,JT.9kE$n F~,UE+~S;^Y$yy$]K_6 F1oCOjc0970+e=Y!B O),1JDF`-U@*WvWԇ*_U[_+q"Ơ9Wd7os!`]j )Ъ]fbR>r$hDN>#r0psنkS͙^U<_lͷ!og3֋$pk8Q9~2*Pdm&]2Wd\$z$:QpMN)#Z\U}b&_ YZ