Josef Schlehofer
ef1af9a43f
pciutils: backport patch to fix compilation with older binutils
...
While building pciutils 3.8.0 for OpenWrt 21.02 includes target
mvebu/cortex-a9, mvebu/cortex-a53 and powerpc/8540, it fails because of
this error:
-I<turris1x/ws/build/staging_dir/toolchain-powerpc_8548_gcc-8.4.0_musl/include> -c -o filter.o filter.c
{standard input}: Assembler messages:
{standard input}:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38'
{standard input}:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38'
{standard input}:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38'
{standard input}:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38'
make[4]: *** [<builtin>: filter.o] Error 1
make[4]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/lib'>
make[3]: *** [Makefile:70: lib/libpci.so.3.8.0] Error 2
make[3]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0'>
make[2]: *** [Makefile:88: <turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/.built]> Error 2
make[2]: Leaving directory '<turris1x/ws/build/feeds/packages/utils/pciutils'>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit f08dadd517
)
2022-08-23 21:14:26 +02:00
Jan Hák
85e26798c0
liburcu: update to version 0.13.2
...
Signed-off-by: Jan Hák <jan.hak@nic.cz>
(cherry picked from commit 754ba8920b
)
2022-08-22 14:33:07 +02:00
Jan Hák
fddb4fe508
knot: update to version 3.2.0
...
Signed-off-by: Jan Hák <jan.hak@nic.cz>
(cherry picked from commit 74e2bfdd27
)
2022-08-22 14:23:15 +02:00
Alexandru Ardelean
b92eb75be8
django: bump to version 4.0.7
...
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2022-36359
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-22 09:30:51 +03:00
Marko Ratkaj
39943175a0
squid: bump to 4.17
...
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
(cherry picked from commit 15132b85b7
)
2022-08-21 19:27:50 +02:00
Fabian Lipken
c15e924f14
dnscrypt-proxy2: update to version 2.1.2
...
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
(cherry picked from commit 2c617bbe22
)
2022-08-21 16:31:29 +02:00
Hauke Mehrtens
f1a15fd5b9
coova-chilli: Fix compile problem with _init()
...
The _init() function collides with a _init() function in crti.o.
This results in the following error in OpenWrt:
arc-openwrt-linux-gnu/bin/ld: libxt_coova.o: in function `_init':
/lib/gcc/arc-openwrt-linux-gnu/11.3.0/crti.o:(.init+0x4): first defined here
collect2: error: ld returned 1 exit status
make[7]: *** [Makefile:22: libxt_coova.so] Error 1
Fix this by suing a constructor attribute instead. This function will
still be called after the shared library was loaded.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 55297e45c8
)
2022-08-21 10:28:51 +02:00
Rosen Penev
625f176330
mpd: update to 0.23.9
...
Fixes compilation with newer ffmpeg.
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b1999ec133
)
2022-08-20 22:49:19 +02:00
Rosen Penev
900d42fbe4
mpd: update to 0.23.8
...
Simplify iconv patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 63ba2ccbda
)
2022-08-20 22:49:11 +02:00
Lucian Cristian
257242799c
pciutils: update to 3.8.0
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
(cherry picked from commit c5ec5c70b3
)
2022-08-20 22:48:37 +02:00
Dirk Brenken
1e53ad6886
travelmate: update 2.1.0
...
* vpn support can be disabled (enabled by default), fixes #19107 (see trm_vpn option)
* vpn support can be limited to certain interfaces (see trm_vpnifacelist list option)
* openvpn support works now per instance (same as wireguard today)
* add an auto-login script for tplink-omada hotspots provided by Sebastian Muszynski <basti@linkt.de>
* remove pipefail command, see #19043 for reference
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 963137dcc5
)
2022-08-20 21:52:06 +02:00
Michal Vasilek
bed539e7c1
miniflux: update to 2.0.38
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit db0de16e8e
)
2022-08-19 20:36:28 +02:00
Michal Vasilek
77d94fda9d
miniflux: update to 2.0.37
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 62f57441af
)
2022-08-19 20:36:23 +02:00
Michal Vasilek
c040633792
yt-dlp: update to 2022.8.14
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 6c6b3f33a8
)
2022-08-19 20:35:50 +02:00
Michal Vasilek
39f39f72bb
yt-dlp: update to 2022.7.18
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 9c4f8aa8c9
)
2022-08-19 20:35:46 +02:00
Michal Vasilek
9655fc2791
yt-dlp: update to 2022.6.22.1
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 6c97e721a4
)
2022-08-19 20:35:41 +02:00
Bheesham Persaud
ca6eaf0cdd
ddns-scripts: Fix typo s/ganid/gandi/
...
Signed-off-by: Bheesham Persaud <me@bheesham.com>
(cherry picked from commit ad7f24684e
)
2022-08-19 20:35:05 +02:00
Josef Schlehofer
3e1c7b9ff4
host-pip-requirements: update Cython to version 0.29.28
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit e78352c043
)
2022-08-19 20:34:56 +02:00
Aleksander Morgado
b02ea962ca
libmbim: bump to 1.26.4
...
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
(cherry picked from commit 1d2ef5abbb
)
2022-08-19 17:50:41 +02:00
Maxim Anisimov
5b87373a39
libmbim: switch to meson build tools
...
Using https://gitlab.freedesktop.org/mobile-broadband/libmbim.git to download the source code.
Enabled lto and additional gcc flags for perfomance and less size.
Modified to use meson as upstream has abandoned autotools.
Removed BUILD_PARALLEL options. These are default with ninja/meson.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
(cherry picked from commit fea19c2399
)
2022-08-19 17:50:37 +02:00
Maxim Anisimov
68946d4c72
modemmanager: switch to meson build tools
...
Using https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git to download the source code.
Added compile option to compile qrtr support.
Enabled lto and additional gcc flags for perfomance and less size.
Modified to use meson as upstream has abandoned autotools.
Removed BUILD_PARALLEL options. These are default with ninja/meson.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
(cherry picked from commit 6ae8b15d68
)
2022-08-19 17:49:51 +02:00
Aleksander Morgado
b8a8dd53c7
libqmi: bump to 1.30.6
...
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
(cherry picked from commit 45e8d072ee
)
2022-08-19 17:49:10 +02:00
Maxim Anisimov
94b824423b
libqmi: polish Makefile
...
PKG_VERSION replaced by PKG_SOURCE_VERSION.
Simplify for collection selection.
Removed unneeded python3/host dep.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
(cherry picked from commit ff5837ee8f
)
2022-08-19 17:49:06 +02:00
Maxim Anisimov
1683d7c963
libqmi: switch to meson build tools
...
Using https://gitlab.freedesktop.org/mobile-broadband/libqmi.git to download the source code.
Enabled lto and additional gcc flags for perfomance and less size.
Added support for selecting qmi message collection.
Selected basic qmi message collection by default (modemmanager requires it).
Modified to use meson as upstream has abandoned autotools.
Removed BUILD_PARALLEL options. These are default with ninja/meson.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
(cherry picked from commit f7cbd44540
)
2022-08-19 17:49:01 +02:00
Tianling Shen
d2a0a8e038
rclone: Update to 1.59.1
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 5c4b54de56
)
2022-08-18 19:53:24 -07:00
Tianling Shen
f82e778c05
gg: Update to 0.2.8
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 6c757f0ff8
)
2022-08-18 19:53:11 -07:00
David Bauer
e07b43761f
usteer: update to latest HEAD
...
7d2b17c ubus: optimize connected_clients output format
8b10a4b policy: don't alter stats when remaining idle
3cc0f45 policy: count kick total
aadc562 policy: make steering ability evaluation uniform
17c558d ubus: include SSID in node dump
fc158e0 policy: only trigger roam-sm after client becomes roamable
837f144 usteer: add connected-since
9e6002d policy: improve readability
Build-tested: ath79-generic / ramips-mt76x8
Run-tested: ath79-generic / UniFi AC Lite
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 6e1687df30
)
2022-08-18 21:05:49 +02:00
Stijn Tintel
613e709cef
usteer: bump to git HEAD
...
041e884 local_node: query client MBO support from hostapd
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 6155b8245f
)
2022-08-18 21:05:49 +02:00
Jonathan Pagel
46c8524e5a
telegraf: Update to version 1.23.4
...
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit e4555e03ee
)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-08-18 18:07:56 +02:00
Jonathan Pagel
74c36ecec0
telegraf: Add influxdb2 output plugin to package version small
...
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit a5e96189c3
)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-08-18 17:42:16 +02:00
Guilherme Janczak
39a25cea0d
stress-ng: update to 0.14.03
...
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit 9a85437016
)
2022-08-17 16:10:40 +02:00
Rosen Penev
95d59cc2a3
squeezelite: update to 1.9.9-1403
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 6ffab7728e3b53aef91c438924d2a2457fca4c13)
2022-08-16 13:24:17 -07:00
Van Waholtz
fcdba64d0b
frp: update to 0.44.0
...
Changelog: https://github.com/fatedier/frp/release
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2022-08-16 13:10:20 -07:00
Michal Vasilek
ac1cf386f7
opendoas: fix build with PAM
...
When PAM is available, the build system will detect and use it, but the
package dependency was missing.
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 626be11593
)
2022-08-16 22:09:53 +02:00
Tianling Shen
2af698b989
cloudflared: Update to 2022.8.0
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 92f0b1b5a4
)
2022-08-16 22:09:52 +02:00
Glenn Strauss
f37bdcc9ef
lighttpd: update to lighttpd 1.4.66 release hash
...
* update to lighttpd 1.4.66 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit 5eaf000c83
)
2022-08-16 22:09:52 +02:00
Van Waholtz
b668781863
ariang: update to 1.2.4
...
Changelog: https://github.com/mayswind/AriaNg/releases
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2022-08-16 13:06:44 -07:00
Jan Hák
3d5f882b68
knot: update to 3.1.9
...
Signed-off-by: Jan Hák <jan.hak@nic.cz>
(cherry picked from commit 39a08a7aaf
)
2022-08-15 20:01:10 +02:00
John Audia
90f35f2625
rsync: bump to 3.2.5
...
With the new OW release approaching, it might be better to get an officially
tagged upstream release in as PR#19087 just contained a fix for CVE-2022-29154
which itself introduced a few bugs.
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit eeaacc9052
)
2022-08-15 13:50:39 +02:00
Michal Vasilek
94821d9c07
opendoas: add package
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit ad7d2e5270
)
2022-08-14 07:49:50 +02:00
Liangbin Lian
b621a75f36
rclone: fix init script on CIDR format ipaddr
...
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
(cherry picked from commit 7af716f12d
)
2022-08-13 11:34:55 +02:00
John Audia
dd45bb89cf
rsync: bump to 3.2.4
...
Bump to latest upstream release.
Signed-off-by: John Audia <graysky@archlinux.us>
(cherry picked from commit 4876401174
)
2022-08-13 11:31:56 +02:00
John Audia
8c85981f83
rsync: fix CVE-2022-29154
...
The rsync package is vulnerable to CVE-2022-29154[1], which is not yet in a
non-preview release. This commit applies the upstream commit to fix it and
several subsequent commits needed to fix bugs the initial fix introduced[2].
1. https://rsync.samba.org/ftp/rsync/NEWS#SECURITY_FIXES-3.2.5
2. https://bugs.archlinux.org/task/75558
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 2611b86547
)
2022-08-13 11:31:33 +02:00
Josef Schlehofer
63d46221bb
python-websockets: update to version 10.3
...
- Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit ce1679a07f
)
2022-08-13 07:56:58 +02:00
Pascal Ernster
eaefde9a4a
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>
(cherry picked from commit 2179432991
)
2022-08-12 06:10:34 +02:00
Pascal Ernster
2e878763df
unbound: update to 1.16.1
...
Maintainer: @EricLuehrsen
Compile tested: realtek/rtl838x, x86/64
Run tested: realtek/rtl838x, x86/64
Description: Update to 1.16.1
Signed-off-by: Pascal Ernster <git@hardfalcon.net>
(cherry picked from commit e702a66058
)
2022-08-12 06:10:28 +02:00
John Thomson
c5ac15a869
antfs: require kernel version 5.10 to build
...
ANTFS does not compile with OpenWrt's current testing kernel 5.15,
as it needs to be modified for the Linux 5.12 idmapped mounts changes
2f221d6f7b88 ("attr: handle idmapped mounts")
https://lore.kernel.org/all/20210121131959.646623-1-christian.brauner@ubuntu.com/
Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
(cherry picked from commit f043d0a7d8
)
2022-08-11 22:13:50 +02:00
Rosen Penev
80a3d7738e
ptunnel-ng: fix compilation with kernel 5.15
...
Some header change requires to include musl's headers first.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 468863128f
)
2022-08-11 22:12:34 +02:00
Rosen Penev
60eff3656c
pingcheck: update to 2022-03-01
...
Fixes compilation with kernel 5.15.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 3bd4564d71
)
2022-08-11 22:09:13 +02:00
Rosen Penev
a11f3757fd
libpfring: update to 8.0.0
...
Fixes compilation with kernel 5.15
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit f8f2146b1b
)
2022-08-11 22:08:42 +02:00