aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Merge pull request #10081 from BKPepe/pythonurllib3Rosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-urllib3: Update to version 1.25.6
| * | | | | | | | | | python-urllib3: Update to version 1.25.6Josef Schlehofer2019-09-26
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | Merge pull request #10078 from neheb/boooooooooRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | boost: Switch to blacklist of targets for context
| * | | | | | | | | | boost: Switch to blacklist of targets for contextRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works around a buildbot bug. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | domoticz: bump to 4.10717Stijn Tintel2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | | Merge pull request #10074 from ynezz/upstream/coova-fixesRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | coova-chilli fixes and improvements
| * | | | | | | | | | | coova-chilli: Fix debug flag config example and synchronize bool optionsPetr Štetiar2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug is boolean option/flag so setting it to 9 doesn't work, while at it I've synchronized boolean options from source code and sorted it alphabeticaly with following command: grep flag src/cmdline.ggo | cut -d \" -f2 | sort | tr '\n' '|' Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | | | | | | | | coova-chilli: Fix unwanted startup of disabled instancesPetr Štetiar2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code in option_cb was referencing $chilli_inst variable which was declared as local, thus the instance startup logic in start_chilli was referencing variable which would always get value of 1, effectively making `disabled` config option useless. So I've fixed it with simpler config_get_bool and while at it, I've simplified the surrounding code little bit as well. Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | | | | | | | | coova-chilli: Wrap excessively long linesPetr Štetiar2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | | | | | | | Merge pull request #10058 from dbermond/proxychains-ngRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | proxychains-ng: new package
| * | | | | | | | | | | | proxychains-ng: new packageDaniel Bermond2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master Run tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | | | | | | | | | | isc-dhcp: fix confused descriptionRosen Penev2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally https://github.com/openwrt/packages/pull/10044 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #10068 from gentoo-root/masterRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | apcupsd: Preset binaries used on target system
| * | | | | | | | | | | | | apcupsd: Preset binaries used on target systemMaxim Mikityanskiy2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apcupsd's configure script looks up paths to sh, wall and mail on the host system, but intends to use them on the target system. OpenWrt replaces apcupsd's scripts by its own versions, so those paths don't really matter, however, if the host system doesn't have wall installed, the build fails. This is the case on Gentoo when util-linux is built with USE=-tty-helpers (default). Prevent such failures by providing explicit stub paths to sh, wall and mail to configure script. Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
* | | | | | | | | | | | | | Merge pull request #10088 from adde88/masterDaniel Engberg2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hcxtools: update to v5.2.2
| * | | | | | | | | | | | | | hcxdumptool: update to v5.2.2Andreas Nilsen2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
| * | | | | | | | | | | | | | hcxtools: update to v5.2.2Andreas Nilsen2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #10085 from BKPepe/netdataDaniel Engberg2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netdata: Update to version 1.17.1
| * | | | | | | | | | | | | | | netdata: Update to version 1.17.1Josef Schlehofer2019-09-26
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 002 - Force Python3 is no longer applying, let's try to throw it away to see if it is still necessary Patch 003 - Was backported from the master branch and it was included in Netdata version 1.17.0 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / / / / / / / / / / / / / / liburcu: Fix typo from last commitRosen Penev2019-09-26
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | Merge pull request #10079 from ryzhovau/libgd_CFLAGSRosen Penev2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | libgd: avoid using host headers
| * | | | | | | | | | | | | ibgd: avoid using host headersAlexander Ryzhov2019-09-26
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* / | | | | | | | | | | | transmission: Merge all the command line params in one lineRosen Penev2019-09-26
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | liburcu: Switch from @!arc to targetsRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works around a bug with the buildbots where they try to build it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | ola: Remove HOST_LDFLAGS hackRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been solved properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | protobuf: Fix rpathRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protobuf was setting its own rpath, preventing the build system from overriding it. Comment it out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | protobuf-c: Fix host binaryRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It needs rpath to find libprotoc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | mjpg-streamer: Fix build dependencyRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It needs to be on host. The target one is already covered below. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | transmission: Fix typo in init scriptRosen Penev2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #10065 from stangri/master-simple-adblockHannu Nyman2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | simple-adblock: dnsmasq.ipset option support, better handling of IDNs, updated README
| * | | | | | | | | | | | simple-adblock: dnsmasq.ipset option support, better handling of IDNs, ↵Stan Grishin2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated README Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | | | | net/mosquitto: bump to 1.6.7Karl Palsson2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compatibility with newer libwebsockets versions. Fixes performance issues with websockets Fixes potential crash on config reload Fixes CVEs: CVE-2019-11778 and CVE-2019-11779 Various MQTTv5 fixes. Skips releases with critical regressions Changelog for 1.6.7: https://mosquitto.org/blog/2019/09/version-1-6-7-released/ Changelog for 1.6.5: https://mosquitto.org/blog/2019/09/version-1-6-5-released/ Changelog for 1.6.6: https://mosquitto.org/blog/2019/09/version-1-6-6-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | | | Merge pull request #10071 from gladiac1337/haproxy-2.0.6Hannu Nyman2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.6
| * | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.6Christian Lachner2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | | | | | Merge pull request #10073 from ja-pa/measurement-kit_0.10.6Hannu Nyman2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | measurement-kit: update to version 0.10.6
| * | | | | | | | | | | | | | measurement-kit: update to version 0.10.6Jan Pavlinec2019-09-25
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | Merge pull request #10076 from Payne-X6/masterJosef Schlehofer2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | knot: update to 2.8.4
| * | | | | | | | | | | | | | knot: update to version 2.8.4Jan Hák2019-09-25
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | | | | | | | | Merge pull request #10035 from ↵Etienne Champetier2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TDT-AG/pr/20190920-prometheus-node-exporter-lua-fecs-fix prometheus-node-exporter-lua: ltq-dsl.lua: use errors_fecs_*
| * | | | | | | | | | | | | prometheus-node-exporter-lua: ltq-dsl.lua: use new var names errors_fecs_*Martin Schiller2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | | | | | | | | | | | Merge pull request #10054 from flyn-org/pigeonholeRosen Penev2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pigeonhole: update to 0.5.7.2
| * | | | | | | | | | | | | | pigeonhole: update to 0.5.7.2W. Michael Petullo2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-11500. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | | | | | Merge pull request #10062 from ja-pa/treewide-cpe-id-2Rosen Penev2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | treewide: add PKG_CPE_ID for cvescanner
| * | | | | | | | | | | | | | treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | protobuf-c: Fix mistake from previous commitRosen Penev2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | Merge pull request #10067 from BKPepe/quasselRosen Penev2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | quassel-irssi: refresh patches to avoid fuzz
| * | | | | | | | | | | | | quassel-irssi: refresh patches to avoid fuzzJosef Schlehofer2019-09-24
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | Merge pull request #10046 from neheb/pfixRosen Penev2019-09-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | protobuf fixes from CMake conversion
| * | | | | | | | | | | | | ola: Fix HOSTPKG linkingRosen Penev2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the CMake update, either protobuf was being installed to HOST instead of HOSTPKG by mistake or some other problem. This adds a linker flag to look in the proper location. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | | | | libprotobuf-c: Switch to CMakeRosen Penev2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>