aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lua-eco: update to 2.1.0Jianhui Zhao2023-03-09
| | | | | | | | * updated description * switched default SSL engine to mbedtls * added new network module Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* tmate-ssh-server: fix build against msgpack-c 6.0Tianling Shen2023-03-08
| | | | | | | This patch is taken from https://git.alpinelinux.org/aports/commit/?id=f923597f4bdea424dc28b1d026269df060596fac Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* tmate: fix build against msgpack-c 6.0Tianling Shen2023-03-08
| | | | | | | This patch is taken from https://git.alpinelinux.org/aports/commit/?id=f923597f4bdea424dc28b1d026269df060596fac Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* msgpack-c: Update to 6.0.0Tianling Shen2023-03-08
| | | | | | Removed 010-no-gtest.patch as upstream no longer detects it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* banip: release 0.8.2-1Dirk Brenken2023-03-08
| | | | | | | | | * major performance improvements: clean-up/optimize all nft calls * add a new "ban_reportelements" option, to disable the (time consuming) Set element count in the report (enabled by default) * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* yt-dlp: update to 2023.3.4Michal Vasilek2023-03-08
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* adguardhome: bump to 0.107.25Dobroslaw Kijowski2023-03-08
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.25 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: enable legacy openssl provider for nodejsDobroslaw Kijowski2023-03-08
| | | | | | | | | | | | | | | | | | | Currently compilation fails because of: ``` opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' ``` What's interesting package gets built but when trying to access UI there's `404: page not found` error. It has been reported in multiple places: * https://github.com/AdguardTeam/AdGuardHome/issues/5559 * https://github.com/AdguardTeam/AdGuardHome/issues/4595 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* Merge pull request #20608 from micmac1/tiff-no-deflateJiri Slachta2023-03-08
|\ | | | | tiff: force libdeflate support to off
| * tiff: force libdeflate support to offSebastian Kemper2023-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | Commit 81d2b72 added a package providing libdeflate. Tiff by default links to it, causing a build error. Package libtiff is missing dependencies for the following libraries: libdeflate.so.0 This commit forces libdeflate use off to avoid this. No revision bump is done because the package is currently not compiling anyway. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | v2raya: switch to use nftablesTianling Shen2023-03-08
| | | | | | | | | | | | | | | | | | | | | | | | Backport a pending PR to add nftables support. Upstream PR: https://github.com/v2rayA/v2rayA/pull/805 As nftables merged ipv4/ipv6 support into a single command, so simply enable ipv6 support by default. While at it, backport a upstreamed fix for simple-obfs plugin. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | perl-ack: Update to 3.7.0Tianling Shen2023-03-08
|/ | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 26b92db22c9a051447ee445acaa11a795fb35a4e)
* netbird: update to 0.14.2Oskari Rauta2023-03-07
| | | | | | | Update from 0.12.0 -> 0.14.2 Release notes: https://github.com/netbirdio/netbird/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* conmon: update to 2.1.7Oskari Rauta2023-03-07
| | | | | | | - Fix leaking symbolic links in the opt_socket_path directory - cgroup: Stumble on if we can't set up oom handling Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* coremark: bump to 2023-01-25Aleksander Jan Bajkowski2023-03-07
| | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* transmission: update to version 4.0.1Daniel Golle2023-03-07
| | | | | | | | | | | | This is a major release, both in numbering and in effort! It's been in active development for over a year and has a huge list of changes -- over a thousand commits -- since Transmission 3.00. For more information about the release see https://github.com/transmission/transmission/releases/tag/4.0.0 https://github.com/transmission/transmission/releases/tag/4.0.1 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libutp: add packageDaniel Golle2023-03-07
| | | | | | Add Transmission version of the uTorrent Transport Protocol library. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libdht: add packageDaniel Golle2023-03-07
| | | | | | Add Kademlia Distributed Hash Table (DHT) library. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libdeflate: add packageDaniel Golle2023-03-07
| | | | | | | Add package for libdeflate which is a library for fast, whole-buffer DEFLATE-based compression and decompression. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libb64: add packageDaniel Golle2023-03-07
| | | | | | Add generic base64 encode/decode (static) library. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* banip: update 0.8.1-3Dirk Brenken2023-03-06
| | | | | | | | | * finalized the LuCI frontend preparation (this is the minmal version to use the forthcoming LuCI frontend) * added a Set survey, to list all elements of a certain set * changed the default logterm for asterisk * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* sing-box: update to 1.1.6Van Waholtz2023-03-06
| | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* sing-box: add necessary dependencies and cleanup MakefileVan Waholtz2023-03-06
| | | | | | | 1. Add `kmod-inet-diag` as a dependency since it is needed for https://sing-box.sagernet.org/configuration/dns/rule/#process_name 2. Remove redundant `default n` (https://github.com/openwrt/openwrt/commit/8bc72ea7be3976711dacc09f0fdab061d6e5152a) Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* haproxy: update to v2.6.9Christian Lachner2023-03-05
| | | | | | | | - Update haproxy download URL and hash - This release fixes a critial flaw known as CVE-2023-25725. See: http://git.haproxy.org/?p=haproxy-2.6.git;a=commit;h=73be199c4f5f1ed468161a4c5e10ca77cd5989d8 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* Merge pull request #20570 from pprindeville/isc-dhcp-allow-no-default-routePhilip Prindeville2023-03-04
|\ | | | | isc-dhcp: allow no default route
| * isc-dhcp: allow suppression of default gatewayPhilip Prindeville2023-03-01
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * isc-dhcp: make indent consistent in configPhilip Prindeville2023-03-01
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | netbird: new packageOskari Rauta2023-03-04
| | | | | | | | | | | | | | | | | | | | Netbird is similar vpn service as tailscale and zerotier. Description: NetBird is an open-source VPN management platform built on top of WireGuard® making it easy to create secure private networks for your organization or home. It requires zero configuration effort leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | open-vm-tools: update to 12.1.5Oskari Rauta2023-03-04
| | | | | | | | | | | | | | added also --disable-glibc-check to configure args to allow building on hosts that use musl. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | acme: fix incompatibilty with image builderGlen Huang2023-03-03
| | | | | | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* | Merge pull request #20563 from paper42/clamav-0.104.4Josef Schlehofer2023-03-03
|\ \ | | | | | | clamav: update to 0.104.4
| * | clamav: update to 0.104.4Michal Vasilek2023-02-23
| | | | | | | | | | | | | | | | | | * remove upstreamed 100-cmake-fix-findcurses.patch Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | v2raya: drop wrong patchesTianling Shen2023-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches should not be backported to OpenWrt, otherwise tproxy won't work for devices connected to br-lan (bypassed by the fw rules). We have introduced a new compile-time flag for new version (which is not released yet), but it's unnecessray to backport redudant patches as here is still at the old version. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | yq: Update to 4.31.2Tianling Shen2023-03-03
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | cloudflared: Update to 2023.3.0Tianling Shen2023-03-03
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | acme: merge cli into init scriptGlen Huang2023-03-01
| | | | | | | | | | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* | | qemu: update to 7.2.0Vladimir Ermakov2023-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drop disas and bios patches refresh patches qemu: vhost-scsi does not exist, drop unsupported vhost options qemu: disable VDUSE by default qemu: slirp and vnc-png option gone Note: libpng still needed if vnc enabled. Link: https://github.com/openwrt/packages/pull/18623 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com> (squash commits) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | nfs-kernel-server: update to v2.6.2Oskari Rauta2023-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Also added patch that is from alpine's same package to assist building on musl. Hostpkg build on musl also kept failing, so I added few more overrides, which made it work perfectly. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | lua-eco: update to 2.0.0Jianhui Zhao2023-03-01
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | cloudflared: Update to 2023.2.2Tianling Shen2023-03-01
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | sed: remove old libpcre dependencyAlan Swanson2023-02-28
| | | | | | | | | | | | Signed-off-by: Alan Swanson <reiver@improbability.net>
* | | podman: update to v4.4.2Oskari Rauta2023-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security: - This release fixes CVE-2023-0778, which allowed a malicious user to potentially replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system. Bugfixes: - Fixed a bug where containers started via the podman-kube systemd template would always use the "passthrough" log driver (#17482). - Fixed a bug where pulls would unexpectedly encounter an EOF error. Now, Podman automatically transparently resumes aborted pull connections. - Fixed a race condition in Podman's signal proxy. Misc: - Updated the containers/image library to v5.24.1. Patch also refreshed Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #20467 from tobiaspc/njallaFlorian Eckert2023-02-27
|\ \ \ | | | | | | | | ddns-scripts: Add njal.la provider
| * | | ddns-scripts: Add njal.la providerTobias Hilbig2023-02-25
| | | | | | | | | | | | | | | | | | | | Add njal.la provider. Use the key as password. Username is not needed. Signed-off-by: Tobias Hilbig <web.tobias@hilbig-ffb.de>
* | | | Merge pull request #20540 from stangri/master-curlStan Grishin2023-02-26
|\ \ \ \ | | | | | | | | | | curl: update to 7.88.1
| * | | | perl-www-curl: add patch to ensure compatibility with curl 7.88Stan Grishin2023-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch comes from https://github.com/openwrt/packages/pull/20540#issuecomment-1439537287 Fixes: /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include/curl/curl.h:2515:3: note: declared here 2515 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:347: Curl.o] Error 1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
| * | | | curl: update to 7.88.1Stan Grishin2023-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * https://curl.se/changes.html#7_88_1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | node: bump to v18.14.2Hirokazu MORIKAWA2023-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to v18.14.2 Support for OpenSSL v3.0.x Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | i2pd: update to version 2.46.1Daniel Bermond2023-02-27
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer : @yangfl (David Yang) Build system : Arch Linux x86_64 Build tested : r7800 OpenWrt git master (r22104-01262c921c) Run tested : r7800 OpenWrt git master (r22104-01262c921c) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | crowdsec: update to 1.4.6S. Brusch2023-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update crowdsec to latest upstream release version 1.4.6 Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Run tested: ipq40xx/generic, Fritzbox 4040, Openwrt 22.03.3