Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (885585e2d655f2eecb9e98a4222088b09857586b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (885585e2d655f2eecb9e98a4222088b09857586b)
  • Date: Wed, 20 Jun 2012 04:41:28 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/ipmitool/BUILD | 3 +++
utils/ipmitool/CONFIGURE | 36 ++++++++++++++++++++++++++++++++++++
utils/ipmitool/DEPENDS | 7 +++++++
utils/ipmitool/DETAILS | 1 +
utils/ipmitool/HISTORY | 6 ++++++
5 files changed, 53 insertions(+)

New commits:
commit 885585e2d655f2eecb9e98a4222088b09857586b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ipmitool: added dependencies and other options

diff --git a/utils/ipmitool/BUILD b/utils/ipmitool/BUILD
new file mode 100755
index 0000000..2e7a3d0
--- /dev/null
+++ b/utils/ipmitool/BUILD
@@ -0,0 +1,3 @@
+OPTS="$IPMITOOL_OPTS $OPTS" &&
+
+default_build
diff --git a/utils/ipmitool/CONFIGURE b/utils/ipmitool/CONFIGURE
new file mode 100755
index 0000000..43e9d38
--- /dev/null
+++ b/utils/ipmitool/CONFIGURE
@@ -0,0 +1,36 @@
+config_query_option IPMITOOL_OPTS "Enable IPMIv1.5 LAN interface?" y \
+ "--enable-intf-lan" \
+ "--disable-intf-lan" &&
+
+config_query_option IPMITOOL_OPTS "Enable IPMIv2.0 RMCP+ LAN interface?" y \
+ "--enable-intf-lanplus" \
+ "--disable-intf-lanplus" &&
+
+# TODO: requires freeipmi spell, must be moved to DEPENDS once ready
+#config_query_option IPMITOOL_OPTS "Enable FreeIPMI IPMI interface?" y \
+# "--enable-intf-free" \
+# "--disable-intf-free" &&
+
+config_query_option IPMITOOL_OPTS "Enable Linux OpenIPMI interface?" y \
+ "--enable-intf-open" \
+ "--disable-intf-open" &&
+
+config_query_option IPMITOOL_OPTS "Enable Intel IMB driver interface?" y \
+ "--enable-intf-imb" \
+ "--disable-intf-imb" &&
+
+config_query_option IPMITOOL_OPTS "Enable Solaris 9 x86 IPMI interface?" n \
+ "--enable-intf-lipmi" \
+ "--disable-intf-lipmi" &&
+
+config_query_option IPMITOOL_OPTS "Enable Solaris 10 x86 IPMI interface?" y \
+ "--enable-intf-bmc" \
+ "--disable-intf-bmc" &&
+
+config_query_option IPMITOOL_OPTS "Enable IPMI shell interface?" y \
+ "--enable-ipmishell" \
+ "--disable-ipmishell" &&
+
+config_query_option IPMITOOL_OPTS "Enable extra security checks on files
opened for read?" n \
+ "--enable-file-security" \
+ "--disable-file-security"
diff --git a/utils/ipmitool/DEPENDS b/utils/ipmitool/DEPENDS
new file mode 100755
index 0000000..ad88c25
--- /dev/null
+++ b/utils/ipmitool/DEPENDS
@@ -0,0 +1,7 @@
+depends ncurses &&
+depends readline &&
+
+optional_depends openssl \
+ "--disable-internal-md5" \
+ "--enable-internal-md5" \
+ "to use external MD5 library"
diff --git a/utils/ipmitool/DETAILS b/utils/ipmitool/DETAILS
index e1d9930..8cbe8d4 100755
--- a/utils/ipmitool/DETAILS
+++ b/utils/ipmitool/DETAILS
@@ -1,5 +1,6 @@
SPELL=ipmitool
VERSION=1.8.11
+ PATCHLEVEL=1
SECURITY_PATCH=1

SOURCE_HASH=sha512:48093790baf2532887ac87de9b55fbe38f46f271b84e6152e6b0ba11170b29aad78dfcd42036389750edbedff325476b8366b3ea1401b97148b8bc8c1bd71e4b
SOURCE="$SPELL-$VERSION.tar.gz"
diff --git a/utils/ipmitool/HISTORY b/utils/ipmitool/HISTORY
index 2135e79..5045bb0 100644
--- a/utils/ipmitool/HISTORY
+++ b/utils/ipmitool/HISTORY
@@ -1,3 +1,9 @@
+2012-06-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: added, for missing dependencies
+ * CONFIGURE: added, for several configure options
+ * BUILD: added, to use IPMITOOL_OPTS
+
2012-01-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH=1; UPDATED -> ENTERED; cleaned up
* PRE_BUILD: added, to apply the patch



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (885585e2d655f2eecb9e98a4222088b09857586b), Vlad Glagolev, 06/20/2012

Archive powered by MHonArc 2.6.24.

Top of Page