public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavel Cahyna <pcahyna@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/freeipmi] rawhide: Update to 1.6.19 (rhbz#2395545)
Date: Mon, 14 Sep 2026 10:41:35 GMT	[thread overview]
Message-ID: <178938249557.1.8103527502517723992.rpms-freeipmi-f1b71e234b9b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/freeipmi
            Branch : rawhide
            Commit : f1b71e234b9baebd763107498399840fb5f9b638
            Author : Pavel Cahyna <pcahyna@redhat.com>
            Date   : 2026-09-14T12:13:46+02:00
            Stats  : +2/-28 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/freeipmi/c/f1b71e234b9baebd763107498399840fb5f9b638?branch=rawhide

            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

                 reply	other threads:[~2026-09-14 10:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178938249557.1.8103527502517723992.rpms-freeipmi-f1b71e234b9b@fedoraproject.org \
    --to=pcahyna@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox