diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2017-04-27 13:50:58 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-04-27 14:12:32 +0200 |
| commit | 5efbd573c0a4df751e038a927c09af5aac1a233e (patch) | |
| tree | f4aa6a9ab18a4f051eb527e7232fc0b777fdc9d9 | |
| parent | 030fe340af365b834c15142f862e0de6d5f95737 (diff) | |
| download | buildroot-5efbd573c0a4df751e038a927c09af5aac1a233e.tar.gz buildroot-5efbd573c0a4df751e038a927c09af5aac1a233e.zip | |
libnl: add upstream security fix
CVE-2017-0553: An elevation of privilege vulnerability in libnl could enable a
local malicious application to execute arbitrary code within the context of
the Wi-Fi service
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1511855.html
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/libnl/libnl.hash | 1 | ||||
| -rw-r--r-- | package/libnl/libnl.mk | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/package/libnl/libnl.hash b/package/libnl/libnl.hash index 9761a9580c..f357927ef7 100644 --- a/package/libnl/libnl.hash +++ b/package/libnl/libnl.hash @@ -1,2 +1,3 @@ # From https://github.com/thom311/libnl/releases/download/libnl3_2_29/libnl-3.2.29.tar.gz.sha256sum sha256 0beb593dc6abfffa18a5c787b27884979c1b7e7f1fd468c801e3cc938a685922 libnl-3.2.29.tar.gz +sha256 b7bb929194eefc56c786a7e1ae5176b54713f9013ccec63760f232742ae80361 3e18948f17148e6a3c4255bdeaaf01ef6081ceeb.patch diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index 6de6825ca3..8226f87487 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -13,6 +13,8 @@ LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf # Patching configure.ac LIBNL_AUTORECONF = YES +LIBNL_PATCH = https://github.com/thom311/libnl/commit/3e18948f17148e6a3c4255bdeaaf01ef6081ceeb.patch + ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y) LIBNL_CONF_OPTS += --enable-cli else |

