99 Commits

Author SHA256 Message Date
b06a5f599d Accepting request 1306447 from systemsmanagement
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1306447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=59
2025-09-22 14:40:46 +00:00
fe7d4375ad - Update to version 2.0.37.1+git.ed1a49ee:
* Some broken BMCs use an invalid padding length of 16
  * Move to version 2.0.37
  * lanserv: Add sysinfo.h to the makefile include list
  * lanserv: Set length on get chassis capability response
  * ipmi_sim: On a watchdog reset, stop the timer before starting
  * lanserv: Add platform event command handling

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=79
2025-09-19 13:15:31 +00:00
efd4bac4c3 Accepting request 1269190 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/1269190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=58
2025-04-14 14:08:15 +00:00
b538ecfa39 - Update to version 2.0.36.56+git.0a3a991:
* lanserv: Mark serial channels special
  * sol: Refcount sol instance in ipmid_changed
  * lanserv: Set the channel info accurately for system interface
  * lanserv: Allow serial IPMI connections on channels besides 15
  * lanserv: Add limits to the receive queue
  * lanserv: Add timing for messages
  * lanserv: Fix a bug in response handling for LAN messages
  * lanserv: Yet another message dup bug
  * lanserv: Fix a bug in message duplication
  * lanserv: Remove one more unnecessary memset
  * lanserv: Remove unnecessary memsets
  * lanserv: Add the cmd to the things check for response matching
  * lanserv: Add a function to allocate and free message
  * lanserv: Fix a memory leak
  * lanserv: Don't allocate a new message for SMI handling
  * lanserv: Rework naming and message handling a bit
  * lanserv: More malloc/free cleanups
  * lanserv: Clean up memory handling
  * lanserv: Remove functions from channel and use sysinfo
  * lanserv: Create and use a message queue type
  * lanserv: Separate out the receive queue
  * lanserv: Reduce the size of the sim_addr_t passed around
  * lanserv: Get lun 2 commands working
  * lanserv: Rework receive queue to not have a dummy first byte
  * lanserv: More message routing work
  * lanserv: More work on the message routing
  * lanserv: More rework
  * lanserv: More work on restructure
  * lanserv: Rework address names
  * lanserv: More restructuring on message handling
  * lanserv: Move check_msg_length() to serv.c
  * lanserv: Round-robin sessions
  * lanserv: Rework the send message handling
  * lan: Don't set reponse LUN to 2 in bridged messages
  * lanserv: Allow RMCP authtype for no session messages
  * github: Add readline to the dependencies
  * Remove support for UCD SNMP
  * ipmish: Fix snmp trap handling
  * lanserv: Use ssize_t for the return value of read()
  * lanserv: Get rid of the rmcpplus session member
  * lanserv: Preserve handle when clearing session data
  * lanserv: Don't allow user 0 to be configured
  * utils:md5: Handle data for md5 cannot be NULL
  * lanserv: Validate message ordering at authentication
  * lanserv: Don't assign session privilege until after auth is done
  * lanserv: Clear out session data on a close
  * utils: Check for NULL before freeing MD5 data
  * lib:lan: Reject a zero sid
  * sample: Fix data parsing in ipmicmd
  * ui: Pass in a sockaddr_in to SNMP trap handler
  * Fix gen_random()
  * lanserv: Check that authdata is initialized before cleanup

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=77
2025-04-14 09:13:28 +00:00
50f4295611 Accepting request 1203915 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/1203915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=57
2024-09-29 16:09:08 +00:00
41bf6bb5f5 - Fix bsc#1229910 CVE-2024-42934 by below 2 patches:
* lanserv: Fix an issue with authorization range checking
  * lanserv: Check some bounds on incoming messages
- Remove mainlined patches:
D OpenIPMI-autoconf-m4-ax-python-devel-serial25.patch
D OpenIPMI-c99.patch
- Update to version 2.0.36.4+git.c114912:
  * strings: Fix an incorrect string in sensor type 0x1f
  * lanserv: Check that message and negotiated authtypes are the same
  * Update some strings for newer IPMI standards
  * Fix error report in startup_set_sel_time
  * Move to version 2.0.36
  * lanserv: Fix an issue with authorization range checking
  * lanserv: Fix an issue logging an error on a message
  * include: Add a doc for the lifetime of ipmi_entity_get_fru()
  * Move to version 2.0.35
  * lanserv: Check some bounds on incoming messages
  * Create SECURITY.md
  * swig: Cast some values to get proper passing of values
  * sample: Fix an snprintf overflow issue
  * ui: Fix an snprintf overflow issue
  * Add github actions
  * cmdlang: Remove yet more dead code
  * swig: Remove a double free
  * ui: More print issues
  * sensor: Remove more dead code
  * swig: Fix more resource leaks
  * Finish up error updates
  * ui: Fix a ton of formatting errors
  * cmdlang: Remove some dead code

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=75
2024-09-26 14:28:11 +00:00
3b9a73279b Accepting request 1193362 from systemsmanagement
D    OpenIPMI-no-return-in-nonvoid-function.patch

Cleanup diff from 2 years ago: the patch was removed from the spec file, but
was not mentioned in changelog as being removed, nor was the actual file
being deleted. This was the reason why, for the last two years, this package
could not be forwarded to Factory (incl. the recent gcc14 fixes) (forwarded request 1193361 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1193362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=56
2024-08-13 11:22:13 +00:00
21e3248677 D OpenIPMI-no-return-in-nonvoid-function.patch
Cleanup diff from 2 years ago: the patch was removed from the spec file, but
was not mentioned in changelog as being removed, nor was the actual file
being deleted. This was the reason why, for the last two years, this package
could not be forwarded to Factory (incl. the recent gcc14 fixes)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=73
2024-08-12 08:15:35 +00:00
Christian Wittmer
9e097041c9 Accepting request 1181526 from home:jamborm:gcc14fixes
- Add OpenIPMI-c99.patch in order to make the package buildable with
  GCC 14.  Patch comes from upstream
  https://sourceforge.net/p/openipmi/patches/38/ [[boo#1225871]]

OBS-URL: https://build.opensuse.org/request/show/1181526
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=72
2024-06-27 12:05:20 +00:00
18b0eccea5 Accepting request 979226 from home:trenn:branches:systemsmanagement
- Update to version 2.0.32.3+git.05faa36e:
  * entity: Handle NULL entity in internal_fru_fetch_done()
  * entity: Keep the entity around duringa FRU fetch
  * Move to version 2.0.32
  * Fix readline and python support
  * sol: Fix multiple flush queuing issue
- Patches that are mainline:
D    fix-conversions.patch
D    unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch
D    lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch
- Refreshed patches not yet mainline:
M    openipmi-tinfo.patch
M    fix_dia_version_detection.patch

OBS-URL: https://build.opensuse.org/request/show/979226
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=71
2022-05-25 15:35:44 +00:00
775bf4744b Accepting request 976023 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/976023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=55
2022-05-12 20:57:37 +00:00
225fad6f85 Accepting request 975918 from home:bnavigator:branches:systemsmanagement
- Add OpenIPMI-autoconf-m4-ax-python-devel-serial25.patch
  which updates m4/ax_python_devel.m4 to serial25, retaining
  upstreams PYTHON_VERSION addition, before the bootstrap runs
  automake, because the new serial 25 can deal with
  Python 3.10 version strings and deprecation of distutils.

OBS-URL: https://build.opensuse.org/request/show/975918
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=69
2022-05-10 08:44:34 +00:00
91b23f973c Accepting request 974498 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/974498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=54
2022-05-05 21:05:18 +00:00
efe37892dc Accepting request 973286 from home:jengelh:branches:systemsmanagement
- Resolve rpmlint report "libOpenIPMI0.x86_64: E:
  shlib-policy-name-error SONAME: libOpenIPMIui.so.1, expected
  package suffix: 1"
- Trim manual library Provides. Prospective users (packages) ought
  to let rpm find the dependencies (and their name is usually
  "libIPMIlanserv.so.0()(64bit)" not "libIPMIlanserv".

OBS-URL: https://build.opensuse.org/request/show/973286
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=67
2022-05-03 04:48:36 +00:00
bdb0ca4466 Accepting request 925987 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/925987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=53
2021-10-20 18:23:48 +00:00
Klaus Kämpf
a34c555431 Accepting request 924946 from home:trenn:branches:systemsmanagement
- Fix file conflict with old python2 version (bsc#1190999):
found conflict of OpenIPMI-python-2.0.25-7.3.1.x86_64 with OpenIPMI-python3-2.0.31-1.1.x86_64
  /usr/bin/openipmigui
  /usr/share/man/man1/openipmigui.1.gz

OBS-URL: https://build.opensuse.org/request/show/924946
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=66
2021-10-18 09:43:12 +00:00
0ae02b5ae0 Accepting request 923424 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/923424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=52
2021-10-06 17:49:57 +00:00
da4ca1acb4 Accepting request 923423 from home:trenn:branches:systemsmanagement
- Enhance changelog as demanded in an internal submitrequest

  * sample: Prefer glib for solterm instead of posix
  * sample: Remove -rdynamic from openipmicmd
  * smample: Compile ipmicmd with glib if it is available
  * glib: Allow NULL timeout to perform_one_op()
  * lanserv: Fix an issue with rmcp sending
  * Rework mcserv.h so that marvell-mod can get what it needs
  * lanserv: Move sol_init_mc() into sol code
  * lanserv: Remove all calls from the library to user code
  * Move ipmi_log() to ipmi_log.h
  * ui: export ipmi_ui_cb_handlers
  * ui: Add link libraries to UI library
  * Add -no-undefined to all shared library links
  * Rework ipmi_cmdlang_report_event()
  * Rework ipmi_cmdlang_global_err()
  * Get rid of posix_vlog()
  * lanserv: Use recv, not read, for a network socket
  * A lot windows (DLL, winsock, etc.) enhancements
- Update to version 2.0.30:
  * Switch to python3 by default
  * lanserv: Fix some various bugs
  * sol: Fix some various bugs
  * sdrcomp: Fix some memory leaks
  * sol: Fix some packet handling errors
  * solterm: Clean things up at shutdown
  * Fix a leak in the selector code
  * sol: Rewrite the library code
  * sol: Return errors from close if the send fails
  * Reconfigure the transmitter on a reconnect

OBS-URL: https://build.opensuse.org/request/show/923423
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=65
2021-10-06 07:21:06 +00:00
7b0adce71f Accepting request 921957 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/921957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=51
2021-10-04 16:38:56 +00:00
3e390a39d7 Accepting request 921956 from home:trenn:branches:systemsmanagement
- Add latest mainline fixes:
A    lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch
A    unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch 

- Update to version 2.0.31
  Adopted patches to latest sources:
M    OpenIMPI-add-libncurses.patch
M    OpenIPMI-no-return-in-nonvoid-function.patch
M    OpenIPMI-prefer_perl_vendor.patch
M    fix_dia_version_detection.patch
M    openipmi-tinfo.patch

- Use Python3 instead of Python2 (bsc#1190999).

OBS-URL: https://build.opensuse.org/request/show/921956
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=64
2021-09-28 08:36:49 +00:00
55df18e0bd Accepting request 903170 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/903170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=50
2021-07-02 11:26:35 +00:00
510144825a Accepting request 903131 from home:mcepl:branches:systemsmanagement
- Use Python3 instead of Python2.

OBS-URL: https://build.opensuse.org/request/show/903131
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=63
2021-06-30 06:35:50 +00:00
e7b62e2f5f Accepting request 878331 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/878331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=49
2021-03-15 09:53:51 +00:00
7b733ed769 Accepting request 877754 from home:mgerstner:branches:systemsmanagement
- drop -fPIC from CFLAGS which breaks our gcc-PIE profile resulting in
  non-position independent binaries and thus weakened security (bsc#1183046).

OBS-URL: https://build.opensuse.org/request/show/877754
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=61
2021-03-11 14:20:43 +00:00
e65e3b3d8a Accepting request 828914 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/828914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=48
2020-08-28 19:17:55 +00:00
c94635f6a6 Accepting request 827440 from home:dirkmueller:branches:systemsmanagement
- update to 2.0.29:
  * changelog not available

OBS-URL: https://build.opensuse.org/request/show/827440
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=59
2020-08-24 11:34:44 +00:00
6d74dacd24 Accepting request 767528 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/767528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=47
2020-01-29 12:11:15 +00:00
Lars Vogdt
f4f98f1b49 Accepting request 765861 from home:jmoellers:branches:systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/765861
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=57
2020-01-26 22:05:19 +00:00
1313c1ded9 Accepting request 689803 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/689803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=46
2019-04-02 07:18:26 +00:00
05b1d38ef9 Accepting request 685757 from home:jengelh:sct
- Use noun phrase in summary. Remove em dashes from summaries.
- Implement shared library packaging policy.

OBS-URL: https://build.opensuse.org/request/show/685757
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=55
2019-03-29 10:47:58 +00:00
7f4e3b5665 Accepting request 635292 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/635292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=45
2018-09-18 09:39:19 +00:00
c0dad2dace Accepting request 635048 from home:jengelh:branches:systemsmanagement
- Use noun phrase in summary. Ensure neutrality of description.
- Update unspecific summaries of subpackages.
- Drop --with-pic which is only relevant for static libs.
- Speedier /usr/bin/find call.

OBS-URL: https://build.opensuse.org/request/show/635048
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=53
2018-09-12 10:05:52 +00:00
6a9348ad5f OAD
0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=52
2018-09-11 11:36:57 +00:00
4d6bd7de74 I also had to add the bootstrap file which seem to exist in git sources
but not in the exported tarball, even it is not listed in .gitignore:
A bootstrap

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=51
2018-09-10 15:36:17 +00:00
fe0460e762 I had to manually edit git diff v2.0.25.. and remove .gitignore deletion
to patch succesfully. Build service wants to have the original
.tar.gz tarball from sourceforge.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=50
2018-09-10 14:56:36 +00:00
6044d06df9 This patch is mainline, already deleted in spec, also remove it
from obs

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=49
2018-09-10 14:16:17 +00:00
034e2076fe Accepting request 634248 from home:trenn:branches:systemsmanagement
- Update to latest version 2.0.25 plus latest fixes (fate#326195):

OBS-URL: https://build.opensuse.org/request/show/634248
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=48
2018-09-07 16:04:59 +00:00
39a1e9c7f0 Accepting request 634245 from home:trenn:branches:systemsmanagement
- Update to latest version 2.0.25 plus latest fixes:
- A    OpenIPMI-2.0.25..HEAD_git.diff
Patch to latest git commit:
commit 4ac55d7dc7016c9e5f0c474f69f4e64e7aacac42
Date:   Wed Jul 18 13:59:29 2018 -0500
    unix: Add a way to clear fd handlers with no callbacks
- Adjusted patches:
M    0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch
M    fix-conversions.patch
M    OpenIPMI-prefer_perl_vendor.patch
M    openipmi-tinfo.patch
- Fix build service error (use /usr/bin/python3 in shebang instead of env
A    use_python3_shebang
- Build documentation (IPMI.pdf) ourselves as IPMI.pdf vanished from sources
  For this quite some build requires had to be added as well
A    fix_dia_version_detection.patch

OBS-URL: https://build.opensuse.org/request/show/634245
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=47
2018-09-07 16:03:04 +00:00
dea61adf78 Accepting request 626022 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/626022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=44
2018-07-31 13:52:47 +00:00
b7637c745a Accepting request 625318 from home:dimstar:Factory
- Replace usage of deprecated py_sitedir macro with
  python_sitearch.

OBS-URL: https://build.opensuse.org/request/show/625318
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=45
2018-07-29 07:55:23 +00:00
e274d4d19c Accepting request 568575 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/568575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=43
2018-01-24 14:24:49 +00:00
e517209ae3 Accepting request 567733 from home:jmoellers:branches:systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/567733
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=43
2018-01-23 13:17:54 +00:00
Josef Möllers
8e4c1fe819 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=42 2018-01-15 11:21:02 +00:00
Josef Möllers
ce5b094f9d OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=41 2018-01-15 11:08:23 +00:00
b78e8e0299 Accepting request 545085 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/545085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=42
2017-11-30 11:40:30 +00:00
c30acc4854 Accepting request 544645 from home:RBrownSUSE:branches:systemsmanagement
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544645
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=39
2017-11-24 09:44:09 +00:00
Klaus Kämpf
235c928d5a Accepting request 528654 from home:jmoellers:branches:systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/528654
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=38
2017-09-27 13:26:16 +00:00
e7fa8ad5a8 Accepting request 507064 from systemsmanagement
1

OBS-URL: https://build.opensuse.org/request/show/507064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=41
2017-07-04 09:53:31 +00:00
55b175b51f Accepting request 506477 from home:scarabeus_iv:branches:systemsmanagement
- Version update to lates trelease 2.0.23:
  * There is no longer actively updated changelog
  * Various bugfixes since last git pull from 2016-02-26
- Drop OpenIPMI-libtool.patch which was merged upstream
- Drop OpenIPMI_2.0.21_to_HEAD.patch patch as it is no longer
  needed
- Add patch openipmi-tinfo.patch to detect tinfo properly
- Add patch to fix OpenIPMIpthread pc file (from Fedora)
  0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch
- Add patch to not bundle libedit (from Fedora)
  0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch

OBS-URL: https://build.opensuse.org/request/show/506477
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=36
2017-06-29 12:50:18 +00:00
150611e64d Accepting request 427867 from systemsmanagement
1

OBS-URL: https://build.opensuse.org/request/show/427867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=40
2016-09-17 12:35:27 +00:00