forked from SystemsManagement/OpenIPMI
- 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/request/show/1203870 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=75
17 lines
642 B
Plaintext
17 lines
642 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="url">https://github.com/cminyard/openipmi.git</param>
|
|
<param name="scm">git</param>
|
|
<!-- <param name="basename">OpenIPMI</param> -->
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|