libonig4-6.7.0-150000.3.3.1<>,oc ~Xp9|-&@M)Vu0NYuOǥuoQy Pew K'%ZV8y{_Ćiw "MzJc')ɱb%,.|N%h9M&it^.^aޭqI| e1B=v>ZZkZPg07{Q?A0a6tMVF^g?6{!L?` J%<#?w8΋*A9 @$6WZi+K}5|F_7T9 p&(X>@$4?$$d   U\`hl     $ f x  ) (L8T 9| :) >!@!&F!5G!HH!PI!XX!\Y!h\!]!^!b!c"kd"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 ~Xsheep11@SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://github.com/kkos/onigurumalinuxx86_64@c ~Wc ~Wb9919c11941de552cc581051e48d66512f55a40b635b2874d7043fabac07916flibonig.so.4.0.0rootrootrootrootoniguruma-6.7.0-150000.3.3.1.src.rpmlibonig.so.4()(64bit)libonig4libonig4(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)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/ldconfigsheep11 16617631606.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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f3f27d18647c4261b0678a5528eb71aa95b3402, strippedPRRRRRȍT[>uNǍutf-8db689b19a9618f5f7f695899c6c27d019fbf979a6df091698804041972927266?7zXZ !t/qFx]"k%Y}dG8cmw6$C! Z18_{fRz" #7|)&NJg0z~;o 0c$|ENU-Z" Z7*KrJȁ&j$ XΙ?$=t/w[Hb:K`j \!Jb_2|8x+㽛 9r6[Yɭ3;pm:mdHxE]rj >3ް϶ӚXx*qH n2%> VHCqq&@G|肠x`JBZd=A2?@ CTX_Ȗyb+ 6/l)nfcw` `qi捻jͨed#24)b$ ɬNI?1<ҭ>!Y}_N ȯ~d ;l0H8 CΊ+@Yu}.V3\x 8fݰS28CF`~?)=pk8rah/[&-`Ðal [똴տe\-i ^1KCY|bHj K 띅a#oRuAo j8m\"(܄ ךCv0o=sh1ՑP"GҬ*jZpY% %#.dSIi*d/wsGe&T}E)nzl;XZ$|\]@t _WRkQiP},:A|Mmȇ[ew fŃA9*I{ث24 pg:P2<|U˯2D{>٧aO%>lkCgPAg"_5ncQcEŧqXi `oRVTaPJ6<')"Z93a %n.Ֆz /@rpg=n]P<݊RJL=H=e"SytmF)n=b242ȍH ⠊#نzk%<vlّӫGwGL*Mڷ|뤞3}4 s('Gwkx(TݨKNQ.3Ծ)L=+]l [W+K'*dMuZRK4 8b ]O'#)`UD]Xrk^Z rvb5," ڿ< ._FϫD,<>IgH1f`|0o|.A3UYuͭӈ+@yx˿ijڛff}ϵnj bP` i*?AwBzYo-ݢqKQmHd_+@E5uj$U=_c7~b#^Srn*nj0fM@ 9T,</iW z@aIxL4P賰Ɩ(`B#-fC2r`׸i7Ll9:=C Y ͇4Y5VfBI}bt|ĖdW-ޚ <G#$kг7Y' fa.m<yNXDL ,_??W6%Gg̈́'-vF|#}RWjzϷ -Y a6ȡ]@apf'LJ@B4'<92Jwr/pĒf=J#Hl ?N4C4!}@2IiTb^]2{d5rqv^pvx4l@Y(K5RCJչ`E5$b-q)ʫ.4̆C%u'Ç۞ /Ε4[QV앾wvn@Mq8aAtC(A4OW'T6f.jJO1 JN1D0߲_#Dw#Vg L'f`RC!$ȭb^NS3H6lΙZ(|Jd)QwӯIц4l`K,E^¾[7PGQXpG3mu Ndy&Cu4ҏ^,SLR%v}Tý,, Es3\X2c8jk!^6"9b-0sg)ƌj0~RS7X8B%kʦ o=Eߍض!HlE# `M{V4iX:db4Ǹa0H㇐'fnw;0bnKm# OvHԟL(Z&CkvKM`pԅ< [:EH%xE=몜W($,}u` Z+\c[8$Obq8 ><ĹW;-FźIYEA(yUj=4˨nƄun 98=ZZ.`,}6PrX7g _Pr*"pL.δ3JEJT7Isx 2ˡ߯ F>T"Z)S< ,/b5$nՈm"tԥ1#ZS"A3AZ*d@ gAy1^1J:(2x}<ߧas3NauNB22byǫ,=6,ԲJ?d}˙\ tB&$R7eA1TȜGYxԠэ\RO=[_DWDc8 :.5"J?)Gf4ptjV)vݜJf@K,bWiX|Oj2/T[{s!M'Cq9M3;q@ʯ=0a*L:,9YSi,c4WHnU)N-xh<'Ei]ր],3 \?bD7vo+u[WROZ%n=K0!0'ŭ16P[ &LyBd Gtf;(mR^`e4VSjv+ca*`{5樓Jy0B*otA6},ߛ6[zۇBΖYLp"{|pFSL7wGC 4FKk@2pcfOR$` Guq! l-܊o 8C?sc6|Y E{D>f36L4iDg\"x8A.+24f7EZfԆlvQip+k.] EWRRa;ߜ~4ζfb_Sx;=T!>-$+7XU}*#\clF*[ITSx)E 7li@)"ϣ8(NK<foqFM.Q2sKe@|.+k`R34 ͷ?QSVՠ"6\~bCj%٨d a'gdR# aH[Hˊb>/mt z,*6^v2zIL ! ?Ҋ VHi4YI-;E ַoc4 s{RJl+hR`Z2[vm\}x/lPARيSI!*3o2d@@Aڝ #R%ᰏ;uP9&m :]:!ϼ|p?Wفxbƚ29k40`#}D'\XqM8flF"F&V#9nQWbd)0q-]IBpGڡ܉[Ψ[ RCvj̋?&2ȝ: k}N5'وl+sKIRh49E?W^CX^ 󷊬h,M>1Pژ=M*9v=pV^ܩ :O iox7f28֞"2G BQG~ ,z_F†ָSNjMsX.u󮕏5bj)EO!ܱ@6|K[͵Ż GO{HQ.Tﵕ*ٽXSfChjA)h-.u:sO@ًzvd3x@_Xs Ȋon6@# (C ;UEB0@.D rt(༻;cn|<37AGv!i<@ cU5ĞC$e X-">(~/B耾 Q@ <,~/PdFL!sxVugxuίE:^ѡQn;snUG:J̛zp f 'QWIg1;LJ#[m[E{Jx(U.&Svݠ}} y8Bu%bgl0ASu FޔAE M$ lh/EmG b.tZŴf-͝[!^jԋV^yd@pFAo a M:%R8E QjU_}pTݐy&h1[<8zиIq&/`H EQ`F~Iv%؋y/C!/2)8ii}6Pcj#PX_Rz6.ÙD#￾xpνb;hJy?֧*]>/mqu2R灇4і_^D4B|q z5Y\ r~~t[L }ƻ/! 94^_# 7FSɒ ]Yڏyi-' 5}2NSփd K&ا,LG'(C'-$~^訖7FoظQ-TtO2E\K9sX- jm%q-(:?/} nc.2_ZMeG8!h'|l>lDcԪ*oz~x&p,?Rk0MqJt8n94d)hR tsyPgvwzDҤTmmJJl<"9R v&)P) i!k~qmWh&5f%WJ]b 0N "yVG 䰂2wg:xC~B iYlă纊dmcu2Լn$"uեH3nq 'NIіZ~yMB^Kksh" ^!>3LNuyۋyq晔`c O(9A0Slh晚ח"U;sj7_TT˞ّ nKfaA۷|gii~}ެ=~Qwɷ`1Β"ǥ^ͳM3"9ȉ}nˆbIIU3矴alDJ)7%dѭV=ᢎ[v<tRFpTGiAj[jGTq_.#N-ϟkS&MǴY#!,Iۙ97E{Ik\vU SD(\o&CE$v9` *gzUxޔx.I8 =vw+ ;m_uC<l+@ȶIOL;T"ܜ[KyOd1S,}V~1/~P"WyD0V8=;(IzQ_,ּԹWµ['"K`DV ;~ߙ@ gôl~.n{([}OE'$'!âvc?SItM{x[ d&LJ:k<E8NiN02e].ASYE mԜ8#qfa1(Dw*e|EKjǁwYS&}S7 -M%f j\dHbaBS3k_kBciGeAU  9O: i4n;mr0~0ֵ$֤6dTo]r+>ɲն`ieCÙrݖ`%|ʖ?VUb6"& i`'_vԏg-ʚEy*35 649Y>k+ຯ͙Lˢ} .(;!]UO1!L τNVxG[L`vI}Y/ޗ9pw_d7_T/6\Rx@v͐u,._~10r9$ȩ -~P0_DF om?,91ͼq,Xa}?cm% =:▊ dpv}T&mK)4E3G&oKвNp,>Sq{L{Ha]#^\ZZs;DXކK\#H@ Fd,I3ڃ[PlZXܦEnyϹNLEu]%`8[i.b 2hhr?үRn]j+Y%jCę]Q!X+;<˷[N㚖5bM+GC ڌ2y~Bi\8{l\{?$jQȕ Y A6g:]ANL7b2¬MsWYNX@ݬ[ H)}/ŧ0_RĪ#_BNw%[ ݘFNpm؀ P|c;]D8cVJ#2GlV=lHax׊?AH^ 6^ >` 0.D$^\/tg6~J'eB cR3TV++aad| ;0T΍LbFl[:Rll-38m o<oR_,8m&U)69fg:jwKVj^]#ӈu׻0X+ k/gp(25~Isܸ=P~P] 0Yqz9!m#|ϖZChQlGWlAC-ى7<|p,dSIе&Zы@<H@s%[;[.;TY |M5|hn^CHbw#f?4p퉐\I`h#&`8m7o7ţ(11quC_ EtÍ;RQe1駠sE)g=HEiZ}'Kɶ;x Wpm_Q7uغ`nb/Se|Ub)Yy-X܉% l0߄U23UbolP.9†o>ʙfӨt?ggc,k Z.Q$f=Ǘ |d/P+2\:5{!"+TgjL[G>[Aa+Uz=Ss]GuH+3 OtqbIVҔ1&v.Kd=Io*4Dl[ˑ8oxbq@Hmβ{ۿEkM T9X Ċ 7}B:@_-ܒ K}UtX9dxڕ@9˸EQS5e|u¶Yӗ+Ļ[܈{ZIFOqpO]/pq˦@hcGdF}]9 @KfVm5W_s w4XWM `^޳l4D,vzB$3=QP*Z]<**Ç8i@Fafލj!nb0'I6*޾(z`&䑋ʐFlgP(i;W*R]7c6kG2c PeU*\ܽ p?*2kf"d: I9x60ewfq-L=;X [ϔ%lk *hnǚc?o6? ]v]άD HMHx:$2d`7:t֓9/ykK^VG]BG}x8nWbν-zN/P0 ”| .xԷƾ}ۂ XKȐQu|D-7&i]խF9CZSCg}MTs6yږq[v.GprHz)+ma/62!}|@(|_ VOTOzmgWVg Frקf!HlGatgC4=b_,Bv(pbkDEwYB޻B!8\/&☮]f[q^B i[Kb3U[dXe_;^}ˍɡ *2谲t6]0L]6?E* w^Z.$Fm9]r"NM~z 0A·JwOYGaHK>/'y^uKjO`I5TWv1q!v>5ƌ8i]~ݲzk u(.] TjZ8o3'3s_qH72`ϷH}GsI/;5=qNʉKBe?:*`R5;T3W\n{Umcj. {zuD1 7IwSrh5Ҵj~;f~fo{_{ 4'uXqDD٧+ ֿc,K ˎGOC6SLpM ێ°ԭF>+9aa[/9ҁM [)Ϭ- S#t;YYCSh$qᗼ LZb6W%YѶS}5&ʊɫgԛn>VRN9 F ^W0EHoP~B###mOd2XwSA5AxU !9'?*}Ǧ-]lcMXعcA\6LF—HkLKK1>JIu -$r@߻6CQ{tj2K6E%iup5O ?,= vmp!rmh|&=xpf\xo?NPcF~.t@$QNuw,TL DܕK4"-=`%T#1[|( T~oP_~Y =Rϵ'ٵuwZܷSk|P/]D+3G+*(Axo%oP뚎odWJQ'vR"=3z9l;K:'\,#=sƖ(0f*okN59<=<_`π̎kRUs_}&tsalYI[CAʆ> *G/NlZLK./͎e!i1ʹ_W˂]wMD, Ɋ9NڥsZq-fݎVѤgB.zdҔXXf1H\oczxYPa#^I.YCØfSHWD@q/)j{$sC 8[U}௥B{$" (~{dDMlN{0sh(rD $ 4ľ!?_32pFr8qrԁ\<K~tj̼r R\FQ@НAy,2l1wPۊ%!8ȳlJc(,ZwMj>56/PE?my>oBe  @OWz/.UG^3p'd9O 8>1tʛ(!X4NY6G ڒiME滥H0%qjO9}!}jJVUPYK2{`~WܑYhh+wt2-MC"vjXR 4ΫJq^n|Dvh&Nc%ݤuʇwrRev&-%w@c\I1:nOs1Ǭ|-XWd.!ˁZ& 3"kݲ[Ivg 5^Eip/6 =s n~$iQߥ&y&=,J8=nI[ {|V- $>{ -xdcK6Zj(^Dײ|mQ632j@ ?i!Yb!7Rm3k\f|LK6y! l0h Q%0osHP-BM؄~MEY񹬽qH;}Bt+9$.+ŲZMY (w[|;2#[7֝.󆁹JQt&!b3C`bJE%(!:'5d022o Q'nW{LߺСoQD<]F>K؇*hR[<XЛ\L1 ZEA06HBp76 zvqoC 3ՕII*HH$$snXnup b5$J%Zl׈ aRȢ s@w!zЂVR j{>Ɯ 55{z zs}#uFrDRmHqo.OLola`~q1yݸ5Ym;''z!θ8v҄vX6Td?g=o!)kP l&:IfnU+)@$U$z@^uK_fϮQU|_奭~4;Ztά"3.U`j:JVϿ9%#9qRĠ0;0+9uAwwkJN;j68'Kly 2HIYH\ D˦ڻcZ.63(5{І'C9eQ}juvAi-}cnR~6߻ќg4ΥcbTq®KdQ؍rbxxԳz;e㣏CYl9WfW9 29.2tt}K * D{C 3ەwm;xjn P7ں|,tGSFk(q|I9T6?jK d$m;z:|G'S'Kd;lDMg7pZ u2;u|T䧆+%=AkgbeL`QjLA >F9L1:51whh|5څJl7O8!=L3C#kN, jJ_K?<)Ny5 )jWZͩ+2cl>BG•S/3fbōxg:rJp{DC^|YS[bc!;3\k6[?G.x8>Vx pRKi'+y&-v۠GйsTPέY޻:7n;hDɆP ܿ݋|4'_Kx3WVxͭy hQWD[Q2T:,I]==1idB!bx4`\η"@QGF* ~A~.mV