Commit Graph

8 Commits

Author SHA1 Message Date
Khem Raj
829dcb63f0 ipmiutil: Pass --enable-useflags
This ensures CFLAGS and LDFLAGS from environment are passed to build

Fixes
File /usr/sbin/.debug/iseltime in package ipmiutil-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
e770e09e40 ipmiutil: Upgrade to 3.1.9
Changes
03/12/2020 ARCress ipmiutil-3.1.6  changes (iver 3.16)
  util/iconfig.c          - fix Fedora bug 1811462 [abrt] ipmiutil config -a
  util/ipmiutil.c         - show version with usage in -h case
  scripts/ipmiutil.env.template - renamed env as template
			    (contributed by mwilliams<at>illuminate.solutions)
  scripts/Makefile.am     - renamed env as template
  scripts/checksel	  - also rm -f $ddir/sel.idx after isel -d
			    (contributed by eguzovsky<at>gmail.com)
  doc/Makefile.am     	  - change gzip -f to gzip -nf for man pages
			    (SR#40 patch from Jeremy Puhlman)

08/31/2020 ARCress ipmiutil-3.1.7  changes (iver 3.17)
  setup/*          - added Win msi setup files
  lib/lanplus/lanplus.c   - revert WIN IPv6 changes, add os_assert routine
  lib/lanplus/lanplus_crypt.c - switch assert to os_assert/return
  lib/lanplus/lanplus_crypt_implc.c - switch assert to os_assert
  util/ipmidir.h	  - AMD_SMB_1_STATUS_* 1< to 1<<  (SF_SR#41)
  util/isel.c             - fix compile warning
  util/ilan.c             - fix compile warning
  configure.ac   - add --enable-doc option to allow not building documentation
  		     contributed by Fabrice Fontaine (ffontaine)
  util/isensor.c  - add SDR conflict 0xC5 handling retries with delay
   		     contributed by albertlav

11/15/2021 ARCress ipmiutil-3.1.8  changes (iver 3.18)
  libeay32.dll - updated for Windows 64 lanplus
  ssleay32.dll - updated for Windows 64 lanplus
  util/oem_supermicro.c - disable DIMM decoding from SMBIOS for SuperMicro (albertlav)
  util/ilan.c  - new -W option to limit lan settings
  util/ipmicmd.h - add VENDOR_MITAC
  util/subs.c    - add VENDOR_MITAC
  util/ipmilanplus.c - print reason if no lan2
  util/ipmilan2.c    - print reason if no lan2
  util/isensor.c  - never skip free_sdr_cache() SR#45
  configure.ac   - fix --disable-lanplus option to avoid random disables,
		   recognize openssl-3.0 for SSL flags

03/03/2023 ARCress ipmiutil-3.1.9  changes (iver 3.19)
  util/isensor.c - fix -i get_idx_range to show last idx in range
  util/igetevent.c - fix printf extra arg
  util/memif.c - SR56: try UEFI address 6d5a7000 if F0000 error
  configure.ac - Clang 16 fixes, resolve -Wimplicit-function-declaration issues
			 (Sam James sam@gentoo.org 11/16/2022)
  lib/lanplus/lanplus.h - resolve implicit os_assert declaration (Sam James)
  util/ireset.c  - SR58: remove is_romley case for ireset -D
  scripts/ipmiutil_wdt - SR43: changed $prog to $progn for Debian
  scripts/uninstall.vbs - SR53: add ; to fix path
  SR53 (Windows): install libeay32.dll, ssleay32.dll into ipmiutil path also
  util/ipmidir.c - ipmi_open_direct(char)
  util/mem_if.c  - UCHAR/int
  doc/ipmiutil.spec - enumerate ipmiutil.env, ipmiutil.env.template
  configure.ac  - add -Wlto-type-mismatch to cfwarn

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Martin Jansa
ea63f13846 .patch: fix Signed-off-by formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-27 17:06:52 -08:00
Martin Jansa
e99f187966 .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-27 17:06:52 -08:00
Khem Raj
d8e4451e47 ipmiutil: Add missing headers for protypes of free/malloc/atoi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-05 22:49:35 -07:00
Jeremy Puhlman
6820d9ecea ipmiutil: gzip man pages with out timestamp
A timestamp was getting encoded into the gzip header. This
causes multilib conflicts when installed together, and would
likely fail reproducablity tests.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-23 22:31:35 -08:00
Wang Mingyu
7d9f681b60 ipmiutil: upgrade 3.0.5 -> 3.1.5
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-12 19:22:45 -08:00
Armin Kuster
a53cb5a944 ipmiutil: move to recipes-kernel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01 16:10:36 -08:00