aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | grep: use libpcre2Nick Hainke2022-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should use libpcre2 instead of libpcre in the new grep version. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #19396 from hnyman/collectd-nutHannu Nyman2022-09-18
|\ \ \ \ \ | | | | | | | | | | | | collectd: re-enable nut plugin
| * | | | | collectd: re-enable nut pluginHannu Nyman2022-09-18
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable the nut plugin (remove BROKEN mark). Nut itself has been patched to provide better compatible time_t. I have not not run-tested the plugin, so it is still possible that the fixes from upstream collectd PR 4043 are still needed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #19362 from dhewg/dslHannu Nyman2022-09-18
|\ \ \ \ \ | | | | | | | | | | | | prometheus/collectd: adapt dependencies for the dsl collector
| * | | | | collectd: adapt dependencies for the dsl collectorAndre Heider2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All lantiq/intel/maxlinear compatible dsl daemons now provide a common package name, switch over. Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | | | prometheus-node-exporter-lua: adapt dependencies for the dsl collectorAndre Heider2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All lantiq/intel/maxlinear compatible dsl daemons now provide a common package name, switch over. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | adblock: update 4.1.4-3Dirk Brenken2022-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unbound: fix domain search regression Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | python-jsonschema: Update to 4.16.0Javier Marcet2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improve the base URI behavior when resolving a $ref to a resolution URI which is different from the resolved schema's declared $id. - Accessing jsonschema.draftN_format_checker is deprecated. Instead, if you want access to the format checker itself, it is exposed as jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any jsonschema.protocols.Validator. Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | python-jsonschema: Update to 4.15.0, broken since 4.6.0Javier Marcet2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | grep: update to 3.8Nick Hainke2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually refresh: - ppc-musl.patch Release Notes: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | nut: ensure time_t is defined in upsclient.hEneas U de Queiroz2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use an upstream commit to ensure time_t is defined in upsclient.h, fixing a compile failure in collectd. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | nut: avoid picking up libi2c dependencyEneas U de Queiroz2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --without-linux-i2c to configure arguments to avoid using i2c if found in the staging dir. Switch to AUTORELEASE. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | midisport-firmware: add packageDaniel Golle2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add package with user-space loaded firmware for M-Audio USB MIDI interfaces. Implement OpenWrt-specific hotplug script which uses 'fxload' from libusb examples. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #19385 from hnyman/collectd-nutHannu Nyman2022-09-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | collectd: disable nut plugin (incompatibility with nut 2.8.0)
| * | | | | | collectd: disable nut pluginHannu Nyman2022-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily disable nut plugin by marking it BROKEN. Apparently the upstream collectd plugin is not yet compatible with nut 2.8.0. I tried the upstream PR 4043, but it does not help, as it apparently requires at least one specific UPS type to be defined/compiled. nut . . . . . . . . . no (required data types for NUT API were not detected) (dependency error) If there is a requirement to specify some UPS data type when compiling nut, it might be problematic for the generic OpenWrt buildbot context. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #19384 from paper42/flask-socketio-5.3Josef Schlehofer2022-09-16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | python-flask-socketio: update to 5.3.1
| * | | | | | python-flask-socketio: update to 5.3.1Michal Vasilek2022-09-16
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | Merge pull request #19380 from stangri/master-curlStan Grishin2022-09-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | curl: update to 7.85.0
| * | | | | | curl: update to 7.85.0Stan Grishin2022-09-15
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * https://curl.se/changes.html#7_85_0 * add GitHub to PKG_SOURCE_URL Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | Revert "curl: update to 7.85.0"Stan Grishin2022-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 312ab68be498f0d895d8d4dc5b2f0fc857e45eb9. Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | Merge pull request #19377 from stangri/master-curlStan Grishin2022-09-15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | curl: update to 7.85.0
| * | | | | curl: update to 7.85.0Stan Grishin2022-09-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | * https://curl.se/changes.html#7_85_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | Merge pull request #19329 from jempatel/improve_keepalived-uciFlorian Eckert2022-09-15
|\ \ \ \ \ | | | | | | | | | | | | keepalived: add status rpc and service improvement
| * | | | | keepalived: add status rpc and service improvementJaymin Patel2022-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - enable json by default to generate json stats - add rpc to generate json status - add kmod-nf-ipvs dependencies for virtual servers - set default vip labels on virtual interfaces - set process name for keepalived child processes Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* | | | | | docker-compose: Update to version 2.11.0Javier Marcet2022-09-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | gst1-plugins-base: remove liboil dependencyRosen Penev2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's completely unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | iperf3: fix install section of Makefile and dependenciesNick Hainke2022-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the Makefile the library installation was accidentally called "Package/iperf3/install" and not "Package/libiperf3/install". Fix this typo. Thanks to Hartmut spotting this. Also the iperf3-ssl does not need to depend on libiperf3. Fixes ae48be8e2157 ("iperf3: add shared libiperf library and link iperf3 dynamically") Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | liboil: small cleanupsRosen Penev2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a compile error when glib2 is missing. get rid of nls.mk. iconv/gettext is not used. This was previously here because of glib2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | sysrepo: build under WSLRosen Penev2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This check is for host, not cross compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | AdGuardHome: update to v0.107.12YiZhen Choo2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* | | | | | modemmanager: bump to 1.18.12Maxim Anisimov2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | | | | | libqmi: bump to 1.30.8Maxim Anisimov2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | | | | | Merge pull request #19340 from EricLuehrsen/nut-280Hannu Nyman2022-09-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | nut: update to 2.8.0
| * | | | | | nut: update to 2.8.0Eric Luehrsen2022-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- Release Message Snippet https://networkupstools.org/ -- After a long and windy trip since the last official release v2.7.4 half a dozen years ago ... NUT v2.8.0! ... the new release includes numerous new drivers, sub-drivers, protocols and bug-fixes, with many companies and individuals chipping in with contributions of code. ... Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | rsync: bump to 3.2.6John Audia2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to latest upstream release. Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | tree: bump to 2.0.4John Audia2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream update Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | smartdns: bump to 1.2022.38Nick Peng2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | | | | mwan3: fix balanced default configFlorian Eckert2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The metrics and weight need to be the same. A 50% balanced would be require member policies of the same metric and weight value. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | python3-iperf3: add iperf3 python wrapperNick Hainke2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This wrapper gives us an easy to use api for using iperf3 in python. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | iperf3: add shared libiperf library and link iperf3 dynamicallyNick Hainke2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add library for creating own functions with iperf3 functionality. Example: https://github.com/esnet/iperf/blob/master/examples/mis.c This library is needed by python3-iperf3. Build iperf3 binary with dynamically linked libiperf3. However, still build iperf3-ssl as static binary due to a lack of shipping two libiperf versions. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | python3-flent: add flent packageNick Hainke2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described on GitHub page [0]: Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping instances and aggregate the results. [0] - https://github.com/tohojo/flent Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | Merge pull request #19349 from rmilecki/ddns-scripts-cleanFlorian Eckert2022-09-14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | ddns-scripts: drop dead services
| * | | | | | ddns-scripts: drop dead servicesRafał Miłecki2022-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop services that are not available anymore. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | | | | | knot: update to version 3.2.1Jan Hák2022-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | python3: backport and fix target musl libc detectionŠimon Bořek2022-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 030: Backported from Python main branch[^1] for Python to distinguish between glibc and musl libc SOABI. Patch 131: Changes PLATFORM_TRIPLET -gnu/-musl suffix detection (performed by the backported patch) to be based on the target OS instead of the building OS. See included patches for more detailed descriptions. Specifically this fixes cross-compilation for mpc8548 CPUs with SPE instructions[^2] enabled. [^1]: merged to python:main as https://github.com/python/cpython/pull/24502 'bpo-43112: detect musl as a separate SOABI' [^2]: https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf Co-authored-by: Pali Rohár <pali@kernel.org> Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* | | | | | | aria2: Fix aria2.init start issueNaraku J2022-09-12
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-mount '$config_file' inside the '$config_dir' will cause aria2 process unable to start. Signed-off-by: Naraku J <74468372+Narakuku@users.noreply.github.com>
* / / / / / adblock: update 4.1.4-2Dirk Brenken2022-09-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * some more cleanups, forgotten with the last update * optimized unbound syntax ('always_nxdomain' & 'always_transparent') * optimized oisd download sources (use wilcard variants which are much smaller) * removed superfluous version information/function Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | adblock: update 4.1.4Dirk Brenken2022-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dnsmasq upstream has changed the code for domain handling and recommends the 'local' syntax for large blocklists * remove pipefail command, see #19043 for reference * removed the unused 'adb_dnsinotify' parameter * removed the 'adb_maxqueue' parameter, the queue size will be automatically set by the number of cpu cores * various cleanups, mostly shellcheck related Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | conserver: fix build with new autotoolsMichael Pratt2022-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport a patch that fixes build with new versions of Autoconf and Automake. Signed-off-by: Michael Pratt <mcpratt@pm.me>
* | | | | boinc: fix build with new autotoolsMichael Pratt2022-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport a patch that fixes build with new versions of Autoconf and Automake. Signed-off-by: Michael Pratt <mcpratt@pm.me>