Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 00:27:40 GMT
From:      Steve Polyack <spolyack@collaborativefusion.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190438: [PATCH] sysutils/ipmitool: update to 1.8.14
Message-ID:  <201405310027.s4V0ReoY074317@cgiserv.freebsd.org>
Resent-Message-ID: <201405310030.s4V0U1ps007761@freefall.freebsd.org>

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

>Number:         190438
>Category:       ports
>Synopsis:       [PATCH] sysutils/ipmitool: update to 1.8.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 31 00:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Steve Polyack
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
FreeBSD storage 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r261037: Wed Jan 22 16:13:19 EST

>Description:
- Update to 1.8.14
- Update maintainer email address
>How-To-Repeat:

>Fix:
Apply patch

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile    (revision 355921)
+++ Makefile    (working copy)
@@ -2,14 +2,15 @@
 # $FreeBSD$

 PORTNAME=      ipmitool
-PORTVERSION=   1.8.12
-PORTREVISION=  6
+PORTVERSION=   1.8.14
 CATEGORIES=    sysutils
 MASTER_SITES=  SF

-MAINTAINER=    spolyack@collaborativefusion.com
+MAINTAINER=    steve.polyack@intermedix.com
 COMMENT=       CLI to manage IPMI systems

+LICENSE=       BSD
+
 USES=          tar:bzip2 gmake
 USE_OPENSSL=   yes
 GNU_CONFIGURE= yes
Index: distinfo
===================================================================
--- distinfo    (revision 355921)
+++ distinfo    (working copy)
@@ -1,2 +1,2 @@
-SHA256 (ipmitool-1.8.12.tar.bz2) = 549b2da65c30905248aee07367a9cae3dd94bceaddd9c122d55075766c868733
-SIZE (ipmitool-1.8.12.tar.bz2) = 684159
+SHA256 (ipmitool-1.8.14.tar.bz2) = 3209c99b996fdea38c462cfd10387d6895fd5261227ab6f79b59f88e21938ce5
+SIZE (ipmitool-1.8.14.tar.bz2) = 738315
Index: files/patch-configure
===================================================================
--- files/patch-configure       (revision 355921)
+++ files/patch-configure       (working copy)
@@ -1,11 +0,0 @@
---- configure.orig     2012-09-18 21:50:01.000000000 +0200
-+++ configure  2012-09-18 21:50:14.000000000 +0200
-@@ -5030,7 +5030,7 @@
- done
-
-
--CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type -Wno-unused-result -Wno-packed-bitfield-compat"
-+CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type"
-
- case `pwd` in
-   *\ * | *\   *)
Index: files/patch-ipmi_intf.c
===================================================================
--- files/patch-ipmi_intf.c     (revision 0)
+++ files/patch-ipmi_intf.c     (working copy)
@@ -0,0 +1,10 @@
+--- src/plugins/ipmi_intf.c.orig       2014-05-30 19:18:08.346626784 -0400
++++ src/plugins/ipmi_intf.c    2014-05-30 19:18:43.537804678 -0400
+@@ -45,6 +45,7 @@
+ #include <ifaddrs.h>
+ #include <unistd.h>
+ #include <netdb.h>
++#define s6_addr16 __u6_addr.__u6_addr16
+ #endif
+
+
\ No newline at end of file

Property changes on: files/patch-ipmi_intf.c
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


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



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