Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
945cacc066 | ||
|
|
5916be3feb | ||
|
|
7b51c85982 | ||
|
|
e428afedf0 | ||
|
|
6bf8779e91 | ||
|
|
51affe435d | ||
|
|
8edffc28fa | ||
|
|
6638ecab46 | ||
|
|
f89723dfaa | ||
|
|
2ae91bcc07 | ||
|
|
90829c91cc | ||
|
|
b9877352e8 | ||
|
|
0d9ce7ca65 | ||
|
|
1739ab8029 | ||
|
|
482be677f6 |
4 changed files with 45 additions and 6 deletions
22
c23.patch
Normal file
22
c23.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
diff --git a/common/toolcommon/tool-config-file-common.c b/common/toolcommon/tool-config-file-common.c
|
||||
index 609e7a3b3..20dfad512 100644
|
||||
--- a/common/toolcommon/tool-config-file-common.c
|
||||
+++ b/common/toolcommon/tool-config-file-common.c
|
||||
@@ -78,14 +78,14 @@ _config_file_bool (conffile_t cf,
|
||||
void *app_ptr,
|
||||
int app_data)
|
||||
{
|
||||
- int *bool;
|
||||
+ int *value;
|
||||
|
||||
assert (data);
|
||||
assert (optionname);
|
||||
assert (option_ptr);
|
||||
|
||||
- bool = (int *)option_ptr;
|
||||
- *bool = data->boolval;
|
||||
+ value = (int *)option_ptr;
|
||||
+ *value = data->boolval;
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
@ -1,3 +1,12 @@
|
|||
* Sat Oct 21 2023 Philip Kovacs <pkfed@fedoraproject.org> - 1.6.11-1
|
||||
- Update to 1.6.11 (#2213373)
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.10-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sun Sep 25 2022 Philip Kovacs <pkfed@fedoraproject.org> - 1.6.10-1
|
||||
- Update to 1.6.10 (#2123007)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
Name: freeipmi
|
||||
Version: 1.6.10
|
||||
Release: 1%{?dist}
|
||||
Version: 1.6.15
|
||||
Release: %autorelease
|
||||
Summary: IPMI remote console and system management software
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/freeipmi/
|
||||
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://www.gnu.org/software/freeipmi/
|
||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: bmc-watchdog.service
|
||||
Source2: ipmidetectd.service
|
||||
Source3: ipmiseld.service
|
||||
|
|
@ -12,6 +12,13 @@ BuildRequires: libgcrypt-devel texinfo systemd
|
|||
%{?systemd_requires}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libtool
|
||||
|
||||
# https://lists.gnu.org/archive/html/freeipmi-devel/2025-02/msg00000.html
|
||||
# https://github.com/chu11/freeipmi-mirror/commit/ececf09d6128cbff65e9048f19d191e87f111059
|
||||
Patch0: c23.patch
|
||||
|
||||
%description
|
||||
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
||||
|
|
@ -49,6 +56,7 @@ IPMI SEL syslog logging daemon.
|
|||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
autoreconf -f -v -i
|
||||
|
||||
%build
|
||||
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (freeipmi-1.6.10.tar.gz) = 90b6b78cdd119c2a1f332f007333aa6df70c6e3de0fd81ab007025392ee7cb7a01ab4a7a174d1f2e760c55d78f21ebbbe9667af661ccdd669e4b54edb1346937
|
||||
SHA512 (freeipmi-1.6.15.tar.gz) = 113005f751a22584b657afa27c5659af8cae3b503f7c6358ac98c7f2461165c882b9ccfa8ad1cc4e3041f10de334def9b4faff03f2b83d56e69d891463f8931a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue