public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/freeipmi] f43: Update to 1.6.19 (rhbz#2395545)
@ 2026-09-20 17:59 Pavel Cahyna
0 siblings, 0 replies; only message in thread
From: Pavel Cahyna @ 2026-09-20 17:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/freeipmi
Branch : f43
Commit : aaa18f902b0bbe4c9a87dcb85b850f097a40d9bb
Author : Pavel Cahyna <pcahyna@redhat.com>
Date : 2026-09-20T19:58:50+02:00
Stats : +2/-28 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/freeipmi/c/aaa18f902b0bbe4c9a87dcb85b850f097a40d9bb?branch=f43
Log:
Update to 1.6.19 (rhbz#2395545)
...
- also fixes CVE-2026-33554 (rhbz#2450850) CVE-2026-50031 (rhbz#2484319)
CVE-2026-85504 (rhbz#2528445) CVE-2026-85505 (rhbz#2528469)
CVE-2026-85506 (rhbz#2528405) CVE-2026-85507 (rhbz#2528438)
CVE-2026-85508 (rhbz#2528465) CVE-2026-85509 (rhbz#2528423)
---
diff --git a/c23.patch b/c23.patch
deleted file mode 100644
index 3828d0f..0000000
--- a/c23.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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);
- }
-
diff --git a/freeipmi.spec b/freeipmi.spec
index 893b780..cda2acb 100644
--- a/freeipmi.spec
+++ b/freeipmi.spec
@@ -1,5 +1,5 @@
Name: freeipmi
-Version: 1.6.15
+Version: 1.6.19
Release: %autorelease
Summary: IPMI remote console and system management software
License: GPL-3.0-or-later
@@ -17,10 +17,6 @@ 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
"System Management Software" (in-band) based on Intelligent
diff --git a/sources b/sources
index 8a58988..f8cb25f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (freeipmi-1.6.15.tar.gz) = 113005f751a22584b657afa27c5659af8cae3b503f7c6358ac98c7f2461165c882b9ccfa8ad1cc4e3041f10de334def9b4faff03f2b83d56e69d891463f8931a
+SHA512 (freeipmi-1.6.19.tar.gz) = af205f6bc33a300121ee63f4d2aba2e1a176b09b1ae529b59f487612d105726cfea0c556b2b9533e30436e268e551ee52ddf3ad09bf0654e702568f4161bcc22
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-20 17:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20 17:59 [rpms/freeipmi] f43: Update to 1.6.19 (rhbz#2395545) Pavel Cahyna
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox