Andrew Sim
095eaf113b
samba4: update waf-cross-answers
...
* update waf-cross-answers for 4.14.x
Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2022-10-03 15:04:27 -07:00
Andrew Sim
5cf95dbf05
samba4: update to 4.14.14
...
* update to 4.14.14
* fixes: CVE-2022-2031, CVE-2022-32744, CVE-2022-32745, CVE-2022-32746, CVE-2022-32742
Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2022-10-03 15:04:27 -07:00
Javier Marcet
e6cc43a7f0
python-stem: update to v1.8.1
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2022-10-03 15:04:06 -07:00
Michael Heimpold
46714889e1
Merge pull request #19478 from mhei/libmodbus-update-3.1.8
...
libmodbus: update to 3.1.8
2022-10-03 10:01:29 +02:00
Michael Heimpold
da7f305f0e
Merge pull request #19497 from mhei/php8-ext-sodium
...
php8: php8-pecl-sodium with php8-mod-sodium (refs #18997 )
2022-10-03 10:01:15 +02:00
Vladimir Ulrich
8d693a79be
zoneinfo: updated to the latest release
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2022-10-03 10:32:41 +03:00
Tianling Shen
891b87747a
gg: Update to 0.2.13
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-02 17:35:13 +02:00
Tianling Shen
b5ec852c54
dnsproxy: Update to 0.45.2
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-02 17:34:36 +02:00
Tianling Shen
cae36485f0
cloudflared: Update to 2022.9.1
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-02 17:34:06 +02:00
Stan Grishin
0c0d0a328a
Merge pull request #19489 from stangri/master-https-dns-proxy
...
https-dns-proxy: uci wrappers & iCloud canary domains
2022-10-01 16:01:33 -07:00
Michael Heimpold
91462f9034
php8-pecl-sodium: drop package, replaced by php8-mod-sodium (refs #18997 )
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-09-30 20:42:09 +02:00
Michael Heimpold
8b1b6caedf
php8: add sodium extensions (refs #18997 )
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-09-30 20:42:09 +02:00
Stan Grishin
749b03ffbf
https-dns-proxy: uci wrappers & iCloud canary domains
...
* switch to using uci wrappers instead of direct uci calls
* add support for iCloud canary domains
https://developer.apple.com/support/prepare-your-network-for-icloud-private-relay
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-09-30 00:00:01 +00:00
Rosen Penev
e62158b6f8
bandwidthd: fix format warnings
...
Should fix crashing errors under musl 1.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-09-29 10:31:45 -07:00
Javier Marcet
25e3d9ef42
docker-compose: Update to version 2.11.2
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2022-09-29 18:20:29 +03:00
Josef Schlehofer
6c827a73f6
Merge pull request #19447 from turris-cz/unbound
...
unbound: update to version 1.16.3
2022-09-29 07:11:41 +02:00
Michael Heimpold
f27fb38c6b
libmodbus: update to 3.1.8
...
- drop obsolete configure argument
- update download url
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-09-28 21:39:07 +02:00
Rosen Penev
d09844e395
python3: use tools/expat for host build
...
Oversight from when the expat host build was removed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-09-28 00:58:17 -07:00
Rafał Miłecki
d5add7db03
Merge pull request #19470 from rmilecki/ddns-scripts-code-cleanup
...
ddns-scripts: clean up code a bit to make it easier to understand
2022-09-28 09:50:51 +02:00
Rafał Miłecki
f93cc0e22f
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>
2022-09-28 09:49:39 +02:00
Rafał Miłecki
586e283a51
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>
2022-09-27 17:46:04 +02:00
Rafał Miłecki
a6247d81a9
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>
2022-09-27 17:42:58 +02:00
Rafał Miłecki
e3292e4c97
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>
2022-09-27 17:42:58 +02:00
Stan Grishin
74bd32f9ff
Merge pull request #19448 from stangri/master-simple-adblock
...
simple-adblock: update to 1.9.1-1
2022-09-27 03:37:57 -07:00
Etienne Champetier
68d717d8d9
Merge pull request #19465 from TELUS-BBA/zabbix6.2
...
zabbix: update to 6.2.3
2022-09-26 15:31:12 -04:00
Stan Grishin
eb9aeb1dca
Merge pull request #19460 from stangri/master-curl
...
curl: bugfix: github source url
2022-09-26 12:07:38 -07:00
Scott Roberts
475d1cc0e9
zabbix: update to 6.2.3
...
Refreshed patches.
Signed-off-by: Scott Roberts <ttocsr@gmail.com>
2022-09-26 09:41:21 -06:00
Eneas U de Queiroz
d9275521f1
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>
2022-09-26 09:30:25 -03:00
Florian Eckert
2c66e83754
Merge pull request #19446 from jamesmacwhite/mwan3-config-replace-google-dns
...
mwan3: Switch default track_ip targets from Google DNS to Cloudflare DNS
2022-09-26 11:41:43 +02:00
Karl Palsson
f4ce13b700
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>
2022-09-26 09:38:00 +00:00
Karl Palsson
5a511e25ad
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>
2022-09-26 09:38:00 +00:00
Karl Palsson
75df9b7a4a
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>
2022-09-26 09:38:00 +00:00
Karl Palsson
346de940af
pagekite: add patchs for 64bit time
...
Source: https://github.com/pagekite/libpagekite/pull/78
Signed-off-by: Karl Palsson <karlp@etactica.com>
2022-09-26 09:38:00 +00:00
Karl Palsson
5f051dff4c
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>
2022-09-26 09:38:00 +00:00
Ptilopsis Leucotis
6a0ecf300d
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>
2022-09-26 09:38:00 +00:00
Nick Hainke
b9cf0cdce6
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>
2022-09-26 11:17:04 +02:00
Stan Grishin
c812153f8d
curl: bugfix: github source url
...
* fixes https://github.com/openwrt/packages/issues/19456
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-09-26 08:37:15 +00:00
Javier Marcet
86fc30e177
docker-compose: Update to version 2.11.1
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2022-09-26 00:15:22 -07:00
Christian Lachner
398c403ae2
haproxy: Update HAProxy to v2.6.6
...
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
2022-09-26 09:52:17 +03:00
Michael Heimpold
5cd657f0b7
Merge pull request #19455 from mhei/mmc-utils-update
...
mmc-utils: update to latest upstream revision
2022-09-26 07:43:35 +02:00
Michael Heimpold
659f587289
mmc-utils: update to latest upstream revision
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-09-25 22:13:16 +02:00
Dirk Brenken
5603ed9237
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>
2022-09-25 21:01:51 +02:00
John Audia
6b71d2fbde
ffmpeg: update to 5.1.2
...
Bump to latest upstream version
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-09-25 11:41:03 -07:00
Alexandru Ardelean
df2f351463
openblas: bump to version 0.3.21
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-09-25 11:40:40 -07:00
Stan Grishin
f8c5fd93e7
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>
2022-09-25 12:25:40 +00:00
Josef Schlehofer
027533f9a2
unbound: update to version 1.16.3
...
Changelog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-16-3
- Fixes: CVE-2022-3204
Refreshed one patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-09-25 12:25:59 +02:00
Rosen Penev
256d026059
tang: update directory
...
There's no more cache.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-09-25 02:10:06 -07:00
Rosen Penev
a546f26ddb
Revert "jose: remove libjose"
...
This reverts commit 02d6c8346c
.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-09-25 02:10:06 -07:00
Rosen Penev
d70538c43c
Revert "jose: fix static library usage"
...
This reverts commit c61b70918b
.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-09-25 02:10:06 -07:00
Michael Heimpold
7017c8d6a8
Merge pull request #19439 from mhei/php8-more-extensions-19424
...
php8-pecl-xdebug: add package (refs #19424 )
2022-09-25 10:21:56 +02:00