[packages/ipmiutil] - updated to 3.2.1
qboosh
qboosh at pld-linux.org
Wed Jul 2 19:07:34 CEST 2025
commit 9b769dda43b5e13657a9436f3a8e167fe2c108c0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jul 2 19:09:01 2025 +0200
- updated to 3.2.1
ipmiutil-idiscover-ifaces_with_dot_in_name_support.patch | 13 ++++++-------
ipmiutil.spec | 4 ++--
2 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/ipmiutil.spec b/ipmiutil.spec
index cdf224d..eecf0c3 100644
--- a/ipmiutil.spec
+++ b/ipmiutil.spec
@@ -6,7 +6,7 @@
Summary: IPMI Management Utilities
Summary(pl.UTF-8): Narzędzia zarządzające IPMI
Name: ipmiutil
-Version: 3.1.9
+Version: 3.2.1
Release: 1
%if %{with gpl}
License: GPL v2+
@@ -15,7 +15,7 @@ License: BSD
%endif
Group: Applications/System
Source0: https://downloads.sourceforge.net/ipmiutil/%{name}-%{version}.tar.gz
-# Source0-md5: 332f688084510771ed79946c815a2ba7
+# Source0-md5: ec418e662abfc831c9474fef8d5c184b
Patch0: openssl-detect.patch
Patch1: %{name}-idiscover-ifaces_with_dot_in_name_support.patch
Patch2: %{name}-libcrypto.patch
diff --git a/ipmiutil-idiscover-ifaces_with_dot_in_name_support.patch b/ipmiutil-idiscover-ifaces_with_dot_in_name_support.patch
index a20cb01..bf04ec8 100644
--- a/ipmiutil-idiscover-ifaces_with_dot_in_name_support.patch
+++ b/ipmiutil-idiscover-ifaces_with_dot_in_name_support.patch
@@ -1,12 +1,11 @@
-diff -ruNp ipmiutil-2.9.7.orig/util/idiscover.c ipmiutil-2.9.7/util/idiscover.c
---- ipmiutil-2.9.7.orig/util/idiscover.c 2015-10-12 19:13:02.000000000 +0200
-+++ ipmiutil-2.9.7/util/idiscover.c 2015-11-29 01:24:27.639654074 +0100
-@@ -525,7 +525,7 @@ int sock_init( char *_interface, char *_
+--- ipmiutil-3.2.1/util/idiscover.c.orig 2024-11-30 22:13:57.000000000 +0100
++++ ipmiutil-3.2.1/util/idiscover.c 2025-07-02 18:44:47.906119347 +0200
+@@ -529,7 +529,7 @@ int sock_init( char *_interface, char *_
}
if (n < 0) rv = LAN_ERR_OTHER; /*-13*/
} else { /* valid _interface string */
- if (strchr(_interface, '.') != NULL)
+ if (0)
- { /* assume it is an IP address*/
- if ((rv = inet_pton(AF_INET, _interface, &_srcaddr.sin_addr)) < 0)
- printerr("inet_pton: %s\n", showlasterr());
+ { /* assume it is an IP address*/
+ rv = inet_pton(AF_INET, _interface, &_srcaddr.sin_addr);
+ if (rv < 0)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ipmiutil.git/commitdiff/9b769dda43b5e13657a9436f3a8e167fe2c108c0
More information about the pld-cvs-commit
mailing list