Rosen Penev
f66da4c1d8
squeezelite: update to 1.9.9-1403
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-08-04 16:52:19 -07:00
Philip Prindeville
d297b142c7
Merge pull request #19083 from pprindeville/drop-parallel-support-non-x86
...
lcdproc: don't enable LPT support on non-x86 architectures
2022-08-04 13:01:42 -06:00
Josef Schlehofer
ebc3704745
Merge pull request #18781 from paper42/fail2ban-py310
...
fail2ban: fix patch for python 3.10
2022-08-04 13:45:31 +02:00
Eneas U de Queiroz
2d41278daa
Merge pull request #19021 from borkra/fix_dependencies
...
Avoid building unused package dependencies
2022-08-03 23:44:33 -03:00
Philip Prindeville
13ed78046a
lcdproc: don't enable LPT support on non-x86 architectures
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2022-08-03 18:24:28 -06:00
Jan Hoffmann
52ae0a2018
python-paho-mqtt: add missing dependency
...
The uuid module has been split out into a separate package with the
update to Python 3.10.
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2022-08-03 17:04:42 +02:00
Florian Eckert
672a655d6b
zabbix: add fping dependency
...
If fping is not installed on the system the following message is show if
hosts should be monitored via icmp.
Log-Message:
"At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both
are missing in the system."
To fix this also, add a dependency to 'fping' for 'zabbix-server' and
'zabbix-proxy' for installation to allow icmp hosts monitoring.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-08-03 09:40:59 +02:00
Clark Wang
bcc877e73c
sexpect: updated to 2.3.11
...
Signed-off-by: Clark Wang <dearvoid@gmail.com>
2022-08-02 18:10:53 -07:00
Javier Marcet
500cdd1243
python-jsonschema: Update to 4.9.0
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2022-08-02 18:07:56 -07:00
Javier Marcet
35b1a03b83
docker-compose: Update to version 2.9.0
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2022-08-02 18:07:45 -07:00
Pascal Ernster
2179432991
unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699
...
Maintainer: @EricLuehrsen
Compile tested: x86/64
Run tested: x86/64
Description: Update to 1.16.2, fix CVE-2022-30698 and CVE-2022-30699.
Signed-off-by: Pascal Ernster <git@hardfalcon.net>
2022-08-02 23:43:45 +02:00
Hannu Nyman
0aed202180
nano: update to 6.4
...
Update nano editor to version 6.4.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-08-02 15:32:10 +03:00
Aleksander Jan Bajkowski
12ac68f835
coremark: bump to 2022-07-27
...
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2022-08-02 14:42:13 +03:00
Michal Kowalski
406adc5363
watchcat: fix broken ping invocation for no-address-family configuration
...
Fix for issue #19010
Signed-off-by: John Kohl <jtk.git@bostonpog.org>
Signed-off-by: Michal Kowalski <18610805+kofec@users.noreply.github.com>
2022-08-01 20:35:15 -04:00
Boris Krasnovskiy
32f4d46f51
gnutls: Avoid building unused gnutls dependency
...
Avoid building unused gnutls dependency
Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
2022-07-30 19:11:24 -04:00
Boris Krasnovskiy
0c245fda70
gensio: Avoid building unused python and libstdcpp dependecies
...
Avoid building unused python and libstdcpp dependecies
Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
2022-07-30 19:10:06 -04:00
Boris Krasnovskiy
089eabedf9
chrony: Avoid building unused gnutls and ca dependencies
...
Avoid building unused gnutls and ca dependencies
Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
2022-07-30 19:08:54 -04:00
Alexandru Gagniuc
f69a65ec37
realtek-poe: Add package to control PoE for Realtek 838x devices
...
The realtek-poe package is used to configure the Power-over-Ethernet
controller found on Realtex 838x based switches. On many such
switches, the PoE doesn't work without this package.
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2022-07-30 21:42:54 +02:00
Philip Prindeville
0fb5505e45
Merge pull request #19055 from pprindeville/issue#18975
...
lcdproc: don't detect parallel port on build host
2022-07-30 13:03:20 -06:00
Philip Prindeville
bba4168d49
lcdproc: don't detect parallel port on build host
...
Also, limit builds to x86 and x86_64.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2022-07-30 12:53:02 -06:00
Michael Heimpold
62c2d1c2d4
Merge pull request #18931 from alinnastac/libxml2-iconv
...
libxml2: add libiconv path to pkg-config file
2022-07-29 22:54:52 +02:00
Florian Eckert
573355dedd
Merge pull request #19073 from jempatel/apinger-rrd-graph
...
apinger: add rrd graph support
2022-07-29 16:12:25 +02:00
Jaymin Patel
4281b7639c
apinger: add rrd graph support
...
- add package apinger-rrd for RRD graphs
- add RPC to get an overview and update graphs
- fix interface hotplug to restart apinger instance
- add patch to split alarms list in the status
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
2022-07-29 14:12:45 +05:30
Florian Eckert
d446b5108d
stunnel: update version to 5.65
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-07-28 17:40:28 -07:00
Lucian Cristian
26b64bee70
frr: update to 8.3.0
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-07-28 15:07:08 -07:00
Robert Högberg
7017211091
domoticz: fix read of "disabled" uci configuration parameter
...
The domoticz init script didn't properly read the "disabled"
configuration parameter and instead the service was always started.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
2022-07-28 14:18:37 -07:00
John Audia
5436f78d31
ffmpeg: update to 5.1
...
Bump to latest upstream version, manually rebased: 050-glibc.patch
Tested using:
ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg
Resulting mpg was good.
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-07-28 14:18:16 -07:00
Rosen Penev
9668b2886a
tar: add PKG_CONFIG_DEPENDS
...
fixes compilation when deselecting options.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-28 14:18:00 -07:00
Guilherme Janczak
d9343b1549
hfsprogs: remove unused libbsd
...
hfsprogs uses libbsd for strlcpy(), but the strlcpy() calls are inside
`#ifdef` and don't show up on the OpenWRT package.
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
2022-07-28 12:17:20 -07:00
ZiMing Mo
05df1fe4f1
rclone: update to 1.59.0
...
Release note: https://rclone.org/changelog/#v1-59-0-2022-07-09
Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
2022-07-28 11:57:51 +03:00
Michael Heimpold
d413cdf17a
Merge pull request #18993 from mhei/php8-update-8.1.8
...
php8: update to 8.1.8
2022-07-28 10:31:41 +02:00
Philip Prindeville
3115c16fdc
Merge pull request #18930 from pprindeville/isc-dhcp-drop-allow-update
...
isc-dhcp: don't use allow-update in bind config
2022-07-27 10:07:07 -06:00
Hannu Nyman
dbf1b542aa
Merge pull request #19060 from MoetaYuko/patch-1
...
kitty-terminfo: Fix license
2022-07-27 09:57:15 +03:00
Jitao Lu
3d91826be8
kitty-terminfo: Fix license
...
Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
2022-07-27 14:28:36 +08:00
Stan Grishin
8a6483bc10
Merge pull request #18914 from stangri/master-nebula
...
nebula: update to 1.6.0
2022-07-26 10:59:27 -06:00
Rosen Penev
d1ba399006
zmq: remove libbsd dependency
...
Not really needed for anything. Patch taken from upstream.
Remove obsolete libpthread and librt dependencies.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-25 23:45:36 -07:00
Alexandru Ardelean
a125119195
libwebp: bump to version 1.2.3
...
Drop upstreamed patch '001-fix-cmake-webpmux-linking.patch'.
Re-adapted patch '010-mips16.patch'
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-07-26 09:31:31 +03:00
Jonathan Pagel
281d156a35
telegraf: Update to version 1.23.3
...
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-07-26 00:12:31 +02:00
Tom Sommer
28c1db8997
ddns-scripts: Add simply.com provider
...
Signed-off-by: Tom Sommer <tomsommer@users.noreply.github.com>
2022-07-25 09:03:11 +02:00
Florian Eckert
f84772d34e
Merge pull request #19047 from liudf0716/xfrpc
...
xfrpc: Update to 1.07.582
2022-07-25 07:36:54 +02:00
Dengfeng Liu
9fbd26f170
xfrpc: Update to 1.07.582
...
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2022-07-25 10:29:20 +08:00
Gerard Ryan
faa419c4a8
dockerd: Update to v20.10.17
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
6a5e436b8d
docker: Update to v20.10.17
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
4c08963cf4
libnetwork: Update to f6ccccb for Docker v20.10.17
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
7c1223b7ac
containerd: Update to v1.6.6 for Docker v20.10.17
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
6b246a5ec3
runc: Update to v1.1.2 for Docker v20.10.17
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Arkadiusz Drabczyk
cdbc7a67fc
modemmanager: fix mm_log() invocations in 25-modemmanager* files
...
Definition of mm_log() was changed in
45a56a8899
but 25-modemmanager* weren't
changed.
Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
2022-07-24 10:35:43 -07:00
Nick Hainke
28ca76d29b
dawn: update to 2022-07-24
...
edca4d2 network: rework network status callbacks
Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-07-24 13:01:46 +02:00
ZiMing Mo
fd1e3e2890
ruby: fix build with LibreSSL over v3.5
...
LibreSSL 3.5 and later provide and need to use
PEM_write_bio_PrivateKey_traditional()
upstream commit:
e25fb0d0d8
b02815271f
Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
2022-07-23 19:19:12 -07:00
Sebastian Kemper
6544b67f1f
erlang: workaround LibreSSL-3.5.0 compat issues
...
Cherry-pick four upstream commits that prevent building of
otp_test_engine when LibreSSL-3.5.0 is used.
Since OpenWrt bumped LibreSSL to 3.5.3 the erlang host builds fail to
complete.
CC ../priv/obj/x86_64-pc-linux-gnu/otp_test_engine.o
otp_test_engine.c: In function 'test_engine_md5_init':
otp_test_engine.c:144:34: error: dereferencing pointer to incomplete type 'EVP_MD_CTX' {aka 'struct env_md_ctx_st'}
#define data(ctx) ((MD5_CTX *)ctx->md_data)
^~
Also switch to AUTORELEASE.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-07-23 12:45:10 -07:00