[source] package/libs/libnl: Update to 3.2.28

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 15 02:37:17 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/913609a9b1209054086477e86e9b548b8a42365f

commit 913609a9b1209054086477e86e9b548b8a42365f
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Sat Oct 8 13:58:41 2016 -0500

    package/libs/libnl: Update to 3.2.28
    
    Update to 3.2.28
    Remove patch as its in upstream
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 package/libs/libnl/Makefile                                 |  6 +++---
 .../libnl/patches/001-fix-poll-h-include-warning-on-musl.h  | 13 -------------
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile
index b8e9067..86ef044 100644
--- a/package/libs/libnl/Makefile
+++ b/package/libs/libnl/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libnl
-PKG_VERSION:=3.2.21
+PKG_VERSION:=3.2.28
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.infradead.org/~tgr/libnl/files/
-PKG_MD5SUM:=6fe7136558a9071e70673dcda38545b3
+PKG_SOURCE_URL:=https://github.com/thom311/libnl/releases/download/libnl3_2_28
+PKG_MD5SUM:=cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41
 PKG_LICENSE:=LGPL-2.1
 
 include $(INCLUDE_DIR)/package.mk
diff --git a/package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h b/package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h
deleted file mode 100644
index ec9d4bc..0000000
--- a/package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/include/netlink/netlink.h b/include/netlink/netlink.h
-index 5f68548..3bf3ed5 100644
---- a/include/netlink/netlink.h
-+++ b/include/netlink/netlink.h
-@@ -16,7 +16,7 @@
- #include <stdint.h>
- #include <string.h>
- #include <stdlib.h>
--#include <sys/poll.h>
-+#include <poll.h>
- #include <sys/socket.h>
- #include <sys/types.h>
- #include <sys/time.h>



More information about the lede-commits mailing list