Page MenuHomeFreeBSD

D3568.id8488.diff
No OneTemporary

D3568.id8488.diff

Index: sysutils/openipmi/Makefile
===================================================================
--- sysutils/openipmi/Makefile
+++ sysutils/openipmi/Makefile
@@ -10,6 +10,9 @@
MAINTAINER= ports@FreeBSD.org
COMMENT= Complex IPMI management software
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes
@@ -17,7 +20,7 @@
USES= execinfo gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I../include -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= SSL SNMP PERL PYTHON TCL TKINTER GDBM
Index: sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in
===================================================================
--- sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in
+++ sysutils/openipmi/files/patch-OpenIPMIpthread.pc.in
@@ -1,6 +1,6 @@
---- OpenIPMIpthread.pc.in.orig 2005-08-17 05:56:02.000000000 +0200
-+++ OpenIPMIpthread.pc.in 2013-02-28 09:55:49.000000000 +0100
-@@ -6,6 +6,6 @@
+--- OpenIPMIpthread.pc.in.orig 2012-07-21 22:01:45 UTC
++++ OpenIPMIpthread.pc.in
+@@ -6,6 +6,6 @@ includedir=@includedir@
Name: OpenIPMIpthread
Description: Pthread OS handler for OpenIPMI
Version: @VERSION@
Index: sysutils/openipmi/files/patch-lib_rakp.c
===================================================================
--- /dev/null
+++ sysutils/openipmi/files/patch-lib_rakp.c
@@ -0,0 +1,11 @@
+--- lib/rakp.c.orig 2015-08-19 12:52:44 UTC
++++ lib/rakp.c
+@@ -482,7 +482,7 @@
+ return EINVAL;
+ HMAC(rinfo->evp_md, p, rinfo->key_len, idata, 58+idata[57], integ_data, &ilen);
+ if (memcmp(data+40, integ_data, rinfo->key_len) != 0)
+- return EKEYREJECTED;
++ return EAGAIN;
+
+ /* Now generate the SIK */
+ p = ipmi_rmcpp_auth_get_my_rand(info->ainfo, &plen);

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 11, 1:29 PM (9 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33880671
Default Alt Text
D3568.id8488.diff (1 KB)

Event Timeline