From 2c56f5451f1738098adb7bd4309da0be5f9a6dde Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 5 Jun 2017 21:43:16 -0700 Subject: libnl: Update to 3.3.0 --- pkg/libnl/defs.h | 7 +++---- pkg/libnl/gen.rc | 17 ++++++++++------- pkg/libnl/rev | 2 +- pkg/libnl/src | 2 +- 4 files changed, 15 insertions(+), 13 deletions(-) (limited to 'pkg/libnl') 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 /* #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 index c560a37f..2e0c4ade 160000 --- a/pkg/libnl/src +++ b/pkg/libnl/src @@ -1 +1 @@ -Subproject commit c560a37f193dd6d1ae9c4db94eafa8a69f843419 +Subproject commit 2e0c4ade6763589bd6a3099386e4435f0aaf2473 -- cgit v1.2.3