libipmiconsole2-1.6.2-150100.9.2.2<>,^c{Gbp9| g,v6ک~ncki-.jư^z&R,1[5XAt!ִËRINօޖS¿<'Y #Lh@)?)d % 6 5Vg }     8@JTx (89`: >&@&F&G&H&I&X&Y'\',]'4^'`b'lc(d(e(f(l(u(v(w)Lx)Ty)\ z)))))Clibipmiconsole21.6.2150100.9.2.2FreeIPMI libraryThis project provides "Remote-Console" (out-of-band) and "System Management Software" (in-band) based on Intelligent Platform Management Interface specification. This package contains the libipmiconsole library.c{Gbgoat04xSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://www.gnu.org/software/freeipmi/linuxx86_64xc{GWc{G]c4c2a8bc79ce3681db0cef18aba869c4c373971f2a0b6496a3751f906d29624flibipmiconsole.so.2.3.5rootrootrootrootfreeipmi-1.6.2-150100.9.2.2.src.rpmlibipmiconsole.so.2()(64bit)libipmiconsole2libipmiconsole2(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfreeipmi.so.17()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\8@[v[9@[aZK@Zu@Z@YB@YY^&@XCX&WW@WL+@V^@V3[V'~@V'~@UUmU/@Tq@T@TPtrenn@suse.detrenn@suse.detrenn@suse.dejosef.moellers@suse.comkkaempf@suse.comkkaempf@suse.comrbrown@suse.comalarrosa@suse.comkkaempf@suse.comkkaempf@suse.comsfalken@opensuse.orgkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.commpluskal@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.com- Add provides:freeipmi:/usr/sbin/ipmiseld to the freeipmi-ipmiseld split package for backward compatibility for now- Remove has_systemd conditions - Add rcservice shortcut links to control services - Fix some more build warnings - Use %license instead of %doc where appropriate - Extract ipmiseld service as a separate package as done with other services - Declare /var/lib/freeipmi/ipckey as %ghost and do not create it explicitly in .spec file (bsc#1100124)- Enable build for aarch64 (fate#326605)- Changed mode of .service files from 755 to 644. [bsc#1103311, 1103311-service-files-mode.patch]- Update to 1.6.2 o Fix error in bridging where bridged requests were sent to the wrong LUN. o Fix command parsing bugs in legacy ipmi-config scripts (i.e. bmc-config, ipmi-pef-config, etc.) o Do not output full path of daemons in syslog, output only the daemon name (i.e. output "ipmidetected" instead of "/usr/sbin/ipmidetectd"). o Update channel range from 0-7 to 0-11, per errata IPMI update.- Update to 1.6.1 o Add IPv6 hostname support to FreeIPMI, all of FreeIPMI can now take IPv6 addresses as inputs to "host" parameters, options, or inputs. o Support significant portions of IPMI IPv6 configuration in libfreeipmi. o Add --no-session option in ipmi-raw. o Add SDR cache options to ipmi-config. o Legacy -f short option for --flush-cache and -Q short option for quiet-cache. Backwards compatible for tools that supported it before. o In ipmi-oem, support Gigabyte get-bmc-services and set-bmc-services. o Various performance improvements: - Remove excessive calls to secure_memset to clear memory. - Remove excessive memsets and clears of data. - Remove unnecessary "double input checks". - Remove expensive input checks in libfreeipmi fiid library. Fallout from this may include FIID_ERR_FIELD_NOT_FOUND errors in different fiid functions. - Remove unnecessary input checks in libfreeipmi fiid library. - Add recent 'lookups' of fields in fiid library to internal cache. o Various minor fixes/improvements - Update libfreeipmi core API to use poll() instead of select(), to avoid issues with applications with a high number of threads. - As a side point, while IPv6 networking support has been added, IPv6 configuration in ipmi-config & bmc-config is not supported in this release.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Follow the shared library packaging policy. Created new packages libipmiconsole2, libipmidetect0, libipmimonitoring6, libfreeipmi17- Update to 1.5.7 o In libipmimonitoring, fix several mem-leak corner cases.- Update to 1.5.6 o In libfreeipmi locate (used by ipmi-locate), use DMI firmware in sysfs if it exists. o Minor mem-leak corner case fix in libfreeipmi. o Minor documentation fixes. o Minor error message clarifications.- Edited %files to clear unpackaged files builderror in openSUSE:Factory- Update to 1.5.5 o Fix invalid flag clear in libipmiconsole that can lead to a potential double close on a file descriptor. o Support Supermicro H8SGL-F OEM sensors and events.- Update to 1.5.4 o Various changes/fixes in libipmiconsole - If user retrieves file descriptor from ipmiconsole_ctx_fd, user is required to close it. ipmiconsole_ctx_destroy no longer closes it. This is to avoid a potential double close which can be a problem for multithreaded applications. This is a change in behavior, but we do not believe this will affect most applications since most users close the file descriptor under most scenarios anyways. - ipmiconsole_ctx_destroy() should now be called to free resources even if ipmiconsole_engine_teardown() has been called. This has been done to create consistent behavior in the API and avoid a former segfault possibility. This is a change in behavior, but we do not believe this will affect most applications since ipmiconsole_engine_teardown() is only called when an application is being shutdown. - The use of IPMICONSOLE_ENGINE_CLOSE_FD has been clarified in the header file. Some of the prior text was unclear. Behavior has not been changed. o In ipmi-oem, support Intel get-bmc-services and set-bmc- services commands. o In ipmi-oem, support Gigabyte get-nic-mode and set-nic-mode commands. o Support Gigabyte MD90-FS0-ZB OEM SEL events.- Update to 1.5.3 o Update Fujitsu OEM extension product id support range. o In ipmiconsole, support --debugfile option for more difficult debugging scenarios. o In all sensor related tools, increase max number of record ids and sensor types that can be handled. o Fix several invalid completion code errors/values.- Update to 1.5.2 o Update configuration file parsing code to handle values up to 1024 characters in length. o Set FD_CLOEXEC for ipmi driver device files opened within libfreeipmi. o Support --read-fru, --write-fru, and --device-id option in bmc-device. o Support --fru-file option in ipmi-fru. o Various library updates in libfreeipmi to handle new features.- Update to 1.5.1 o Update Intel Node Manager support for 3.0 specification. - Update API and fiid templates in libfreeipmi. - Support new OEM SEL events - Update ipmi-oem commands. - Support new get/set-turbo-synchronization-ratio - Support new 'policypowerdomain' option in get-node-manager-capabilities and set-node-manager-policy. - Update output of get-node-manager-policy and get-node-manager-capabilities for changes. - get/set-node-manager-alert-thresholds converted to get/set-node-manager-policy-alert-thresholds. Legacy commands still supported. o Update libfreeipmi for IPMI 2.0 Errata 7. - Support/handle FRU Multirecord NVM Express type. o Support Get Device SDR Info, Get Device SDR, and Reserve Device SDR Repository commands in libfreeipmi. o Support ipmi-sel OEM interpretation of Linux kernel panics. o Re-organize OEM header files into per-vendor files. o In ipmi-oem, fix error in "DNS Register BMC" output in "get-dns-config" output in Inventec, Quanta, and Wistron vendor sections. o Support systemd through --with-systemdsystemunitdir configure option. o Minor corner case bug fixes.- Update to 1.4.11 o Fix logic error with a few OEM SEL events for Intel E5 2600 V3 motherboard. o Fix various logic errors in ipmi-oem Intel Node Manager extensions. o Documentation updates.- Fix SLE10 and RHEL5 builds- Update to 1.4.10 o In ipmi-oem, support Supermicro get-power-supply-status2. o In ipmi-locate, fix probing issue on arm32 & 64. o Handle several additional completion code error message in libfreeipmi. o Handle several error handling corner cases in ipmi-sensors. o Support Intel E5 2600 V3 motherboard OEM SEL events. o Fix several errors in ipmi-oem intelnm get-node-manager-statistics output. o Fix logic errors in ipmi-oem intelnm set-node-manager-policy.- fix Fedora/RHEL builds- Update to 1.4.9 o Fix strtol parse corner cases in several commands. o Minor documentation fixes.- Add gpg signature- Update to 1.4.8 o Fix segfault in crypt code with libgcrypt versions >= 1.6.0. o Fix --fanout command line parse bug.- Update to 1.4.7 o Fix typo from FRU spec, language "Tegulu" is actually "Telugu". o Fix typo in SEL session output, "Invalid Username of Password" to "Invalid Username or Password". o Loop on select() call if interrupted by EINTR in openipmi, ssif, and sunbmc inband drivers. o Fix integer overflow bug in ipmi-config when configure vlan ID > 255. o Add workaround for ipmi-config issue on Supermicro X10DDW-i. o Fix error handling bug in bmc-info.- Update to 1.4.6 o In ipmi-fru, support output of DDR4 SDRAM modules. o Fix EFI probing on non IA64 systems. o Fix corner case in ipmi-raw w/ standard input or --file and empty lines. o Fix parsing corner case in ipmi-chassis. o Support SSIF bridging./sbin/ldconfig/sbin/ldconfiggoat04 16690235861.6.2-150100.9.2.21.6.2-150100.9.2.2libipmiconsole.so.2libipmiconsole.so.2.3.5/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:26940/SUSE_SLE-15-SP1_Update/f21766d51ae017154aee9b4bcc06d0b7-freeipmi.SUSE_SLE-15-SP1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab3afa7cebf3079048d67b7a1885672d5cd705aa, stripped PR R RRRRRRR R RZM@Q!+ utf-8d2e3ce20cd4d6c1a05a4d8122b29492d0304df3bbeca119d29e88e86ae6257f4?7zXZ !t/J#0P]"k%wd=#< ;]. ؼJZ]ܪ4BJt݅7}7x0:q.u):Y]{:IfTzgc'ܬ3}6v8O\nóT9wO|}%\| *_‚LAf'kʈd5Lo9L 䚙HAtH]6A"}gi袤jl>~7z6$-~Z ROFgF=S(3e&jn|uJ:o/_ r/@mU8w5[TrN,| B4@K~8?OU%-|9Bҫ#byK`ɄUXs| Ps(c({v-"e^ 8WhӼD;D@9:޾fuX_:xsX)i7p={@s0S-3CC )E{tH+q#uDU.Z*U5>e끢[[,zw_<+PbB^+ X"Xƞw/1^/E/rfZ$,fJї(GqIW'UrE:]egu.h3!KןDtLFǣ_@mlKd@(5 !fYt"I cԝVG[C"TcQc-4V9JV+? ij֬.qE_R~Kh40C[]X;[1-eF(r>p 9bi΍"'[MSj;K /zM^d+3Mvqޢ4n^Џ &ъ)C}^-2)F%+-MH4 +w]|disk օ|zxݤ a9}$YӐ0tX&$2V}u u-!zu {gRyp6^ e~phlUdxH9EV},ݣ`U3ӱz7]Av8ImZ*Os_ֳlj;#xUEZc &#?Pىgw(3l c!2Vnn'o1NV4E)'}g*\ gƃmAw`>4{a;ez$Nܬ\VgI"nj2R~]tI?ICe@)M{ay;|g+Y9xAB sx/wr|GhORxymx.ΈA &fnG^,:hĹ#ZpOqa0k HCpiGEe -Y*Z=ZG-[ ,UcQxJ;jfen]l]m]\,tn\B֎c[C{z%}v1a3#a[Ұ_aɇqObT][}/Xx6IaTsF,w޲˙R7%{,u#綱 X$ΫA^A?S$>k 1Մnd.S |Qa]˽i|/"v>K גkT~XrJw<".kh1ȃzXrQf2~m}؏'QkeWihIU!>4/ym8.랛7; ԡ۔֐a.Wtp9`O]z ODzBԂ.@f1:. |~9Fx fHFE{lsR:z>Eb [9C7TxJF 81"^@fxHvEbi;&Uc<yڿ<<|zЁd H5z| lfy3bq1y1W?:DPSL@;<tz'fzde8eh{@flp۝6BV1IRwLq`]#IB.(&I-ҏ;勠i $Ʃ (g:ԄMpqiSTkKRY83q E!>#ηU3l CT@ʠt" `;K7SHW!Хgۇٜ'Džߘ :Znk&iz9-Z{܅/bcES. uI3 ũ}F]?Ei(M1 } F%BeX L1Lxe"j|"BɼH=B.r>dX>Omn%1-E֛/}sEa$p0&/L8;ꧯEqI)`!a`,?NP&\to:^h)7 |ԑ_\s%?)`-̣vx@*D[csXmOn}:Ԁ>FK帘1 iGZj;0M'gYmȌ,WTr1%tee\VA'VrР}zE>7l"$On |A۟*KN &K%yi'&(TgذkڏcT>O2K}dw^Rr6hCDТFkd5!cE.F7Hqnԡ ςoJѪWj$ $[lkIJ ;/̾Z^__xʃ VBf63ԩz_ΨaT+w iEнˬm#QE\mBivI+Or'E6׊Ǝœ1Dd1:I9s߯vM@Ynң{Y z_^*w˹p@~X02$7MO} ;[In[z18Uk%&bUk%b߱>e!HHP9/4υ)7,6ېY*+S[8?CŵF5-8 }5V hI7Xe'ds=iy>RFds qZP6yV'ޝRgϓ$EKbz>JCdq7>cDH4׵;0緳$f>sv5V:@6"ɢc'jI,KXg`΢Z@'`Ln(]z);W[o kw/nlz. ^p =n_q/,QLVrq)tĄ_JFcuS95+ojǾi14F4d*}k|"QǦ /7bkPWwj`NzI|+"KqcdQ)0svLNjD075j\K/?l>W7B'ef1=@}+Cd_'f7͊+GFf {~vmBJ*#Maf?k2Rf{YjCł2:#gq?,8NÁ.JP?ḧ(ulF5Z͹.vl94{"bC1F٨M*yTJ>(;>4x`d@Gx֔fd_G/L5*zn;T9NY*:{f_ƹd .^ agΔWFdU&?k& :q ˕´&06GD<1ԮR}5.f6^j'jWz9䑀)"7u 'Yzq (5)jGai9|֬=!Ve)cQ`AAg4:_, }^dĔ3BsoypÙ3o|(,Y._U5]X7D 3CO!zIP[Jb 8@(s2oo Cs[kzױ:qPPMG0m~0 xn!C(xy1Fb_/Ӷk\]=D|BOò^ 344Q8u]#vnFH][o+׺P9Ԛ<RD}Y#u.fYJ Syfe9tY_oPS֘t"UX.:w uHuݫFzas6K na 58{vl%2 13ʍxO,7] pb޸WHclX]pG oAfT.SR\Svݠ9ms[T%$R(WL/5z3[{`pUDɩ_ 2H䇐jZl6L_gC :ǶlŠ?gM[sg!G'R"W46 ?qXfec hl*Ġ1GՈ@H , 愜ߖD۱E;N5jusot`j֜{AZ2&?EJ~{9yGZ|.o FobӒ+ɱ$XrAТvOqN7_ Nr/OSU+kėH,n3Bq9F>x=4.#®=|N`prd͎IF&>A``Q8d^G 7ue!vy.Rd- ԕMKbe W/̍zc( WT̥/"˥q3S;@ӟt+L@ZK*YeU MTM, Ix8ƿǎ~mX~w*7Sg8$Yk})o0L(:^DF؂8\@Զ#!-KF9\,fY/p*4 ;MR\G[,ڑuES*uݯцSά6.M{>&?iܞf&Q9% @n-;g,2Dtꂹ\RH07u]%ǖ;z=H 1d ʓ[pSϺ̹f&@Ѱ_:ǣ įHB/ gF4ߡ]oJ}}xb$ufrBj蠞ofmcTnFۻ~"diye8-DA~:| V1߲BӡQrCFǶ& qq7!%`qPra6˳/ξ99/G 9_hN.k%X~|;NcW7]M>zBY/';~L?S# |"ƭ(}yLkK5J 򈐇g_! Q(GڰUh^P1k;6ٮ&G40GZW H6G3W27!(M=z}Fp!Mf E$A g-k7_?hDɩ GݳqX2c!EWRjaUwz"&UYOE!񭪱Vg[;*3+]GSsctJ.١4f29p*BL -H9ҍ{L}5A[Īke‹ƠdޏjgVѹ[?Loyv~|Ǘ1$fӚrTdCc[sR!C[c2quϦ ** 3('(GJ؄=wo_7 6G^1BɊauu<(~cJdŭ!i] g3;d5[A-}"_^--_l(!Zl5u.Xy߲N{>^8{qYM ]X[{,EO8l",S{ Ԛ1H~sqF%>C]?J 4Qz>4{*]^e6ȭ|Z`pIAltaq=wZà.@)Q!( \M v.*-#IaPaLm̴P[HO7oMdo1ʄSYD +'cboDFËLŤ mDxzd5|2cE>}5w"=Ox$!XmG ȧdʠE(2 Omq3(wW4A;CKC&0-DrmSnTkvN8s^- 7vC $Twծ)h_QUz$W]'m5)q(۱ ݄>`m7~%׹kXawS+ 'Ir?R.~boC;=5j UPPoGc0x$/5nXp<>FDh% x>E(X&p^f ,;r,!)òcI`({JSdc琡ƛțг%QnO8`ð0Ȧ_8J Qmkz ~0\(^?F^K_?f)UR*0$3|IQY)ZΜ6 6+|efdxM)T6W\mҎ%&a8anFj^݂Txk^~T*zTAsivNF!mm P hSh?3:5J?eAf]}s2o.60ٕSM h f0&Avu?S˽[c^K(%Aq-N詃P$=)&mюExY 5|,ؾ p IYfLS|D7+&%2B~Ds>yG6lf-7m$>K ;TUK! "39vy"Ŕm E^3clSi}<̄|Nc[6V0>&FƒxauCאUre‡$]제<}(ZG=5jfPUEv:E5ɰTZ2g xެT .sl; oj$mu;lxS-s+EOAxD%92(oW4+LUH8}!nc%4. J>X0{Fcuon~fueԏX/6)*aT¤=j{:c1pRKYEh25_%B| q_t/]{9/╩0MرR"~  $n@G+4Ht9_[GNsow=QXuAXl*ݵGDȲM:)XcOָt ICyK 票ZؕpyFL"^*̤g,*^s/ŔB>K.6Ҩ7%eN7X)ߔ5^č]5F}k) / u˨`A1M,tŽ?Zr#b1 Z ;XC ZXw9 K}gT ~QRrSUט@BtbW r=f[Bwu71JOi_ }ѝHhK-Mm4UZ*m`mAPq Fw8l#a챵˕rrOs_zpG ]vZ& J|pwy1Ӳsf}鲳M>B`eQi FDPď1+mLDjkr2 ;ingoo8xc+]exsC0*U>õMJn)?9ke?<(7y4PwPjä|I# ~T|I5&[6搵Ur/hBJXB Sq8$b%ݧ8.= Ԇ]??NT~nH~P5Eb FAȸ69b_ӯ)` U,Vrt:Du[=s0]zV۔t/.鞨V}èHQflר7fKl a(,,fAʲ8(b wWoj3-- ܰ:Ϲ)gڈ%|{)bPT_~ RrQ_0HdSCmu% H/OaQ{sT@p?rN%٠x*c*=פ',3cQv%'옌L q$zĻ[K2 !a5HΌnT/bF#k-RD}|vNϪ#@u4 ڴ{-t263bx#hPN*:|&HfQ}'>&'j;Voϕ'd &"vZ` Ð-]БIaPvy@ 3`C>qIb_a2J>',KigUн=RMJ=)vw:C E&wb+,Eq^0H|㕻Ob 4+<6KtCJ8ݩйx,r2ۼ,͸s70ޭԌ#R+1G6g*A-tY7lS֕!}i?YX*5`E;f`}fU|ܬX>*NQ e]bR"JsL@YrbL,VJζymmb AB6NMgTIT; NN%a pQ Ccc #M"-Fs?9[)]yУjQVr)Ûk9WmN1fxUgt6)X<.H/mF,4RPd' &<ksȱ\"!o8_ 6&`(}a:(HժK,VxSh'xB%xVic? :`SWϦư)Hߧ rS758M1e`U}gLG ;*[ϩJRdQkŶ=-?SR+JX -mPmʘc屣+4KoAwَc5nccv#Bޭx$ 0+P3AsO$L,]F:L]UFlE$s/tW/ZŨrP$p Rm|vUd:wfq? ͷ`^n Pl cΠlM$8M6/x[TIGFm{#?r&5]EF-_E$[gPgȦt-K*:@ЪXlU@M vo +,+Eqz 8 sӭ6X Ţ^Aa!=TQ0jP!>yN6Ǔʸh8.F>*"CCn/9"S K wGB?  UG&n.)m1A) &H{{6E32Q <@Er9|yW&V|A]-`tw,Y7KS^O۠1(32NU m%]u OaĚ!Q/_o֓r>󿆆L6ZZho˖fT 3ICBc|U~;3FI0bDžOE j!+`t(ƀ YӉNOPװ|g&DI:O2 -ȭ\\i|13&Nqꅙc2,)r_ņu^Ա n)#|,]*E'>̴ sE>}A7Um\OSi]Or as.ö YZ