opensm: update to 3.3.22
This commit is contained in:
parent
d661eeee51
commit
0329ccc82a
|
@ -1,7 +1,6 @@
|
|||
diff --git include/complib/cl_debug_osd.h include/complib/cl_debug_osd.h
|
||||
index 31d6972..4506504 100644
|
||||
--- include/complib/cl_debug_osd.h
|
||||
+++ include/complib/cl_debug_osd.h
|
||||
diff -ru a/include/complib/cl_debug_osd.h include/complib/cl_debug_osd.h
|
||||
--- a/include/complib/cl_debug_osd.h 2019-04-17 04:02:47.000000000 -0400
|
||||
+++ include/complib/cl_debug_osd.h 2019-04-17 11:56:45.870471013 -0400
|
||||
@@ -42,7 +42,7 @@
|
||||
#define _CL_DEBUG_OSD_H_
|
||||
|
||||
|
@ -11,10 +10,9 @@ index 31d6972..4506504 100644
|
|||
|
||||
#ifdef __cplusplus
|
||||
# define BEGIN_C_DECLS extern "C" {
|
||||
diff --git include/complib/cl_types.h include/complib/cl_types.h
|
||||
index a773e51..a94ea2e 100644
|
||||
--- include/complib/cl_types.h
|
||||
+++ include/complib/cl_types.h
|
||||
diff -ru a/include/complib/cl_types.h include/complib/cl_types.h
|
||||
--- a/include/complib/cl_types.h 2019-04-17 04:02:47.000000000 -0400
|
||||
+++ include/complib/cl_types.h 2019-04-17 11:57:35.064280498 -0400
|
||||
@@ -56,6 +56,9 @@
|
||||
BEGIN_C_DECLS
|
||||
#include <complib/cl_types_osd.h>
|
||||
|
@ -25,11 +23,10 @@ index a773e51..a94ea2e 100644
|
|||
typedef uint16_t net16_t;
|
||||
typedef uint32_t net32_t;
|
||||
typedef uint64_t net64_t;
|
||||
diff --git opensm/osm_db_files.c opensm/osm_db_files.c
|
||||
index fd9f2fe..8ac6b7b 100644
|
||||
--- opensm/osm_db_files.c
|
||||
+++ opensm/osm_db_files.c
|
||||
@@ -415,7 +415,7 @@ int osm_db_restore(IN osm_db_domain_t * p_domain)
|
||||
diff -ru a/opensm/osm_db_files.c opensm/osm_db_files.c
|
||||
--- a/opensm/osm_db_files.c 2019-04-17 04:02:47.000000000 -0400
|
||||
+++ opensm/osm_db_files.c 2019-04-17 11:58:57.600529423 -0400
|
||||
@@ -394,7 +394,7 @@
|
||||
p_accum_val);
|
||||
|
||||
/* check that the key is a number */
|
||||
|
@ -38,4 +35,3 @@ index fd9f2fe..8ac6b7b 100644
|
|||
&& *endptr != '\0') {
|
||||
OSM_LOG(p_log, OSM_LOG_ERROR,
|
||||
"ERR 610B: "
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'opensm'
|
||||
pkgname=opensm
|
||||
version=3.3.21
|
||||
version=3.3.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake bison flex libtool"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Rich G <rich@richgannon.net>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/linux-rdma/opensm"
|
||||
distfiles="https://github.com/linux-rdma/opensm/releases/download/${version}/opensm-${version}.tar.gz"
|
||||
checksum=50d024090dc083274bc840792a3b539ecee5ad37a42948f43e84068e42b89b48
|
||||
checksum=1e0dc56a5cf5f8e5cd68bd534591405a5f5f1975ace40509f61a43cc2fe74ca7
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue