aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* yggdrasil: move `yggdrasil-jumper` setup/shutdown logic to `netifd`Remy D. Farley2024-04-02
| | | | Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
* yggdrasil-jumper: add multiple ygg supportWilliam Fleurant2024-04-02
| | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* yggdrasil-jumper: initial commit buildsWilliam Fleurant2024-04-02
| | | | | | | | mips32/xiaomi-4c target bins stun-tcp ............ 1.7M yggdrasil-jumper .... 2.3M Signed-off-by: William Fleurant <meshnet@protonmail.com>
* Merge pull request #22599 from vooon/add-net-wgsdJosef Schlehofer2024-04-01
|\ | | | | wgsd: add package
| * wgsd: add packageVladimir Ermakov2024-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds WGSD, a service that enables use cases such as: - Building a mesh of WireGuard peers from a central registry - Dynamic discovery of WireGuard Endpoint addressing (both IP address and port number) - NAT-to-NAT WireGuard connectivity where UDP hole punching is supported. Provides two packages: - wgsd-coredns - a DNS-SD server, which allows clients to discover other wireguard peers - wgsd-client - a client, which query DNS server and update wireguard peers endpoints Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* | Merge pull request #23792 from jmarcet/luajit2Josef Schlehofer2024-04-01
|\ \ | | | | | | luajit2: update to v2.1-20240314
| * | luajit2: update to v2.1-20240314Javier Marcet2024-04-01
|/ / | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | xray-core: Update to 1.8.10Tianling Shen2024-04-01
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | yq: Update to 4.43.1Tianling Shen2024-04-01
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | alist: Update to 3.33.0Tianling Shen2024-04-01
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | lua-eco: update to 3.3.0Jianhui Zhao2024-04-01
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | Merge pull request #23789 from rsalvaterra/tor-bumpRui Salvaterra2024-03-31
|\ \ | | | | | | tor: update to 0.4.8.10 stable
| * | tor: update to 0.4.8.10 stableRui Salvaterra2024-03-31
|/ / | | | | | | | | | | | | | | Bugfix release, see the changelog [1] for what's new. [1] https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.8.10/ChangeLog Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | Merge pull request #23704 from graysky2/htopEtienne Champetier2024-03-31
|\ \ | | | | | | htop: build with CONFIG_HTOP_LMSENSORS=y
| * | htop: build with CONFIG_HTOP_LMSENSORS=yJohn Audia2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | Default CONFIG_HTOP_LMSENSORS to y so users just need to install libsensors, no need to build your own, but no need to pay the size price when you don't use it. Closes #23700. Signed-off-by: John Audia <therealgraysky@proton.me>
* | | Merge pull request #23777 from jmarcet/docker-composeJosef Schlehofer2024-03-31
|\ \ \ | | | | | | | | docker-compose: Update to version 2.26.1
| * | | docker-compose: add PKG_NAME to PKG_SOURCEJavier Marcet2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, the tarball was downloaded as vVERSION.tar.gz. For example, it was v2.26.1.tar.gz and that file was put into the dl folder within the OpenWrt build system. After this change, the tarball is properly downloaded as NAME-vVERSION.tar.gz. In this case, it will look like this: docker-compose-v.2.26.1.tar.gz The advantages of using this: - Users, developers will know that what they downloaded (it has name and version) - The tarball will not be overwritten by another package with the same version. Signed-off-by: Javier Marcet <javier@marcet.info> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [added commit message]
| * | | docker-compose: Update to version 2.26.1Javier Marcet2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/docker/compose/releases/tag/v2.26.1 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | kmsbd-tools: switch to use tagged releaseAndrea Pesaresi2024-03-31
|/ / / | | | | | | | | | | | | | | | | | | | | | Instead of checking Git sources, we will use now tagged releases. This solve the strange version 0~3.5.1-r1, now will be 3.5.2-r2 Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
* | | netbird: update to 0.26.6jiangslee2024-03-30
| | | | | | | | | | | | Signed-off-by: jiangslee <jiangsili@qq.com>
* | | tailscale: Update to 1.62.1Zephyr Lykos2024-03-30
| | | | | | | | | | | | | | | | | | https://github.com/tailscale/tailscale/releases/tag/v1.62.1 Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | Merge pull request #23743 from stangri/master-nghttp3Stan Grishin2024-03-29
|\ \ \ | | | | | | | | nghttp3: update to 1.2.0
| * | | nghttp3: update to 1.2.0Stan Grishin2024-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * update PKG_RELEASE to be apk-compatible * update PKG_SOURCE/PKG_SOURCE_URL so that it builds Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Merge pull request #23744 from stangri/master-ngtcp2Stan Grishin2024-03-29
|\ \ \ \ | | | | | | | | | | ngtcp2: update to 1.4.0
| * | | | ngtcp2: update to 1.4.0Stan Grishin2024-03-25
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update PKG_RELEASE to be apk-compatible * update PKG_SOURCE/PKG_SOURCE_URL so that it builds * drop dependency on libopenssl as other SSL libs start to support HTTP/3 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Revert "tools/xz: update to 5.6.1" (CVE-2024-3094)Petr Štetiar2024-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 714c91d1a63f29650abaa9cf69ffa47cf2c70297 as probably the upstream xz repository and the xz tarballs have been backdoored. References: https://www.openwall.com/lists/oss-security/2024/03/29/4 Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | perl-text-csv_xs: Update to 1.53Philip Prindeville2024-03-29
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | eza: update to 0.18.9Jonas Jelonek2024-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: 0.18.8 - https://github.com/eza-community/eza/releases/tag/v0.18.8 0.18.9 - https://github.com/eza-community/eza/releases/tag/v0.18.9 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | | | strongswan: drop unneeded sleep patchPhilip Prindeville2024-03-27
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | strongswan: backport upstream MUSL fix for farp_spoofer.cPhilip Prindeville2024-03-27
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | strongswan: backport upstream MUSL fix for pf_handler.cPhilip Prindeville2024-03-27
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | strongswan: simplify MUSL patchPhilip Prindeville2024-03-27
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | strongswan: Update to 5.9.14Philip Prindeville2024-03-27
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | uspot: update to Git HEAD (2024-03-25)Thibaut VARÈNE2024-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 56eebdad085e uspot: wrap spotfilter device under tip_mode 1a96d57e5fe0 uspot: client_enable() wrap spotfilter data in tip_mode fe12f9a7abde uspot: clear ratelimit state on startup/shutdown 976badc4d0b6 update README 53b8cb88a94a Makefile: require minimum ucode version ff6163190d5a uspot/portal: report client_enable() failure 8601d9199233 include sample radcli dictionaries c670f6c4b48f update README 094f0df88150 uspot: work around ucode#191 missing in 23.05 Update the package Makefile to reflect the changes from the following above-listed commit: 53b8cb88a94a Makefile: require minimum ucode version Fixes: https://github.com/f00b4r0/uspot/issues/4 Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* | | | nginx: update to 1.25.4Jan Klos2024-03-26
| | | | | | | | | | | | | | | | Signed-off-by: Jan Klos <jan@klos.xyz>
* | | | rust: update to 1.77.0krant2024-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Restore patch hunk mis-deleted in dccb910 - Refresh patches - Remove --enable-missing-tools configure option deleted in the upstream Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | | p910nd: fix running multiple instancesPeca Nesovanovic2024-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: (ramips, rb760igs, 23.05 snapshot) Run tested: (ramips, rb760igs, 23.05 snapshot, tests done) Description: In case we have multiple device defined in /etc/config/p910nd then init script will try to start multiple instance with same instance name drop instance name as resolution tested on 23.05 snapshot with 2 USB printers Signed-off-by: Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
* | | | clixon: Update to 7.0.0Philip Prindeville2024-03-25
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | sing-box: update to 1.8.10brvphoenix2024-03-26
| | | | | | | | | | | | | | | | Signed-off-by: brvphoenix <brvphoenix@gmail.com>
* | | | sing-box: restart if the specified interfaces start upbrvphoenix2024-03-26
| | | | | | | | | | | | | | | | Signed-off-by: brvphoenix <brvphoenix@gmail.com>
* | | | podman: update to v5.0.0Oskari Rauta2024-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major version update to podman - Obsolete patch removed - patch 010-do-not-build-docs.patch refreshed Changelog: https://github.com/containers/podman/releases/tag/v5.0.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | lsd: update to v1.1.1Oskari Rauta2024-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - hex color parser for themes - adds truncate option - adds --literal flag - adds disable option for permission - upgrades many included sub modules/crates - Fixes literal flags not regocnized - adds and improves icons Full changelogs: - v1.1.0: https://github.com/lsd-rs/lsd/releases/tag/v1.1.0 - v1.1.1: https://github.com/lsd-rs/lsd/releases/tag/v1.1.1 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | cligen: Update to 7.0.0Philip Prindeville2024-03-25
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | perl-cgi: Update to 4.64Philip Prindeville2024-03-25
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | psmisc: update to version 23.7Josef Schlehofer2024-03-25
|/ / / | | | | | | | | | | | | | | | | | | Release notes: https://gitlab.com/psmisc/psmisc/-/compare/v23.4...v23.7?from_project_id=334185&straight=false Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | opus: revert to autotoolskrant2024-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Latest update in 6c3db5d has switched build system to Meson, which is broken on several non-SIMD platforms. Turns out, Meson support is not yet stable enough in the upstream, so we revert to autotools and drop meson-related patch. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | irqbalance: update to version 1.9.4Hannu Nyman2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update irqbalance to version 1.9.4. * refresh version in meson patch * remove EINVAL handling patch as upstream seems to have silenced the log spam for unmanageable IRQs Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #23681 from jummo/add_ddns_servercowMichael Heimpold2024-03-24
|\ \ \ | | | | | | | | ddns-scripts: Add servercow.de as DDNS provider
| * | | ddns-scripts: Add servercow.de as DDNS providerPatrick Hemmen2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | Add servercow.de as dynamic DNS provider provider. Signed-off-by: Patrick Hemmen <jummo4@yahoo.de>
* | | | Merge pull request #23716 from stangri/master-https-dns-proxyStan Grishin2024-03-24
|\ \ \ \ | | | | | | | | | | https-dns-proxy: prepare migration to APK