feed/packages.git
20 months agoMerge pull request #19470 from rmilecki/ddns-scripts-code-cleanup
Rafał Miłecki [Wed, 28 Sep 2022 07:50:51 +0000 (09:50 +0200)]
Merge pull request #19470 from rmilecki/ddns-scripts-code-cleanup

ddns-scripts: clean up code a bit to make it easier to understand

20 months agoddns-scripts: add explicit "-d" switch for Dry Run 19470/head
Rafał Miłecki [Tue, 27 Sep 2022 15:42:58 +0000 (17:42 +0200)]
ddns-scripts: add explicit "-d" switch for Dry Run

It was a bit confusing to use *verbosity* level for Dry Run mode. Add
explicity switch for it and designed DRY_RUN variable to make code
easier to understand.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
20 months agoddns-scripts: rename variable: s/ERR_UPDATE/RETRY_COUNT/
Rafał Miłecki [Tue, 27 Sep 2022 15:42:58 +0000 (17:42 +0200)]
ddns-scripts: rename variable: s/ERR_UPDATE/RETRY_COUNT/

Rename variable to make code easier to understand. This variable
specifies how many times in row ddns script tried to update IP without a
success.

Previous name ("ERR_UPDATE") didn't suggest it was for counting
anything. It also didn't specify was error was it related to.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
20 months agoddns-scripts: replace IP type (name) "local" with "current"
Rafał Miłecki [Tue, 27 Sep 2022 15:42:58 +0000 (17:42 +0200)]
ddns-scripts: replace IP type (name) "local" with "current"

Local suggests something related to the local network or available
locally only. All that code related to the "local" IP was actually
dealing with *current* device external IP address. Using name "current"
should make code a bit easier to understand.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
20 months agoddns-scripts: rename variable: s/retry_count/retry_max_count/
Rafał Miłecki [Tue, 27 Sep 2022 15:42:58 +0000 (17:42 +0200)]
ddns-scripts: rename variable: s/retry_count/retry_max_count/

Rename variable to make code easier to understand. This variable
specifies how many times ddns script should try to send a request.

Previous name ("retry_count") suggested it was for *counting* attempts.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
20 months agoMerge pull request #19448 from stangri/master-simple-adblock
Stan Grishin [Tue, 27 Sep 2022 10:37:57 +0000 (03:37 -0700)]
Merge pull request #19448 from stangri/master-simple-adblock

simple-adblock: update to 1.9.1-1

20 months agoMerge pull request #19465 from TELUS-BBA/zabbix6.2
Etienne Champetier [Mon, 26 Sep 2022 19:31:12 +0000 (15:31 -0400)]
Merge pull request #19465 from TELUS-BBA/zabbix6.2

zabbix: update to 6.2.3

20 months agoMerge pull request #19460 from stangri/master-curl
Stan Grishin [Mon, 26 Sep 2022 19:07:38 +0000 (12:07 -0700)]
Merge pull request #19460 from stangri/master-curl

curl: bugfix: github source url

20 months agozabbix: update to 6.2.3 19465/head
Scott Roberts [Mon, 26 Sep 2022 15:41:21 +0000 (09:41 -0600)]
zabbix: update to 6.2.3

Refreshed patches.

Signed-off-by: Scott Roberts <ttocsr@gmail.com>
20 months agolua-eco: adapt SSL choice to libwolfsslcpu-crypto
Eneas U de Queiroz [Mon, 8 Aug 2022 13:30:56 +0000 (10:30 -0300)]
lua-eco: adapt SSL choice to libwolfsslcpu-crypto

libwolfsslcpu-crypto has to be taken into consideration when selecting
the default SSL backend.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
20 months agoMerge pull request #19446 from jamesmacwhite/mwan3-config-replace-google-dns
Florian Eckert [Mon, 26 Sep 2022 09:41:43 +0000 (11:41 +0200)]
Merge pull request #19446 from jamesmacwhite/mwan3-config-replace-google-dns

mwan3: Switch default track_ip targets from Google DNS to Cloudflare DNS

20 months agolibs/libwebsockets: Update to 4.3.x
Karl Palsson [Fri, 23 Sep 2022 12:15:56 +0000 (12:15 +0000)]
libs/libwebsockets: Update to 4.3.x

Changes since 4.2 are extensive, as always.
https://libwebsockets.org/git/libwebsockets/tree/changelog?h=v4.3-stable#n4

Eg, Adds CBOR, support for reduced memory CA verification, cookie jars,
mqtt client gains qos2, mbedtls v3, fault injection apis, better support
for event loops.

Signed-off-by: Karl Palsson <karlp@etactica.com>
20 months agolang: lua-penlight: update to 1.13.1
Karl Palsson [Fri, 23 Sep 2022 12:48:32 +0000 (12:48 +0000)]
lang: lua-penlight: update to 1.13.1

These are bugfix and feature releases.

Changes from 1.11->1.12:
https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1120-2022-jan-10
Changes from 1.12->1.13:
https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1130-2022-jul-22

Signed-off-by: Karl Palsson <karlp@etactica.com>
20 months agolibs/cjson: bump to 1.7.15
Karl Palsson [Fri, 23 Sep 2022 12:01:25 +0000 (12:01 +0000)]
libs/cjson: bump to 1.7.15

This is a bugfix release.
Full release notes available at: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.15

Signed-off-by: Karl Palsson <karlp@etactica.com>
20 months agopagekite: add patchs for 64bit time
Karl Palsson [Mon, 19 Sep 2022 14:15:27 +0000 (14:15 +0000)]
pagekite: add patchs for 64bit time

Source: https://github.com/pagekite/libpagekite/pull/78

Signed-off-by: Karl Palsson <karlp@etactica.com>
20 months agomosquitto: bump to 2.0.15
Karl Palsson [Mon, 19 Sep 2022 11:45:13 +0000 (11:45 +0000)]
mosquitto: bump to 2.0.15

Changelog: https://mosquitto.org/blog/2022/08/version-2-0-15-released/
Changelog: https://mosquitto.org/blog/2021/11/version-2-0-14-released/

2.0.15 is bigger security and bugfix release.  2.0.14 had a couple of
  minor changes and was skipped for OpenWrt.

Signed-off-by: Karl Palsson <karlp@etactica.com>
20 months agomosquitto: add missing 'persistence' section in config
Ptilopsis Leucotis [Sun, 15 May 2022 04:02:40 +0000 (07:02 +0300)]
mosquitto: add missing 'persistence' section in config

Section 'Persistence' in 'luci-app-mosquitto' is unusable without 'persistence'
section in config file.

Signed-off-by: Ptilopsis Leucotis <PtilopsisLeucotis@yandex.com>
20 months agotor: update to 0.4.7.9
Nick Hainke [Sat, 24 Sep 2022 15:59:40 +0000 (17:59 +0200)]
tor: update to 0.4.7.9

Release Notes:
https://forum.torproject.net/t/urgent-stable-release-0-4-5-14-0-4-6-12-and-0-4-7-10

Signed-off-by: Nick Hainke <vincent@systemli.org>
20 months agocurl: bugfix: github source url 19460/head
Stan Grishin [Mon, 26 Sep 2022 08:31:56 +0000 (08:31 +0000)]
curl: bugfix: github source url

* fixes https://github.com/openwrt/packages/issues/19456

Signed-off-by: Stan Grishin <stangri@melmac.ca>
20 months agodocker-compose: Update to version 2.11.1
Javier Marcet [Sat, 24 Sep 2022 15:49:53 +0000 (17:49 +0200)]
docker-compose: Update to version 2.11.1

Signed-off-by: Javier Marcet <javier@marcet.info>
20 months agohaproxy: Update HAProxy to v2.6.6
Christian Lachner [Sat, 24 Sep 2022 08:14:54 +0000 (10:14 +0200)]
haproxy: Update HAProxy to v2.6.6

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
20 months agoMerge pull request #19455 from mhei/mmc-utils-update
Michael Heimpold [Mon, 26 Sep 2022 05:43:35 +0000 (07:43 +0200)]
Merge pull request #19455 from mhei/mmc-utils-update

mmc-utils: update to latest upstream revision

20 months agommc-utils: update to latest upstream revision 19455/head
Michael Heimpold [Sun, 25 Sep 2022 20:13:16 +0000 (22:13 +0200)]
mmc-utils: update to latest upstream revision

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
20 months agoadblock: update 4.1.4-5
Dirk Brenken [Sun, 25 Sep 2022 19:00:00 +0000 (21:00 +0200)]
adblock: update 4.1.4-5

* auto-whitelist ext. dns lookup domain
* add public doh server blocklist source
* whitespace fixes in adblock.sources

Signed-off-by: Dirk Brenken <dev@brenken.org>
20 months agoffmpeg: update to 5.1.2
John Audia [Sun, 25 Sep 2022 12:04:14 +0000 (08:04 -0400)]
ffmpeg: update to 5.1.2

Bump to latest upstream version

Signed-off-by: John Audia <therealgraysky@proton.me>
20 months agoopenblas: bump to version 0.3.21
Alexandru Ardelean [Sun, 25 Sep 2022 14:44:00 +0000 (17:44 +0300)]
openblas: bump to version 0.3.21

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
20 months agosimple-adblock: update to 1.9.1-1 19448/head
Stan Grishin [Fri, 23 Sep 2022 20:44:12 +0000 (20:44 +0000)]
simple-adblock: update to 1.9.1-1

* remove obsolete block-lists from config
* add removal of obsolete lists to config-update
* add AdGuard team's block-list to config
* improve allow command
* improve nftset support
* move config load to uci_load_validate, which required some code refactoring which
  looks dramatic, but isn't
* always use dnsmasq_restart instead of dnsmasq_hup for all dns resolution options
  for dnsmasq

Signed-off-by: Stan Grishin <stangri@melmac.ca>
20 months agotang: update directory
Rosen Penev [Thu, 22 Sep 2022 23:04:25 +0000 (16:04 -0700)]
tang: update directory

There's no more cache.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agoRevert "jose: remove libjose"
Rosen Penev [Thu, 22 Sep 2022 23:02:24 +0000 (16:02 -0700)]
Revert "jose: remove libjose"

This reverts commit 02d6c8346cfae7c2de456800a862a7dd90782858.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agoRevert "jose: fix static library usage"
Rosen Penev [Thu, 22 Sep 2022 23:02:05 +0000 (16:02 -0700)]
Revert "jose: fix static library usage"

This reverts commit c61b70918b6c10f6fd726b098474736a7e0ae9cd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agoMerge pull request #19439 from mhei/php8-more-extensions-19424
Michael Heimpold [Sun, 25 Sep 2022 08:21:56 +0000 (10:21 +0200)]
Merge pull request #19439 from mhei/php8-more-extensions-19424

php8-pecl-xdebug: add package (refs #19424)

20 months agomwan3: Switch default track_ip targets from Google DNS to Cloudflare DNS 19446/head
James White [Sun, 25 Sep 2022 08:05:27 +0000 (09:05 +0100)]
mwan3: Switch default track_ip targets from Google DNS to Cloudflare DNS

Signed-off-by: James White <james@jmwhite.co.uk>
20 months agoMerge pull request #19419 from james-mcguire/master
Dirk Brenken [Sun, 25 Sep 2022 06:55:45 +0000 (08:55 +0200)]
Merge pull request #19419 from james-mcguire/master

adblock: add lightswitch05 source

20 months agosnowflake: run snowflake-proxy with procd-ujail
Daniel Golle [Sun, 25 Sep 2022 00:28:43 +0000 (01:28 +0100)]
snowflake: run snowflake-proxy with procd-ujail

snowflake-proxy doesn't write any files
 => run in read-only rootfs environment

the process needs to read SSL certs but no other files
 => only exposed path is /etc/ssl/certificates (read-only)

running as unpriviledged user with no additional capabilities
 => set no-new-privs bit

By default procd-ujail also isolates the process by executing it in
a separate new IPC and PID namespace.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
20 months agoadblock: add lightswitch05 blocklist source 19419/head
James McGuire [Sat, 24 Sep 2022 21:49:21 +0000 (14:49 -0700)]
adblock: add lightswitch05 blocklist source

Signed-off-by: James McGuire <jamesm51@gmail.com>
20 months agosnowflake: add package
Daniel Golle [Sat, 24 Sep 2022 02:03:22 +0000 (03:03 +0100)]
snowflake: add package

Package Tor's Snowflake system components so users can offer e.g.
a standalone Snowflake proxy on their routers or other devices.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
20 months agopoemgr: update to latest HEAD
David Bauer [Fri, 23 Sep 2022 11:15:37 +0000 (13:15 +0200)]
poemgr: update to latest HEAD

8988247 Makefile: Enable warnings as errors (-Werror)
aea39ca Makefile: Respect the CFLAGS and LDFLAGS that have been passed in
189594f poemgr: Fix compiler warnings in poemgr.c
0e1a8cf pd69104: Avoid self-induced pointer casts
2d53298 uswflex: Remove unused variables and declarations
d345441 poemgr: Reorganize poemgr.h to remove forward declarations
df1a7bc contrib: remove unneccessary functions.sh loading
056a6a9 poemgr: Fix name based profile selection
b8f8f23 poemgr: prolong the power budget detection delay
9e8344a poemgr: configure power_budget to override detected limit

Signed-off-by: David Bauer <mail@david-bauer.net>
20 months agophp8-pecl-xdebug: add package (refs 19424) 19439/head
Michael Heimpold [Sat, 24 Sep 2022 07:50:28 +0000 (09:50 +0200)]
php8-pecl-xdebug: add package (refs 19424)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
20 months agogatling: add package gatling
Martin Hübner [Tue, 2 Aug 2022 12:42:06 +0000 (14:42 +0200)]
gatling: add package gatling

Gatling is a high-performance webserver from fefe. It gives a
fairly decent feature-set at really small size. And its fast.

Co-authored-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
20 months agodnsproxy: Update to 0.45.0
Tianling Shen [Fri, 23 Sep 2022 06:56:50 +0000 (14:56 +0800)]
dnsproxy: Update to 0.45.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20 months agodnslookup: Update to 1.8.0
Tianling Shen [Fri, 23 Sep 2022 06:58:22 +0000 (14:58 +0800)]
dnslookup: Update to 1.8.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20 months agoglib2: backport locale fix
Rosen Penev [Thu, 22 Sep 2022 18:51:35 +0000 (11:51 -0700)]
glib2: backport locale fix

Fixes compilation with non English locale.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agolibowfat: fix glibc compilation
Rosen Penev [Thu, 22 Sep 2022 23:51:17 +0000 (16:51 -0700)]
libowfat: fix glibc compilation

Ported Fedora patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agolibsoup3: update maintainer
Rosen Penev [Thu, 22 Sep 2022 22:48:52 +0000 (15:48 -0700)]
libsoup3: update maintainer

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agoMerge pull request #19422 from paper42/knot-resolver-5.5.3
Josef Schlehofer [Thu, 22 Sep 2022 22:43:04 +0000 (00:43 +0200)]
Merge pull request #19422 from paper42/knot-resolver-5.5.3

knot-resolver: update to 5.5.3

20 months agopdns-recursor: update to 4.7.3
Peter van Dijk [Wed, 21 Sep 2022 10:31:25 +0000 (12:31 +0200)]
pdns-recursor: update to 4.7.3

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
20 months agoknot-resolver: update to 5.5.3 19422/head
Michal Vasilek [Thu, 22 Sep 2022 17:47:41 +0000 (19:47 +0200)]
knot-resolver: update to 5.5.3

* fixes CVE-2022-40188

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
20 months agolibsoup3: add
Rosen Penev [Thu, 9 Jun 2022 01:06:38 +0000 (18:06 -0700)]
libsoup3: add

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agoopenwisp-config: cleanup Makefile
Nick Hainke [Sun, 3 Jul 2022 09:23:50 +0000 (11:23 +0200)]
openwisp-config: cleanup Makefile

The license identifier has a typo. Fix it.
Use SPDX instead of license boilerplate.

Signed-off-by: Nick Hainke <vincent@systemli.org>
20 months agoopenwisp-monitoring: cleanup Makefile
Nick Hainke [Sun, 3 Jul 2022 09:21:11 +0000 (11:21 +0200)]
openwisp-monitoring: cleanup Makefile

The license identifier has a typo. Fix it.
Use SPDX instead of license boilerplate.

Signed-off-by: Nick Hainke <vincent@systemli.org>
20 months agonetsniff-ng: Build and package mausezahn
Martin Blumenstingl [Wed, 6 Jul 2022 23:46:02 +0000 (01:46 +0200)]
netsniff-ng: Build and package mausezahn

mausezahn is a multicast traffic generator which is part of the
netsniff-ng sources. This utility is needed for the upcoming
kernel-selftests-net-forwarding package. Add a new package for it.

netsniff-ng will automatically detect all installed dependencies and
build only the utilities whose dependencies are installed (meaning:
mausezahn is not build when for example libcli is not installed and
other tools are not build if for example zlib is missing). Depending
on the selected packages (netsniff-ng or mausezahn) the OpenWrt build
system has to trigger netsniff-ng's configure script, which will then
pick up and automatically build the programs (mausezahn, netsniff-ng,
trafgen, ...) for which all dependencies are installed.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
20 months agolibcli: Add new package
Martin Blumenstingl [Wed, 6 Jul 2022 23:46:56 +0000 (01:46 +0200)]
libcli: Add new package

This package is a dependency for building mausezahn as part of the
netsniff-ng sources. mausezahn is a multicast traffic generator used by
the upcoming kernel-selftests-net-forwarding package.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
20 months agoopen-vm-tools: enable debugging for vcenter
Florian Eckert [Mon, 15 Feb 2021 10:35:46 +0000 (11:35 +0100)]
open-vm-tools: enable debugging for vcenter

Updating tools.conf to get more info during deployment and template
cloning.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
20 months agoopen-vm-tools: enable dnet support
Florian Eckert [Thu, 18 Mar 2021 14:23:40 +0000 (15:23 +0100)]
open-vm-tools: enable dnet support

Enable dnet support to get guestinfo and nicinfo

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
20 months agoopen-vm-tools: enable deploypkg plugin
Florian Eckert [Mon, 15 Feb 2021 12:01:30 +0000 (13:01 +0100)]
open-vm-tools: enable deploypkg plugin

Enable support functions for guest package deployment.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
20 months agolibmspack: initial checkin
Florian Eckert [Mon, 15 Feb 2021 12:00:33 +0000 (13:00 +0100)]
libmspack: initial checkin

libmspack is a library for some loosely related Microsoft compression
formats: CAB, CHM, HLP, LIT, KWAJ and SZDD

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
20 months agohping3: add new package
Alexander E. Patrakov [Sun, 4 Sep 2022 16:38:58 +0000 (00:38 +0800)]
hping3: add new package

The new package would help measuring one-way delays using ICMP type 13
packets. This is important for various scripts that automatically adjust
CAKE shaper bandwidth based on the observed bufferbloat. They need to
understand whether the delay is on the way up or on the way down, so
that they can adjust the bandwidth of the proper part of the shaper.

https://forum.openwrt.org/t/cake-w-adaptive-bandwidth-historic/108848
https://forum.openwrt.org/t/cake-w-adaptive-bandwidth/135379

V2: refreshed patches

Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
20 months agovim: update to 9.0
Nick Hainke [Thu, 25 Aug 2022 09:11:43 +0000 (11:11 +0200)]
vim: update to 9.0

Remove upstreamed patches:
- 001-support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
  -> https://github.com/vim/vim/commit/8f1dde5021d9623a951d1ccbc78cf1b1a55ccd7a
- 020-macos.patch
  -> https://github.com/vim/vim/commit/5289783e0b07cfc3f92ee933261ca4c4acdca007

Refresh patches:
- 002-remove_helptags_generation.patch

Release Notes:
https://www.vim.org/vim90.php

Add to configure_args:
 --disable-libsodium

Signed-off-by: Nick Hainke <vincent@systemli.org>
20 months agoxz: update to 5.2.6
Nick Hainke [Sun, 28 Aug 2022 04:23:40 +0000 (06:23 +0200)]
xz: update to 5.2.6

Release Notes:
https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD

Signed-off-by: Nick Hainke <vincent@systemli.org>
20 months agorealtek-poe: Update package to v1.0
Alexandru Gagniuc [Sun, 18 Sep 2022 15:34:59 +0000 (10:34 -0500)]
realtek-poe: Update package to v1.0

v1.0 fixes a bug with MCU communication, and allows shutting down
individual ports over ubus. A summarry of commands can be shown with:

ubus -v list poe

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
20 months agobind: bump to 9.18.7
Noah Meyerhans [Wed, 21 Sep 2022 18:57:50 +0000 (11:57 -0700)]
bind: bump to 9.18.7

Fixes multiple security issues:

CVE-2022-38178 - Fix memory leak in EdDSA verify processing

CVE-2022-3080 - Fix serve-stale crash that could happen when
stale-answer-client-timeout was set to 0 and there was
a stale CNAME in the cache for an incoming query

CVE-2022-2906 - Fix memory leaks in the DH code when using OpenSSL 3.0.0
and later versions. The openssldh_compare(),
openssldh_paramcompare(), and openssldh_todns()
functions were affected

CVE-2022-2881 - When an HTTP connection was reused to get
statistics from the stats channel, and zlib
compression was in use, each successive
response sent larger and larger blocks of memory,
potentially reading past the end of the allocated
buffer

CVE-2022-2795 - Prevent excessive resource use while processing large
delegations

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
20 months agoopendoas: avoid libpam dependency
Eneas U de Queiroz [Thu, 15 Sep 2022 00:21:50 +0000 (21:21 -0300)]
opendoas: avoid libpam dependency

Package is failing to build because it picks up libpam dependency
regardless of `BUSYBOX_CONFIG_PAM`.

Use configure args --with-pam, --without-pam to assert the option.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
20 months agowifi-presence: Update to version v0.2.0
Adam Williams [Wed, 14 Sep 2022 02:21:41 +0000 (20:21 -0600)]
wifi-presence: Update to version v0.2.0

This version better decodes SSID names which contain emoji, control
characters, and other non-ascii characters.

https://github.com/awilliams/wifi-presence/pull/8

Signed-off-by: Adam Williams <pwnfactory@gmail.com>
20 months agoyq: Update to 4.27.5
Tianling Shen [Mon, 19 Sep 2022 02:33:32 +0000 (10:33 +0800)]
yq: Update to 4.27.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20 months agogg: Update to 0.2.11
Tianling Shen [Mon, 19 Sep 2022 02:42:57 +0000 (10:42 +0800)]
gg: Update to 0.2.11

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20 months agoglib2: update to 2.74.0
Rosen Penev [Mon, 19 Sep 2022 02:49:21 +0000 (19:49 -0700)]
glib2: update to 2.74.0

Remove upstreamed patch and delete pointless one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agoMerge pull request #19410 from robimarko/mdio
Stijn Tintel [Wed, 21 Sep 2022 13:56:17 +0000 (16:56 +0300)]
Merge pull request #19410 from robimarko/mdio

mdio-tools: update to 1.2.0

20 months agolighttpd: update to lighttpd 1.4.67 release hash
Glenn Strauss [Sun, 18 Sep 2022 07:02:40 +0000 (03:02 -0400)]
lighttpd: update to lighttpd 1.4.67 release hash

* update to lighttpd 1.4.67 release hash

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
20 months agoMerge pull request #19417 from mhei/libxml2-update-2.10.2
Michael Heimpold [Wed, 21 Sep 2022 05:57:19 +0000 (07:57 +0200)]
Merge pull request #19417 from mhei/libxml2-update-2.10.2

libxml2: update to 2.10.2 (closes #19288)

20 months agolibxml2: update to 2.10.2 (closes #19288) 19417/head
Michael Heimpold [Mon, 29 Aug 2022 21:26:20 +0000 (23:26 +0200)]
libxml2: update to 2.10.2 (closes #19288)

This fixes:
- CVE-2022-2309

Release Notes:
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.0
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.1
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.2

Also drop removed docbook compile switch.
Disable PKG_FIXUP to allow backporting.

Signed-off-by: Nick Hainke <vincent@systemli.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
20 months agoMerge pull request #19414 from G-M0N3Y-2503/docker-update
Hannu Nyman [Tue, 20 Sep 2022 19:27:09 +0000 (22:27 +0300)]
Merge pull request #19414 from G-M0N3Y-2503/docker-update

Docker: Update to v20.10.18

20 months agodockerd: Update to v20.10.18 19414/head
Gerard Ryan [Tue, 20 Sep 2022 10:45:06 +0000 (20:45 +1000)]
dockerd: Update to v20.10.18

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
20 months agodocker: Update to v20.10.18
Gerard Ryan [Tue, 20 Sep 2022 10:44:44 +0000 (20:44 +1000)]
docker: Update to v20.10.18

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
20 months agolibnetwork: Update to 0dde5c8 for Docker v20.10.18
Gerard Ryan [Tue, 20 Sep 2022 10:41:21 +0000 (20:41 +1000)]
libnetwork: Update to 0dde5c8 for Docker v20.10.18

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
20 months agocontainerd: Update to v1.6.8 for Docker v20.10.18
Gerard Ryan [Tue, 20 Sep 2022 10:38:17 +0000 (20:38 +1000)]
containerd: Update to v1.6.8 for Docker v20.10.18

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
20 months agorunc: Update to v1.1.4 for Docker v20.10.18
Gerard Ryan [Tue, 20 Sep 2022 10:37:08 +0000 (20:37 +1000)]
runc: Update to v1.1.4 for Docker v20.10.18

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
20 months agoMerge pull request #19335 from db260179/master-openconnect
Florian Eckert [Tue, 20 Sep 2022 09:14:57 +0000 (11:14 +0200)]
Merge pull request #19335 from db260179/master-openconnect

vpnc-script: restart dnsmasq when openconnect disconnects

20 months agomdio-tools: update to 1.2.0 19410/head
Robert Marko [Mon, 19 Sep 2022 17:50:16 +0000 (19:50 +0200)]
mdio-tools: update to 1.2.0

Update the mdio-netlink kmod and userspace mdio-tools to version 1.2.0.
This allows dropping the time64 musl patch which was upstreamed.

[v1.2.0] - 2022-09-15
---------------------

- mdio: A new addressing mode "mmd-c22": Used to access MMDs attached
  to MDIO controllers without Clause 45 support by using registers 13
  and 14 in the device's Clause 22 register space
- mdio: Pretty print gigabit link capability information from a PHY's
  extended status register
- mdio: Pretty print lots of status information from MMDs (C45 PHYs)
- mvls: Decode priority override information of ATU entries

- mvls: Table listings now always prints out the device information,
  even on single chip systems.

Signed-off-by: Robert Marko <robimarko@gmail.com>
20 months agovpnc-script: restart dnsmasq when openconnect disconnects 19335/head
David Bentham [Fri, 9 Sep 2022 08:40:02 +0000 (09:40 +0100)]
vpnc-script: restart dnsmasq when openconnect disconnects

Signed-off-by: David Bentham <db260179@gmail.com>
20 months agoMerge pull request #19314 from TDT-AG/pr/2022-09-05-collectd
Florian Eckert [Mon, 19 Sep 2022 09:13:28 +0000 (11:13 +0200)]
Merge pull request #19314 from TDT-AG/pr/2022-09-05-collectd

collectd: extend network uci plugin

20 months agojose: fix static library usage
Rosen Penev [Sat, 17 Sep 2022 22:22:53 +0000 (15:22 -0700)]
jose: fix static library usage

When libjose is built statically, it must use --whole-archive as it uses
GCC's constructor attribute to initialize itself.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agov2ray-geodata: Update to latest version
Tianling Shen [Mon, 19 Sep 2022 02:39:35 +0000 (10:39 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20 months agoxray-core: Update to 1.6.0
Tianling Shen [Mon, 19 Sep 2022 02:45:48 +0000 (10:45 +0800)]
xray-core: Update to 1.6.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20 months agotelldus-core: add missing include
Rosen Penev [Mon, 19 Sep 2022 03:06:20 +0000 (20:06 -0700)]
telldus-core: add missing include

Needed for memset.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 months agogrep: use libpcre2
Nick Hainke [Sun, 18 Sep 2022 09:18:34 +0000 (11:18 +0200)]
grep: use libpcre2

We should use libpcre2 instead of libpcre in the new grep version.

Signed-off-by: Nick Hainke <vincent@systemli.org>
20 months agoMerge pull request #19396 from hnyman/collectd-nut
Hannu Nyman [Sun, 18 Sep 2022 16:58:45 +0000 (19:58 +0300)]
Merge pull request #19396 from hnyman/collectd-nut

collectd: re-enable nut plugin

20 months agocollectd: re-enable nut plugin 19396/head
Hannu Nyman [Sun, 18 Sep 2022 15:55:03 +0000 (18:55 +0300)]
collectd: re-enable nut plugin

Re-enable the nut plugin (remove BROKEN mark).
Nut itself has been patched to provide better compatible time_t.

I have not not run-tested the plugin, so it is still possible that
the fixes from upstream collectd PR 4043 are still needed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
20 months agoMerge pull request #19362 from dhewg/dsl
Hannu Nyman [Sun, 18 Sep 2022 07:51:00 +0000 (10:51 +0300)]
Merge pull request #19362 from dhewg/dsl

prometheus/collectd: adapt dependencies for the dsl collector

20 months agoadblock: update 4.1.4-3
Dirk Brenken [Sun, 18 Sep 2022 07:09:07 +0000 (09:09 +0200)]
adblock: update 4.1.4-3

* unbound: fix domain search regression

Signed-off-by: Dirk Brenken <dev@brenken.org>
20 months agopython-jsonschema: Update to 4.16.0
Javier Marcet [Sat, 10 Sep 2022 01:36:55 +0000 (03:36 +0200)]
python-jsonschema: Update to 4.16.0

 - Improve the base URI behavior when resolving a $ref to a resolution
 URI which is different from the resolved schema's declared $id.
 - Accessing jsonschema.draftN_format_checker is deprecated. Instead,
 if you want access to the format checker itself, it is exposed as
 jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any
 jsonschema.protocols.Validator.

Signed-off-by: Javier Marcet <javier@marcet.info>
20 months agopython-jsonschema: Update to 4.15.0, broken since 4.6.0
Javier Marcet [Wed, 7 Sep 2022 18:15:17 +0000 (20:15 +0200)]
python-jsonschema: Update to 4.15.0, broken since 4.6.0

Signed-off-by: Javier Marcet <javier@marcet.info>
20 months agogrep: update to 3.8
Nick Hainke [Sat, 10 Sep 2022 06:20:17 +0000 (08:20 +0200)]
grep: update to 3.8

Manually refresh:
- ppc-musl.patch

Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html

Signed-off-by: Nick Hainke <vincent@systemli.org>
20 months agonut: ensure time_t is defined in upsclient.h
Eneas U de Queiroz [Thu, 15 Sep 2022 14:53:23 +0000 (11:53 -0300)]
nut: ensure time_t is defined in upsclient.h

Use an upstream commit to ensure time_t is defined in upsclient.h,
fixing a compile failure in collectd.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
20 months agonut: avoid picking up libi2c dependency
Eneas U de Queiroz [Thu, 15 Sep 2022 13:18:40 +0000 (10:18 -0300)]
nut: avoid picking up libi2c dependency

Add --without-linux-i2c to configure arguments to avoid using i2c if
found in the staging dir.

Switch to AUTORELEASE.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
20 months agomidisport-firmware: add package
Daniel Golle [Wed, 14 Sep 2022 19:44:53 +0000 (20:44 +0100)]
midisport-firmware: add package

Add package with user-space loaded firmware for M-Audio USB MIDI
interfaces. Implement OpenWrt-specific hotplug script which uses
'fxload' from libusb examples.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
20 months agoMerge pull request #19385 from hnyman/collectd-nut
Hannu Nyman [Fri, 16 Sep 2022 13:27:49 +0000 (16:27 +0300)]
Merge pull request #19385 from hnyman/collectd-nut

collectd: disable nut plugin (incompatibility with nut 2.8.0)

20 months agoMerge pull request #19384 from paper42/flask-socketio-5.3
Josef Schlehofer [Fri, 16 Sep 2022 12:39:35 +0000 (14:39 +0200)]
Merge pull request #19384 from paper42/flask-socketio-5.3

python-flask-socketio: update to 5.3.1

20 months agocollectd: disable nut plugin 19385/head
Hannu Nyman [Fri, 16 Sep 2022 12:29:19 +0000 (15:29 +0300)]
collectd: disable nut plugin

Temporarily disable nut plugin by marking it BROKEN.
Apparently the upstream collectd plugin is not yet compatible
with nut 2.8.0.

I tried the upstream PR 4043, but it does not help, as it
apparently requires at least one specific UPS type to be
defined/compiled.

        nut . . . . . . . . . no (required data types for
            NUT API were not detected) (dependency error)

If there is a requirement to specify some UPS data type when
compiling nut, it might be problematic for the generic OpenWrt
buildbot context.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
20 months agopython-flask-socketio: update to 5.3.1 19384/head
Michal Vasilek [Fri, 16 Sep 2022 10:48:19 +0000 (12:48 +0200)]
python-flask-socketio: update to 5.3.1

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
20 months agoMerge pull request #19380 from stangri/master-curl
Stan Grishin [Thu, 15 Sep 2022 21:32:14 +0000 (00:32 +0300)]
Merge pull request #19380 from stangri/master-curl

curl: update to 7.85.0