feed/packages.git
23 months agoncdu: update to 1.17 and add blue option
John Audia [Sat, 18 Jun 2022 12:52:17 +0000 (08:52 -0400)]
ncdu: update to 1.17 and add blue option

Upstream bump and add a patch to use a blue highlight color for the dark
color scheme (--color dark) as some users find the default bright green is
too intense.

Note that invoking ncdu without the --color switch at use uses the upstream
default bright green, so users will need to call ncdu with --color dark in
order to get the blue color.

Signed-off-by: John Audia <therealgraysky@proton.me>
23 months agotor: bump to 0.4.7.8 stable
Rui Salvaterra [Tue, 28 Jun 2022 11:07:30 +0000 (12:07 +0100)]
tor: bump to 0.4.7.8 stable

From the changelog…

  o Major bugfixes (congestion control, TROVE-2022-001):
    - Fix a scenario where RTT estimation can become wedged, seriously
      degrading congestion control performance on all circuits. This
      impacts clients, onion services, and relays, and can be triggered
      remotely by a malicious endpoint. Tracked as CVE-2022-33903. Fixes
      bug 40626; bugfix on 0.4.7.5-alpha.

  o Minor features (fallbackdir):
    - Regenerate fallback directories generated on June 17, 2022.

  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database, as
      retrieved on 2022/06/17.

  o Minor bugfixes (linux seccomp2 sandbox):
    - Allow the rseq system call in the sandbox. This solves a crash
      issue with glibc 2.35 on Linux. Patch from pmu-ipf. Fixes bug
      40601; bugfix on 0.3.5.11.

  o Minor bugfixes (logging):
    - Demote a harmless warn log message about finding a second hop to
      from warn level to info level, if we do not have enough
      descriptors yet. Leave it at notice level for other cases. Fixes
      bug 40603; bugfix on 0.4.7.1-alpha.
    - Demote a notice log message about "Unexpected path length" to info
      level. These cases seem to happen arbitrarily, and we likely will
      never find all of them before the switch to arti. Fixes bug 40612;
      bugfix on 0.4.7.5-alpha.

  o Minor bugfixes (relay, logging):
    - Demote a harmless XOFF log message to from notice level to info
      level. Fixes bug 40620; bugfix on 0.4.7.5-alpha.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
23 months agoautossh: improve uci and procd support
Jaymin Patel [Mon, 4 Jul 2022 10:09:51 +0000 (15:39 +0530)]
autossh: improve uci and procd support

- convert autossh into procd instances
- add new uci config options to handle local and remote
  port forwarding
- remove hotplug down actions causing service to stop on
  any interface down event

Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
23 months 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 <darryl@sokoloski.ca>
23 months 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

23 months agognutls: disable brotli 18868/head
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 <vincent@systemli.org>
23 months 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 <vincent@systemli.org>
23 months 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 <moritzwarning@web.de>
23 months 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 <vincent@systemli.org>
23 months 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 <vincent@systemli.org>
23 months 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 <vincent@systemli.org>
23 months 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

23 months 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 <vincent@systemli.org>
23 months agoradcli: uptdate to 1.3.0 18858/head
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 <vincent@systemli.org>
23 months 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 <mike@flyn.org>
23 months 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 <stijn@linux-ipv6.be>
23 months 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 <ardeleanalex@gmail.com>
23 months 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 <javier@marcet.info>
23 months 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 <m.storchak@gmail.com>
23 months 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 <m.storchak@gmail.com>
23 months 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

23 months agoopenwisp-monitoring: added 0.1.1 18510/head
Federico Capoano [Tue, 10 May 2022 20:06:34 +0000 (16:06 -0400)]
openwisp-monitoring: added 0.1.1

Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
23 months 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

23 months 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 <cnsztl@immortalwrt.org>
23 months 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 <javier@marcet.info>
23 months 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 <dev@brenken.org>
23 months 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

23 months 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 <javier@marcet.info>
23 months 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 <dev@brenken.org>
23 months 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 <michal.vasilek@nic.cz>
23 months agoopenwisp-config: update to 1.0.1 18796/head
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 <f.capoano@openwisp.io>
23 months 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 <pepe.schlehofer@gmail.com>
23 months 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 <michal.vasilek@nic.cz>
23 months 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.

23 months 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 <peter.van.dijk@powerdns.com>
23 months 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 <rsalvaterra@gmail.com>
23 months 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 <dev@brenken.org>
23 months 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 <pepe.schlehofer@gmail.com>
23 months 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 <AuthorReflex@gmail.com>
23 months 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 <rosenp@gmail.com>
23 months 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 <rosenp@gmail.com>
23 months 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 <rosenp@gmail.com>
23 months 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 <rosenp@gmail.com>
23 months agocollectd: Fix various issues with lantiq dsl metrics. 18778/head
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 <bluebrother@posteo.de>
23 months 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 <gladiac@gmail.com>
23 months agophp8: update to 8.1.7 18823/head
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 <mhei@heimpold.de>
23 months 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 <ansuelsmth@gmail.com>
23 months 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 <andy.walsh44+github@gmail.com>
23 months 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 <tom@naaa.de>
23 months 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 <akosiaris@gmail.com>
23 months 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 <rosenp@gmail.com>
23 months 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 <rosenp@gmail.com>
23 months 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 <cnsztl@immortalwrt.org>
23 months 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 <ardeleanalex@gmail.com>
23 months 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 <ardeleanalex@gmail.com>
23 months 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 <foss@volatilesystems.org>
23 months 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 <cnsztl@immortalwrt.org>
23 months 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 <cnsztl@immortalwrt.org>
23 months 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 <espenjurgensen+openwrt@gmail.com>
23 months 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

23 months 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 <rosenp@gmail.com>
23 months 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

23 months 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 <peter.van.dijk@powerdns.com>
23 months 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 <jonny_tischbein@systemli.org>
23 months 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 <vincent@systemli.org>
23 months 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 <daniel@makrotopia.org>
23 months 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 <daniel@makrotopia.org>
23 months agopython3: Update to 3.10.5, refresh patches 18752/head
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 <jeffery.to@gmail.com>
2 years agoprometheus-node-exporter-lua: fix waiting for interface 18750/head
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 <champetier.etienne@gmail.com>
2 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 <rosenp@gmail.com>
2 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 <hannu.nyman@iki.fi>
2 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 <hannu.nyman@iki.fi>
2 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 <vincent@systemli.org>
2 years agoser2net: update to 4.3.6 18739/head
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 <mhei@heimpold.de>
2 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 <mhei@heimpold.de>
2 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 <rosenp@gmail.com>
2 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 <rosenp@gmail.com>
2 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 <rosenp@gmail.com>
2 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 <rosenp@gmail.com>
2 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 <morikw2@gmail.com>
2 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 <tom.grime@gmail.com>
2 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 <gstrauss@gluelogic.com>
2 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 <vincent@systemli.org>
2 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 <vincent@systemli.org>
2 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 <rosenp@gmail.com>
2 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 <AuthorReflex@gmail.com>
2 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 <robert.marko@sartura.hr>
2 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 <robert.marko@sartura.hr>
2 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 <xfan1024@live.com>
2 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 <rosenp@gmail.com>
2 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 <javier@marcet.info>
2 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 <rosenp@gmail.com>
2 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 <rosenp@gmail.com>
2 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 <vincent@systemli.org>
2 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 <cnsztl@immortalwrt.org>
2 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 <terryding77@gmail.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 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

2 years agobeep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532 18711/head
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 <pepe.schlehofer@gmail.com>
2 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

2 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