summaryrefslogtreecommitdiff
path: root/pkg/libnl
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-06-05 21:43:16 -0700
committerMichael Forney <mforney@mforney.org>2017-06-05 21:45:55 -0700
commit2c56f5451f1738098adb7bd4309da0be5f9a6dde (patch)
tree14424c982bc63c39fe42ab67a5d73fc5041c381f /pkg/libnl
parent905fd09117d4c9dbe7118e2c1a268520e60185b9 (diff)
libnl: Update to 3.3.0
Diffstat (limited to 'pkg/libnl')
-rw-r--r--pkg/libnl/defs.h7
-rw-r--r--pkg/libnl/gen.rc17
-rw-r--r--pkg/libnl/rev2
m---------pkg/libnl/src0
4 files changed, 14 insertions, 12 deletions
diff --git a/pkg/libnl/defs.h b/pkg/libnl/defs.h
index 0aa7b895..efd3a934 100644
--- a/pkg/libnl/defs.h
+++ b/pkg/libnl/defs.h
@@ -1,7 +1,6 @@
#include <config-posix.h>
/* #undef DISABLE_PTHREADS */
-#define HAVE_LIBM 1
#define HAVE_LIBPTHREAD 1
#define HAVE_MEMORY_H 1
#define LT_OBJDIR ".libs/"
@@ -9,11 +8,11 @@
#define PACKAGE "libnl"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "libnl"
-#define PACKAGE_STRING "libnl 3.2.29"
+#define PACKAGE_STRING "libnl 3.3.0"
#define PACKAGE_TARNAME "libnl"
#define PACKAGE_URL "http://www.infradead.org/~tgr/libnl/"
-#define PACKAGE_VERSION "3.2.29"
-#define VERSION "3.2.29"
+#define PACKAGE_VERSION "3.3.0"
+#define VERSION "3.3.0"
/* #undef const */
#ifndef __cplusplus
/* #undef inline */
diff --git a/pkg/libnl/gen.rc b/pkg/libnl/gen.rc
index 3f6f1587..0499d580 100644
--- a/pkg/libnl/gen.rc
+++ b/pkg/libnl/gen.rc
@@ -11,31 +11,34 @@ hdrs=include/netlink/^(\
addr.h\
attr.h\
cache.h\
+ cache-api.h\
data.h\
errno.h\
handlers.h\
- genl/^(ctrl.h genl.h)\
hash.h\
+ hashtable.h\
list.h\
msg.h\
netlink.h\
netlink-compat.h\
netlink-kernel.h\
object.h\
+ object-api.h\
socket.h\
types.h\
utils.h\
+ genl/^(ctrl.h family.h genl.h mngt.h)\
)
for(hdr in $hdrs) build '$outdir'/$hdr copy '$srcdir'/$hdr
build '$outdir'/include/netlink/version.h sed '$srcdir'/include/netlink/version.h.in ; exprs=(\
- -e s,@PACKAGE_STRING@,'''libnl 3.2.29''',\
- -e s,@PACKAGE_VERSION@,3.2.29,\
+ -e s,@PACKAGE_STRING@,'''libnl 3.3.0''',\
+ -e s,@PACKAGE_VERSION@,3.3.0,\
-e s,@MAJ_VERSION@,3,\
- -e s,@MIN_VERSION@,2,\
- -e s,@MIC_VERSION@,29,\
- -e s,@LT_CURRENT@,224,\
+ -e s,@MIN_VERSION@,3,\
+ -e s,@MIC_VERSION@,0,\
+ -e s,@LT_CURRENT@,225,\
-e s,@LT_REVISION@,0,\
- -e s,@LT_AGE@,24,\
+ -e s,@LT_AGE@,25,\
) with expr $"exprs
hdrs=($hdrs include/netlink/version.h)
phony headers '$outdir'/$hdrs
diff --git a/pkg/libnl/rev b/pkg/libnl/rev
index 0cfbf088..00750edc 100644
--- a/pkg/libnl/rev
+++ b/pkg/libnl/rev
@@ -1 +1 @@
-2
+3
diff --git a/pkg/libnl/src b/pkg/libnl/src
-Subproject c560a37f193dd6d1ae9c4db94eafa8a69f84341
+Subproject 2e0c4ade6763589bd6a3099386e4435f0aaf247