liblognorm5-2.0.6-150000.3.3.1<>,`<dǀp9|KE?8(@YnȘǐF##{@Fu!') h廱CgyD4ǭ8`&?:PrYŋ`Yܿ*rP0Y:6g쯝*AvbvABAaڬWBo 1pgRx[uxԥŗ|/^bm}w$ٹ4>,ͭcP؋6zwd+2A?TN!z<.Tr.ll7>@ l? \d ! H04DHa   $ 8  ,E^ d(8 9 : >}@FGHIXY\],^rbcodeflu v wxyz    XCliblognorm52.0.6150000.3.3.1Library and tool to normalize log dataLiblognorm is a library and a tool to normalize log data. Liblognorm shall help to make sense out of syslog data, or, actually, any event data that is present in text form. In short words, one will be able to throw arbitrary log message to liblognorm, one at a time, and for each message it will output well-defined name-value pairs and a set of tags describing the message. So, for example, if you have traffic logs from three different firewalls, liblognorm will be able to "normalize" the events into generic ones. Among others, it will extract source and destination ip addresses and ports and make them available via well-defined fields. As the end result, a common log analysis application will be able to work on that common set and so this backend will be independent from the actual firewalls feeding it. Even better, once we have a well-understood interim format, it is also easy to convert that into any other vendor specific format, so that you can use that vendor's analysis tool.dǀibs-centriq-3SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+ and Apache-2.0https://www.suse.com/Development/Libraries/C and C++http://www.liblognorm.com/linuxaarch64 PeA큤dǀdǀdǀdǀZ183b113aa493f1f8d360a57a5b7e175f85e50e0363a386fc633ed69bf7da4d4fd7e18b7a45550bab221176d533550bb9bf429e13d94427ab82eb7e17064a6774481f60f32d9f580e5dbbdce08a4e45d4200e000a7090e4d89adfde09b627426a7liblognorm.so.5.1.0rootrootrootrootrootrootrootrootrootrootliblognorm-2.0.6-150000.3.3.1.src.rpmliblognorm.so.5()(64bit)liblognorm5liblognorm5(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)libestr.so.0()(64bit)libfastjson.so.4()(64bit)liblognorm.so.5()(64bit)libpcre.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1d@Z Y i@XX*XD@W.@W\@VV@UTT@TG@thomas.blume@suse.comastieger@suse.comjmatejek@suse.comastieger@suse.comndas@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comandreas.stieger@gmx.deheinemannj66@gmail.com- Upgrade to liblognorm v2.0.6 (jsc#PED-4883) * 2018-11-02: nitfixes: issues deteced by CodeFactor.com * 2018-11-01: more cleanup of shell scripting * 2018-10-31: cleanup shell scripting * 2018-10-26: implement Checkpoint LEA transfer format * 2018-10-31: fix mising shebangs in test scripts * 2018-10-30: fix some bash style nits * 2018-07-15: fix very theoretic misadressing (gcc-8 warning) * 2018-06-26: string parser: add "lazy" matching mode * 2018-05-30: Update lognormalizer.c * 2018-05-30: Update lognormalizer.c to support case fallthrough * 2018-05-30: Update README * 2018-05-10: Fix for #229 (cisco-interface-spec at end of line) * 2018-03-21: Suppress invalid param error for name to fix #270 - Upgrade to liblognorm v2.0.5 * 2018-04-25: fix potential NULL pointer addressing * 2018-04-07: Add test for nested user types * 2018-04-07: Fix use after free with nested user types (#235) * 2018-04-25: build system: fix gcc warning * 2018-04-25: make "make check" "succeed" on solaris 10 * 2018-04-16: fix build warnings with some newer compilers * 2018-04-16: remove dead code * 2018-04-16: fix potential memory leaks during config processing * 2018-04-16: fix memory leak during config processing * 2018-04-16: csv encoder: fix format error when processing arrays * 2018-03-29: Explicitly list supported whitespace characters * 2018-03-28: "fix" return type of unused dummy function - replaces liblognorm-2.0.4-no-return-in-nonvoid-function.patch * 2018-03-21: Suppress invalid param error for name to fix #270 * 2018-03-19: fix header guard * 2018-03-06: Correct CLI options in the docs * 2018-01-13: AIX port : added compatibility and modified lognormalizer for AIX. * 2017-11-29: codestyle: correct line length to 120 * 2017-11-29: codestyle: set max line length to 120 * 2017-11-25: fix some very bad line length violations * 2017-11-25: travis: temporarily permit longer line length * 2017-10-19: make build with gcc7 * 2017-10-05: es_str2cstr leak in string-to v1 parse- liblognorm 2.0.4: * added support for native JSON number formats supported by parsers: number, float, hex * added support for creating unix timestamps supported by parsers: date-rfc3164, date-rfc5424 - add liblognorm-2.0.4-no-return-in-nonvoid-function.patch- drop HTML docs and python-Sphinx dependency - use pkgconfig always- liblognorm 2.0.3: * add ability to load rulebase from a string * string parser did not correctly parse word at end of line * literal parser did not always store value if name is specified- This updated library is needed for latest rsyslog(fate#320546)- liblognorm 2.0.2: * bugfix: no error was emitted on invalid "annotate" line * "annnotate": permit inline comments * bugfix: abort in literal path compaction when using "alternative" parser * bugfix: lognormalizer could loop- liblognorm 2.0.1: * fix public headers, which invalidly contained a strndup() definition * fix some issues in pkgconfig file- liblognorm 2.0.0 (liblognorm5): * completely rewritten, much feature-enhanced version * requires libfastjson instead of json-c * lognormalizer tool can now handle lines larger 10k characters- liblognorm 1.1.3: * add support for libfastjson * check for runaway rules * fix: process last line if it misses the terminating LF- liblognorm 1.1.2: * permit newline inside parser definition * new parser "cisco-interface-spec" * new parser "json" to process json parts of the message * new parser "mac48" to process mac layer addresses * new parser "name-value-list" (currently inofficial, experimental) * some parsers did incorrectly report success when an error occurred * call "rest" parser only if nothing else matches. * new API to support error callbacks * testbench is now enabled by default * bugfix: misadressing on some constant values * bugfix: add missing function prototypes- liblognorm 1.1.1 * fixed library version numbering (2) * added new parser syntaxes * bugfix: function ln_parseFieldDescr() returns state value due to unitialized variable. This can also lead to invalid returning no sample node where one would have to be created. - add configuration to continue to build documentation - new tests added in this release are APACHE-2.0 licenced- liblognorm 1.1.0: + added regular expression support - fix SLE11/12 build- Changed BuildRequires dependencies for SLES11SP3 - BuildRequires: libjson-c-devel - BuildRequires: libestr-devel/sbin/ldconfig/sbin/ldconfigibs-centriq-3 16907962332.0.6-150000.3.3.12.0.6-150000.3.3.1lognormalizerliblognorm.so.5liblognorm.so.5.1.0liblognorm5COPYING/usr/bin//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/liblognorm5/-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:30050/SUSE_SLE-15_Update/ad87ee220c9cda04191d6eb09d659a90-liblognorm.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4d531f551d17e08792f16222e0e4a512f2133583, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ceb4d268b4d51cd4fbc68905ee121e4f239a82bc, strippeddirectoryASCII textRRRRRRRPRRRR RRR¿8x utf-869c55c0a63a1b829e0db7b3f131b0a4e560be0940a840d0ab457e63a65993a0f?7zXZ !t/g@;g]"k%f0]d`? s*82 ߫&''3J>^V rO/Y[2[t#5 qtl5[p]Y0 ߇ZU߼"*{mr#]1F)=>#пe6e8N='7ezrOc߼Q.E>*k̊GKxJSCtȅ[r>p%6~{Fv>1ԀR١ ϊ7EM@4<@6pz1vr. alK,-1C;dTK#!n@m0mol :Ѳ$䴬RXA& 9ZlCaoݯe]/Kژ=l_PZ KE}x0)'`H^_$A^OHzOOPNrvΒ̰w ټMa$h)APNj 2Px)h5Lx>>Z|7uVאF-A䄬_J]vTNHLJd MpGd(z1D 40xTz:>\I` $A|6GጧЗYJLiK=1ص!Phr:lo^NMAC[3=P+qK X]%:ץT1)0g}5 'fp׳+ %9MRȆOC8f˚oxI<:ϙ ԡeuo#n >)Rhf||ELSPDţu-qO _ ,UޙY&:$;6BTD|G_ 設%gk0* b!ea\VI1E N0Ȗeu-tݝDDA9ಢd"MTφ:Zx -z5׸D ^ɕRLsIѕ4,pT45"cFyeeW|K@!;թք92EPgH'b(=4,x,ռNAs7-D<#7OAbXu&$ʘ 9.5r;ZŒDɆYNjTÒM t=7r'C聋0oAP˒J&Ŏ~ g~&%;×ܰ Nǖ9pTT[$WT S-5*h#28Y4B(rwi[x,~}Yj'@+!zjJO+v8?LY6A+dDv>b\Pc(|Z #YI"kK:nPwJ+Y5kٽUIH$PRs1hh?*l׍e/ ;}ݠ}ܡ->eyX [5i݉v V32=+~gtĠlt2)vf`rؐ9htl{Ѿ|Pho}%9qfΦѱV=b%{J$|{T ON][J69<ѿP+}4Sږi ѳnX ]M6յdG.TN qGQхQkzm{$HRtgXQ.krU1d -2BVH[ {s2DGaXG%qdPpPhWj_h4[~b,r@hiH\><2BDÌQRQncGoP/D htިD fipC6piW%]z<{K&7y碥 @yΛښɔ*qE[֐,{z6QM4S#^Fo H&`e¹Ǝ= _m"$A|}IH~Eb6H+r(b &?Qy^i߲@H{y^TV)+4-SGj>CdVz**Xʰ 71#- b=GE1EWN$qL6BrK,@!*,}j{#0LO;Gd8GVJ4svˈcm.9}b~e 0V-su$V[GSo:"s]JJb5V4:$vz267TsEȒG1˄1sn/P{YnIRՏΤb~/=f|m&}"Φ/8;s!;7^Q&y*T_:.*,O+ƽ>+1@1ϼt )G-Sh4~^9NSFbkIRFj^GNƙ9D?Eո< ha4K,2ǚ#,f9G{oߨB f83%~r 'Ef f&36SmY xI9Zi`@l"4b7GD$o4z6@=c|hti<8EN5L^%&iLE/% r +ǒ\$ CֳUdciv8ltnQں5h~ bOyC-/ɇ\? 3͛IQkc3գ`/,(-WwFI=¿)Nޠ9fL\*{]f>M"x.8[yzyPPI¨}, ۥ{=;R`M=Ara#5h>> 1gfNc ^&Sp~ ۯMM 7k j $ ÷6-jjGױ`3[|0ZX~ɞbg>,Md&j(-m^N$W(v&=k{4dk7,~m9r83/u6V2PXJv?t-MkOԈ0;K/'ssX.優w h֧00$' P*'APL@,$f)('uE>wy* `/Nr67RV[~a(Wx$m!HOHf|v*:5D Ys= 0<iL :~|:J4 7^B-( /Y/qØ/[Z-r` fb2qȣ[Qj3?^ '~J.jmzM %;bh!dHζo%i>3=l2'u- >t%E?$|eR#cL߶I]A@%xOlGVs啯FߡB;Y ՜{hT$͢8g%|ه.]L7fJ.D O@̏wa%+Yш o%f g!H bIc_"qӖrKP\N$  BHfNn{P9(Whv3RmfW+beBz~l(r5C9*l9<꪿b>SGȱGpبu\3xNdal6 XHo $eC"Ƴ<ІvnvE`6Q{ .EXc4smTέU=g (0ݭʚrrj.H!d0/ږ\#RX(S'POy쐺wo^9 m-"IMO a1/fߗ[LDs,sKfLKo+6GK=) 'H Z(re[xzu 5!;?Ji@`:]U;,+r,hi>"k c 5&{F.[D:t>g N|2~{H؉*J+%s;+qT) 8=mSV ̡K\2bdz"=JbcsQ 4fxyYӟ՟%i $tԡ!XA!0>pk}p*P҈j[Hp/(n GM ~e+lRp|ޢv2r}J!ay&>liwJY I0 ~.>8Z 0juEHͽr)הW~b޾=b4v+KtB^[į5|Gp\Ŝ@WAmf'gUT?VK=HR} |M(]N{J<+PY|ȿZ>b%M_  a|"W{MP5ҿ6$΋olĦR?6߅i$e959[wlU׋;j,zmJREA .<; PX8 a:2^L݆>e@0\di[/sN1Qy^ Ox)"ِ[8r@Fk5d#`sNvdW@iy^5@o"gJp-nfseED` \+'9mzk$y|˱>S\wv|2A\R2`"R; /hdFdHbɇed=đVUӒ4Oj0J̝ܶfgfi'^blWʄיwj'oB.d#r{w1pL!Ki nv y"Cg<}Y8wfbj.oT ݢKj:c^c9عn1iJK[֟k0S /FXga"1&DN]3WW"Ú_=)Z@&f28r?av8݇Z7\f͊a~!r3GPSWл ܊qƺM9Fm4@5"(IpwY (S$kBWSV$8J EI&Z5܇ٖ7PqBSiV@1ovgۂn;N<.υU础Fo,@P`I7TbPӸN>롟fwb3ZhS2ԏ-T"(xz^kt%vtLru}^bu~Ŀ6I H gZY! TMWlu~FʣˊL.{E6/WP ,PAC17Q<5O&C%͠&d0tmRR?M~]71=>㥡yڔ7tD7 2OID|]eiхO62QV>Y՛Bsh"d~IuNf8Љy,Q= it'Ȟ!Slx37# d-D4UEN W)+ ^evuD*BA=ȑ2pޒ_2o [!20t}I[囑UeF,Nݺi[!I)KMi9N|Yt`8 8T+{5t|+&{n?x5SO8}L@49ey٪|` %)UԿ૳w$KKyvK%ӮC{Ya{)PIDnooy8j3zKȝ<[4LȲÿ ەa0W_`PZ|LW# bK1Z1f»H*:eCcɗfs}$돢UJ5\eиҘ/5Y}ExD5d BqN]F4O\}6 '%RUO>i,86$dg,0WisdѢ>=KCp26sU[yy%7o5f7A XZ~? %5Uɍ2&}MՒYدLI!t# Ɯҏv c| 1OVF`uxheS+,~ /P^} w8܇ Ycȫ #z`qbG-+,x>pN_⢐c =nDP؎Sq\˪ܟTlp4i yqQGcakHu^ٴSTo0mi`6u  %Bӷ\*NǷMemMᢒy`BvGyA%Ǭy '6+O˸CÖ>T]lk0(WܹNR٢o[Ǡ`ØH]0U/b[e9[8œ!]cg7Z9hc;ArY/!ɫ'VxtS<>5&>K8 ͔3A]D̲JLeG*?zPW9O;4^/C_b|q8<()g}x{!9< !qatpH&vSˊ\A7bV|k\xrMh݅߄̙+ߑOɣJWsnڷq΅es5k"lv>Ӣαj(piݲ6z:h9H#H㻛aՕfGV(󜞈K+@DAQ‡op󺋢ǥ9};$DebXVs?Vr18 C $'jMUF =m\Abh!EIkqh>!vjRGVlL$k&HKKU I5n A#xiYF=Xk89.1r{l>RuY7BůUuӉ`xs;oQZI~l8S/v[<֕F pAKQaM+m_uAѮ.2H:d}4򈥱 Vʧ..޲mV xFp\˪C0duHF)sbdݫU(&%}cWeȿuGl'ALux~uPktbUK-14uC(dZ,Z'S]^䲏0aH 5NDŽc. ةxBvU ;kZ:7XeU Jgf3g9ʌxX1U6j9 I@u׫z]DΤ&@՝ݡ >L\i/ni#*QpڋAA >g-5 Tt^ۧ>(:@ E'1 umsEawLsै ,{uj?Ogu|0,և&:{$7hhT̼UdptgXeW7_z[ij\bohtـeG uH䝿79d=iZʰaՍDwBnV܇RH @戵C_j0eAS]Cd׮3tAK*X f˭W8O>0S? ,.#V |H.2Batฟ |5nx)hA OZH8׀'. 2,sùP^u0?43`46,gt NA˂/YzCbVCe:`. ktY1o{Hư v?Mwr I%i2<+oebaiT1i>T7 KTAķ 4ߥڪ?OxIwc98A2{ᆗB}Ds)vvq 6~ubs Dçϳ`W=*"}K%QEhk* ^ &03 tk8gbKQ|p .o}z \`;V_Z+r |N>Ɨâ"bNXQJ*3H'oY0vSC h!2 8reUn*q!K7c&,|r c3ܾpu4X'LsT]@{E w'2x^%*i@p.GXP )z.9](3C$ڹ(%Z1>'j(AՏ쯢181P.QDTp☘?wY4,?)[Ӌnܴ#jס'!;i9ҏ3%BQ XV Q.-ˢ3A*,ID'SúLmV&(v^ljW{4ML*T:ޥVoǛPw80hɮ* fo( WCm} ȵz}A73P) uPJNCit}="g!!i>$}iܲ3;13Yػ:_~B ;\En( 0鈭4ID\єE{6?t[IVk.c\ں'Y֐]?zXd],/%{.%7},t]?>]\J6LBw6h"!`3t>3&^,٤0VKvqunMr+G|WTIiW۳S ڡEdD9_ J'Ax[G\Mˊc?sjmQ] $IL3 2Ӧ)Ӊh2?hʑj}99R||V/+0k7<7f;mIŞܩMقSݪxb+޲pbsv0ޥᑾZ*EM¼9sO*D5)R.XFzG`ćPR.Io:k' Vբ,uwhvdCkZ'ZdAj':>-"~|%DpҨE~Rh QlYA8+a6BD?f ^"0,#JGa\|g viެ*JR_AV\K-32Uz -h(nc%!rl|%շA+H9$$9O4lrC9Fqm[k?砆>nP}O 4,nܛ1hJiaGl(w`)NHo\RRl!@eٚ40huA]VAH o]+q?n\u%,a #Ȅ+nPB[B/*  ~ ziQWqfeUʜ<g z.Z^~mySyp[˵C-|_6R[{m湈c[X*5FYބΒ{^a%!,L-ۥw(2D2nfpޝwʷtjЂ]~LY,vw$ܠ ĩrV!fI;0KCrx,JLC 1 *r!{-,r8VP#`Z;޳ourȷwGÔF"M!<7WL@4w~M\A0u#xCH?uG<,N9n7 w@%N^%x׶ sFŭ}~Glں"P5Ug;(WP ~Re%?S'\n7b6@Mzzw+Rg+G0Kz lǎk2=ohiK.6s@`H ɘ砀]f|Ev`E| PAxDy'2KDAzR1frQ>r>"Y u+T.䆊9xhY(>$$+Od5XSCQY JмlqVʾ}fwC񥇐+AkNu!>VPdMӡa}]͗G]%(8KvǚUiQE4'@O:~9*verjc0n޵!B;^߷߄;)YI?[׸Hwr R<ȤVzHVb1C3_Aavů]3T>O} 8#(^DV\M.fo&L:H͒*`(%$>&[k5Eg\Q=/E$@5j|v/:A?i? &&qL4DʄcPm8 91mW+y /ΞBŦ%IMDK9; M#]4R3Htc^YKh >)F-1?UrdGAR6 WoUE!?#_k͜H~$ q/ ɯBJjhYMd`:љ5X'e;$ZcWD533C֜f$~~'yOYU|f\2!4u,hbYVA)3GjR*H8=r p! D}E-[%S6 FL :vaI6{<8v3xGlWZj^J;YaNNI8%P{(v̠q*