libipmidetect0-1.6.2-150100.9.2.2<>,Rc{Gbp9|$ruGf8A :t,N2y/Qp|kb|CP)F6{m6$?X"n|de 'aߥA}Ϲj\* r 0dgv2kjtrh_yqI.zvo]>4L(,2h h{w1W-Fq@)|?)ld $ 5 5Vg }     8@JTxZ(89:>&@@&OF&^G&pH&xI&X&Y&\&]&^&b&c'd("e('f(*l(,u(@v(Hw(x(y( z) )) )&)hClibipmidetect01.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 libipmidetect library.c{Gbgoat04SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://www.gnu.org/software/freeipmi/linuxx86_64c{GXc{G]9efa6202975ee2049b4eac30f522a30ef76ac89f8c0b99d514eb912a76f86aa8libipmidetect.so.0.0.1rootrootrootrootfreeipmi-1.6.2-150100.9.2.2.src.rpmlibipmidetect.so.0()(64bit)libipmidetect0libipmidetect0(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)libc.so.6(GLIBC_2.7)(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.2libipmidetect.so.0libipmidetect.so.0.0.1/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]=f21f5a21ab88d9972fcf3c4394e682d1de4d8fee, stripped PRR RRRRRRZM@Q!+ utf-820ea41925721f2a72a5161a5282e475f3a63dc0bb41c148cef1420b664649e4b?7zXZ !t/En%]"k%r=d=Pz8>Cc', "Pb-CQ$Y|x}8ц_.N]7~3| К2Hxx)Қ^b [2,i%jjSasbOpyo:bkL|"F ZW}_Drh+=$f*+ %Ĕ->;v}r̀(7|1zgCT}Fvt:9/Ĉ~${Wewz-*lUOܾ`g[nHOBl$;_3ҶSgXp]ű2tκ" [TW~S{6y\\}%zDAZttC O7a$~t%`l:N㗕r0}8$ cЖʹ=(`igi|.zb=uA0[־LեxrFUN 8|uoZ& 觏WTg { Հo \RY&j/&GB8. , :ez=dEƞȂoxy/dNC;> A?-a h[BuĂ Cqs`Y]ײ&]8&o`uqi-']q,k;jmH/ѩi0=Sb7[35 hs葂0!kxZR|-yHjB>" @|B}[|}c[1/u6@mԧxz{Q\d<<DR'xej$DRʃ}y+NNINδgP~F  DЛ>()6Aúl^WigJ^BR';X2;t{t3T˸H}e?|XpRYuE]WWʉZz'SG ߊS|~C83+T-Qȱy겚k"+ Ѻ1\L#Ԕ+JOCve޾}W _S.*jR l>?F8Ƚ}KC^Δֵ.|Uwcuﴚq(CE>MSu`VUE &Nӹ27e_#2Xm28dʮqm#ŬSkL A$1pCEmC,ߨI[$>wϖ8{ y^St8tXaXx'ER.czݑou'W6ObN%vzk5L *[_U5IQ}ryo'UބN** @DjAS$vCجaI)EPm[1wDhdFxER]d/69b%|ЊInߎ[Wu~ {e|@DžrI92]$Df2RYDIz<< /q.9z%tOsE`Sytgt0:仜_#]=;<g{mY1TEdWIJП!" WЊ.\BAq~r2ǩt>+#Z"Q]q uk+m~a qTwC#h;5)i%^̭P$g{Ol蛈 ZvC$^3 M!\Wc(l0K@5db Oeu_%QL sM :4XG X'N=Z"dvx|qLE>C;lGd>El {EӥBYq<1FUdxv~fmTNni`P:,Q6 )"lUʐ4-Ay܆l}Y'sؤ!abkdDmh=?|ٜM`@`Wp90;-!)E 7J{ʅ`״"2#xb*1Kg%T*o7j#=[?Ǝ؞FH@XS [Ds1<`'FV4laWP)ع:]z0̡YAedhz+Cwv1.Z{!4ɄGy+">-Ar):١@!?HG_UgroF\1ov {e*л{Qn]FmC0{NCHCIjTfW%h k;KY ɈAZuh7<|0^Z8͋ـaҰMc~4K鬮Goy#gtq$nI$kCbdyS5ֆe0Sew7. Gi[?D`vi#'~ O,W͓\'$ۅx;#;ov 8,t!$[r㤬Z5s_di'v8ԦX$3рOL-U|I#. D3yC7y}"x˿A\I'X+5a4:q9_;Bv>vL1rǍvDxED}x]u? /9Ζﮅ%*kܟ.pH Qy$ulװBۓ8Y$xF#^WY"%Q[gP|yUh |Z^ 5 UB_[Y#ȦρSa $c`I|l$7? Z"] kx='A-IZZd͛bwq 0q^+3>~APAu PKMwS/^4 s O_楄ur!%Aܲϑ"n Pz Zȩ9ƺǭB]!Ug݅JN^Vvuz"3rg.7j鲲M<[hehp >jM\dfJ0+2o">$ ZV‰xؒ0ܡ_G/VNWRI?=nrKd#w ݁8>Fyzn ޗA\~˝xQj}hXw磌)k!\Z1Uw# ?HQN‹"a:[⢟t֙_;_LVh1I5(mvg9NfX|*7ӆ8~4LBUV*oC-(䙊\H0xYlN߱(DXű5)5 1]'̓xւGsJQH؂ҋd"X4f/3n#H Cv-PLJV~/makW4u{yplw CxMUg@lo_M,NIB-8QNGP58ƻښ'Ma#ޟ`H:˱[﻽ҹlɍ[zH7q/u.?txAx(oYbT+K;x8q^Q'_ߙTV\øs#Oo9ͯl uv}x?Z=RQ5jA}ڥFJs#`6ݮ"őVN#vy yB#!CuH~a TE ϢS6KAL4WX_8Y&D)@)8M4\:d/_h5p6V#I]g9L«o^1& Dh+e5i[sѪ6{ft9{nqvdPaM?`n|3s[0W`7D"EYdVa(*,1Coa\A5HI$[ܷH4 %4[ğ "2즒_Һ956Wb_%2ԉ/ g'P#M g ,ʚƙjnkm#~U|5Qg+χhw6ӞyftbY?ˣ)Hn*ѱrT TlQF.a֡#]Q kƍ&=uE xDXr|FkV"[ut $itSi;3.fjNJ7g06ws3J]#L ;r7>.Ş!6i`Ch: 4r3bniк1Ը+ +RwtЊ;r+hݐ_WDݗ5j? 4K%WL9(-%N˨s@+Ffs f/_09]BKuhnX1 }p&w+%Dة+:)]8@H r0Xom=f|pHlbDWkjcAD EbRgSDJ-y5;CL!a+Ü3: `# d.۰1s{V|iÜCO pI#1fX8#"(ɖ#G<x7aFT3I\ʜx \Fs*ϳ*&^(S| (6sG{wzWs` B"nHjDjWu$b;@EEK+uj_Ӵ<' H0$"L֙RUty^NᚴUgqI bO:.Izӷ-S~J:96M.nO<D"yOJc~%9sSSs2dɾw%e(ێ22V: F` ,"\ϸ*!-/˛oYpZjy_<;ኦZBkMCbiQa92apQ_Gg"bV3e j0ŒI255Nͅ9W"FB؈o[}D+.M!kI sNx f ΌWī2'\ 1Gu!J$[Tu gyǠiT*n/ئM!Ÿh4Al1VCΨ`9+1L&:q-IgVk<3VWIq8zXV {̮lXq;S݁jKr۔ڐnEٖOoRD?8qT]Ёb"up %6ߑ 6OVT91#qi=iEA+hs=;80>/)s͸y,# cBk0얕chg" &^D Tmj6DUoeЯR#ctN2!"_#t,{rn)^a┘7q^PJI8o~ٔ7osuKg.#gb (ľPY+PVRtxb "2uh &>nI0^ci Fx:Q4#et(Y3g IcK#heX?LmN/@Ծ62 H &j]ּ[' 'T.1TFr880Vbv6bcyy`J>(\J[KkJ,=yZ#"Zqey|fEWf߯TYݖJL@6uLo@iy7Ԩ;NS%"w' -}AU|}@zeFij;b:Vu9bd{TDi1`2nlW\l\1l\D0jK2M]HHPijCI|!EK]0S"$x5JaG 15rb)5z$8i8ѧ `HrEA4wkT0+8@K;؄͓}mj+| gۦskfa)is<-M;qQxH]̴r4Bv}'y y=iAQ'C S A/Qe+**RكГ\ KdPnf&T]VxF;@K2D:X昀G(魒hlzUS>E`9rьM=Hs2y˓hqL)t*T͞i Ri $Nw}{LͧNK@=_ȶġZ_н"+`W!"BCvm3;59=wDZɌZ?qާAeZooue2io qݗ/ۖ}.oqzYE7N^&GMumVn-;ֳ|؁zLpԑJcJ?fE{!BI;n%0/Fa?E6/dA|e w'.b ^rW59,H1d@.j̩)p6wVч.GJlGO]9'M4KvwZ3\h9z>+9}(ofJՓ YZ