aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | | | | | | | | banip: update 0.1.1Dirk Brenken2019-05-16
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove needless sort step to reduce system load * change maxqueue default in backend and LuCI frontend to '4' to reduce (default) system load * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | python-defusedxml: add new packageEneas U de Queiroz2019-05-16
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module. Currently, openpyxl detects, and uses defusedxml, if installed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #8995 from neheb/botRosen Penev2019-05-15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | botan: Do not build on ARC
| * | | | | | | botan: Do not build on ARCRosen Penev2019-05-15
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | mosquitto: major upgrade to 1.6.xKarl Palsson2019-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major new release of mosquitto. This release rolls up the initial 1.6.0 release, plus the subsequent build/bug fixes of 1.6.1 and 1.6.2. Original upstream changelogs: https://mosquitto.org/blog/2019/04/version-1-6-released/ https://mosquitto.org/blog/2019/04/version-1-6-1-released/ https://mosquitto.org/blog/2019/04/version-1-6-2-released/ Major features of interest: * MQTTv5 support * performance improvements * ALPN support * OCSP staping support * OpenSSL Engine support * TLSv1.0 support dropped Currently adds two patches to continue supporting OpenSSL engine support being disabled, and a missing header include. These are both tracked upstream and are expected to be dropped in a subsequent release. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | Merge pull request #8991 from mwarning/smcroute_libcapRosen Penev2019-05-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | smcroute: disable libcap support
| * | | | | | | smcroute: disable libcap supportMoritz Warning2019-05-15
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smcroute does not find libcap.so.2 Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | Merge pull request #8984 from mlichvar/chrony-update-3.5Rosen Penev2019-05-14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | chrony: update to 3.5
| * | | | | | chrony: update to 3.5Miroslav Lichvar2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | | | Merge pull request #8980 from neheb/rmRosen Penev2019-05-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libmraa: Don't build on ARC, ARMEB, and PPC
| * | | | | | | libmraa: Don't build on ARC, ARMEB, and PPCRosen Penev2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8919 from ja-pa/libseccomp-2.4.1Rosen Penev2019-05-14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | libseccomp: update to version 2.4.1
| * | | | | | | libseccomp: update to version 2.4.1Jan Pavlinec2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #8976 from val-kulkov/subversion-packageRosen Penev2019-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | subversion: partial revert of b32f8d4ff0
| * | | | | | | | subversion: partial revert of b32f8d4ff0Val Kulkov2019-05-14
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit b32f8d4ff035272706a1d559992cfd6bc1ffe560 broke compilation of Subversion on systems where unixodbc package is present. This partial revert fixes issue #8975. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | gnunet: update to v0.11.4 and clean-up packagingDaniel Golle2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnunet-reclaim-sqlite is no more in 0.11.4. Also remove duplicate files also contained in gnunet-utils package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #8917 from diizzyy/lib-pcre-843Rosen Penev2019-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libs/pcre: Update to 8.43
| * | | | | | | | libs/pcre: Update to 8.43Daniel Engberg2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update pcre to 8.43 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | Merge pull request #8855 from mwarning/smcrouteRosen Penev2019-05-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | smcroute: add new package
| * | | | | | | | | smcroute: add new packageMoritz Warning2019-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | Merge pull request #8973 from jefferyto/python-pyasn1-modules-0.2.5-updateRosen Penev2019-05-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-pyasn1-modules: Update to 0.2.5
| * | | | | | | | | | python-pyasn1-modules: Update to 0.2.5Jeffery To2019-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #8937 from lucize/doveupDaniel Engberg2019-05-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dovecot: update to 2.3.6
| * | | | | | | | | | | dovecot: update to 2.3.6Lucian Cristian2019-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also don't pack docs Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | | golang: Update to 1.12.5Jeffery To2019-05-13
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #8969 from lucize/nssupDaniel Engberg2019-05-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nss: update to 3.44
| * | | | | | | | | | | nss: update to 3.44Lucian Cristian2019-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>