1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update ipmitool to 1.8.8

PR:		ports/98365
Submitted by:	Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
This commit is contained in:
Michael Landin 2006-06-02 12:08:04 +00:00
parent 3ecc6dd8f1
commit 65860748c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164215
3 changed files with 4 additions and 24 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ipmitool
PORTVERSION= 1.8.7
PORTVERSION= 1.8.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (ipmitool-1.8.7.tar.gz) = 8e581db152c97a8c402f94a13bd7aa67
SHA256 (ipmitool-1.8.7.tar.gz) = 09f5661869804c1ee6e98cf86c79d911a94e5e9e18a8df0fe1471927ef05f77c
SIZE (ipmitool-1.8.7.tar.gz) = 628278
MD5 (ipmitool-1.8.8.tar.gz) = 8ae20a7621b00148acacab5b44540f3e
SHA256 (ipmitool-1.8.8.tar.gz) = 5d0abd9131d066faf0119722159dc8e768ff373fa30cb1a49dc5c376c9e36909
SIZE (ipmitool-1.8.8.tar.gz) = 634899

View File

@ -1,20 +0,0 @@
--- lib/ipmi_firewall.c.orig Mon Mar 20 03:13:38 2006
+++ lib/ipmi_firewall.c Mon Mar 20 16:21:27 2006
@@ -849,6 +849,7 @@
struct ipmi_function_params p = {0xe, -1, -1, -1, -1};
struct bmc_fn_support * bmc_fn_support;
unsigned int l, n, c;
+ struct command_support * cmd;
if ((argc > 0 && strncmp(argv[0], "help", 4) == 0) || ipmi_firewall_parse_args(argc, argv, &p) < 0)
{
@@ -886,8 +887,7 @@
free(bmc_fn_support);
return 0;
}
- struct command_support * cmd =
- &bmc_fn_support->lun[p.lun].netfn[p.netfn>>1].command[p.command];
+ cmd = &bmc_fn_support->lun[p.lun].netfn[p.netfn>>1].command[p.command];
c = cmd->support;
printf("(A)vailable, (C)onfigurable, (E)nabled: | A | C | E |\n");
printf("-----------------------------------------------------\n");