aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* travelmate: update 1.4.7Dirk Brenken2019-05-24
| | | | | | | * tweak 'f_check' function * code cleanup Signed-off-by: Dirk Brenken <dev@brenken.org>
* travelmate: update 1.4.6Dirk Brenken2019-05-18
| | | | | | * fix connection to uplinks with special char '/' in essid * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* Merge pull request #9024 from neheb/ath79champtar2019-05-18
|\ | | | | CircleCI: Switch to ath79 SDK
| * CircleCI: Switch to ath79 SDKRosen Penev2019-05-17
|/ | | | | | | The default target in OpenWrt has been switched to ath79. Match it here. No functional difference. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #8981 from ja-pa/yara-3.10.0Rosen Penev2019-05-17
|\ | | | | yara: update to version 3.10.0
| * yara: update to version 3.10.0Jan Pavlinec2019-05-14
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #8999 from neheb/lxRosen Penev2019-05-17
|\ \ | | | | | | lxc: Backport uClibc patch
| * | lxc: Backport uClibc patchRosen Penev2019-05-15
| | | | | | | | | | | | | | | | | | Fixes compilation Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9013 from nxhack/homebridge_0_4_49Rosen Penev2019-05-17
|\ \ \ | | | | | | | | node-homebridge: update to 0.4.49
| * | | node-homebridge: update to 0.4.49Hirokazu MORIKAWA2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #9014 from nxhack/node_hid_0_7_8Rosen Penev2019-05-17
|\ \ \ \ | | | | | | | | | | node-hid: update to 0.7.8
| * | | | node-hid: update to 0.7.8Hirokazu MORIKAWA2019-05-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #9015 from nxhack/node_serialport_7_1_5Rosen Penev2019-05-17
|\ \ \ \ | | | | | | | | | | node-serialport: update to 7.1.5
| * | | | node-serialport: update to 7.1.5Hirokazu MORIKAWA2019-05-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #9011 from nxhack/swig_4.0.0Rosen Penev2019-05-17
|\ \ \ \ | | | | | | | | | | swig: update to 4.0.0
| * | | | swig: update to 4.0.0Hirokazu MORIKAWA2019-05-17
| |/ / / | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #8900 from neheb/porRosen Penev2019-05-17
|\ \ \ \ | | | | | | | | | | port-mirroring: Update to 1.4.4
| * | | | port-mirroring: Fix compilation with GCC8Rosen Penev2019-05-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9008 from BKPepe/python-requestsJosef Schlehofer2019-05-17
|\ \ \ \ \ | | | | | | | | | | | | python-requests: update to version 2.22.0
| * | | | | python-requests: update to version 2.22.0Josef Schlehofer2019-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove patch, which is included in this release Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #8983 from James-TR/libfstrmRosen Penev2019-05-16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | libfstrm: add package
| * | | | | libfstrm: add packageJames Taylor2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format. Maintainer: me Compile Tested: armv7l, SNAPSHOT 655fff1571 SDK Run Tested: armv7l, Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | Merge pull request #8990 from cotequeiroz/lxc_recursiveRosen Penev2019-05-16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | lxc, libsseccomp: workaround recursive dependency
| * | | | | libseccomp: workaround a recursive dependencyEneas U de Queiroz2019-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPENDS:=@!arc is causing a recursive dependency because of the optional selection of libseccomp by util/lxc. The workaround hides the package in Package/libseccomp/config instead. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | lxc: hide seccomp support for arcEneas U de Queiroz2019-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libseccomp does not compile for arc, so we can't show that option for arc. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #8970 from neheb/getRosen Penev2019-05-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | geth: Fix compilation under AArch64
| * | | | | | geth: Fix compilation under AArch64Rosen Penev2019-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out this was not backported to the stable branch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8961 from neheb/oathRosen Penev2019-05-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | oath-toolkit: Fix compilation with uClibc-ng
| * | | | | | | oath-toolkit: Fix compilation with uClibc-ngRosen Penev2019-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8962 from neheb/quaRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | quasselc: Fix compilation with uClibc-ng
| * | | | | | | | quasselc: Fix compilation with uClibc-ngRosen Penev2019-05-12
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nls.mk is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8997 from neheb/fd1Rosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libftdi1: Fix compilation with most recent CMake
| * | | | | | | | libftdi1: Fix compilation with most recent CMakeRosen Penev2019-05-15
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description from Amol Bhave: This package fails to compile with boost 1.70 when the boost cmake config gets used. As far as I can tell, Boost 1.70 introduced BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is set to 1.70. This makes CMake auto set the variable Boost_VERSION to 1.70. Historically, Boost_VERSION has been using the format like 170000, and not 1.70. Some package cmake files still depend on this behavior and make assertions such as Boost_VERSION > 168000. This is incompatible with the new scheme. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8996 from neheb/ftRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libftdi: Fix compilation with most recent CMake
| * | | | | | | | libftdi: Fix compilation with most recent CMakeRosen Penev2019-05-15
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description from Amol Bhave: This package fails to compile with boost 1.70 when the boost cmake config gets used. As far as I can tell, Boost 1.70 introduced BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is set to 1.70. This makes CMake auto set the variable Boost_VERSION to 1.70. Historically, Boost_VERSION has been using the format like 170000, and not 1.70. Some package cmake files still depend on this behavior and make assertions such as Boost_VERSION > 168000. This is incompatible with the new scheme. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8898 from neheb/rtlRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | rtl_433: Update to 18.12
| * | | | | | | rtl_433: Update to 18.12Rosen Penev2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a patch to fix compilation under uClibc-ng. Reorganized Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9000 from zhaojh329/libuwscRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libuwsc: update to 3.3.1
| * | | | | | | | libuwsc: update to 3.3.1Jianhui Zhao2019-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | | | Merge pull request #9002 from Andy2244/samab4-update-4-9-8Daniel Engberg2019-05-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | samba4: update to 4.9.8
| * | | | | | | | | samba4: update to 4.9.8Andy Walsh2019-05-16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2018-16860 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | Merge pull request #8887 from neheb/ibRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ibrdtnd: Fix compilation with uClibc-ng
| * | | | | | | | | ibrdtnd: Fix compilation with uClibc-ng and/or uClibc++Rosen Penev2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason, several C++ headers are not included. Include them. Also added const fixes to get it to build with uClibc++. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #8949 from ammubhave/add_fbthriftRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fbthrift: Add fbthrift package
| * | | | | | | | | | fbthrift: Add fbthrift packageAmol Bhave2019-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Depends on libwangle] Facebook's branch of Apache Thrift, including a new C++ server. Thrift is a serialization and RPC framework for service communication. Thrift enables these features in all major languages, and there is strong support for C++, Python, Hack, and Java. Test Plan: compile fbthrift on openwrt master for nbg6817 Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | | | | Merge pull request #8986 from neheb/onRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libevhtp: Add onigiruma.h to install
| * | | | | | | | | | | libevhtp: Add onigiruma.h to installRosen Penev2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason from 1.1.7 to 1.2.0, oniguruma no longer gets installed by default. Fix that to fix compilation with seafile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #8872 from neheb/aprRosen Penev2019-05-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | apr: Enable DSO and add several configure vars
| * | | | | | | | | | | | apr: Enable DSO and add several configure varsRosen Penev2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users have reported errors with Apache. Enable DSO to try to fix. Most of these vars default to no since we're cross-compiling. Change them to on since all the libc's that OpenWrt supports supports these. epoll for example should have better stability. Changed PKG_LICENSE to SPDX. Slight cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #9003 from dibdot/banipDirk Brenken2019-05-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | banip: update 0.1.1