Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2006 18:03:47 +0700 (NOVST)
From:      Dmitry Frolov <frolov@riss-telecom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98365: Update port: sysutils/ipmitool update to 1.8.8
Message-ID:  <200606021103.k52B3lLI010642@nerve.riss-telecom.ru>
Resent-Message-ID: <200606021110.k52BAESa027684@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98365
>Category:       ports
>Synopsis:       Update port: sysutils/ipmitool update to 1.8.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 11:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Frolov
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
RISS-Telecom
>Environment:
System: FreeBSD ******.riss-telecom.ru 6.1-RC FreeBSD 6.1-RC #1: Wed May  3 10:03:47 UTC 2006     root@******.riss-telecom.ru:/var/obj/usr/src/sys/NERVE  i386
>Description:
	- Update ipmitool to 1.8.8
>How-To-Repeat:
>Fix:

    Here is the patch, please remove empty files/patch-lib-ipmi_firewall.c
	after patching.

--- ipmitool-port-187-188-update.diff begins here ---
diff -u -ruN /usr/ports/sysutils/ipmitool/Makefile ./Makefile
--- /usr/ports/sysutils/ipmitool/Makefile	Mon May 15 01:29:11 2006
+++ ./Makefile	Tue May 16 22:30:22 2006
@@ -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}
diff -u -ruN /usr/ports/sysutils/ipmitool/distinfo ./distinfo
--- /usr/ports/sysutils/ipmitool/distinfo	Thu Mar 23 01:29:18 2006
+++ ./distinfo	Tue May 16 22:32:35 2006
@@ -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
diff -u -ruN /usr/ports/sysutils/ipmitool/files/patch-lib-ipmi_firewall.c ./files/patch-lib-ipmi_firewall.c
--- /usr/ports/sysutils/ipmitool/files/patch-lib-ipmi_firewall.c	Wed Mar 22 10:37:18 2006
+++ ./files/patch-lib-ipmi_firewall.c	Thu Jan  1 07:00:00 1970
@@ -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");
--- ipmitool-port-187-188-update.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606021103.k52B3lLI010642>