libonig4-6.7.0-150000.3.3.1<>,gc ~ap9|dSȉ ofգR2"'_MHA!Pk8"2s 5>ws{2vXk\iD |PIi\I vdGGmaς, ;U/IQ+)oԞ?(Gta7 l.S+NL\[#mT5Ub m.14nAKѺ=X0Ձ0*.HDLa,>@$,?$d   U\`lp     ( j | $  (?8H 9p : >! @!F!)G!@H!HI!PX!TY!`\!]!^!b!c"cd"e"f"l"u"v#w#x#y#z####$Clibonig46.7.0150000.3.3.1Regex Library Supporting Different Character EncodingsOniguruma is a regular expressions library. The characteristics of this library is that different character encoding for every regular expression object can be specified. Supported character encodings: ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, EUC-JP, EUC-TW, EUC-KR, EUC-CN, Shift_JIS, Big5, GB 18030, KOI8-R, KOI8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16.c ~aibs-arm-4dSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://github.com/kkos/onigurumalinuxaarch64dc ~`c ~`b9282ee8c12128b8f42a3524951f4a7bc1845c0db10cb4c2dda091e420b63948libonig.so.4.0.0rootrootrootrootoniguruma-6.7.0-150000.3.3.1.src.rpmlibonig.so.4()(64bit)libonig4libonig4(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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cZ>E@YV@VՄ@V'~@T @Lf@E Ch@C,mrueckert@suse.deavindra@opensuse.orgmrueckert@suse.demrueckert@suse.dei@marguerite.sui@marguerite.sugber@opensuse.orgmrueckert@suse.demls@suse.demrueckert@suse.de- Added d3e402928b6eb3327f8f7d59a9edfa622fec557b.patch: (boo#1157805 CVE-2019-19246) oniguruma: Heap-based buffer over-read in str_lower_case_match in regexec.c - Added 6eb4aca6a7f2f60f473580576d86686ed6a6ebec.patch: (boo#1164569 CVE-2019-19204) oniguruma: heap-based buffer over-read in function fetch_interval_quantifier in regparse.c - Added aa0188eaedc056dca8374ac03d0177429b495515.patch: (boo#1164550 CVE-2019-19203) oniguruma: heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c - Added 4097828d7cc87589864fecf452f2cd46c5f37180.patch: (boo#1150130 CVE-2019-16163) oniguruma: stack Exhaustion in regcomp.c because of recursion in regparse.c. - Added cbe9f8bd9cfc6c3c87a60fbae58fa1a85db59df0.patch: (boo#1177179 CVE-2020-26159) oniguruma: Buffer overflow in concat_opt_exact_str could result in DoS - Added 0f7f61ed1b7b697e283e37bd2d731d0bd57adb55.patch: (boo#1142847 CVE-2019-13224) oniguruma: use-after-free in onig_new_deluxe() in regext.c- Version 6.7.0 - add ONIG_SYNTAX_ONIGURUMA (default syntax) - restructure StackType - implement subexp calls (?R), (?&name), (?-n), (?+n) for Perl syntax - use string pool of gperf for Unicode Property lookup function - fix an empty greedy regex and a word boundary (.*\b) fails - remove a stack type STK_POS - add a declaration of onig_end() - fix compilation failure in out-of-source build - [new] hexadecimal codepoint \uHHHH - Version 6.6.1 - fix definition of \X to (?>\O(?:\Y\O)*) - Version 6.6.0 - rename Absent clear to Range clear - [new] Extended Grapheme Cluster \X and boundary \y, \Y - fix: invalid index(ctype) value assigned to Unicode Block properties - --enable-crnl-as-line-terminator to be deprecated - [new] ASCII only mode options (?WDSP) - [new] ONIG_OPTION_XXXX_IS_ASCII options - disable OP_CCLASS_NODE - [spec] Absent clear restore previous range value at backtrack - optimize for simple one char repetition in Absent expression - fix: invalid impl. for reluctant repetition in Absent expression - remove compile switch USE_NAMED_GROUP - Visual Studio 2005 compilation fixed - cleanup with spec-cleaner- Version 6.5.0 - [new] support Absent clear (Absent functions) - abolish configure option: --enable-combination-explosion-check - [new] support Absent functions (?~...) - fix #65: SIZEOF_SIZE_T doesn't exist on certain architecutres - [new] support \O (true anychar) - [new] support \K (keep) - add new node type: NODE_GIMMICK - [new] support \N (no newline) - [new] support \R (general newline) - [new] support if-then-else syntax - [new] support backref validity checker - Version 6.4.0 - fix memory leaks - change encoding of doc/XXXX.ja from EUC-JP to UTF-8 - update doc/RE, and doc/RE.ja - fix fatal bug of endless repeat check on Windows - PR #62 : add check for return values - [new] support call zero (\g{0}) - [new] support relative call by positive number - [new] support relative back-reference by positive number - fix #60 : check value type - change output format for ONIG_DEBUG_COMPILE and ONIG_DEBUG_MATCH - Version 6.3.0 - fix #60 : invalid state(CCS_VALUE) in parse_char_class() - fix #59 : access to invalid address by reg->dmax value - fix invalid increment of start position in onig_scan() - fix #58 : access to invalid address by reg->dmin value - fix #57 : DATA_ENSURE() check must be before data access - fix #56 : return invalid result for codepoint 0xFFFFFFFF - [new] add \o{17777777777} syntax. - fix #55 : Byte value expressed in octal must be smaller than 256 - Version 6.2.0 - fix: size in xmemcpy in stack_double (PR #51) - Initialize return value - NEW API: add onig_set_capture_num_limit() - change MemNumType from short int to int - fix: [0-9-a] was not allowed as [0-9\-a] - fix: illegal capture after recursive call - fix: problem with optimization of \z - fix: .* optimization - Set a limit of parser recursion - fix; that warnings are not shown properly - fix: /[a-c#]+\W/ =~ "def#" fails when encoding is UTF-16/32 - fix: /[\x{0}-X]/i doesn't match properly when UTF-16/32 is used. - Version 6.1.3 - fix: Syntax error: redirection unexpected (expecting word) #35 - Version 6.1.2 - allow word bound, word begin and word end in look-behind. - add ONIG_OPTION_CHECK_VALIDITY_OF_STRING option. - fix use after free node. - fix memory leaks after parsing regexp error. - implement many of is_valid_mbc_string(). - Version 6.1.1 - fix segfault /W.?{888}{888}{888}\x00/ (found by libfuzzer) - fix error unmatched close parenthesis for %{(.*?)} #23 - Version 6.1.0 - add contributed/libfuzzer-onig.cpp (thanks hannob) - update LTVERSION 4:0:0 - NEW API: onigenc_is_valid_mbc_string(). - add is_valid_mbc_string() member into OnigEncodingType. - fix out of bounds read. - disable USE_INVALID_CODE_SCHEME. - doc/RE improved. - add onig_scan() into doc/API. - fix bug: Out of bounds read in onig_strcpy() #17 - fix bug: infinite loop of backreference and group. - fix out of bounds read in mbc_to_code() #16 - doc/RE refinements. - add onig_scan() (NEW API) - reimplement match stack allocation for case too many repeat - and too many captures in regexp. - number of captures <= 32767 for bytecode representation. - don't use int_map_backward for thread-safe. - fix case of enclosed option in look-behind. - fix ignore case in look-behind. - fix memory leak in onig_unicode_define_user_property() - declare variables at the top of scope. (thanks nmaya) - Version 6.0.0 - add NEW API: onig_unicode_define_user_property() - update Unicode data to 8.0.0 - change OnigCodePoint type to unsigned int. - add doc/UNICODE_PROPERTIES. - add error code ONIGERR_FAIL_TO_INITIALIZE. - add make_win64/32.bat. - fix bug of uninitialized regex_t value on error. - reimplement Unicode case folding. - update LTVERSION = 3.0.0 - remove all THREAD_ macro. - add init member into OnigEncoding. (add onig_initialize()) - remove state member of regex. - move source files into src/ - rename configre.in to configure.ac. - fix memory leak. (thanks pigzang) - change mail address.- remove ruby build requires. seems unused.- update version 5.9.6 * [impl] add onigenc_end_unicode(). * [impl] add onig_add_end_call().- update version 5.9.5 * [impl] escape warnings for -Wall. * [impl] remove unused variable. - changes in 5.9.4 * [dist] add oniguruma.pc.in file - changes in 5.9.3 * fix print_tree ENCLOSE_OPTION bug- update to version 5.9.2: + many fixes - cleanup: + split into liborig2 and oniguruma-devel subpackages + corrected license information + changed summary to conform with policy- update to version 2.5.7: many fixes.- converted neededforbuild to BuildRequires- Initial package of version 2.5.1/sbin/ldconfig/sbin/ldconfigibs-arm-4 16617631696.7.0-150000.3.3.16.7.0-150000.3.3.1libonig.so.4libonig.so.4.0.0/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.suse.de/SUSE:Maintenance:25626/SUSE_SLE-15_Update/92118c75437b4db74d405ae3298b0055-oniguruma.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1362dc68162a29f22a3d0b7b653491bfe20be872, strippedPRRRREEs6V4futf-85ea573600dd9ecbdfefc05c1c098140a6ee1cc1a16f9ee1ddeeb971e36c2592c?7zXZ !t/g}>|]"k%Y}dG8cmw6$o%\RAKGVu;yMh?ąOrKK˒XPʒ oFۛ%*|-,^i$/<0aU'tuG<tǝٜW4&cR T@C&n_wN-kEY-ҥ}Qx+)e=d2neDrFxFh,@L^t\ZJhE*oe""ة)J+a1O$&1`v;myC( J-ӕ2~anV;hxEջat}Ho(vX7Y~O]i.2d\YWe$q+s67YP]j(*hyZ,iէ%ErKHy X)cS( {l-X gm^߀e&bz[XldN k` ^4BZ7JYkzjh'OV"P}B*-M^E[5 chuhTP aVO9@qA'q?^&> -;!]GzF<Gfs;C4:{-6YY:E^;Gzh^2aiR ɦ#L8G;+-EE8F9e op7 G*R~| pnx}E)1t̐fB&<ij?9Ջ$HĈcEGHQ$(ܐ?"em65zgf rTƪčςT9)[z_-!}}iIhxN MO\4 ':_J üoEo=SU*|| v|^\e&5V1DXEwkf?c0֐O4s F}@բ2@$e-b0}h5T`es!aW]^SDrI$ˋM5,+RH ]Fz}7=yJ?S狥BO’KŢªfi9+N8 FEtb;986j5)`[m(qz%d;g ‚ݬ9Cȥf}HP 14DB ߚFUo6 MDa]7~~2t?Tt "D]:Kf܃ "@ Sk$FsKQk8AU߅5#KJ=k=Alj{[9h}KS0&:@!{!4k~T^gfm`uv4xQl9랚Y\kpwx4i:eԣ.`޿OFv WGfLe)*k,'.îMj|w1^Cݳֵoa;,kL؞8N^KyGFQjBv m&^mM1"ُћqaG@7D8cu&09 "T6})˿`^9{iǓuUǁ {0[* FObgO% To#{v!9yZ0S,71.pm݂^sb ?\խWQu2a܋!LBϩEv J9%N\#cd5 l_b*PVb/PJȗc#ΏR,mS͵@ɏO'>6UV?Ŷ C21Za'};1 Z|CiA+%#)qܷ#U`L~Gmn,T `uq_$ts GG=q&53}"e )zBn/h!F/u /|1p!ćT܆`$* It]/A,&xK:gVa%WbO+ XTynVA{[X}1< m00E]JEZjuyVފUʶsUac{U 7YGcRE1 OU2\#/H[i؄ b\RAgVF}DMgitN砭 j5NmNz#fa`nk([P&uII|bp*bLs[lPD['^_ߎy{(s|M/(|3pǾ$<,`sUDXtO '{E}BJsCAƘ &e{UӆޣheЇoZQA)DmQ&_KY7׌e7?cw=M7tXp&O'?D0^łH_M]/9E8 _'|2}VP!w#R0# r;-Z,}KZٙ+:ZZƩ35:GZxܤ )x6J\&Bu!_de;RT (MP"nB5ɮP_ h]2郳ϓT.N РDS3#/jiЀ@:i@ucoip!dn3+Yeu\AETb f%l] v45a*} +;" Ȋl9G8%G Wb}Y .n*H+3ϸ`Ԛ:D3|bu.BmhҒ>lV:lE5:?,-l{ѹ4lwJFV ~ |ꩣ,̰m+c/Sh+v pw7; M3ZLZ=T?S> 'Q> voS2o$tʙV fIԙ0WH:Le9 EDfS')0]P uِ4!QQ Xpgww+'_X[nZAS}waI5D|0{;bZ-)E5@D3ӻo&UdggoA0)ϰM^BQyQhc^Ten+"@{f -6փ״9@ s4Ƌ7p%ZXː 3`QYZm Z( TA!yvl3E%~Y1噿gmbڗ%@[l͑zB2^m$ɑDz$+nGDF_&23y]WD ?/[jޔ9.TpۍطE2cCmHi윦s*C\y%Y`8Ĕڔ2B ec =`pUV "wW=:Gqfs_:%W4ʧLY+=d\B̈H)KBU 0pCFBމ4Y=(%؏M}4P vγ\:pbfPS-.Pi_l\Xm JMwk8ݜY?6|>08-z!쾭xѧ5nY)_nh(6 D^pHD0>`Ӌܛ޾|du(\],dKl֛0Z|Ǩ2VI+NN- P+!2P6pW!"kSjMz$L@£2ܭ5O ǡI=Mn5; yYC-ۚ5?"lc3Եdي9X'̅7CG|5cSJAH[Džc0&i%[]#}G:tma'4a1 [+LuJ1>k}*8.<_/eTi8{ w/jTJ]@|7 M(ƾ:b5#@7`,UMgmɩLL^ǻe rG8Q?O0gwGCLȜ:tN "޳\$3K\S"2~QkQ eYqΐjMo9sib^P'?ဵzYfmWBh$l92\N1VIZBzc䋹ݩ]L8}(@3՜1֕q{(F+!Ɍ?5;^Ƭ]l Vygw'< fhs2nkQQc_9ި]4=ʘ9Ġӹ$C"ۯ1_eSa8zr˄w[<˺>8WsL4ŹuڡwZ} b/jФ?`M8Mj,`sԘC/A4'7@>,)]s˗ƒj;/s931>tPQ1ńP@gZj<{ Gѷ賫{E&%pnoQI߉S "(oaePuzQh8dzJj -ɍSolM@{;Ad  3SΟȅ[,'-,RHR3+ĿgީLKJg!5V{ !$Gt Aim>P6xb]Tߪ̮O1x8CgKC_R;q iGUPפPH 'W\Zf="RRofeKn#p5gaQ]f*tfH,/B.u&Uj2"-Ҡ:}]:ڗ.o1/o My}$$K7$t֥EZם !'*:=Yt#4T̼ќ9NY[cq} {p!K' A}$/<WO!AK1l_1^W< E3İN)+`8 z XZ+*K)&/]#JLp* cF+6ߖ*E<ń̄sQ#BJYN+w v4 =:HKs#5A$iG)'ທܢw;FDDHvTEiGH_>8&h\knj)\b0!h~1wY?y4R>HlXHFxn/uy5eLkHT~wF3=֯܊~ElBű K^5MWE4r=A]8pK_Z ոRj5_BCK[[n]="e4Ϯ$28utx-?[ 0 (ࢭ1@ԛENqut9V6yB䃊o,5mHD.b>nxc%jBߚd {]5[O|{*KHE-S_"QX$3`ʏA2-.!..{ve3S0#Dh,e* e]x3VvA]ckhI{-҄͞ř5C>㍲H?iN~y ɽmaP,&=WJӳ'w{4|?n{"fJnq[b˫Ň8h= s,xഩ3Ynh4ȉ)B |j1X7V ôoXi&AHPGJB2/A2N>1䨭S4[a= V|l8Yj>3DžF~zJ,Mʳ+d!`z-aK&ލETN帢Ugf-0-1I{RU&bMnQ2騆f:Ahd~PO6(ƷQ42(\}!J*\sT8H>ZtD[iZ~‚e'a-XkׁڦnBUj@=itKsh@5&oF- i. ^._ 0; ! E麘n?f'.g𗃻{]SnL lJ?ѓc: Q jW>ԇ8k2: zAθtQ)!) M' X XR~~%$-?g %'Q[>?`goC ism`Հ"`|V_D6&?H3%gF(Nm=6^IaSjsA&1;ݤi) ?+#o[PϜH.oTaFV[EK8K&h)m;ݓ<%oS&&4j@^ƫEv=ng??wƿg8[$ 8U4 }21HH[klʸ6#я$Կ8eZ2)CXo~}M !?kxڋRC;FxN#R#buceG"kPLoGyETd 9vEAEJ|PQm͆uxɸ A> dx?jr 7bLjܽ$&bv3GV6 ?vAYBщ-%t; y𱔷_;G58"jaSs*А"> ,u$߼˦Zx@DÔ٭R=~vL \7y s|3 &+ă\Q,sQ_\Z]PY}~_9_]c ~g8y u2`s!^b㎍|4ԙ:\u՗!vI\wgMBYCtMnFyYͿ͟jn\H@&`[ 0I'~mZ$ˏĉ|J@xOY4`u_J'U([T> yKC+9+ŝ*5Pp2\EoRjxlX+"v oea5x4Ш%l9ЕyI4?=&W@y?짰90zfIm]y%% u7KOee{2~2J~ct VU݄A@䱉\; @^c?dYh+"% _Ilٜ)t^捁CMtsrxkhTw+VMYO/`Ws3/G~-&Bq(3Ȇ.F-5VAae ;?Wh}GݭvAY RIWֻ#aXdi]pX3q̖3?wWTx /f iݤt~+9R+Fk29w+ \giLngbd.t/\K65[.R!tKzQeۺ]Ţ=QIػVoua Bm᪗զ35G-jNq,>\}q 3:Xhp@m+ld"02郊0(iU F8QOzOkkYcx|. ~sȺ8?6JYqEeoZt([ڶ4 iΧ'܅_2(~6]TEI~Xvt@qíP?^.:['s]Ą!flPO/〥L0W8]B=seіQGfQ?b6ӣƄYIo0oe Kietں"B ZZ!mGW zUq!iBN%(u.ba"{rFx0rn[tGΓmZI:L9a7AAuݗ&ysǺ=gL_Xio~%cvgo^\Abv_X|G\9Vqu0g1)fݳ3IOnWrGzF 视F2G>h.XUd_2%8'f !n`0H7G[L7M.SIgNoayF˸@g7xSL@K;-礙OG|svpXOw06K+;krLF6$W!W烀LHm2JbG &}GuԅDz{]{Fqn`r"f e:sއFޕ7>F5-"Lp6Wp=l!; tSKqOJc|]R]p0snp2W'nx/r?hHSf/~lpr$nQhYU >MQC- Ybe|tJ t-}ӱlG;—2r+ |DmPIKd(!3VvEd򨗉{P ~ijH${o'!F g͍LLvxL4YqƑYʓyGNPA0Zzsmy&LRQaAr#iޜ>!xZ")CXwSt91Yv g{~(߰=~'FtPҖ/"gyR7.USdr8ކ/Ps}M(Ѯ0ra.Apoe)&U pfB>BBQBQ9'S TqԀ&i_Qo8=?8NW %Ci73D8Q@6Jg}UJ)XO!S}6f Ja 2G߰7A*,[Jbz8Rqb'gb ǎȩ7KfG;JEj`uCz)Z&I+rZ:'nA6 mA1jX. ҃5- L2v7,nw`_euS @+=-8)F7ǧ㖢[tyjG]^6XS9?Sqkx9qUI/H˂Ȋ;N`xouKQUCaFdZkFwel8DԼIrU0 8C@@Y[+evX,15i|shK 5zߜohb>8ĪY9ws8C_CvN)7MȾm$һ=%:هl E@wBϿׁpP%к(j0?=k+-YSjr:1gMg{zDfjc8wĆ pH2o03UJF$˽ /\=T$e)K"__cUd_rMn5qΝfeUp& Mo[dcz1!}s0 ]:ǸX6<Y&e 8CO)iWI?V x%Ĺ$k3,yR$'D۩}xR2j]t|<6Ǽ3PåhQgoKM!$XH[Wo<X])ȵ 9DDI%A!,ss/'ب܁oJ>1}V؞Jo<]Z>"~7/hlhu?րՎƯ?ꓨ2Ekۿm/Nj[lJluIZDxeDc Fkn-q Pv d˲wQY&~pW|Z]y/~քD4ts"L/5m*%%{Vt~Z9nW_]/`P/KsJ]"ku$y0܆f@dv.$G֔Tlױ+v44%b" {ğꎃgFܰvF.{TJΧIgu.m&tia]dRss@x{wVIK+=rfX3Dc_}ϼ #EAZLk/vہoI7*N36m@kʈR*wEogkQ΄L ^M$b< "|,s֡&'%ƲI@<}+ϗ}QP/(<$9),`/(m﨨`ҩ6r/A(&.d̈b:a" $ƮZ9}*c ȑX}G5!`9@V=S*ZT]AW;E dGV4;ZF 1T𸃳~$} #~ٟA ?.d׵Lf##恀t$t@ %q?SCuq\ͩ7gz8Ff!six)qBl`_A 9 26$EҬU'YtbvRq95ƕYTUjwn]ogKk 4gFJ>̆]8 :@M[iGki+:ک4SSbN 񿾎E5JH Es`6(*!Hqi|MsT} 4.{.FiG.ك1>XvM`7=  u74'KО 8VYw2Z 5gDY>"}>YB#18Fq Fr4`Nr=D D%:~k0*>[6 Dp5(X3VS~:  bDIm;vy)ѝR弶uẁ$ .|V]̮!_%yT}IN< YZ