1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00
Commit Graph

31483 Commits

Author SHA1 Message Date
Peter van Dijk
0245dd0131 libfstrm: add second maintainer
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-03-08 00:34:29 +08:00
krant
41e5b979f5 irqbalance Update init script to remove duplicate spaces
I have some strange issues with irqbalance sometimes overwritin
smp_affinity values for banned/ignored IRQs. The issue is reproduceable
and is mitigated when I change theway how the irqbalance command line is
built. The only difference between the resulting command is that there
is only one space between the -t parameter and the first -i parameter
value.

Also see https://github.com/Irqbalance/irqbalance/issues/297

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
2024-03-07 16:48:05 +02:00
Peter van Dijk
629fb37b55 libwslay: remove, nothing depends on it since h2o is gone
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-03-07 15:21:46 +01:00
Florian Eckert
b51ed340f9
Merge pull request #23551 from dnlplm/dp/mm-qmap-fix
modemmanager: report events for virtual netdevices
2024-03-07 09:57:19 +01:00
Reguna
c7eaa3cfca chrony: update package description
Explicitly mention the support of NTS (or the lack of it) in the description of chrony and chrony-nts

Signed-off-by: Reguna <60984878+regunakyle@users.noreply.github.com>
2024-03-06 20:47:23 +01:00
Jan Hák
d660dc6e7c knot: update to version 3.3.5
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2024-03-06 20:30:07 +01:00
Etienne Champetier
032d566ccf
Merge pull request #23599 from guidosarducci/master-fix-zabbix-musl
zabbix: zabbix_helper_mac80211.c: add <libgen.h> header
2024-03-06 10:19:47 -05:00
Tony Ambardar
3cf17ad130 zabbix: zabbix_helper_mac80211.c: use POSIX <libgen.h> header
The musl libc only implements POSIX basename() but provided a GNU header
kludge in <string.h>, which was removed in musl 1.2.5 [1]. Use the standard
<libgen.h> header to avoid compilation warnings like:

zabbix-6.4.7/zabbix-extra-mac80211/zabbix_helper_mac80211.c:37:11: warning:
 implicit declaration of function 'basename' [-Wimplicit-function-declaration]
   37 |     phy = basename(phy);
      |           ^~~~~~~~
zabbix-6.4.7/zabbix-extra-mac80211/zabbix_helper_mac80211.c:37:9: warning:
 assignment to 'char *' from 'int' makes pointer from integer without a cast
 [-Wint-conversion]
   37 |     phy = basename(phy);
      |         ^
zabbix-6.4.7/zabbix-extra-mac80211/zabbix_helper_mac80211.c:38:10: warning:
 assignment to 'char *' from 'int' makes pointer from integer without a cast
 [-Wint-conversion]
   38 |     stat = basename(stat);
      |          ^

Link 1: https://git.musl-libc.org/cgit/musl/log/?qt=grep&q=basename

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2024-03-06 05:44:46 -08:00
Jonas Jelonek
3f592f6d59 eza: update to 0.18.6
- Release notes:
https://github.com/eza-community/eza/releases/tag/v0.18.6

- fix typo in description in Makefile

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-03-06 19:16:45 +08:00
Daniele Palmas
c51a804a63 modemmanager: report events for virtual netdevices
Virtual netdevices created for multiplexing should not be skipped
when reporting events, otherwise it is not possible to setup the
data connection.

Add these exceptions in mm_report_event function.

Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
2024-03-06 10:16:21 +01:00
Josef Schlehofer
cf4df28d06 syslog-ng: update to version 4.6.0
1. Bump version config to 4.6
2. Updated to 4.6.0 version
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.6.0
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.5.0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2024-03-05 22:17:24 +01:00
Sergey Ponomarev
37d2d69595 syslog-ng: conf: fix deprecated stats_freq
The deprecated stats_freq() replaced with stats(freq(0)).

Also make comments shorter.
Fix tabs.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-03-05 20:40:05 +01:00
Florian Eckert
9d509b7433 modemmanager: start a 3gpp network regsistration
If a 'plmn' is set in the configuration, a registration attempt should be
established before the simple-connect command. If the plmn is set during
the simple-connect, a network change may occur during the connection setup.

To prevent this, the registration is started before the simple-connect with
a separate mmcli command. So that we can be sure that the modem is already
registered in the correct network before the simple-connect command.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-05 15:20:38 +01:00
Florian Eckert
d839e194c5 modemmanager: move cleanup and enable to the top
Before a new connection attempt is made, the previous connection must be
cleaned up before further connection attempts are made. This is now done
by moving the cleanup and enable sequence to the beginning of the
conection setup.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-05 15:20:38 +01:00
Paul Donald
2cd10d8113 ntpclient: remove
ntp sources are dead and gone. The most important functionality is now
provided by ntpd.

Signed-off-by: Paul Donald <newtwen@gmail.com>
2024-03-05 14:29:08 +01:00
Florian Eckert
dab2cdc44c modemmanager: moving the openwrt related files to subdirectories
Moving the openwrt related files to subdirectories as they are installed
on the system. This change makes it immediately apparent during development
where the file is to be installed in the running system.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-05 13:04:59 +01:00
Tianling Shen
5f8d02a15f
alist: Update to 3.32.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-03-05 13:29:13 +08:00
Tianling Shen
9834d79ea1
v2ray-core: Update to 5.14.1
Including security fixes, see release note:
https://github.com/v2fly/v2ray-core/releases/tag/v5.14.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-03-05 13:28:00 +08:00
Oskari Rauta
b1d23435fd lsd: add new package
ls deluxe. Substitute for ls command with style.
Popular amongst people who use ohmyzsh and similar
shell stylers.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-03-05 11:42:00 +08:00
Oskari Rauta
dbb40471b7 eza: add new package
eza is a substitute for ls command with icons and colors and more.
Common for those who use ohmyzsh or similar shell stylers.

Co-authored-by: Jonas Jelonek <jonas.helonek@proton.me>
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-03-05 11:41:48 +08:00
Stan Grishin
867e7c2ccf
Merge pull request #23571 from stangri/master-https-dns-proxy
https-dns-proxy: update to upstream 2023-11-19
2024-03-04 13:58:28 -07:00
Dirk Brenken
4356180197
banip: update 0.9.4-3
* fix another logical glitch in the logfile monitor

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-03-04 21:26:44 +01:00
Ray Wang
7bbd9156cc natmap: update to 20240303
Signed-off-by: Ray Wang <r@hev.cc>
2024-03-04 14:32:35 +08:00
jasle
f4d74e1b2f mt5311: make package importable as lua module
Added init.lua to make the program importable by other lua programs.

Signed-off-by: jasle <jasle@riseup.net>
2024-03-04 00:28:42 +00:00
jasle
0ee5527626 mt5311: add package
mt5311 are utilities for working with Metanoia/Proscend VDSL2 SFP Modems.

Resulting package:
 * mt5311

Signed-off-by: jasle <jasle@riseup.net>
2024-03-04 00:28:42 +00:00
jasle
315b58a488 lua-struct: add package
lua-struct is a implementation of binary packing/unpacking in pure lua.

Resulting-package:
 * lua-struct

Signed-off-by: jasle <jasle@riseup.net>
2024-03-04 00:28:42 +00:00
Dirk Brenken
7b06b1d312
banip: update 0.9.4-2
* fix a long standing problem in the logfile-parser with dropbear and compressed IPv6 addresses

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-03-02 21:26:11 +01:00
Fabian Lipken
21c721440c python-bcrypt: Update to 4.1.2
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2024-03-02 19:29:59 +01:00
Tianling Shen
ab2f10233e
v2raya: Update to 2.2.5.1
Hot fix for a frontend failure bug.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-03-02 23:33:09 +08:00
Tianling Shen
b5290ace07
dnsproxy: Update to 0.65.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-03-02 19:50:51 +08:00
Tianling Shen
34867e83ca golang: Update to 1.21.7
go1.21.6 (released 2024-01-09) includes fixes to the compiler,
the runtime, and the crypto/tls, maps, and runtime/pprof packages.

go1.21.7 (released 2024-02-06) includes fixes to the compiler,
the go command, the runtime, and the crypto/x509 package.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-03-02 19:16:06 +08:00
Dengfeng Liu
13d9289558 apfree-wifidog: update to 7.02.1977
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2024-03-02 19:12:06 +08:00
Dengfeng Liu
cf3e16a08d apfree-wifidog: fix some bugs in the wifidogx.init file
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2024-03-02 19:12:06 +08:00
Tianling Shen
381d1af347
v2raya: Update to 2.2.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-03-02 17:56:04 +08:00
Dirk Brenken
730ad59cb9
banip: release 0.9.4-1
* add support for destination port & protocol limitations for external feeds (see readme for details),
  useful for lan-forward ad- or DoH-blocking, e.g. only tcp ports 80 and 443
* add turris sentinel blocklist feed
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-03-02 09:28:39 +01:00
Stan Grishin
bd501dd89c https-dns-proxy: update to upstream 2023-11-19
* update to upstream 2023-11-19
  (changes: 489c57efd4)
* bugfix: include resolveip dependency in Makefile
  (fixes https://github.com/openwrt/packages/issues/23567)
* minor update for failed healthcheck logging

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-03-02 00:19:58 +00:00
Sergey Ponomarev
04ac8c177d acme-common: simplify config example
Make it more practical to easier get an idea

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-03-01 17:01:40 +01:00
Sergey Ponomarev
4bec28b4d1 acme-acmesh: use validation_method option instead of guessing
The new validation_method option can be: dns, webroot or standalone.
Previously we guessed the challenge type:
1. if the DNS provider is specified then it's dns
2. if standalone=1
3. fallback to webroot

The logic is preserved and if the validation_method wasn't set explicitly we'll guess it in old manner.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-03-01 17:01:40 +01:00
Sergey Ponomarev
7d07c75154 acme-common: use validation_method option instead of guessing
The new validation_method option can be: dns, webroot or standalone.
Previously we guessed the challenge type:
1. if the DNS provider is specified then it's dns
2. if standalone=1
3. fallback to webroot

The logic is preserved and if the validation_method wasn't set explicitly we'll guess it in old manner.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-03-01 17:01:40 +01:00
Igor Bezzubchenko
5ad1f0ebbe libpqxx: update to version 7.9.0
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2024-02-29 22:39:24 +01:00
Dirk Brenken
bec5f35dea
travelmate: update 2.1.2-5
* final vpn tweaks

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-02-29 21:01:16 +01:00
brvphoenix
3917a0af58 sing-box: update to 1.8.7
Signed-off-by: brvphoenix <brvphoenix@gmail.com>
2024-02-29 12:59:11 +08:00
Dirk Brenken
0af6e8d158
adblock: update 4.1.5-9
* minimal fix with reporting interface 'any'

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-02-28 21:12:10 +01:00
Florian Eckert
94bce57350
Merge pull request #23549 from krant/inotify
inotify-tools: fix link error on x86
2024-02-28 13:33:25 +01:00
krant
7eeda7fd3e inotify-tools: fix link error on x86
Previous commit removed unnecessary linking with libstdc++
but introduced another error on x86 platforms:

  undefined reference to `__stack_chk_fail_local'

Fix it by explicitly linking libssp_nonshared.a

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-28 13:50:10 +02:00
Stijn Tintel
b0fabd44ce
Merge pull request #23543 from krant/openthread-br
openthread-br: fix build and modernize
2024-02-27 23:53:53 +02:00
krant
3444a614ed openthread-br: modernize CMake options
- ':BOOL' suffix is not needed
- Don't set options which are matching the defaults
- Rename non-existing OT_BORDER_ROUTING_NAT64 to OTBR_NAT64

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-27 23:45:41 +02:00
krant
fc4596ddc4 openthread-br: remove superseded patch
The patch is not needed since it is implemented in
https://github.com/openthread/ot-br-posix/pull/1908
and included into the current version.

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-27 23:45:41 +02:00
krant
9ad2c1fd97 openthread-br: fix build error on some platforms
On some builders the package was failing to build:
```
cp: cannot overwrite non-directory '[..]/var' with directory '[..]/var
```

Here we're moving the creation of /var/lib/thread into runtime script,
which eliminates the error.

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-27 23:45:41 +02:00
Tianling Shen
df9d076d60
rclone: add fuse3-utils as dependency
rclone has switched to use fuse3 since v1.62.0.

Reported-by: qiuzi <gxfclql@gmail.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-02-28 00:42:32 +08:00