libipmiconsole2-1.6.2-150100.9.2.2<>,\c{Ep9|/ ,CМBGf6$*FҼ QSMЈTs@)x?)hd % 6  9Zk     " <DNX|  P (u8|9:>&4@&CF&RG&hH&pI&xX&|Y&\&]&^&b&c'd(e(!f($l(&u(<v(Dw(x(y(z))))")dClibipmiconsole21.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{Eibs-arm-1 HSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://www.gnu.org/software/freeipmi/linuxaarch64 Hc{Ec{E66cd555386996e521b43e2fcd0a15f6b9f6d757d623a80eb58f341d38495069elibipmiconsole.so.2.3.5rootrootrootrootfreeipmi-1.6.2-150100.9.2.2.src.rpmlibipmiconsole.so.2()(64bit)libipmiconsole2libipmiconsole2(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)libfreeipmi.so.17()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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/ldconfigibs-arm-1 16690232061.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec5746b118cf46371b8309cbc135ea17e887e182, strippedPRRRRRRR(6J?ÁoGU6utf-87a3da8a6af185f3c7c06a6a33feeb03ce38c71b572526db095681bf85f8094e7?7zXZ !t/J.]"k%wd=#< ;]. 1KoY @I+7fN.52KdUeLMRWXg_ѡJ2ThmM`كॊy>bj4wM4,oHo{!2ڋ.zXOzBG{P9aDf?Щcwg.OGhzsMtp}O,߽0RMX#-s>†I+ԯyx:K2AZ VT"ǩMu&EZvOp fMn`Κ -KJ|/Gǹl͋lvu | p,;sPs*uԱxЍU۹`'7LLkfKT1Fve<~?@•GcH-+eeWy}-L[ƩT8p!2-@&Yu(RNgӦNCjجU7 n28qɤS sH7 kl'R.M:?=ˏG+@YhJ!b;ߊ{`h2:y:ÇV9|ZՖ]/u{n8(Gt!,œ>]ikCH^:aoء"^()_.'&nj=,+:*pwHKSe٤NW]N"N YX9RhZTSRЫp ^KMOn|\d>ǎr1]C|;U~Zbd:݌5}L$u+lu 1l*o8)tRxJ϶=2/'^O_=ϵ ""<串m|6Sk#q VK7EӠpdN`m g1 )blƶ.O6B$2NH隦Ay`*_nsP m]|(YݐHRˎ5 5߹ %m~ʕxo<+벟9.o`N:O(Z׷]q/x_zIN>pZj驴 OnpE-IΉ554UUWG<,ԓð2}V@ʐdz^]QS(4#N9J)+] َ̉4ZΉ!^iw>uKI0V}l"Wh?.+ULLiÎ8`2wE3W~koXU~ 4Sbס"?Nt2.,:8#x|g$ZC%`/,GГ[{O(kZ;`w1&@ÊḪ٨%+ 2șD. 2fdFjkp^$ԮGDHpC3Dy˭jNUz.Dƥ$Ylry,|ZXaF&2.7yW{JyPf+ټ &>Z|fGdНgdhNrVYkҳ9V|#U5y9P?N> ğfJ6yٞM2۞ UA] dH%7bC4>A);kܭ|u@ syF[60u H|4֦bmؑO:bηf5m޷"Z+_[PKozQ|Ȱ,z7 tQҵ/T, \rOOS\i)ge::痢.41g r9J=@!%T 0Y3#Ud֞0zs_oRl.J:#_8e <ͻ,+z[91?*;6)NO*0?6 3RHqy0~<f"ږ̿Vy91411fLeo3>8ӳZe9 }ie†9a)t -^Ã*Z!O˲Vx;G.yih91e=B|1fj-ʎ $>9"C9Hc i  6"uoU=@y#Դ\V};hqv_mЄ쐝 ;5qˍ=.Td YR"Q8Uv56I`|1i1E4,-6E?~khO Y[0DZ^:!O%%.6 xs .bF%㧒EbVN{kO*:!W߶֨W~)b"-9>$D)wReydNuLCWMcr%sQꉢ,#$.nF#\2@ ʭ[«&j!U,: %ٟJF';߫"vY/r$PTSycY"{. 2LO21 *#r<䭜q bջG$F,std\+~'hY *%!l73bYa5܈35.aOٰT4Xǩ͖R4#3Fq]ZxTe G7a2p%e5KvQ+tA1II_ݞ^YR(G>= V1QDnc6e 7\\n2!+d( WM@{GKD,r{r1V4vd;qa֟Dkj!{9#Fٳxq#&$wƽ_s-Z+nE-Ho qL,Iaэ& :T'&:012BY$E6m][` XӳլBؑB b+!՛;..y/#I&FDĆ.H`Lj6T㗒_T- LұMRdsUfwJ^2Z[}/j }XZvmtNKTP|ReNyz)˲,n2v_59 O;qwZ"K\ ufGH<1'o|d͹EL rř  83qj셔<Ag~V՜ ܉ߤx,+qDRV$E4˧lb!y\Қ 6jf7(z,"`S@ǰős8 9> ,bbf)XdT`uQ0 'a'ӻ`c(4;͑S7E/ػl[Cb_ZFF ч<ᾩo Kۯl|T~FE(%Z Ld?+ v;)QꅜWTd&s'nR(J,ʇpvHE:1J4(( Nk!1Fzgs򏰀&ZOnܬiEi :!BD`2a”O`>$׭Ov//{>̲\[(u*TaE' 䛽|P),RX +ܣ V)x~-|k`ĵ1ӴB(0%GhrJ ~kwή=1bf78ak@cŏjܩTf"*$k߬YAod4Ku176R4 s ^58LZ]jB9W5wIb-cP>0kP나MNb5QJtݹ]d#t&Az!.e!/ߎaGۉ]o*a4S\()cM0gF3_|z7!(!8|e!m:Fd,Йb}SG_9lO{-/xZT?׺jt_I닞V2LLYȧh{ثU֊~v{DHxY[,3g .ZVNۻ(ٷCa} R8k 6̔+'k4s2P[gdF^0>KS<aO-0 '-.Ҏ3 @dT?xxS*v2?2l ui}6Qv.MOxp_+ =Zҳ܁0C4]O#Xb[iRG8q|<~QYu\H|e‹.a$t'.:b}f+?'#P3D>tU}D\}#5f1isN&^ܳa&N~y#+X)/E;QX \A) *MP+w弔eMA1(D3lw׌}YwB{}I~:b\x$fJj`UWaEz91Ë!1r=q3 e(%G8&=S( 4|wIף`nmUԔi)Q$&QIWn:gϢ͕鯨T7%E}]281JJST7Z${'6YZPAtoS ܻ5t(mPGi,W~鷖 'H-@ҭ"7_mkٮ䴎fO ;Edٙn:N8.,m}Ndteqvp~) O*6 väߍ h ZOqZnR]xkIFWj\e.˷\["%49-M>(:(-h3~rj[Q17϶ 'aiZF1~(5\῿\E5:Ag;%T㼨,֑o>'uNT`, :dFAuF@y`qɌ1H#oZc!~Ef'zկ˫RggKP=ЃBm=rPǮL\5ͻe7瞞kЀsY2 ^(_5:}β8^RB^Ra"ah*Zboǎ epeȭ1O\s# 1N^[g01t{KxL:6îұF;_`n&4A1 +M&j%Z>{ +|g9L?p̕~Iw*ᙤ-Ɯ߇ߛ)Aϐ׆ɧ `YdLRxJ6Ψv(^ѧs\0p{h~ö؞X>=i>Դɓռ\5՜%|qx[h]^ ge+  0d$ M}{A4^̋ޡ ɫgIS 8\ۦ^y"VR|= %02H[0W >[2g QIYӿd6|(2)iq T;RJ[|jN|r elzJDFa}1MRZ\"o$Bs|Pa+Y>xc_Rrwp%Z&A䥬HW`d :R|1צZu>xDB8y%%~f> ՉI7a;7ĉr<W8 A*e֮BG&'GDg׺W܀C:M@e)MK[ՠ:aӖ]y&z&O eƤANo(4> r䬷¶\?/ՁwC&뿖#N.`N ?oqt*%BO~7cgNx s ?g${dA[375*7EOILqҞ&Ta, Ѡg%v*g;9A v@|NʨK~ypT)-(I}" #U+#Jݬ)z$g]OZHp)Eu$@ý ".}>䮄֚72nnkd> jް1chz!E00t!uҟɾC跼du'j2ųeE;]5&-+pX|ޖٰcNjۢUht,.n&Y[x]s@^3#23akps8l+E\tx+-> x_i:n뻌Гe"Ry` h!RdxRc|ہ绷aGeդRH(ءVT݌VDx "$4BZn``&1>l/X5iùjG=qxwhE y/Kդ4 3oYF硾xɞjzAQu !T/8^t~0ۑ>$[dyۻmS Ė } S犓[FƓ+'>?犒JPgNCbe= LI7rEjsZ:7 +F!Uv,bK7oxH\.HGPL>" 7o|?_7 j9WZMD=*=)),luHaЦ2=G$Tr7;$/k(8 %E;I}d:ϒ&=k>h;WAo80ޞߑ',hs! rM*;6ְm$f=H<6!w@cnЌՠ)xFJyXZ0c=Vt0ER!\c\1XⱏB6 ۺjM(@zw.x|鋟!7f,n릹^3KU~& GtE7&.Ȃܪ ;jB8p ƾw%ҽNq=*tIp0 ՇJÿaSDTQ+ܥ0&U:l'(~[Š2tfԦG4~ uy =T>M2ehs?I\ BhRPm!͠gI:lnc|DϨOJE^WNobwZ"lK;Cvq7[ Ļ3'a+ tFeF} a%Yhx2fm %T4E&N0m8}п7lf^!Ei|2 @zXxM }g Omvu y)OG0M&iFMs9_4' v&W. 9т ʟvJTsrqnWY݉+νVC6DҒqjud9.lŔWJwp WTk ֏g/9rs!"z_$ByijowbT/b{{k dEeU}An6?H8](qRNDFŠAnt0$_lҫDbMkAI`Ys%~Ϸܼ!.@_]fra_UAN~Be/KH KkLg@@Dϐv}5p <ݥG7>,` hhߴҗx|vAz"^{!AEd=/L&mC֙16{GJ׽`Z)?tfV.1Ki*wIƙXpU޺pG.JV7Fv+,\( g6BG6#S[鴊Hf_$GhZy hPlH[sf 苵̑c/^ss- `yT%&9XsLdǰ`3i6 Ix~K9@EWBƁtsyQ^QoF#$o0iD8_Hi epby)'tρ]B9}zkVTXFL+ױhu z7?Tz."Qrp:ؑeR'?-Y`x_s?e1*NlE,f<&*hrru]8}q' ;r)BPm\^c> ޏJ]TfO`rrbkk6f 5Đm$Ul wU;9 41[ch?L ǼOc. fCO;Yw [o[s((lg1=s`N:Fo%ls*zY˲a&C{Cc4jXS 1fTJƏ{ ZZc5U;0_9)ZGJC UF$KN^NNӳPabۗ4c)0:Z%Z[)!Tx6O UjÐfۜު|@E8 `r7Y*O SZݜ.%~BiU&Y᳻t,0M1Á뚴 I̙e\䁺w=!CK# (W}E09$L2 =NI¬)S7*F⿐"eDa֢mb{N#`}#7(J}±"nh6'ջ{Υ|?qiQ@԰8 (ܜqmo&,Je+ LQߥIT 3kjl,y7*7܃"J[banTHn͚3~r28ER?AC