aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | gnutls: fix disable zstdNick Hainke2022-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure.ac syntax changed to: Old: --without-libbrotli --without-libzstd (also --with-*) New: --without-brotli --without-zstd (also --with-*) https://github.com/gnutls/gnutls/commit/6b794e49d1a14e43f9e08023f958364712c3c89a Fixes: 6385813ddfb4 ("gnutls: update to 3.7.5") Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | zerotier: update to 1.10.1Moritz Warning2022-07-04
|/ / | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | gnutls: update to 3.7.6Nick Hainke2022-07-04
| | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | gnutls: update to 3.7.5Nick Hainke2022-07-04
| | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | gnutls: cleanup MakefileNick Hainke2022-07-04
| | | | | | | | | | | | | | | | - Add PKG_LICENSE_FILES - Use SPDX - Rearrange Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #18858 from PolynomialDivision/update-radcliNikos Mavrogiannopoulos2022-07-04
|\ \ | | | | | | radcli: uptdate to 1.3.0
| * | radcli: uptdate to 1.3.0Nick Hainke2022-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed duplicate function definition from util.h - Increased size of dictionary vendor and values to 32-bits from 16; this breaks the ABI from the previous release. - Corrected a string termination issue in rc_avpair_tostr() - Added functions to create dictionary without a file: rc_dict_addattr rc_dict_addval rc_dict_addvend Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | radsecproxy: update to 1.9.1Nick Hainke2022-07-04
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches: - 100-fix-setstacksize-for-glibc-2.34.patch Refresh patches: - 200-logdest-on-foreground.patch Changes: Misc: - OpenSSL 3.0 compatibility Bug Fixes: - Fix refused startup with openssl <1.1 - Fix compiler issue for Fedora 33 on s390x - Fix small memory leak in config parser - Fix lazy certificate check when connecting to TLS servers - Fix connect is aborted if first host in list has invalid certificate - Fix setstacksize for glibc 2.34 - Fix system defaults/settings for TLS version not honored Signed-off-by: Nick Hainke <vincent@systemli.org>
* | totem-pl-parser: depend on shared-mime-infoW. Michael Petullo2022-07-02
| | | | | | | | | | | | | | | | The totem-pl-parser library seems to rely on freedesktop.org's MIME-type definitions to parse playlist files. Without them, parsing will produce a TOTEM_PL_PARSER_RESULT_IGNORED error. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | usteer: bump to git HEADStijn Tintel2022-07-02
| | | | | | | | | | | | | | | | | | | | 5be6819 policy: allow disabling load balancing 80b0b65 main: disable load balancing by default fca4b87 policy: improve readability 73c424b usteer: add option for probe steering 87de1ab main: disable probe steering by default Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | sudo: bump to verison 1.9.11p3Alexandru Ardelean2022-07-01
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-jsonschema: Update to 4.6.1Javier Marcet2022-07-01
| | | | | | | | | | | | | | | | | | | | What's Changed: - Type annotate format checker methods by @sirosen - Fix fuzzer to include instrumentation by @DavidKorczynski - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci Signed-off-by: Javier Marcet <javier@marcet.info>
* | tgt: update to 1.0.83Maxim Storchak2022-07-01
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | tmux: update to 3.3aMaxim Storchak2022-07-01
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | Merge pull request #18510 from nemesisdesign/openwisp-monitoringFlorian Eckert2022-06-29
|\ \ | | | | | | openwisp-monitoring: added 0.1.1
| * | openwisp-monitoring: added 0.1.1Federico Capoano2022-06-28
|/ / | | | | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* | Merge pull request #18796 from nemesisdesign/openwisp-configFlorian Eckert2022-06-28
|\ \ | | | | | | openwisp-config: update to 1.0.1
| * | openwisp-config: update to 1.0.1Federico Capoano2022-06-24
| | | | | | | | | | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* | | yq: Update to 4.25.3Tianling Shen2022-06-27
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | docker-compose: Update to version 2.6.1Javier Marcet2022-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements: - Support for setting secret from env variable by @ndeloof Fixes: - Do not start unrelated dependencies on run by @laurazard - Fix service not found errors when using --no-deps by @nicksieger - Respect COMPOSE_REMOVE_ORPHANS env var on down by @nicksieger - Fix project level bind mounts volumes by @ulyssessouza - Respect deploy.limits.cpus and deploy.limits.pids by @glours Internal: - Upgrade: Go v1.18.3 by @thaJeztah - Upgrade: compose-go v1.2.8 by @milas - Upgrade: buildx v0.8.2 by @dependabot - Upgrade: containerd v1.6.6 by @dependabot Signed-off-by: Javier Marcet <javier@marcet.info>
* | | travelmate: update 2.0.8-3Dirk Brenken2022-06-27
| | | | | | | | | | | | | | | | | | * refine vpn timeout Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #18823 from mhei/php8-updateMichael Heimpold2022-06-26
|\ \ \ | | | | | | | | php8: update to 8.1.7
| * | | php8: update to 8.1.7Michael Heimpold2022-06-21
| |/ / | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2022-31625 - CVE-2022-31626 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | python-websocket-client: update to 1.3.3Javier Marcet2022-06-25
| | | | | | | | | | | | | | | | | | | | | | | | - Fix unclosed socket error - Update header dict access - Add utf8 workaround to docs Signed-off-by: Javier Marcet <javier@marcet.info>
* | | travelmate: update 2.0.8-2Dirk Brenken2022-06-25
| | | | | | | | | | | | | | | | | | * make vpn handling more reliable Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | yt-dlp: update to 2022.6.22.1Michal Vasilek2022-06-24
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | syslog-ng: update to version 3.37.1Josef Schlehofer2022-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Changelog: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.37.1 - Bump config version Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | lxc: export systemd cgroups after installMichal Vasilek2022-06-24
| |/ |/| | | | | | | | | | | | | | | | | otherwise, a user would have to either manually run /etc/init.d/lxc-auto boot or reboot the system to start using lxc. originally committed in 2cde10b95053bf958a4001fb0a82c4563bf345e2 reverted in 039912dec5d3ba2b0f6f53ab8330ab9fea2f7adf Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Merge pull request #18778 from bluebrother/collectd-dsl-fixesFlorian Eckert2022-06-24
|\ \ | | | | | | collectd: Fix various issues with lantiq dsl metrics.
| * | collectd: Fix various issues with lantiq dsl metrics.Dominik Riebeling2022-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Handle bool values correctly. We get the values as bool, but collectd requires a bool value to be numeric in the range [0, 1]. - Remove profile and mode values. Those are strings, which cannot be represented by collectd. - Update collectd type for some values. - Fix latn value being present twice. Signed-off-by: Dominik Riebeling <bluebrother@posteo.de>
* | | dnsdist: switch from liblua to luajitPeter van Dijk2022-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | luajit provides higher performance for requests handled in Lua hooks. It also enables access to dnsdist functionality only exposed via FFI, and allows configurations/hooks to call functions in any C library without providing separate bindings. Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | irqbalance: handle deepestcache optionRui Salvaterra2022-06-23
| | | | | | | | | | | | | | | | | | | | | Allow the user to specify the level at which irqbalance assumes the cache domains are partitioned. Keep the default value of 2. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | travelmate: update 2.0.8Dirk Brenken2022-06-23
| | | | | | | | | | | | | | | | | | * the domain whitelist feature has been extended to free up multiple nested captive portal domains. Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | knot-resolver: update to version 5.5.1Josef Schlehofer2022-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog for versions: - 5.4.4 [1] - 5.5.0 [2] - 5.5.1 [3] [1] https://www.knot-resolver.cz/2022-01-05-knot-resolver-5.4.4.html [2] https://www.knot-resolver.cz/2022-03-15-knot-resolver-5.5.0.html [3] https://www.knot-resolver.cz/2022-06-14-knot-resolver-5.5.1.html And refresh patch to avoid offset Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | xtables-addons: update to 3.21Ivan Pavlov2022-06-22
| | | | | | | | | | | | | | | | | | updated to kernel 5.10.121+ changes Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | fish: update to 3.5.0Rosen Penev2022-06-22
| | | | | | | | | | | | | | | | | | Various other cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | hidapi: update to 0.12.0Rosen Penev2022-06-22
| | | | | | | | | | | | | | | | | | | | | | | | Switch to cmake. Add upstream patch fixing iconv detection. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libmad: update to 0.16.1Rosen Penev2022-06-22
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | luajit: backport softfloat ppc supportRosen Penev2022-06-22
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | haproxy: Update HAProxy to v2.6.1Christian Lachner2022-06-22
| |/ |/| | | | | | | | | | | | | - New major LTS release (https://www.mail-archive.com/haproxy@formilux.org/msg42371.html) - Sadly, no QUIC/H3 support for now because the QuicTLS library - which is a fork of OpenSSL - would be needed. However, we do not have a package for that and I currently do not want to build and statically link it into the haproxy package - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | gcc: update 11 minor versionChristian Marangi2022-06-21
| | | | | | | | | | | | | | | | - Update 11 minor version to match the upstream - Rename patches dir to reflect new gcc 11 minor version - Drop upstream patch Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | samba4: drop maintainershipAndy Walsh2022-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | drop maintainership: * samba4 * ksmbd-tools * perl-parse-yapp * libtirpc * softethervpn5 * wsdd2 * rpcsvc-proto Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | restic: update to 0.13.1Tom Stöveken2022-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | Tested lantiq/xrx200 Maintainer: Markus Weipert suggested to hand over to me, thank you! Compile tested: SDK for OpenWrt 21.02.3 Run tested: xRX200 rev 1.2, AVM FRITZ!Box 7360 V2, OpenWrt 21.02.3 Description: Updated to version 0.13.1 Signed-off-by: Tom Stöveken <tom@naaa.de>
* | collectd: Support configuration of write_http pluginAlexandros Kosiaris2022-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | write_http plugin is already built and shipped in collectd-mod-write_http, however it is not possible to configure it via uci currently, instead having to rely on populating the config file manually. Add support by adding 2 functions, process_write_http() and process_write_http_node(). First one just enables/disables the plugin. The second one, in the spirit of the curl plugin, adds support for populating multiple <Node> elements under <Plugin write_http> with support for a few parameters. Those are: * name. The name of the <Node>. Mandatory * URL. Mandatory * Format. Optional. * User. Optional. * Password. Optional. * Timeout. Optional. * BufferSize. Optional. Signed-off-by: Alexandros Kosiaris <akosiaris@gmail.com>
* | ksmbd-tools: fix meson buildRosen Penev2022-06-21
| | | | | | | | | | | | | | It changed the binaries from sbin to bin, breaking the init script. Change it back. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libowfat: try to fix compilation under ARCRosen Penev2022-06-20
| | | | | | | | | | | | CFLAGS are not being passed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | xray-core: Update to 1.5.8Tianling Shen2022-06-20
|/ | | | | | Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* django: bump to version 4.0.5Alexandru Ardelean2022-06-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* lxml: bump to version 4.9.0Alexandru Ardelean2022-06-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* unbound: update to 1.16.0Stijn Segers2022-06-19
| | | | Signed-off-by: Stijn Segers <foss@volatilesystems.org>