summaryrefslogtreecommitdiff
path: root/sysutils/ipmitool/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-01-10 14:27:47 +0000
committermartti <martti@pkgsrc.org>2007-01-10 14:27:47 +0000
commit7c32cb0676b99f79af5fcf2e94a7e9ff5be48be8 (patch)
tree51155a4e11eb76690dafb8fb360194536c36e129 /sysutils/ipmitool/patches
parent4fbadca7211d0a6373f9cb8b78c21e990c4fe8ff (diff)
downloadpkgsrc-7c32cb0676b99f79af5fcf2e94a7e9ff5be48be8.tar.gz
Updated sysutils/ipmitool to 1.8.8
* Fix segfaults in sensor data repository list * Fix ipmievd to open interface before daemonizing * Fix IPMIv1.5 authtype NONE to ignore supplied password * Fix cipher suite display bug in lan print * Fix typo in IPMIv2 SOL output when sending break * Fix improper LUN handling with Tyan SOL * Add LUN support to OpenIPMI interface * Add support for Kontron OEM commands * Update to Kontron Firmware Update command * Remove nuclear clause from license * Add Sun OEM command for blades * Increase argument size for raw commands in shell/exec * Fix handling of LUNs for LAN interfaces * Add IPMIv2 SOL loopback test * Add support for IBM OEM SEL messages * Disable file paranoia checks on read files by default * Support IPMIv2 SOL on older Intel boxes * Display message and exit if keepalive fails during SOL * Add support for setting VLAN id and priority * Add support for FreeBSD OpenIPMI-compatible driver * Add support for IPMIv2 Firmware Firewall * Fix gcc4 compile warnings * Make ipmievd generate pidfile * Add initscripts for ipmievd
Diffstat (limited to 'sysutils/ipmitool/patches')
-rw-r--r--sysutils/ipmitool/patches/patch-aa8
-rw-r--r--sysutils/ipmitool/patches/patch-ab8
-rw-r--r--sysutils/ipmitool/patches/patch-ac8
-rw-r--r--sysutils/ipmitool/patches/patch-ad8
4 files changed, 16 insertions, 16 deletions
diff --git a/sysutils/ipmitool/patches/patch-aa b/sysutils/ipmitool/patches/patch-aa
index 90ad7db1520..d22cd015ccb 100644
--- a/sysutils/ipmitool/patches/patch-aa
+++ b/sysutils/ipmitool/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/03/13 23:03:28 heinz Exp $
+$NetBSD: patch-aa,v 1.2 2007/01/10 14:27:47 martti Exp $
---- Makefile.in.orig 2006-01-17 18:54:11.000000000 +0100
-+++ Makefile.in
-@@ -690,7 +690,7 @@ dist-hook:
+--- Makefile.in.orig 2006-05-15 17:10:52.000000000 +0000
++++ Makefile.in 2007-01-10 15:33:05.000000000 +0000
+@@ -687,7 +687,7 @@
install-data-local:
mkdir -p $(DOCDIR)
diff --git a/sysutils/ipmitool/patches/patch-ab b/sysutils/ipmitool/patches/patch-ab
index 75edc0a3ca0..58877f8c700 100644
--- a/sysutils/ipmitool/patches/patch-ab
+++ b/sysutils/ipmitool/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/03/13 23:03:28 heinz Exp $
+$NetBSD: patch-ab,v 1.2 2007/01/10 14:27:47 martti Exp $
---- Makefile.am.orig 2004-09-10 06:50:12.000000000 +0200
-+++ Makefile.am
-@@ -53,7 +53,7 @@ dist-hook:
+--- Makefile.am.orig 2006-03-19 17:59:38.000000000 +0000
++++ Makefile.am 2007-01-10 15:33:28.000000000 +0000
+@@ -49,7 +49,7 @@
install-data-local:
mkdir -p $(DOCDIR)
diff --git a/sysutils/ipmitool/patches/patch-ac b/sysutils/ipmitool/patches/patch-ac
index bc70649dab1..b4079bd62eb 100644
--- a/sysutils/ipmitool/patches/patch-ac
+++ b/sysutils/ipmitool/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/03/13 23:03:28 heinz Exp $
+$NetBSD: patch-ac,v 1.2 2007/01/10 14:27:47 martti Exp $
---- lib/helper.c.orig 2006-01-17 18:31:14.000000000 +0100
-+++ lib/helper.c
-@@ -378,7 +378,7 @@ ipmi_start_daemon(void)
+--- lib/helper.c.orig 2006-03-28 16:56:56.000000000 +0000
++++ lib/helper.c 2007-01-10 15:33:50.000000000 +0000
+@@ -388,7 +388,7 @@
close(fd);
}
#else
diff --git a/sysutils/ipmitool/patches/patch-ad b/sysutils/ipmitool/patches/patch-ad
index 1b89fe243a6..31f4720576d 100644
--- a/sysutils/ipmitool/patches/patch-ad
+++ b/sysutils/ipmitool/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2006/07/13 19:04:30 heinz Exp $
+$NetBSD: patch-ad,v 1.2 2007/01/10 14:27:47 martti Exp $
---- contrib/Makefile.in.orig 2006-01-17 18:54:09.000000000 +0100
-+++ contrib/Makefile.in
-@@ -52,7 +52,7 @@
+--- contrib/Makefile.in.orig 2006-05-15 17:10:50.000000000 +0000
++++ contrib/Makefile.in 2007-01-10 15:34:13.000000000 +0000
+@@ -48,7 +48,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@