Commit graph

8986 commits

Author SHA1 Message Date
Florian Eckert
e1f321150d mwan3: fix mwan3 flush conntrack table call
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-22 09:28:12 +01:00
Kerma Gérald
ffd97e173c crowdsec-firewall-bouncer: remove crowdsec package dependency
Remove un-necessary crowdsec package dependency, to be able to use
crowdsec-firewall-bouncer independently from crowdsec local installation.
(with remote API)

Fix issue: https://github.com/openwrt/packages/issues/17406

Description:
  using crowdsec-firewall-bouncer on many OpenWRT devices connected
  with my domain LAPI server (which collect many crowdsec machines,
  mostly nginx), it works great. Actually, crowdsec package is not
  mandatory for that usage, it would be great if it was not a dependency.

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
2021-12-22 06:18:48 +01:00
Tianling Shen
575bda1f63 gg: add new package
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-21 17:39:16 -08:00
Tianling Shen
6d56c80ff9 xray-core: Update to 1.5.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-21 17:37:53 -08:00
Jan Hák
2a56e478f5 knot: update to 3.1.5
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2021-12-21 17:18:16 +01:00
Wes Morgan
efb908b032 tailscale: update to 1.18.2
Signed-off-by: Wes Morgan <git@wesmorgan.me>
2021-12-20 11:27:50 +02:00
Alexandru Ardelean
3663b48186
Merge pull request #17378 from neheb/22
davfs2: update to 1.6.1
2021-12-20 11:26:02 +02:00
Maxim Storchak
6243a17250 tgt: update to 1.0.81
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-12-19 17:38:10 -08:00
Florian Eckert
3d809e0482
Merge pull request #17265 from TDT-AG/pr/20211203-modemmanager
modemmanager: refactoring procd init script
2021-12-18 12:08:59 +01:00
Rosen Penev
0ad6384b5f atftp: update to 0.7.5
Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 14:09:50 -08:00
Imran Khan
726633301e nft-qos: bump PKG_RELEASE
Signed-off-by: Imran Khan <gururug@gmail.com>
2021-12-17 14:07:47 -08:00
Imran Khan
4f4f66fd17 nft-qos: fix monitor duplicates
nft command syntax is incorrect

rearrange parameter order

Signed-off-by: Imran Khan <gururug@gmail.com>
2021-12-17 14:07:47 -08:00
Imran Khan
6d095c479a nft-qos: fix include on image build service enable
Fixes: f88485f572 ("nft-qos: silence buildsystem errors")

Prefixing IPKG_INSTROOT to sourced includes is ineffective for this
package.

Source includes only when empty to avoid image make errors.

Signed-off-by: Imran Khan <gururug@gmail.com>
2021-12-17 14:07:47 -08:00
Rui Salvaterra
cb9229870e sqm-scripts: drop redundant dependency
The kmod-sched-cake package already depends on kmod-sched-core, there's no need
for explicitly stating the dependency.

While at it, change PKG_RELEASE to $(AUTORELEASE).

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-12-17 18:33:42 +01:00
Rosen Penev
c44b96078b bwm-ng: update to 0.63
Remove upstreamed patch.

Add autoreconf and fixup configure section. The tarball no longer ships
configure and Makefiles.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 02:55:39 -08:00
Rosen Penev
4a400ed105 ariang: update to 1.2.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 19:26:45 -08:00
Rosen Penev
461c972d86 davfs2: update to 1.6.1
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 15:53:40 -08:00
Alexander Ryzhov
89d5d2e091 fail2ban: Python 10.0 compatibility
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2021-12-16 15:35:05 -08:00
W. Michael Petullo
605d06a014 snort: update to 2.9.19
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-16 15:31:07 -08:00
W. Michael Petullo
6c57db2bea snort3: update to 3.1.18.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-16 15:30:41 -08:00
Miroslav Lichvar
ca9ddcc7f8 chrony: update to 4.2
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2021-12-16 15:27:20 -08:00
Stijn Tintel
6fe18ac4de openvswitch: partially restore kmod-mpls dependency
Enabling OPENVSWITCH in the kernel config selects MPLS. This exposes the
MPLS_ROUTING symbol, which is missing if kmod-mpls is not enabled. On
kernel 5.4 this problem doesn't show up, as the Open vSwitch package
uses the in-tree kernel modules rather than the upstream ones.

Restore the kmod-mpls dependency when using the upstream kernel modules
to fix build.

Reported-by: Matthew Hagan <mnhagan88@gmail.com>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-12-16 13:27:24 +08:00
Matthew Hagan
5ffc45126d openvswitch: fix libunbound dependency check
The ifeq check for CONFIG_OPENVSWITCH_WITH_LIBUNBOUND does not evaluate
correctly within the menuconfig, resulting in libunbound not being
selected, resulting in a failing libunbound.so.8 dependency.

Instead add this condition:dependency in the manner defined in the
OpenWrt developer guide.

Signed-off-by: Matthew Hagan <mathagan@fb.com>
2021-12-16 13:25:37 +08:00
Matthew Hagan
136003c44d openvswitch: Change dependency from append to definition
ovs_libovsdb_depends and ovs_libofproto_depends append the libatomic
dependency. However in these cases these variables were not previously
defined and thus a reader may search the Makefile for the definition.
Therefore change the operator to explicitly define these dependency
variables, rather than append. In addition add a space after operator to
improve readability and conform to other dependency definitions in the
Makefile.

Signed-off-by: Matthew Hagan <mathagan@fb.com>
2021-12-16 13:25:37 +08:00
Matthew Hagan
4e5eb5e0b9 openvswitch: merge dependency lists
Rather than defining dependencies, then appending the libatomic
dependency on the following line, merge all into one definition.
Simultaneously, sort by alphabetical order.

Signed-off-by: Matthew Hagan <mathagan@fb.com>
2021-12-16 13:25:37 +08:00
Florian Eckert
7bd395fdbc
Merge pull request #17333 from ysc3839/ddns-ns1
ddns-scripts: add ns1.com provider
2021-12-15 12:50:01 +01:00
Richard Yu
9e6dd11484
ddns-scripts: add ns1.com provider
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2021-12-15 18:22:56 +08:00
Tianling Shen
5f1e6f7d09 dnsproxy: Update to 0.39.13
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-14 19:01:08 +01:00
Florian Eckert
45a56a8899 modemmanager: refactoring hotplug debug logging
The output of the hotplug is very chatty and floods the log with
messages that are not necessary in functioning operation.

So that the log can be filtered. A log level was added to each message
as the first opiton on mm_log function call.

In addition, the facility of the hotplug script has been set to daemon,
which in my view fits better than user.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-14 09:17:34 +01:00
Florian Eckert
dc7095baff ModemManager: add service options
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-14 09:17:02 +01:00
Sergey V. Lobanov
8457944e61 nfs-kernel-server: fix build on macos arm64
1. prctl() check is not required for host-compile on any OS due to prctl
is not used in rpcgen which is only one is compiled during host-compile
phase. prctl() check is disabled via HOST_CONFIGURE_VARS in OpenWrt makefile

2. __DARWIN_ONLY_64_BIT_INO_T is true on macos arm64 so struct stat64
and stat64() are not available. This patch defines stat64 as stat if
__DARWIN_ONLY_64_BIT_INO_T is true

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2021-12-13 19:57:18 -08:00
W. Michael Petullo
f614850285 krb5: update to 1.19.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-13 09:03:05 +01:00
Kerma Gérald
515f8489cc crowdsec-firewall-bouncer: update to 0.0.18
Update to upstream release 0.0.18

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
2021-12-12 19:14:48 +01:00
Tianling Shen
21e98e952f v2rayA: Update to 1.5.5
Breaking changes:
The database has been replaced with boltdb to try to solve the problem
of database corruption.

Note that the data will not be migrated, but the previous data will be
retained. If you need the previous data, just downgrade v2rayA (v1.5.4).

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-12 01:39:40 -08:00
Glenn Strauss
35dff58b3a lighttpd: update to lighttpd 1.4.63 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2021-12-12 08:01:17 +01:00
Glenn Strauss
ddecac45c8 lighttpd: update to lighttpd 1.4.62 release hash
depend on libpcre2 instead of libpcre

also remove patches incorporated upstream into lighttpd 1.4.62

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2021-12-12 08:01:17 +01:00
David Bauer
0fdfcab67c usteer: update to latest git head
8e7b1ff ubus: skip current node for transition candidate list
e51ea7a node: move roam-events to dedicated struct
edbe7d4 node: skip neighbors exceeding assoc-limit

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-12-11 00:09:09 +01:00
Eric Luehrsen
824aa45133 unbound: update to 1.14.0
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2021-12-10 10:50:14 +01:00
Josef Schlehofer
10ab230670 knot-resolver: update to version 5.4.3
Release notes:
https://www.knot-resolver.cz/2021-12-01-knot-resolver-5.4.3.html

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-12-07 12:24:03 -08:00
Othmar Truniger
f2f4649783 knxd: bump to upstream version 0.14.52
Signed-off-by: Othmar Truniger <github@truniger.ch>
2021-12-07 12:23:38 -08:00
Moritz Warning
b9aebd8cdc zerotier: update to 1.8.4
Also remove patch to fix uClibc-ng,
since it is not in openwrt anymore.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2021-12-06 15:12:35 -08:00
Oskari Rauta
61143fc8b9 cni-route-override: new package
route-override IPAM works as meta CNI plugin to override IP route given by previous CNI plugins. It is useful in a case with network-attachment-definition.
Currently route-override verified its feature with podman and crio(with Kubernetes).

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-06 23:00:38 +01:00
Florian Eckert
0b027b131c ModemManager: refactoring procd init script
The way the init script is written now, we get a bad output when calling
the ubus service backend.

ubus call service list "{'verbose':true,'name':'modemmanager'}"
>{
>        "modemmanager": {
>                "instances": {
>                        "instance1": {
>                                "running": true,
>                                "pid": 20511,
>                                "command": [
>                                        "sh",
>                                        "-c",
>                                        ".
>/usr/share/ModemManager/modemmanager.common;    \t
>mkdir -m 0755 -p /var/run/modemmanager;          \t
>mm_cleanup_interfaces;                            \t
>( mm_report_events_from_cache ) >/dev/null 2>&1 & \t
>/usr/sbin/ModemManager"
>                                ],
>                                "term_timeout": 5,
>                                "respawn": {
>                                        "threshold": 3600,
>                                        "timeout": 5,
>                                        "retry": 5
>                                },
>                                "pidfile":"/var/run/modemmanager/modemmanager.pid"
>                        }
>                }
>        }
>}"

I also get the output in the log that the PID file cannot be created.

> daemon.err procd: Failed to remove pidfile: :No such file or directory

The changes in this commit fixes this issues, by moving startup into a
wrapper script.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-06 14:49:43 +01:00
Oskari Rauta
053bc23573 speedtestpp: add new package
SpeedTest++
Yet another unofficial speedtest.net client cli interface

For users who instead of python based speedtest client want
to use something that was written in c++...

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-06 08:22:25 +01:00
Dirk Brenken
4be2a5b737
Merge pull request #17137 from oskarirauta/banip
banip: update nginx matching
2021-12-03 05:41:40 +01:00
Oskari Rauta
1441366364 banip: update nginx matching
Currently banip matches nginx log entries starting with
nginx[number]:...

I am running a containerized nginx with alpine as base, which
ends up adding log entries without [number] part..
like this:
nginx:...

This patch updates regex for nginx log entry search to include
both versions.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-03 05:15:00 +02:00
Olivier Poitrey
189a806293 nextdns: Update to version 1.37.7
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2021-12-03 01:09:08 +01:00
Olivier Poitrey
f94b7380a5 nextdns: Update to version 1.37.6
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2021-12-02 18:36:02 +01:00
Tianling Shen
04b82e9da0 cloudreve: Update to 3.4.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-02 09:23:02 +01:00
Jo-Philipp Wich
04d0e45da1 zerotier: add configuration reload trigger
Ensure that the zerotier service is automatically restarted when the uci
configuration is modified.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-12-01 18:59:24 +01:00