aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ibrdtn: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | GCC11 defaults to C++17, which does now allow specifying throw(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #15945 from neheb/tvRosen Penev2021-07-11
|\ | | | | tvheadend: fix compilation with GCC 9 and 10
| * tvheadend: fix compilation with GCC 9 and 10Rosen Penev2021-06-24
| | | | | | | | | | | | | | Without this, compilation fails because of a fortify-source header. There's something defining and undefining _GNU_SOURCE somewhere. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16068 from neheb/keaRosen Penev2021-07-11
|\ \ | | | | | | kea: fix compilation with GCC11
| * | kea: fix compilation with GCC11Rosen Penev2021-07-07
| | | | | | | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16073 from neheb/hashdeepRosen Penev2021-07-11
|\ \ \ | | | | | | | | hashdeep: fix compilation with GCC11
| * | | hashdeep: fix compilation with GCC11Rosen Penev2021-07-07
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | transmission: bump PKG_RELEASEDaniel Golle2021-07-10
| | | | | | | | | | | | | | | | | | | | | | | | The commit updating the seccomp filter didn't bump PKG_RELEASE. Do that now. Fixes: 1141ee1e5 ("transmission: add new syscalls to seccomp filter)" Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | transmission: add new syscalls to seccomp filterDaniel Golle2021-07-10
| | | | | | | | | | | | | | | | | | | | | | | | Testing showed that additional syscalls are needed on ARMv7. Add "getegid32", "geteuid32", "getgid32" and "getrandom" as they are all innocent. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | autopart: work on MBR/DOS partitioned disksDaniel Golle2021-07-10
| | | | | | | | | | | | | | | | | | | | | | | | Using GPT/UUID parition table is not always a possible choice. Add support for MBR/DOS partitioned disks to make autopart work on legacy targets like mt7623. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #16072 from neheb/nuttRosen Penev2021-07-09
|\ \ \ | | | | | | | | nut: fix compilation with GCC11
| * | | nut: fix compilation with GCC11Rosen Penev2021-07-07
| |/ / | | | | | | | | | | | | | | | | | | nut is a C++98 project which does not compile with GCC11's default of C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16077 from wodu/linuxptp_maintJosef Schlehofer2021-07-09
|\ \ \ | | | | | | | | linuxptp: Upgrade to version 3.1.1
| * | | linuxptp: Upgrade to version 3.1.1Wojciech Dubowik2021-07-09
| | | | | | | | | | | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* | | | Merge pull request #16066 from TDT-AG/pr/20210707-mwan3Florian Eckert2021-07-09
|\ \ \ \ | |/ / / |/| | | mwan3: add internal command
| * | | mwan3: bump PKG_VERSION to 2.10.11Florian Eckert2021-07-08
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: add troublshoot command from LuCIFlorian Eckert2021-07-08
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: cleanup help outputFlorian Eckert2021-07-08
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | dawn: update to latest versionNick Hainke2021-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 555268b ubus: filter neighbors by SSID when preparing nr 3db9607 data storage: match SSID when searching ap entry a22f5a7 storage: ensure SSID strings are NULL-terminated Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #16063 from 1715173329/yqJosef Schlehofer2021-07-08
|\ \ \ \ | | | | | | | | | | yq: Update to 4.9.7
| * | | | yq: Update to 4.9.7Tianling Shen2021-07-07
| |/ / / | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | dtc: update to 1.6.1Rosen Penev2021-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC11. Reorganized Makefile variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #16075 from neheb/ebmlRosen Penev2021-07-07
|\ \ \ \ | | | | | | | | | | libebml: fix compilation with GCC11
| * | | | libebml: fix compilation with GCC11Rosen Penev2021-07-07
| | |/ / | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #16069 from neheb/eleRosen Penev2021-07-07
|\ \ \ \ | |/ / / |/| | | libelektra: fix compilation with GCC11
| * | | libelektra: fix compilation with GCC11Rosen Penev2021-07-07
|/ / / | | | | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16061 from nxhack/libupm_fix_build_error_with_gcc11Rosen Penev2021-07-07
|\ \ \ | |/ / |/| | libupm: Workaround for errors with GCC11
| * | libupm: Workaround for errors with GCC11Hirokazu MORIKAWA2021-07-07
|/ / | | | | | | | | | | https://github.com/openwrt/packages/issues/16060 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #16044 from tru7/libfmtRosen Penev2021-07-07
|\ \ | | | | | | libfmt: bump to version 8.0.1
| * | libfmt: bump to version 8.0.1Othmar Truniger2021-07-05
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #16055 from BKPepe/yt-updateJosef Schlehofer2021-07-07
|\ \ \ | | | | | | | | youtube-dl: update to version 2021.6.6
| * | | youtube-dl: update to version 2021.6.6Josef Schlehofer2021-07-06
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #16049 from nxhack/libuv_CVE-2021-22918Rosen Penev2021-07-06
|\ \ \ \ | | | | | | | | | | libuv: fix CVE-2021-22918
| * | | | libuv: fix CVE-2021-22918Hirokazu MORIKAWA2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | idna: fix OOB read in punycode decoder libuv was vulnerable to out-of-bounds reads in the uv__idna_toascii() function which is used to convert strings to ASCII. This is called by the DNS resolution function and can lead to information disclosures or crashes. https://github.com/libuv/libuv/commit/b7466e31e4bee160d82a68fca11b1f61d46debae https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990561 https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #16053 from PowerDNS/pdns-recursor-4.5.4Rosen Penev2021-07-06
|\ \ \ \ \ | | | | | | | | | | | | pdns-recursor: update to 4.5.4
| * | | | | pdns-recursor: update to 4.5.4Peter van Dijk2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | syncthing: update to v1.18.0Paul Spooren2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See upstream release notes for changes: https://github.com/syncthing/syncthing/releases/tag/v1.18.0 Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | postgresql: prevent addition of ARM target flagSebastian Kemper2021-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in checks for "ARMv8 CRC32C intrinsics" and goes as far as adding "-march=armv8-a+crc" to the target flags if the compiler allows it. This can clash with the OpenWrt target flags in CONFIG_TARGET_OPTIMIZATION. If for example the latter is set to "-mcpu=cortex-a9" the following warning is issued: cc1: warning: switch '-mcpu=cortex-a9' conflicts with '-march=armv5t' switch This commit prevents configure.in from adding the mentioned flag. The addition is unwanted when cross-compiling. An issue was raised for this recently, see [1]. [1] https://github.com/openwrt/packages/issues/16034 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | prometheus-node-exporter-lua: Bump PKG_RELEASEMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | prometheus-node-exporter-lua: lower case bssid label value in wifi exporterMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To allow cross matching bssids between different exporters we need to use the same case, as label matching is case senstive. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | prometheus-node-exporter-lua: fix corner case in hostapd_stationsMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a corner case, when a vif had no stations, that evaluate_metrics for a station that was nil and had no collected metrics would have been called. Comment the code, to make it easier to understand and follow, and simplify some variable names along the way. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | prometheus-node-exporter-lua: normalize metric names in hostapd_stationsMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normalizes metrics according to the Prometheus upstream metric guidelines available at https://prometheus.io/docs/practices/naming/. Drops the `hostapd_station_wpa` metric, because it is misleading, as it is not a differentiator between WPA versions, like one could be led to assume. Exposes more flags in a more consistent manner. Their metric was previously only exposed if the flag was present, but not if it wasn't. The same applies issue was fixed with regards to vht caps. After this commit the following breaking changes are in place: - All flags have been moved below `hostapd_station_flags_$flagname`: - `hostapd_station_ht` is now `hostapd_station_flag_ht` - `hostapd_station_mfp` is now `hostapd_station_flag_mfp` - `hostapd_station_vht` is now `hostapd_station_flag_vht` - `hostapd_station_wmm` is now `hostapd_station_flag_wmm` - New flags have been exposed: - `hostapd_station_flag_he` for high-efficency connections - `hostapd_station_flag_short_preamble` for short preamble connections - `hostapd_station_flag_auth` for authentication state - `hostapd_station_flag_assoc` for association state - Some metrics have had their unit normalized to the SI base unit or embedded into the metrics name: - `hostapd_station_inactive_msec` is now `hostapd_station_inactive_seconds`, the value is still float64 and as such has enough precision anyway, but becomes easier to reason about - `hostapd_station_connected_time` has been renamed to `hostapd_station_connected_seconds_total` so the unit, as well as the nature of the counter is reflected - `hostapd_station_signal` now includes its unit and is therefore named `hostapd_station_signal_dbm` - The packet counter metrics have been normalized to what the node exporter uses, so it is more in line with the defaults in the Prometheus ecosystem: - `hostapd_station_rx_packets` is now `hostapd_station_receive_packets_total` - `hostapd_station_rx_bytes` is now `hostapd_station_receive_bytes_total` - `hostapd_station_tx_packets` is now `hostapd_station_transmit_packets_total` - `hostapd_station_tx_bytes` is now `hostapd_station_transmit_bytes_total` Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | prometheus-node-exporter-lua: handle empty lines in all_sta output correctlyMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An empty line has a name and value that is nil and setting a table index to nil breaks metrics for every vif after the first one. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | prometheus-node-exporter-lua: increase label density in hostapd_stationsMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correlating data is only possible when we have more metadata, this adds a bunch of labels for each client, that will increase the depth of dashboards yet to come. In particular the changes in this commit are: - renames the `ifname` label to `vif` - adds `frequency`, `channel`, `bssid`, `ssid`, `encryption` and `mode` Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | python3: do a simple ls on pip & setuptools if not selected for buildAlexandru Ardelean2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I seem to forget to check/select setuptools and pip (that come bundled with Python). This change will do a simple 'ls' on the 2 wheel files, so that the build fails even if just building Python. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | python3: update to version 3.9.6Alexandru Ardelean2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Bumped pip to 21.1.3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #16047 from oskarirauta/apparmor_utilsFlorian Eckert2021-07-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | apparmor: add missing parser.conf
| * | | | | apparmor: add missing parser.confOskari Rauta2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | Merge pull request #16029 from dangowrt/mwan3-rttablesFlorian Eckert2021-07-06
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | mwan3: use default routes from additional tables
| * | | | | mwan3: use default routes from additional tablesDaniel Golle2021-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the additional tables listed in gobal 'rt_table_lookup' were not considered for interfaces. In order to be able to also use interface-defined routes from tables other than main, consider also tables listed in 'rt_table_lookup'. Update version to 2.10.10 as requested by maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>