aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libs/apr: fix PKG_CPE_IDFabrice Fontaine2024-01-24
| | | | | | | | There is not a single CVE under cpe:/a:apache:apr so use cpe:/a:apache:portable_runtime: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aapache%3Aportable_runtime Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* libs/libvpx: fix PKG_CPE_IDFabrice Fontaine2024-01-24
| | | | | | | | There is not a single CVEs under cpe:/a:john_koleszar:libvpx so use cpe:/a:webmproject:libvpx: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awebmproject%3Alibvpx Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* v2raya: do not allow changing config/log directoryTianling Shen2024-01-25
| | | | | | We need stable path to persist configurations and read log from LuCI. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.63.1Tianling Shen2024-01-25
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* gnutls: updated to 3.8.3Nikos Mavrogiannopoulos2024-01-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* ocserv: updated source URL to httpsNikos Mavrogiannopoulos2024-01-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* Merge pull request #23136 from nmav/tmp-ocserv1.2.4Nikos Mavrogiannopoulos2024-01-24
|\ | | | | ocserv: updated to 1.2.4
| * ocserv: updated to 1.2.4Nikos Mavrogiannopoulos2024-01-24
|/ | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* pdns-recursor: Build rec-5.0.1, adding Rust dependenciesOtto Moerbeek2024-01-23
| | | | | | | | also fix license variable Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Otto Moerbeek <otto@drijf.net> Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* Merge pull request #23128 from TDT-AG/pr/20240119-modemmanagerFlorian Eckert2024-01-23
|\ | | | | modemmanager: replace modem available check on start with the new monitore service
| * modemmanger: bump PKG_RELEASEFlorian Eckert2024-01-19
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * modemmanager: suppress mm_log debug messages by defaultFlorian Eckert2024-01-19
| | | | | | | | | | | | | | | | | | The log is filled with 'debug' messages. This is not necessary and is only normaly needed during development. To suppress this message, check whether the level is 'debug' and if so, suppress it. If this message is required again, the message can be generated by commenting out this line. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * modemmanager: replace modem available check on start with the new monitore ↵Florian Eckert2024-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service Before this change, the status of the sysfs paths from the kernel events was cached with a cache file. This is necessary to mark configured modems as available for the netifd. Using the new monitor service via the mmcli command 'mmcli -M' simplifies the whole process. There is no need to start sub shells in the background anymore that monitors whether the modem has already been added to the ModemManager. For this purpose, a new service was added that reacts on add and remove events for modems in the ModemManager and, if necessary, marks the logical netifd interface as available. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * modemmanager: move shell include to the beginning of the fileFlorian Eckert2024-01-19
| | | | | | | | | | | | | | It is usual that the includes are listed at the beginning of the script. So let's do it that way too. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * modemmanager: move generally applicable functions to modemmanager.commonFlorian Eckert2024-01-19
| | | | | | | | | | | | | | | | These moved functions are general functions. This is a preparatory commit so that these moved functions can also be used in other ModemManager scripts. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | python-orjson: update to version 3.9.12Timothy Ace2024-01-23
| | | | | | | | | | | | | | | | | | Relevant changes since 3.9.10: - Improve performance of serializing. str is significantly faster. Documents using dict, list, and tuple are somewhat faster. - FIXED: Minimal musllinux_1_1 build due to sporadic CI failure. Signed-off-by: Timothy Ace <openwrt@timothyace.com>
* | python-jsonschema: Update to 4.21.1Javier Marcet2024-01-23
| | | | | | | | | | | | | | - Slightly speed up the contains keyword by removing some unnecessary validator (re-)creation. Signed-off-by: Javier Marcet <javier@marcet.info>
* | docker-compose: Update to version 2.24.2Javier Marcet2024-01-23
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | tailscale: Update to 1.58.0Zephyr Lykos2024-01-23
| | | | | | | | | | | | https://github.com/tailscale/tailscale/releases/tag/v1.58.0 Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | openvpn: remove myself as maintainerMagnus Kroken2024-01-21
| | | | | | | | Signed-off-by: Magnus Kroken <mkroken@gmail.com>
* | bcm27xx-eeprom: split into bcm2711 and bcm2712Álvaro Fernández Rojas2024-01-20
| | | | | | | | | | | | | | Add support for the Raspberry Pi 5 by creating separate packages for bcm2711 (Raspberry Pi 4) and bcm2712. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2024-01-20
| | | | | | | | | | | | | | | | | | | | - Updates Raspberry Pi 4 (bcm2711) EEPROM files to latest version. - Refresh patches. - Add missing patch header. - Add mount-utils dependency (findmnt is needed by "rpi-eeprom-update -r"). - Switch to default and latest instead of deprecated critical and stable. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | cloudflared: Update to 2024.1.4Tianling Shen2024-01-20
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | evilginx2: add new packageW. Michael Petullo2024-01-19
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | sudo: bump to verison 1.9.15p5Alexandru Ardelean2024-01-19
| | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | snort3: update to 3.1.78.0John Audia2024-01-19
|/ | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump ,,_ -*> Snort++ <*- o" )~ Version 3.1.78.0 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. Copyright (C) 1998-2013 Sourcefire, Inc., et al. Using DAQ version 3.0.14 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.12 24 Oct 2023 Using libpcap version 1.10.4 (with TPACKET_V3) Using PCRE version 8.45 2021-06-15 Using ZLIB version 1.3 Using Hyperscan version 5.4.2 2024-01-15 Using LZMA version 5.4.4 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* modemmanager: set allowedmode to 'any' if nothing is configuredFlorian Eckert2024-01-19
| | | | | | | | | | | The modem saves the permitted technology configuration in the modem itself. If the technology configuration is deleted in the uci, this is not passed on to the modem. This means that the previously saved technology configuration is remains in the modem and is therefore still active. By setting the technology to 'any', if no option is set, all technologies are allowed again. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* python-jsonschema: Update to 4.21.0Javier Marcet2024-01-19
| | | | | | | | | | - Fix the behavior of enum in the presence of 0 or 1 to properly consider True and False unequal. - Special case the error message for {min,max} {Items,Length,Properties} when they're checking for emptiness rather than true length. Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 2.24.1Javier Marcet2024-01-19
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #23126 from stangri/master-adblock-fastStan Grishin2024-01-18
|\ | | | | adblock-fast: update to 1.1.1-3
| * adblock-fast: update to 1.1.1-3Stan Grishin2024-01-19
|/ | | | | | | * allow top-level domains in the blocked-domains options fixes https://github.com/openwrt/packages/issues/23125 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* openblas: bump to version 0.3.26Alexandru Ardelean2024-01-17
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.17.04Alexandru Ardelean2024-01-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* restic: update to 0.16.3Fabian Lipken2024-01-16
| | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* sms-tool: version bump to 2023-09-21Andrey Butirsky2024-01-16
| | | | | | | | Fixes: "no SMS Messages if some of them contain From: field with special symbols": https://github.com/4IceG/luci-app-sms-tool-js/issues/9 Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
* htop: update to 3.3.0John Audia2024-01-15
| | | | | | | | | | Changelog: https://github.com/htop-dev/htop/compare/3.2.2...3.3.0 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* nebula: update to 1.8.2Stan Grishin2024-01-14
| | | | | | * update to 1.8.2: https://github.com/slackhq/nebula/releases/tag/v1.8.2 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* cloudflared: Update to 2024.1.2Tianling Shen2024-01-14
| | | | | | | Finally fixed build with Go 1.21. Fixes: #22383 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* rclone: Update to 1.65.1Tianling Shen2024-01-14
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: Update to 1.8.7Tianling Shen2024-01-14
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* tailscale: create combined tailscale/tailscaledThomas Kupper2024-01-14
| | | | | | | | | | Modify Makefile to combine tailscale and tailscaled according to Tailscale documentatio (https://tailscale.com/kb/1207/small-tailscale) This resulted for x86_64 in an exec of 31MB + the symlink. Before it was 29MB (tailscaled) and 10MB (tailscale). Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
* ksmbd-tools: update to 3.5.1Rosen Penev2024-01-13
| | | | | | | Various fixes for ksmbd, most notably a visibility fix for the latest ksmbd code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* docker-compose: Update to version 2.24.0Javier Marcet2024-01-13
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* node: bump to v20.11.0Hirokazu MORIKAWA2024-01-13
| | | | | | | | | | | | | | | | | | | | | Notable Changes * crypto: update root certificates to NSS 3.95 (Node.js GitHub Bot) * doc: add MrJithil to collaborators (Jithil P Ponnan) * doc: add Ethan-Arrowood as a collaborator (Ethan Arrowood) * (SEMVER-MINOR) esm: add import.meta.dirname and import.meta.filename (James Sumners) * fs: add c++ fast path for writeFileSync utf8 (CanadaHonk) * (SEMVER-MINOR) module: remove useCustomLoadersIfPresent flag (Chengzhong Wu) * (SEMVER-MINOR) module: bootstrap module loaders in shadow realm (Chengzhong Wu) * (SEMVER-MINOR) src: add --disable-warning option (Ethan Arrowood) * [SEMVER-MINOR) src: create per isolate proxy env template (Chengzhong Wu) * (SEMVER-MINOR) src: make process binding data weak (Chengzhong Wu) * stream: use Array for Readable buffer (Robert Nagy) * stream: optimize creation (Robert Nagy) * (SEMVER-MINOR) test_runner: adds built in lcov reporter (Phil Nash) * (SEMVER-MINOR) test_runner: add Date to the supported mock APIs (Lucas Santos) * (SEMVER-MINOR) test_runner, cli: add --test-timeout flag (Shubham Pandey) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #23084 from aparcar/pesudoTianling Shen2024-01-11
|\ | | | | ci: no longer require real name
| * ci: no longer require real namePaul Spooren2024-01-10
| | | | | | | | | | | | | | | | | | | | This goes in accordance with the Linux Kernel: > using a known identity (sorry, no anonymous contributions.) https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=HEAD#n442 Signed-off-by: Paul Spooren <mail@aparcar.org>
* | Merge pull request #23082 from yangfl/masterFlorian Eckert2024-01-11
|\ \ | | | | | | i2pd: Update to 2.50.2
| * | i2pd: Update to 2.50.2David Yang2024-01-10
| |/ | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | Merge pull request #23081 from tru7/libfmtFlorian Eckert2024-01-11
|\ \ | | | | | | libfmt: bump to upstream version 10.2.1
| * | libfmt: bump to upstream version 10.2.1Othmar Truniger2024-01-10
| |/ | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>