aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | nextdns: Update to version 1.43.0Olivier Poitrey2024-04-28
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | hev-socks5-server: add new packageRay Wang2024-04-28
| | | | | | | | | | | | | | | | HevSocks5Server is a high-performance socks5 server for Unix. More details: https://github.com/heiher/hev-socks5-server Signed-off-by: Ray Wang <r@hev.cc>
* | snort3: fix bug with unset variableEric Fahlgren2024-04-27
| | | | | | | | | | | | | | | | - Parameter not set in two places: /usr/bin/snort-mgr: eval: line 125: options: parameter not set Reported-by: @klingon888 Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
* | snort3: add patch and move to PCRE2Christian Marangi2024-04-27
| | | | | | | | | | | | | | Add experimental patch and move package to PCRE2 as PCRE is EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | cloudflared: Update to 2024.4.1Tianling Shen2024-04-27
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | librespeed-go: improve the descriptionNathan Friedly2024-04-27
| | | | | | | | | | | | This swaps the order of the lines in the description so that when LuCI displays only the first line, it still offers some helpful information. Signed-off-by: Nathan Friedly <nathan@nfriedly.com>
* | p910nd: set bidi only if not already setPaul Donald2024-04-26
| | | | | | | | | | | | Closes #23774 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
* | banip: update 0.9.5-3Dirk Brenken2024-04-26
| | | | | | | | | | | | | | * allow multiple protocol/port definitions per feed, e.g. 'tcp udp 80 443 50000' * removed the default protocol/port limitation from asn feed Signed-off-by: Dirk Brenken <dev@brenken.org>
* | syslog-ng: update to version 4.7.1Josef Schlehofer2024-04-26
| | | | | | | | | | | | | | | | | | | | Release notes: - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.7.0 - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.7.1 Also bump version in the config file to avoid warning Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13619 from aparcar/no-circleJosef Schlehofer2024-04-26
|\ \ | | | | | | CI: remove CircleCI for now
| * | CI: remove CircleCI for nowPaul Spooren2024-04-26
|/ / | | | | | | | | | | | | | | The GitHub CI offers currenlty more architecture and the Signed-of-by test is covered via the DOC CI test. In case GitHub ever changes policies, we can simply switch back. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | jool: update documentationGoetz Goerisch2024-04-26
| | | | | | | | | | | | | | | | * corrected the documentation links for upstream * fixed style to be correctly rendered * add reference to OpenWrt tutorial Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
* | Merge pull request #23984 from stangri/master-adblock-fastStan Grishin2024-04-25
|\ \ | | | | | | adblock-fast: bugfix: unbound-related fixes
| * | adblock-fast: bugfix: unbound-related fixesStan Grishin2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | * include `server:` directive at the top of unbound file * update unbound-related outputGzip variable to include full path * return always_nxdomain for blocked domains * also update copyright stamp/license Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | docker-compose: Update to version 2.27.0Javier Marcet2024-04-26
| | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/docker/compose/releases/tag/v2.27.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | Merge pull request #23991 from friendly-bits/master-geoip-shellDirk Brenken2024-04-25
|\ \ \ | | | | | | | | geoip-shell: update to v0.5.2
| * | | geoip-shell: update to v0.5.2Anton Khazan2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since v0.5: Bugfixes: - bugfix: 'geoip-shell on' command errors out on iptables-based systems - bugfix: when changing the update cron schedule, old cron job does not get removed - bugfix: in some edge cases, the update cron job may not be created - bugfix: incorrect mask bits used when creating a rule allowing ipv6 link-local connections (/8 instead of /10) - bugfix: geoip-shell-fetch.sh: fix running without root permissions Improvements: - nftables variant: attach the base chain to the prerouting netfilter hook with priority -141 (rather than -150) to make rules processing deterministic when other rules exist which have priority 'mangle' (-150), making it easier to create custom rules which will be processed before geoip-shell rules - include information on currently used firewall backend utility (nftables or iptables) in the status report - avoid unnecessary re-fetching of ip lists when running 'geoip-shell configure' - randomize the default update schedule's minute between 10 and 20 (previously was always 15) - randomize the automatic update second between 0 and 59 - improve console messages and the status report - update and improve the general documentation - improve OpenWrt-specific documentation Signed-off-by: Anton Khazan <antonk.d3v@gmail.com>
* | | | libqmi: add missing PKG_VERSION for APKFlorian Eckert2024-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | libmbim: add missing PKG_VERSION for APKFlorian Eckert2024-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | lua-eco: update to 3.4.1Jianhui Zhao2024-04-24
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | Merge pull request #23911 from qosmio/nebula-fix-release-numberStan Grishin2024-04-24
|\ \ \ \ | | | | | | | | | | nebula: Use APK style release number
| * | | | nebula: Use APK style release numberSean Khan2024-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Stan Grishin <stangri@melmac.ca> Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan <datapronix@protonmail.com>
* | | | | Merge pull request #23907 from qosmio/nghttp3-fix-release-numberStan Grishin2024-04-24
|\ \ \ \ \ | | | | | | | | | | | | nghttp3: Use APK style release number
| * | | | | nghttp3: Use APK style release numberSean Khan2024-04-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Stan Grishin <stangri@melmac.ca> Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan <datapronix@protonmail.com>
* | | | | Merge pull request #23908 from qosmio/ngtcp2-fix-release-numberStan Grishin2024-04-24
|\ \ \ \ \ | | | | | | | | | | | | ngtcp2: Use APK style release number
| * | | | | ngtcp2: Use APK style release numberSean Khan2024-04-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Stan Grishin <stangri@melmac.ca> Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan <datapronix@protonmail.com>
* | | | | shairport-sync: support mqtt based remote controlDavid Andreoletti2024-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable MQTT support to control shairport-sync remotely Signed-off-by: David Andreoletti <david@andreoletti.net>
* | | | | natmap: add log_std{out,err} optionsRay Wang2024-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce `log_stdout` and `log_stderr` options for managing logging output. Signed-off-by: Ray Wang <r@hev.cc>
* | | | | node: bump to v20.12.2Hirokazu MORIKAWA2024-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security release. Notable Changes * CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | perl: fix not a Mach-O file on macOSGeorgi Valkov2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts [1] to resolve the following build error on macOS: /Volumes/wrt3200/openwrt/staging_dir/hostpkg/usr/bin/perl installperl --destdir=/Volumes/wrt3200/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/perl/perl-5.38.2/ipkg-install WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /usr/bin/perl5.38.2 error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: input file: /Volumes/wrt3200/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/perl/perl-5.38.2/ipkg-install/usr/bin/perl5.38.2 is not a Mach-O file [1] https://github.com/Perl/perl5/commit/88efce38149481334db7ddb932f9b74eaaa9765b Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* | | | | cni-plugins-nft: use local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids having to override PKG_UNPACK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | cni-plugins: use local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids having to override PKG_UNPACK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | snort3: use local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids having a bad tarball name with just the version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | treewide: exclude mips64Rosen Penev2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages exclude mips but forget to exclude mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | luasocket: switch to local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | luaexpat: use local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Smaller and avoids badly named tarball with just the version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | modemmanager: add missing PKG_VERSION for APKFlorian Eckert2024-04-23
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | xtables-addons: fix broken compile with external ToolchainChristian Marangi2024-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken compile with external Toolchain. Commit 32aaaaa7d379 ("xtables-addons: pass correct flags to compile and install") simplified and dropped the custom Compile/Install in favor of the default one. Problem is that it dropped DESTDIR resulting in the package having problem on finishing install. The commit then was reworked with c83b8787a5f8 ("xtables-addons: adapt build to EXTERNAL_TOOLCHAIN" that reintroduced DESTDIR and also introduced a useless custom flag to fix wrong ARCH. ARCH is fixed by kernel.mk and doesn't depend on external Toolchain or not. For ARCH that require fixing, kernel.mk should be fixed instead of adding custom function to packages Makefile. Drop the custom ARCH handling and use Compile/Install everytime. Fixes: 32aaaaa7d379 ("xtables-addons: pass correct flags to compile and install") Fixes: c83b8787a5f8 ("xtables-addons: adapt build to EXTERNAL_TOOLCHAIN") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | imagemagick: update to 7.1.1.31krant2024-04-22
| | | | | | | | | | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | | shairport-sync: support before/after entering active state, unfixable error ↵David Andreoletti2024-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | detected, volume set events in UCI config - Add before/after active state event callbacks in UCI config. - Add volume change event callbacks in UCI config. - Add unfixable error event callbacks in UCI config. As of the current shairport-sync release, all event callbacks have been mapped to UCI config. Signed-off-by: David Andreoletti <david@andreoletti.net>
* | | | lua-eco: update to 3.4.0Jianhui Zhao2024-04-22
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | dnsproxy: Update to 0.70.0Tianling Shen2024-04-22
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | v2ray-core: Update to 5.15.3Tianling Shen2024-04-22
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #23975 from krant/libwebpAlexandru Ardelean2024-04-22
|\ \ \ \ | | | | | | | | | | libwebp: update to 1.4.0
| * | | | libwebp: update to 1.4.0krant2024-04-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | | | tailscale: Update to 1.64.2Zephyr Lykos2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <https://github.com/tailscale/tailscale/releases/v1.64.2> Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | | | Merge pull request #23978 from neheb/oEneas U de Queiroz2024-04-21
|\ \ \ \ \ | | | | | | | | | | | | gost_engine: switch to local tarballs
| * | | | | gost_engine: switch to local tarballsRosen Penev2024-04-20
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids PKG_UNPACK hacks. Added PKG_LICENSE_FILES. Reordered variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | python-lxml: bump to version 5.2.1Alexandru Ardelean2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added python-cython/host as a build dependency. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | | usbmuxd: fix tethering not working after iPhone restartGeorgi Valkov2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the iPhone restarts while the USB cable is still connected, tethering does not work. This can be fixed by reconnecting. Fix: if the hotplug.d script detects that carrier is disabled (no communication), the USB link is reset, and then the usbmuxd service is restarted. Tethering starts even before the iPhone is unlocked. As a side effect, if tethering is not enabled, the iPhone will ding a second time after 5 seconds. Add dependency on usbutils for usbreset, remove dependency on librt. [1] https://github.com/libimobiledevice/usbmuxd/issues/218 [2] https://github.com/openwrt/openwrt/issues/12566#issuecomment-2066305622 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>