aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #12799 from aaronjg/openfortivpn/netifdRosen Penev2020-07-21
|\ | | | | openfortivpn: use standard 'peerdns' config option on netifd script
| * openfortivpn: use standard 'peerdns' argument on netifd scriptAaron Goodman2020-07-19
| | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | gnunet: update to version 0.13.1Daniel Golle2020-07-22
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | liblz4: fix previous patchRosen Penev2020-07-21
| | | | | | | | | | | | Previous patch was incomplete. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | liblz4: add patch removing distutils requirementRosen Penev2020-07-21
| | | | | | | | | | | | Allows meson to compile on systems that lack distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12891 from ja-pa/redis-6.0.6Rosen Penev2020-07-21
|\ \ | | | | | | redis: update to version 6.0.6
| * | redis: update to version 6.0.6Jan Pavlinec2020-07-21
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #12849 from TDT-AG/pr/20200717-docker-ceFlorian Eckert2020-07-21
|\ \ \ | | | | | | | | docker-ce: add reload handling
| * | | docker-ce: add reload handlingFlorian Eckert2020-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the uci configuration is changed send dockerd a SIGHUP to reload the generated daemon.json file with the new configuration. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | libnpupnp: update to 4.0.10Rosen Penev2020-07-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12889 from neheb/mpd-25Rosen Penev2020-07-20
|\ \ \ \ | | | | | | | | | | mpd: update to 0.21.25
| * | | | mpd: update to 0.21.25Rosen Penev2020-07-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pulseaudio-daemon depends on alsa-lib, which depends on @AUDIO_SUPPORT. Enables -full on platforms lacking AUDIO_SUPPORT. Simplified LDFLAGS slighly. Removed pointless ICU dependency. I managed to patch meson.build to fix iconv compilation. The original error was that without the header, it was prefixing the iconv check with __buildin_ , which does not work with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | prometheus-node-exporter-lua: Makefile alphabetical orderingGérondal Thibault2020-07-20
| | | | | | | | | | | | | | | | Signed-off-by: Gérondal Thibault <contact@tycale.be>
* | | | prometheus-node-exporter-lua: uci_dhcp_host moduleGérondal Thibault2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract data from configuration file /etc/config/dhcp and create labels {name, ip, mac, dns} via uci. Those labels are useful in order to craft complex prometheus queries as replacing the MAC address to a custom name. E.g.: wifi_station_signal_dbm * on (mac) group_left(name) uci_dhcp_host or on (mac) label_replace(wifi_station_signal_dbm, "name", "$1", "mac", "(.+)") Signed-off-by: Gérondal Thibault <contact@tycale.be>
* | | | Merge pull request #12885 from peter-stadler/django-cors-headersRosen Penev2020-07-20
|\ \ \ \ | | | | | | | | | | python3-django-cors-headers: update to version 3.4.0
| * | | | python3-django-cors-headers: update to version 3.4.0Peter Stadler2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to latest version changing the URL and DEPENDS, too. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #12884 from peter-stadler/asgirefJosef Schlehofer2020-07-20
|\ \ \ \ \ | |/ / / / |/| | | | python3-asgiref: update version to 3.2.10
| * | | | python3-asgiref: update version to 3.2.10Peter Stadler2020-07-20
|/ / / / | | | | | | | | | | | | | | | | | | | | update to latest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | Merge pull request #12880 from jefferyto/python-3.8.4Rosen Penev2020-07-20
|\ \ \ \ | | | | | | | | | | python3: Update to 3.8.4, refresh/rework patches, backport patches
| * | | | python3: Update to 3.8.4, refresh/rework patches, backport patchesJeffery To2020-07-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version includes fixes for: * CVE-2020-14422: Hash collisions in IPv4Interface and IPv6Interface * CVE-2020-15523: Python uses invalid DLL path after calling Py_SetPath on Windows This version also includes support for OpenSSL 1.1.x builds that use 'no-deprecated' and '--api=1.1.0'[1], and so this removes the previous OpenSSL-related patches. This also backports fixes for security issues, including: * CVE-2019-20907: Infinite loop in the tarfile module This also updates the setuptools and pip packages to 47.1.0 and 20.1.1, respectively. [1]: https://github.com/python/cpython/pull/20566 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #12879 from TDT-AG/pr/20200720-mwan3Rosen Penev2020-07-20
|\ \ \ \ | | | | | | | | | | mwan3: update to version 2.8.11
| * | | | mwan3: update version to 2.8.11Florian Eckert2020-07-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: add online and uptime to detail outputFlorian Eckert2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add also online time value and uptime time value from netifd to the detail output view. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: add workaround for procd changeFlorian Eckert2020-07-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: also cleanup lock on mwan3 stopFlorian Eckert2020-07-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: fix rtmon routing table function generationFlorian Eckert2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the uci option family is not set in the interface section, then there is no default value set as in the `config_load / config_get` API. The problem here is that if the family is not set, the default value ipv4 is normaly assumed. But the comparison fails here because the value is empty and therefore the dedicated routing table for this interface is not compared with the other routes from the main table and so not updated. To fix this set the default value for this config option which is`false` for enabled and `ipv4` for family. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #12848 from BKPepe/squidRosen Penev2020-07-20
|\ \ \ \ \ | |/ / / / |/| | | | squid: update to version 4.12 (security update)
| * | | | squid: update to version 4.12Josef Schlehofer2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes CVEs: CVE-2019-12519 CVE-2019-12520 CVE-2019-12521 CVE-2019-12523 CVE-2019-12524 CVE-2019-12525 CVE-2019-12526 CVE-2019-12527 CVE-2019-12528 CVE-2019-12529 CVE-2019-12824 CVE-2019-12854 CVE-2019-13345 CVE-2019-18676 CVE-2019-18677 CVE-2019-18678 CVE-2019-18679 CVE-2020-8449 CVE-2020-8450 CVE-2020-11945 CVE-2020-14058 CVE-2020-15049 - Remove patch for cross-compilation The patch should not be included in the OpenWrt at all without any commit message/description. Is not needed and there should be used HOST variables instead of BUILD variables (e.g. HOSTCXX) However, the BUILDCXX is set in Makefile to HOSTCXX - Renumber glibc patch and refresh it Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #12814 from aaronjg/improvements/mwan3-misc-improvements-rbFlorian Eckert2020-07-20
|\ \ \ \ \ | |_|_|_|/ |/| | | | mwan3: clean up ipv4/ipv6 duplicated code and misc. improvments
| * | | | mwan3: fix IPv6 routing add handlingFlorian Eckert2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes routing handling. Introduced with the last version update. The following message disappears on the shell when mwan3 is called with 'mwna3 restart`. `Error: Invalid gateway address.` Signed-off-by: Florian Eckert <fe@dev.tdt.de> [aaronjg@stanford.edu: fully unset variable and handle ipv4 as well] Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: fix idx calculationFlorian Eckert2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de> [aaronjg@stanford.edu: fix syntax error] Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: version bumpAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: cleanup duplicate ipv4 and ipv6 logicAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: don't send iptable setup failures to /dev/nullAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | silencing failing rules makes debugging more difficult Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: add default rule for ipv6 in example configAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default rule only applied to ipv4 with dest_ip 0.0.0.0/0 and error was hidden when trying to apply it in ip6table Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: don't try to use ipv6 if not installedAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix issue #11826 Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: be more efficient with sleep after killing trackersAaron Goodman2020-07-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | mwan3: don't add single ipv4 to connected list if already covered by a cidrAaron Goodman2020-07-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | Merge pull request #12864 from aaronjg/bugfix/openfortivpn-pingRosen Penev2020-07-19
|\ \ \ \ \ | | | | | | | | | | | | openfortivpn: add host up test back
| * | | | | openfortivpn: add option to use ither curl or ping to test host statusAaron Goodman2020-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow use of curl rather than ping to test if a host is up since a host may not respond to ping, but an https request is part of the openfortivpn connection, so this is a more reliable test also clean up overly verbose logging Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | Merge pull request #12863 from neheb/flashRosen Penev2020-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | flashrom: switch to building with meson
| * | | | | | flashrom: switch to building with mesonRosen Penev2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patches to fix meson compilation. Reworked flashrom.mk to work with meson. Several minor Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12873 from neheb/lz4Rosen Penev2020-07-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | liblz4: convert to meson
| * | | | | | | liblz4: convert to mesonRosen Penev2020-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Faster compilation Before: Executed in 13.68 secs fish external usr time 12.51 secs 0.00 micros 12.51 secs sys time 1.78 secs 345.00 micros 1.78 secs After: Executed in 9.60 secs fish external usr time 10.66 secs 281.00 micros 10.66 secs sys time 1.39 secs 36.00 micros 1.39 secs Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12818 from neheb/ncdRosen Penev2020-07-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ncdu: update to 1.15.1
| * | | | | | | | ncdu: update to 1.15.1Rosen Penev2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12816 from neheb/nlohRosen Penev2020-07-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nlohmannjson: update to 3.8.0
| * | | | | | | | | nlohmannjson: update to 3.8.0Rosen Penev2020-07-15
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BUILDONLY since this is only used for the headers. Rearranged variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12861 from neheb/apiRosen Penev2020-07-19
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | apinger: fix compilation with GCC 10
| * | | | | | | | apinger: fix compilation with GCC 10Rosen Penev2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>