openwrt-packages.git
3 years agonetifyd: Updated to v4.2.0.
Darryl Sokoloski [Tue, 5 Jul 2022 19:36:16 +0000 (15:36 -0400)]
netifyd: Updated to v4.2.0.

Signed-off-by: Darryl Sokoloski <redacted>
3 years agoMerge pull request #18868 from PolynomialDivision/fix-gnutls
Nikos Mavrogiannopoulos [Tue, 5 Jul 2022 13:53:11 +0000 (15:53 +0200)]
Merge pull request #18868 from PolynomialDivision/fix-gnutls

  gnutls: adjust to new configure.ac syntax

3 years agognutls: disable brotli
Nick Hainke [Tue, 5 Jul 2022 13:30:48 +0000 (15:30 +0200)]
gnutls: disable brotli

Disable the brotli library by default. It is not used and may prevent
linking issues in the future.

Signed-off-by: Nick Hainke <redacted>
3 years agognutls: fix disable zstd
Nick Hainke [Tue, 5 Jul 2022 06:49:36 +0000 (08:49 +0200)]
gnutls: fix disable zstd

Configure.ac syntax changed to:
  Old: --without-libbrotli --without-libzstd (also --with-*)
  New: --without-brotli --without-zstd (also --with-*)
  https://github.com/gnutls/gnutls/commit/6b794e49d1a14e43f9e08023f958364712c3c89a

Fixes: 6385813ddfb4 ("gnutls: update to 3.7.5")
Signed-off-by: Nick Hainke <redacted>
3 years agozerotier: update to 1.10.1
Moritz Warning [Sun, 3 Jul 2022 22:14:40 +0000 (00:14 +0200)]
zerotier: update to 1.10.1

Signed-off-by: Moritz Warning <redacted>
3 years agognutls: update to 3.7.6
Nick Hainke [Sun, 3 Jul 2022 20:46:28 +0000 (22:46 +0200)]
gnutls: update to 3.7.6

Signed-off-by: Nick Hainke <redacted>
3 years agognutls: update to 3.7.5
Nick Hainke [Sun, 3 Jul 2022 20:41:34 +0000 (22:41 +0200)]
gnutls: update to 3.7.5

Signed-off-by: Nick Hainke <redacted>
3 years agognutls: cleanup Makefile
Nick Hainke [Sun, 3 Jul 2022 20:40:36 +0000 (22:40 +0200)]
gnutls: cleanup Makefile

- Add PKG_LICENSE_FILES
- Use SPDX
- Rearrange

Signed-off-by: Nick Hainke <redacted>
3 years agoMerge pull request #18858 from PolynomialDivision/update-radcli
Nikos Mavrogiannopoulos [Mon, 4 Jul 2022 06:05:39 +0000 (08:05 +0200)]
Merge pull request #18858 from PolynomialDivision/update-radcli

radcli: uptdate to 1.3.0

3 years agoradsecproxy: update to 1.9.1
Nick Hainke [Sun, 3 Jul 2022 20:53:27 +0000 (22:53 +0200)]
radsecproxy: update to 1.9.1

Remove upstreamed patches:
- 100-fix-setstacksize-for-glibc-2.34.patch

Refresh patches:
- 200-logdest-on-foreground.patch

Changes:
  Misc:
  - OpenSSL 3.0 compatibility

  Bug Fixes:
  - Fix refused startup with openssl <1.1
  - Fix compiler issue for Fedora 33 on s390x
  - Fix small memory leak in config parser
  - Fix lazy certificate check when connecting to TLS servers
  - Fix connect is aborted if first host in list has invalid certificate
  - Fix setstacksize for glibc 2.34
  - Fix system defaults/settings for TLS version not honored

Signed-off-by: Nick Hainke <redacted>
3 years agoradcli: uptdate to 1.3.0
Nick Hainke [Sun, 3 Jul 2022 21:03:01 +0000 (23:03 +0200)]
radcli: uptdate to 1.3.0

- Removed duplicate function definition from util.h
- Increased size of dictionary vendor and values to 32-bits from 16;
  this breaks the ABI from the previous release.
- Corrected a string termination issue in rc_avpair_tostr()
- Added functions to create dictionary without a file:
      rc_dict_addattr
      rc_dict_addval
      rc_dict_addvend

Signed-off-by: Nick Hainke <redacted>
3 years agototem-pl-parser: depend on shared-mime-info
W. Michael Petullo [Fri, 1 Jul 2022 20:25:21 +0000 (15:25 -0500)]
totem-pl-parser: depend on shared-mime-info

The totem-pl-parser library seems to rely on freedesktop.org's MIME-type
definitions to parse playlist files. Without them, parsing will produce
a TOTEM_PL_PARSER_RESULT_IGNORED error.

Signed-off-by: W. Michael Petullo <redacted>
3 years agousteer: bump to git HEAD
Stijn Tintel [Tue, 28 Jun 2022 00:31:27 +0000 (03:31 +0300)]
usteer: bump to git HEAD

  5be6819 policy: allow disabling load balancing
  80b0b65 main: disable load balancing by default
  fca4b87 policy: improve readability
  73c424b usteer: add option for probe steering
  87de1ab main: disable probe steering by default

Signed-off-by: Stijn Tintel <redacted>
3 years agosudo: bump to verison 1.9.11p3
Alexandru Ardelean [Thu, 30 Jun 2022 12:21:44 +0000 (15:21 +0300)]
sudo: bump to verison 1.9.11p3

Signed-off-by: Alexandru Ardelean <redacted>
3 years agopython-jsonschema: Update to 4.6.1
Javier Marcet [Wed, 29 Jun 2022 12:17:42 +0000 (14:17 +0200)]
python-jsonschema: Update to 4.6.1

What's Changed:

 - Type annotate format checker methods by @sirosen
 - Fix fuzzer to include instrumentation by @DavidKorczynski
 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci

Signed-off-by: Javier Marcet <redacted>
3 years agotgt: update to 1.0.83
Maxim Storchak [Thu, 30 Jun 2022 18:03:30 +0000 (21:03 +0300)]
tgt: update to 1.0.83

Signed-off-by: Maxim Storchak <redacted>
3 years agotmux: update to 3.3a
Maxim Storchak [Tue, 28 Jun 2022 12:33:00 +0000 (12:33 +0000)]
tmux: update to 3.3a

Signed-off-by: Maxim Storchak <redacted>
3 years agoMerge pull request #18510 from nemesisdesign/openwisp-monitoring
Florian Eckert [Wed, 29 Jun 2022 07:52:52 +0000 (09:52 +0200)]
Merge pull request #18510 from nemesisdesign/openwisp-monitoring

openwisp-monitoring: added 0.1.1

3 years agoopenwisp-monitoring: added 0.1.1
Federico Capoano [Tue, 10 May 2022 20:06:34 +0000 (16:06 -0400)]
openwisp-monitoring: added 0.1.1

Signed-off-by: Federico Capoano <redacted>
3 years agoMerge pull request #18796 from nemesisdesign/openwisp-config
Florian Eckert [Tue, 28 Jun 2022 06:40:12 +0000 (08:40 +0200)]
Merge pull request #18796 from nemesisdesign/openwisp-config

openwisp-config: update to 1.0.1

3 years agoyq: Update to 4.25.3
Tianling Shen [Mon, 27 Jun 2022 08:18:05 +0000 (16:18 +0800)]
yq: Update to 4.25.3

Signed-off-by: Tianling Shen <redacted>
3 years agodocker-compose: Update to version 2.6.1
Javier Marcet [Sun, 26 Jun 2022 16:24:40 +0000 (18:24 +0200)]
docker-compose: Update to version 2.6.1

Enhancements:

 - Support for setting secret from env variable by @ndeloof

Fixes:

 - Do not start unrelated dependencies on run by @laurazard
 - Fix service not found errors when using --no-deps by @nicksieger
 - Respect COMPOSE_REMOVE_ORPHANS env var on down by @nicksieger
 - Fix project level bind mounts volumes by @ulyssessouza
 - Respect deploy.limits.cpus and deploy.limits.pids by @glours

Internal:

 - Upgrade: Go v1.18.3 by @thaJeztah
 - Upgrade: compose-go v1.2.8 by @milas
 - Upgrade: buildx v0.8.2 by @dependabot
 - Upgrade: containerd v1.6.6 by @dependabot

Signed-off-by: Javier Marcet <redacted>
3 years agotravelmate: update 2.0.8-3
Dirk Brenken [Mon, 27 Jun 2022 09:27:17 +0000 (11:27 +0200)]
travelmate: update 2.0.8-3

* refine vpn timeout

Signed-off-by: Dirk Brenken <redacted>
3 years agoMerge pull request #18823 from mhei/php8-update
Michael Heimpold [Sun, 26 Jun 2022 19:49:47 +0000 (21:49 +0200)]
Merge pull request #18823 from mhei/php8-update

php8: update to 8.1.7

3 years agopython-websocket-client: update to 1.3.3
Javier Marcet [Sat, 25 Jun 2022 12:05:53 +0000 (14:05 +0200)]
python-websocket-client: update to 1.3.3

 - Fix unclosed socket error
 - Update header dict access
 - Add utf8 workaround to docs

Signed-off-by: Javier Marcet <redacted>
3 years agotravelmate: update 2.0.8-2
Dirk Brenken [Sat, 25 Jun 2022 07:34:59 +0000 (09:34 +0200)]
travelmate: update 2.0.8-2

* make vpn handling more reliable

Signed-off-by: Dirk Brenken <redacted>
3 years agoyt-dlp: update to 2022.6.22.1
Michal Vasilek [Fri, 24 Jun 2022 19:05:17 +0000 (21:05 +0200)]
yt-dlp: update to 2022.6.22.1

Signed-off-by: Michal Vasilek <redacted>
3 years agoopenwisp-config: update to 1.0.1
Federico Capoano [Tue, 21 Jun 2022 23:16:54 +0000 (19:16 -0400)]
openwisp-config: update to 1.0.1

Signed-off-by: Federico Capoano <redacted>
3 years agosyslog-ng: update to version 3.37.1
Josef Schlehofer [Fri, 24 Jun 2022 12:25:57 +0000 (14:25 +0200)]
syslog-ng: update to version 3.37.1

- Changelog:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.37.1

- Bump config version

Signed-off-by: Josef Schlehofer <redacted>
4 years agolxc: export systemd cgroups after install
Michal Vasilek [Wed, 8 Jun 2022 12:48:22 +0000 (14:48 +0200)]
lxc: export systemd cgroups after install

otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.

originally committed in 2cde10b95053bf958a4001fb0a82c4563bf345e2
reverted in 039912dec5d3ba2b0f6f53ab8330ab9fea2f7adf

Signed-off-by: Michal Vasilek <redacted>
4 years agoMerge pull request #18778 from bluebrother/collectd-dsl-fixes
Florian Eckert [Fri, 24 Jun 2022 07:29:10 +0000 (09:29 +0200)]
Merge pull request #18778 from bluebrother/collectd-dsl-fixes

collectd: Fix various issues with lantiq dsl metrics.

4 years agodnsdist: switch from liblua to luajit
Peter van Dijk [Mon, 20 Jun 2022 14:53:34 +0000 (16:53 +0200)]
dnsdist: switch from liblua to luajit

luajit provides higher performance for requests handled in Lua hooks.
It also enables access to dnsdist functionality only exposed via FFI,
and allows configurations/hooks to call functions in any C library
without providing separate bindings.

Signed-off-by: Peter van Dijk <redacted>
4 years agoirqbalance: handle deepestcache option
Rui Salvaterra [Thu, 23 Jun 2022 08:09:13 +0000 (09:09 +0100)]
irqbalance: handle deepestcache option

Allow the user to specify the level at which irqbalance assumes the cache
domains are partitioned. Keep the default value of 2.

Signed-off-by: Rui Salvaterra <redacted>
4 years agotravelmate: update 2.0.8
Dirk Brenken [Thu, 23 Jun 2022 07:14:27 +0000 (09:14 +0200)]
travelmate: update 2.0.8

* the domain whitelist feature has been extended to free up multiple nested captive portal domains.

Signed-off-by: Dirk Brenken <redacted>
4 years agoknot-resolver: update to version 5.5.1
Josef Schlehofer [Wed, 22 Jun 2022 15:00:02 +0000 (17:00 +0200)]
knot-resolver: update to version 5.5.1

Changelog for versions:
- 5.4.4 [1]
- 5.5.0 [2]
- 5.5.1 [3]

[1] https://www.knot-resolver.cz/2022-01-05-knot-resolver-5.4.4.html
[2] https://www.knot-resolver.cz/2022-03-15-knot-resolver-5.5.0.html
[3] https://www.knot-resolver.cz/2022-06-14-knot-resolver-5.5.1.html

And refresh patch to avoid offset

Signed-off-by: Josef Schlehofer <redacted>
4 years agoxtables-addons: update to 3.21
Ivan Pavlov [Thu, 23 Jun 2022 03:06:44 +0000 (06:06 +0300)]
xtables-addons: update to 3.21

updated to kernel 5.10.121+ changes

Signed-off-by: Ivan Pavlov <redacted>
4 years agofish: update to 3.5.0
Rosen Penev [Tue, 5 Oct 2021 03:56:10 +0000 (20:56 -0700)]
fish: update to 3.5.0

Various other cleanups.

Signed-off-by: Rosen Penev <redacted>
4 years agohidapi: update to 0.12.0
Rosen Penev [Fri, 10 Jun 2022 19:52:30 +0000 (12:52 -0700)]
hidapi: update to 0.12.0

Switch to cmake.

Add upstream patch fixing iconv detection.

Signed-off-by: Rosen Penev <redacted>
4 years agolibmad: update to 0.16.1
Rosen Penev [Wed, 22 Jun 2022 03:37:19 +0000 (20:37 -0700)]
libmad: update to 0.16.1

Signed-off-by: Rosen Penev <redacted>
4 years agoluajit: backport softfloat ppc support
Rosen Penev [Tue, 21 Jun 2022 18:52:36 +0000 (11:52 -0700)]
luajit: backport softfloat ppc support

Signed-off-by: Rosen Penev <redacted>
4 years agocollectd: Fix various issues with lantiq dsl metrics.
Dominik Riebeling [Sat, 18 Jun 2022 09:46:50 +0000 (11:46 +0200)]
collectd: Fix various issues with lantiq dsl metrics.

- Handle bool values correctly. We get the values as bool, but collectd
  requires a bool value to be numeric in the range [0, 1].
- Remove profile and mode values. Those are strings, which cannot be
  represented by collectd.
- Update collectd type for some values.
- Fix latn value being present twice.

Signed-off-by: Dominik Riebeling <redacted>
4 years agohaproxy: Update HAProxy to v2.6.1
Christian Lachner [Wed, 22 Jun 2022 06:53:01 +0000 (08:53 +0200)]
haproxy: Update HAProxy to v2.6.1

- New major LTS release (https://www.mail-archive.com/haproxy@formilux.org/msg42371.html)
- Sadly, no QUIC/H3 support for now because the QuicTLS library - which is a fork of OpenSSL - would be needed. However, we do not have a package for that and I currently do not want to build and statically link it into the haproxy package
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <redacted>
4 years agophp8: update to 8.1.7
Michael Heimpold [Tue, 21 Jun 2022 21:48:13 +0000 (23:48 +0200)]
php8: update to 8.1.7

This fixes:
    - CVE-2022-31625
    - CVE-2022-31626

Signed-off-by: Michael Heimpold <redacted>
4 years agogcc: update 11 minor version
Christian Marangi [Tue, 21 Jun 2022 17:55:21 +0000 (19:55 +0200)]
gcc: update 11 minor version

- Update 11 minor version to match the upstream
- Rename patches dir to reflect new gcc 11 minor version
- Drop upstream patch

Signed-off-by: Christian Marangi <redacted>
4 years agosamba4: drop maintainership
Andy Walsh [Tue, 21 Jun 2022 11:19:30 +0000 (13:19 +0200)]
samba4: drop maintainership

drop maintainership:
* samba4
* ksmbd-tools
* perl-parse-yapp
* libtirpc
* softethervpn5
* wsdd2
* rpcsvc-proto

Signed-off-by: Andy Walsh <redacted>
4 years agorestic: update to 0.13.1
Tom Stöveken [Wed, 8 Jun 2022 16:11:00 +0000 (18:11 +0200)]
restic: update to 0.13.1

Tested lantiq/xrx200

Maintainer: Markus Weipert suggested to hand over to me, thank you!
Compile tested: SDK for OpenWrt 21.02.3
Run tested: xRX200 rev 1.2, AVM FRITZ!Box 7360 V2, OpenWrt 21.02.3

Description:
    Updated to version 0.13.1

Signed-off-by: Tom Stöveken <redacted>
4 years agocollectd: Support configuration of write_http plugin
Alexandros Kosiaris [Mon, 20 Jun 2022 16:07:01 +0000 (19:07 +0300)]
collectd: Support configuration of write_http plugin

write_http plugin is already built and shipped in
collectd-mod-write_http, however it is not possible to configure it via
uci currently, instead having to rely on populating the config file manually.

Add support by adding 2 functions, process_write_http() and
process_write_http_node(). First one just enables/disables the plugin.
The second one, in the spirit of the curl plugin, adds support for
populating multiple <Node> elements under <Plugin write_http> with
support for a few parameters. Those are:

* name. The name of the <Node>. Mandatory
* URL. Mandatory
* Format. Optional.
* User. Optional.
* Password. Optional.
* Timeout. Optional.
* BufferSize. Optional.

Signed-off-by: Alexandros Kosiaris <redacted>
4 years agoksmbd-tools: fix meson build
Rosen Penev [Tue, 21 Jun 2022 03:06:37 +0000 (20:06 -0700)]
ksmbd-tools: fix meson build

It changed the binaries from sbin to bin, breaking the init script.
Change it back.

Signed-off-by: Rosen Penev <redacted>
4 years agolibowfat: try to fix compilation under ARC
Rosen Penev [Thu, 9 Jun 2022 02:02:40 +0000 (19:02 -0700)]
libowfat: try to fix compilation under ARC

CFLAGS are not being passed.

Signed-off-by: Rosen Penev <redacted>
4 years agoxray-core: Update to 1.5.8
Tianling Shen [Mon, 20 Jun 2022 17:27:59 +0000 (01:27 +0800)]
xray-core: Update to 1.5.8

Updated geodata to latest version while at it.

Signed-off-by: Tianling Shen <redacted>
4 years agodjango: bump to version 4.0.5
Alexandru Ardelean [Wed, 15 Jun 2022 08:11:24 +0000 (11:11 +0300)]
django: bump to version 4.0.5

Signed-off-by: Alexandru Ardelean <redacted>
4 years agolxml: bump to version 4.9.0
Alexandru Ardelean [Wed, 15 Jun 2022 08:10:35 +0000 (11:10 +0300)]
lxml: bump to version 4.9.0

Signed-off-by: Alexandru Ardelean <redacted>
4 years agounbound: update to 1.16.0
Stijn Segers [Mon, 6 Jun 2022 07:51:47 +0000 (09:51 +0200)]
unbound: update to 1.16.0

Signed-off-by: Stijn Segers <redacted>
4 years agocloudflared: Update to 2022.6.2
Tianling Shen [Sat, 18 Jun 2022 18:17:14 +0000 (02:17 +0800)]
cloudflared: Update to 2022.6.2

Signed-off-by: Tianling Shen <redacted>
4 years agov2raya: Update to 1.5.8.1
Tianling Shen [Sat, 18 Jun 2022 18:02:08 +0000 (02:02 +0800)]
v2raya: Update to 1.5.8.1

1. Switched to use prebuilt web files to get rid of massive Node.js.
2. Increased nofile limitation to avoid "too many open files" error.

Signed-off-by: Tianling Shen <redacted>
4 years agoowntone: update to 28.4
Espen Jürgensen [Sat, 18 Jun 2022 21:23:42 +0000 (23:23 +0200)]
owntone: update to 28.4

Included changes:
* Install web UI
* Remove libantlr3c dependency
* Add Spotify support to description
* Updated conf file

Signed-off-by: Espen Jürgensen <redacted>
4 years agoMerge pull request #18750 from champtar/prom-lua-wait
Etienne Champetier [Fri, 17 Jun 2022 02:26:32 +0000 (22:26 -0400)]
Merge pull request #18750 from champtar/prom-lua-wait

prometheus-node-exporter-lua: fix waiting for interface

4 years agotreewide: remove PKG_INSTALL for meson projects
Rosen Penev [Wed, 15 Jun 2022 21:29:34 +0000 (14:29 -0700)]
treewide: remove PKG_INSTALL for meson projects

It doesn't seem to be used by meson.

Signed-off-by: Rosen Penev <redacted>
4 years agoMerge pull request #18739 from mhei/ser2net-update
Michael Heimpold [Wed, 15 Jun 2022 18:26:59 +0000 (20:26 +0200)]
Merge pull request #18739 from mhei/ser2net-update

Update gensio to 2.4.2 and ser2net to 4.3.6

4 years agodnsdist: update to 1.7.2
Peter van Dijk [Tue, 14 Jun 2022 10:14:40 +0000 (12:14 +0200)]
dnsdist: update to 1.7.2

Signed-off-by: Peter van Dijk <redacted>
4 years agotelegraf: update to version 1.23.0
Jonathan Pagel [Mon, 13 Jun 2022 18:38:45 +0000 (20:38 +0200)]
telegraf: update to version 1.23.0

Signed-off-by: Jonathan Pagel <redacted>
4 years agodawn: update to 2022-06-13
Nick Hainke [Mon, 13 Jun 2022 20:54:31 +0000 (22:54 +0200)]
dawn: update to 2022-06-13

88c78b4 memory_utils: fix reallocation

Signed-off-by: Nick Hainke <redacted>
4 years agortpmidid: add package
Daniel Golle [Sun, 12 Jun 2022 17:12:30 +0000 (18:12 +0100)]
rtpmidid: add package

Add RTP MIDI server package allowing to import/export local MIDI
clients or hardware devices to the local network using Apple's
RTP MIDI protocol.

Signed-off-by: Daniel Golle <redacted>
4 years agottymidi-sysex: add package
Daniel Golle [Sun, 12 Jun 2022 17:11:06 +0000 (18:11 +0100)]
ttymidi-sysex: add package

This adds an improved version of ttymidi with full support for SysEx
MIDI messages.

Signed-off-by: Daniel Golle <redacted>
4 years agopython3: Update to 3.10.5, refresh patches
Jeffery To [Mon, 13 Jun 2022 10:21:20 +0000 (18:21 +0800)]
python3: Update to 3.10.5, refresh patches

Signed-off-by: Jeffery To <redacted>
4 years agoprometheus-node-exporter-lua: fix waiting for interface
Etienne Champetier [Mon, 13 Jun 2022 03:03:06 +0000 (23:03 -0400)]
prometheus-node-exporter-lua: fix waiting for interface

Instead of waiting for interface to be up,
wait for it to have IPs, as this is what we need.

Also do not call procd_open_instance when not ready.

Signed-off-by: Etienne Champetier <redacted>
4 years agoksmbd-tools: add meson build
Rosen Penev [Thu, 9 Jun 2022 22:34:36 +0000 (15:34 -0700)]
ksmbd-tools: add meson build

Avoids iconv problems.

Signed-off-by: Rosen Penev <redacted>
4 years agoirqbalance: upstream patch to fix segfault
Hannu Nyman [Sun, 12 Jun 2022 17:26:02 +0000 (20:26 +0300)]
irqbalance: upstream patch to fix segfault

Apply post-1.9.0 patch from upstream to fix a segfault.
savedptr can be NULL, so guard for that.

Fixes #18741

Signed-off-by: Hannu Nyman <redacted>
4 years agoirqbalance: upstream patch to fix irq-module relation
Hannu Nyman [Sun, 12 Jun 2022 17:24:36 +0000 (20:24 +0300)]
irqbalance: upstream patch to fix irq-module relation

Apply post-1.9.0 patch from upstream to fix the irq-->module
relation detection.

Signed-off-by: Hannu Nyman <redacted>
4 years agodawn: update to 2022-06-11
Nick Hainke [Sat, 11 Jun 2022 18:29:28 +0000 (20:29 +0200)]
dawn: update to 2022-06-11

4cf9d0b treewide: code and documentation cleanup
48b12ee datastorage: Minor chnages to kicking algorithm to tidy up some handling.
7b615b6 treewide: improve beacon/probe logging
185f31b treewide: improve beacon request handling
0c2e713 datastorage/ubus: Add "soft" kicking algorithm
38f60c5 treewide: RSSI / RCPI handling updates
aba3e81 documentation: Parameter defaults and documentation
3979fdf treewide: cleanup code
e3b3753 scoring: improve scoring algorithm
33f380f treewide: cleanup code
b42193f kicking: improve kicking algorithm
16deab3 treewide: improve mutex handling
31f0a37 test: cleanup tests and add some test scripts
43ca8b8 treewide: fix bugs from Coverity Scan
8ae2a42 utils/storage: improve descriptions
9a9b4dd ubus: Simplify loops and scans in generating hearing map
c833064 treewide: rework mutex
1df5bc5 (master) network: cleanup and improve network handling
3bd349a utils: cleanup
a855087 utils/storage: cleanup
439fe95 ubus/datastorage/msghandler: cleanup
335ace2 datastorage: improve linked list
40ebf48 ubus/datastorage: cleanup
c13c285 utils: cleanup
0e4fc50 documentation: Heavily revised Markdown documentation files

Signed-off-by: Nick Hainke <redacted>
4 years agoser2net: update to 4.3.6
Michael Heimpold [Fri, 10 Jun 2022 20:46:34 +0000 (22:46 +0200)]
ser2net: update to 4.3.6

We need to add an upstream patch as well, which fixes disabling
the newly introduced PAM support.

Signed-off-by: Michael Heimpold <redacted>
4 years agogensio: update to 2.4.2
Michael Heimpold [Fri, 10 Jun 2022 20:45:58 +0000 (22:45 +0200)]
gensio: update to 2.4.2

Signed-off-by: Michael Heimpold <redacted>
4 years agolibpsl: use iconv dependency
Rosen Penev [Thu, 9 Jun 2022 22:38:17 +0000 (15:38 -0700)]
libpsl: use iconv dependency

Removed need for manual iconv handling.

Signed-off-by: Rosen Penev <redacted>
4 years agocshark: fix compilation with GCC12
Rosen Penev [Thu, 9 Jun 2022 01:10:04 +0000 (18:10 -0700)]
cshark: fix compilation with GCC12

Signed-off-by: Rosen Penev <redacted>
4 years agogerbera: update to 1.11.0
Rosen Penev [Thu, 9 Jun 2022 22:37:00 +0000 (15:37 -0700)]
gerbera: update to 1.11.0

Switch to meson build. Compiles properly with nls.mk

Signed-off-by: Rosen Penev <redacted>
4 years agouvcdynctrl: compile with meson
Rosen Penev [Thu, 9 Jun 2022 22:28:42 +0000 (15:28 -0700)]
uvcdynctrl: compile with meson

meson's iconv support actually works.

Signed-off-by: Rosen Penev <redacted>
4 years agonode: bump to v16.15.1
Hirokazu MORIKAWA [Thu, 9 Jun 2022 07:46:23 +0000 (16:46 +0900)]
node: bump to v16.15.1

Upgrade npm to 8.11.0
Suppressed unnecessary builds.

Signed-off-by: Hirokazu MORIKAWA <redacted>
4 years agomqttled: add new package
Tom Grime [Thu, 2 Jun 2022 09:22:11 +0000 (10:22 +0100)]
mqttled: add new package

Signed-off-by: Tom Grime <redacted>
4 years agolighttpd: update to lighttpd 1.4.65 release hash
Glenn Strauss [Fri, 21 Jan 2022 16:29:54 +0000 (11:29 -0500)]
lighttpd: update to lighttpd 1.4.65 release hash

* update to lighttpd 1.4.65 release hash
* specify lua version w/ -Dlua_version=lua to avoid patching meson.build

Signed-off-by: Glenn Strauss <redacted>
4 years agoxtables-addons: update to 3.20
Nick Hainke [Wed, 1 Jun 2022 06:27:59 +0000 (08:27 +0200)]
xtables-addons: update to 3.20

866bc7f Xtables-addons 3.20
aa70669 doc: move changelog to rST
d7de2a9 doc: remove old changelog entries
d7e49a8 build: bump supported kernel version to 5.17
966fa43 extensions: replace PDE_DATA

Signed-off-by: Nick Hainke <redacted>
4 years agoxtables-addons: add PKG_LICENSE_FILES and use SPDX
Nick Hainke [Wed, 1 Jun 2022 06:16:57 +0000 (08:16 +0200)]
xtables-addons: add PKG_LICENSE_FILES and use SPDX

Add PKG_LICENSE_FILES. Use SPDX.

Signed-off-by: Nick Hainke <redacted>
4 years agodomoticz: fix compilation with GCC12
Rosen Penev [Thu, 9 Jun 2022 01:13:49 +0000 (18:13 -0700)]
domoticz: fix compilation with GCC12

Upstream backport

Signed-off-by: Rosen Penev <redacted>
4 years agoopenvpn: update to 2.5.7
Ivan Pavlov [Mon, 6 Jun 2022 05:57:31 +0000 (08:57 +0300)]
openvpn: update to 2.5.7

Added limited support for OpenSSL 3.0
Fixed some bugs

Signed-off-by: Ivan Pavlov <redacted>
4 years agomdio-tools: include mvls
Robert Marko [Tue, 7 Jun 2022 12:18:15 +0000 (14:18 +0200)]
mdio-tools: include mvls

mdio-tools have a app dedicated to reading Marvell Link Street switch
properties which is really usefull to not have to manually do it via
MDIO.

So, install the mvls binary as well.

Signed-off-by: Robert Marko <redacted>
4 years agomdio-tools: update to 1.1.1
Robert Marko [Tue, 7 Jun 2022 11:47:40 +0000 (13:47 +0200)]
mdio-tools: update to 1.1.1

Update the mdio-netlink kmod and userspace mdio-tools to version 1.1.1.

mdio-tools required a musl time64 compatibility fix that I have an PR
open for already.

Changelog:
[v1.1.1] - 2022-05-23
---------------------

Tiny bugfix release.

- mdio: The bench operation is now much more reliable when stacked on
  other devices than regular PHYs (e.g. paged PHYs or Marvell
  switches).
- mvls: The STU can now be dumped chips from the Peridot generation.

[v1.1.0] - 2022-05-04
---------------------

A sprawling release, adding various mvls related introspection
features. mvls also gains a JSON output format.

- mvls: The STU can now be dumped (requires Linux 5.17 or later). This
  is useful now that mv88e6xxx supports offloading of MST states
- mvls: Output can now be formatted as JSON for easier scripting
- mdio: mvls: A subset of MIB counters can now be dumped. This let's
  you get at counters for DSA ports, which are not reachable from
  ethtool
- mdio: mvls: The LAG mask and LAG map tables can now be dumped
- mdio: Improve usage message by including the examples from the
  manual

Signed-off-by: Robert Marko <redacted>
4 years agoudpspeeder: add key option
Tan Xiaofan [Wed, 1 Jun 2022 06:46:00 +0000 (14:46 +0800)]
udpspeeder: add key option

Signed-off-by: Tan Xiaofan <redacted>
4 years agoglib2: replace intl patch with upstream solution
Rosen Penev [Tue, 7 Jun 2022 23:26:49 +0000 (16:26 -0700)]
glib2: replace intl patch with upstream solution

Signed-off-by: Rosen Penev <redacted>
4 years agopython-jsonschema: Update to 4.6.0
Javier Marcet [Mon, 6 Jun 2022 11:29:12 +0000 (13:29 +0200)]
python-jsonschema: Update to 4.6.0

What's Changed:

 - Add package_url for changelog by @fhightower
 - Only validate unevaluated properties/items on applicable types by
 @EpicWink
 - Mark library as typed (PEP-561) by @ssbarnea
 - Add v4.5.1 to changelog by @sirosen
 - Modernize the packaging setup via PEP 621 and Hatch. by @Julian

New Contributors:

 - @fhightower made their first contribution
 - @EpicWink made their first contribution

Signed-off-by: Javier Marcet <redacted>
4 years agomemcached: update to 1.6.15
Rosen Penev [Thu, 9 Jun 2022 01:27:29 +0000 (18:27 -0700)]
memcached: update to 1.6.15

Fixes compilation with GCC12.

Signed-off-by: Rosen Penev <redacted>
4 years agolibwebsockets: fix compilation with GCC12
Rosen Penev [Thu, 9 Jun 2022 01:12:08 +0000 (18:12 -0700)]
libwebsockets: fix compilation with GCC12

Upstream backport.

Signed-off-by: Rosen Penev <redacted>
4 years agodawn: update to 2022-06-09
Nick Hainke [Thu, 9 Jun 2022 06:03:24 +0000 (08:03 +0200)]
dawn: update to 2022-06-09

850a75c fix compilation with GCC12
2ac7b9d workflow: fix workflow

Signed-off-by: Nick Hainke <redacted>
4 years agodnsproxy: Update to 0.43.1
Tianling Shen [Tue, 7 Jun 2022 09:48:41 +0000 (17:48 +0800)]
dnsproxy: Update to 0.43.1

Signed-off-by: Tianling Shen <redacted>
4 years agoxray-core: increase nofile limitation
Tianling Shen [Tue, 7 Jun 2022 08:51:44 +0000 (16:51 +0800)]
xray-core: increase nofile limitation

This fixes "too many open files" error caused by max-file limitation
when xray processes large traffic.

Reported-by: Terry Ding <redacted>
Signed-off-by: Tianling Shen <redacted>
4 years agoMerge pull request #18711 from BKPepe/beep-update
Jeffery To [Wed, 8 Jun 2022 15:15:04 +0000 (23:15 +0800)]
Merge pull request #18711 from BKPepe/beep-update

beep: change git repository includes CVE fixes

4 years agobeep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532
Josef Schlehofer [Tue, 1 Jan 2019 02:38:00 +0000 (03:38 +0100)]
beep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532

1. Changed Git repository, which is used for Fedora packaging
https://github.com/johnath/beep/issues/11#issuecomment-450277122

Fixed CVEs:
CVE-2018-0492 - https://nvd.nist.gov/vuln/detail/CVE-2018-0492
CVE-2018-1000532 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000532

2. Fixed SPDX License Identifier

3. Add patch to comment out -D_FORTIFY_SOURCE
Otherwise, it can not be built by default.

Signed-off-by: Josef Schlehofer <redacted>
4 years agoMerge pull request #18680 from graysky2/htop
Jeffery To [Tue, 7 Jun 2022 07:49:28 +0000 (15:49 +0800)]
Merge pull request #18680 from graysky2/htop

htop: update to 3.2.1

4 years agoMerge pull request #18576 from stangri/master-curl
Stan Grishin [Mon, 6 Jun 2022 22:56:19 +0000 (01:56 +0300)]
Merge pull request #18576 from stangri/master-curl

curl: bump to 7.83.1

4 years agocurl: bump to 7.83.1
Stan Grishin [Thu, 19 May 2022 09:17:21 +0000 (09:17 +0000)]
curl: bump to 7.83.1

* https://curl.se/changes.html#7_83_1

Signed-off-by: Stan Grishin <redacted>
4 years agomicropython-lib: Update to latest master
Jeffery To [Mon, 6 Jun 2022 09:24:31 +0000 (17:24 +0800)]
micropython-lib: Update to latest master

Signed-off-by: Jeffery To <redacted>
4 years agogg: Update to 0.2.6
Tianling Shen [Sun, 5 Jun 2022 20:13:17 +0000 (04:13 +0800)]
gg: Update to 0.2.6

Signed-off-by: Tianling Shen <redacted>
git clone https://git.99rst.org/PROJECT