[packages/ipmitool] - updated to 1.8.13 - removed obsolete cipher patch

qboosh qboosh at pld-linux.org
Thu Oct 31 16:59:02 CET 2013


commit 6a7332886480a457c2dce10cf80d60dac329f5d4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Oct 31 16:59:06 2013 +0100

    - updated to 1.8.13
    - removed obsolete cipher patch

 ipmitool-cipher.patch | 19 -------------------
 ipmitool.spec         |  8 +++-----
 2 files changed, 3 insertions(+), 24 deletions(-)
---
diff --git a/ipmitool.spec b/ipmitool.spec
index 3a5f2cb..a937a71 100644
--- a/ipmitool.spec
+++ b/ipmitool.spec
@@ -1,15 +1,14 @@
 Summary:	Simple command-line interface to systems that support the IPMI
 Summary(pl.UTF-8):	Prosty interfejs do systemów obsługujących IPMI działający z linii poleceń
 Name:		ipmitool
-Version:	1.8.12
-Release:	2
+Version:	1.8.13
+Release:	1
 License:	BSD
 Group:		Applications/System
 Source0:	http://downloads.sourceforge.net/ipmitool/%{name}-%{version}.tar.gz
-# Source0-md5:	5ae1fec5039038da23da2a036906b630
+# Source0-md5:	c1107597848bd0a8be05c179e6f66b62
 Source1:	%{name}-ipmievd.init
 Source2:	%{name}-ipmievd.sysconfig
-Patch0:		%{name}-cipher.patch
 URL:		http://ipmitool.sourceforge.net/
 BuildRequires:	autoconf >= 2.62
 BuildRequires:	automake
@@ -58,7 +57,6 @@ wysyłane do SEL i loguje wiadomości do sysloga.
 
 %prep
 %setup -q
-%patch0 -p1 -R
 
 %build
 %{__libtoolize} --ltdl
diff --git a/ipmitool-cipher.patch b/ipmitool-cipher.patch
deleted file mode 100644
index e32dd89..0000000
--- a/ipmitool-cipher.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 214e208d8018bf3bf4dad64afdd94393c1655ef4
-Author: blaism <blaism>
-Date:   Tue Apr 27 16:53:05 2010 +0000
-
-    Changed default cipher suite to 1 instead of 3 for iol20
-
-diff --git a/lib/ipmi_main.c b/lib/ipmi_main.c
-index 3d93736..1a065eb 100644
---- a/lib/ipmi_main.c
-+++ b/lib/ipmi_main.c
-@@ -379,7 +379,7 @@ ipmi_main(int argc, char ** argv,
- 	char * seloem   = NULL;
- 	int port = 0;
- 	int devnum = 0;
--	int cipher_suite_id = 3; /* See table 22-19 of the IPMIv2 spec */
-+	int cipher_suite_id = 1; /* See table 22-19 of the IPMIv2 spec */
- 	int argflag, i, found;
- 	int rc = -1;
- 	char sol_escape_char = SOL_ESCAPE_CHARACTER_DEFAULT;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ipmitool.git/commitdiff/6a7332886480a457c2dce10cf80d60dac329f5d4



More information about the pld-cvs-commit mailing list