Commit Graph

25581 Commits

Author SHA1 Message Date
Jianhui Zhao 12c5ed9a4c rtty: update to 8.0.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-09-27 11:00:27 -07:00
Michael Heimpold a94ef655ff
Merge pull request #16740 from mhei/php8-fix-16642
php8: fix module loading with glibc (refs #16642)
2021-09-27 18:08:20 +02:00
Michael Heimpold ba4b60ac2a
Merge pull request #16741 from mhei/php7-fix-16642
php7: fix module loading with glibc (refs #16642)
2021-09-27 18:08:08 +02:00
Wout Bertrums 74bea91e5a dnsdist/pdns/pdns-recursor: Remove 010-time_t-check.patch
This patch to remove PowerDNS' check for whether time_t is 64-bit is not needed anymore,
due to OpenWrt now having a more recent musl libc where time_t is 64-bit on all architectures.

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2021-09-27 07:16:05 -07:00
Wout Bertrums 7cab44e001 dnsdist: Update to v1.6.1
The patch for GCC 11 is not needed anymore because it is upstream now:
https://github.com/PowerDNS/pdns/pull/10400

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2021-09-27 07:16:05 -07:00
Max S Kash 31dbc888cc ttyd: fix ssl ca option init
Signed-off-by: Max S Kash <asukms@ya.ru>
2021-09-26 19:51:10 -07:00
Rosen Penev cc473dd810 hidapi: update to 0.10.1
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:34:13 -07:00
Chukun Pan 7f50af8949 zerotier: update to 1.6.6
This is a security release (see [1]).

[1] https://www.zerotier.com/2021/09/21/incident-response-to-september-20th-2021

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
2021-09-26 19:33:46 -07:00
Rosen Penev feaf38de41 libconfig: update to 1.7.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:33:25 -07:00
Rosen Penev 6775faf905 libfstrm: update to 0.6.1
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:33:03 -07:00
Rosen Penev 801dd7bffb mpg123: update to 1.29.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:32:44 -07:00
Rosen Penev a6105d1c53 nlohmannjson: update to 3.10.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:31:24 -07:00
Rosen Penev 35fabec128 minizip: update to 3.0.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:31:07 -07:00
Rosen Penev 0c3ee90b07 protobuf: update to 3.17.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:30:52 -07:00
Rosen Penev bb4649f168 libcoap: update to 4.3.0
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-26 19:30:33 -07:00
Moritz Warning b9c28a2eef smcroute: update to version 2.5.3
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2021-09-26 18:09:49 -07:00
Alexandru Ardelean d009987c64 libs: openblas: use GENERIC for MIPS{EL} and MIPS24K for CPU_TYPE == 24kc
Up until now, we were defaulting to MIPS24K for all MIPS archs.
But, we should use the GENERIC target for MIPS{EL} and the MIPS24K target
for the 24kc CPU_TYPE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-26 18:08:20 -07:00
Alexandru Ardelean 4c5a05cd63 libs: openblas: patch openblas to handle mips{64}el arch names
Related to PR: https://github.com/xianyi/OpenBLAS/pull/3387

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-26 18:08:20 -07:00
Alexandru Ardelean 9b94996370 libs: openblas: use GENERIC target for MIPS64 archs and as default
The GENERIC target for OpenBLAS seems good enough for most configs, so try
to use it for MIPS64 and as default for other archs.
This was already being used for x86{_64} archs.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-26 18:08:20 -07:00
Michael Heimpold 1bff138517 php8: fix module loading with glibc (refs #16642)
Without -ldl linker flag .so extensions are not loaded
when glibc is used. Fix it by providing adjusted LDFLAGS
for this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-09-26 22:05:15 +02:00
Michael Heimpold d153c61650 php7: fix module loading with glibc (refs #16642)
Without -ldl linker flag .so extensions are not loaded
when glibc is used. Fix it by providing adjusted LDFLAGS
for this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-09-26 21:57:44 +02:00
Stan Grishin 863acbd4ac
Merge pull request #16738 from stangri/master-curl
curl: update to 7.79.1
2021-09-26 11:44:26 -07:00
Stan Grishin 6015bc32f5 curl: update to 7.79.1
* update to [7.79.1](https://curl.se/changes.html#7_79_1)

Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-09-26 18:33:03 +00:00
Alexander Sulfrian 7e241da2b7 usbip: Add init script for usbip-server
Signed-off-by: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
2021-09-26 14:58:33 +02:00
Rosen Penev 489e60de08 pigeonhole: update to 0.5.16
Update URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 20:14:14 -07:00
Rosen Penev fe8060a90c fontconfig: update to 2.13.94
Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 16:28:57 -07:00
John Audia 7984d2d74a lxc-auto: step by 1 sec up to $max_timeout
If the user defines a $max_timeout of 30, the service will wait 30 seconds
before it considers lxc-stop complete even though lxc-stop might actually
finish much sooner.  This introduces an unneeded delay.

This commit changes the behavior to check once per second to see when lxc-stop
actually stops doing so up to $max_timeout.  It also slightly simplifies the
code with logic to append the -t $max_timeout to the script.

Signed-off-by: John Audia <graysky@archlinux.us>
2021-09-25 12:37:06 -07:00
Vladimir Ulrich 7259eea63f zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2021-09-25 12:36:20 -07:00
Zbyněk Kocur cefb5eba7a javascript-obfuscator: bump to 2.19.0 and switch to autorelease
New version of package node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
2021-09-25 11:11:43 -07:00
Rosen Penev 2fdd8dbcb1 freetype: update to 2.11.0
Remove upstreamed patches.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 11:05:11 -07:00
Rosen Penev 0c4325fb0b libgcrypt: update to 1.9.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 11:04:51 -07:00
Rosen Penev 0eae8ee969 libexif: update to 0.6.23
Switch to AUTORELEASE for simplicity.

Fix license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Fixes CVE-2020-0198 and CVE-2020-0452.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 11:04:33 -07:00
Rosen Penev 649ec6cc1b libdrm: update to 2.4.107
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 02:48:31 -07:00
Rosen Penev 00a0d249dc m4: update to 1.4.19
Remove upstream backport.

Add patch fixing compilation with powerpc and musl.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 02:14:57 -07:00
Rosen Penev efc9679b6c gerbera: update to 1.9.1
Remove upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 02:09:27 -07:00
Rosen Penev 3d7fbe9c4f gzip: update to 1.11
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:38:06 -07:00
Rosen Penev d035435f04 mpd: update to 0.22.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:20:06 -07:00
Rosen Penev 0d4133a328 gdbm: update to 1.21
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:19:36 -07:00
Rosen Penev a976658b8c fuse3: update to 3.10.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:19:12 -07:00
Rosen Penev 0a144bbef1 pkgconf: update to 1.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:16:23 -07:00
Daniel Golle 13516fa188
transmission: add two more syscalls to seccomp filter
Testing showed that additional syscalls are needed on ARMv7.
Add "clock_gettime64" and "statx" which seem to be used now instead
of "clock_gettime" and "stat" syscalls which are already listed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-09-25 08:27:08 +01:00
Rosen Penev 0ed3e8f373 libuwsc: fix compilation with GCC11
Bad if identation is now an error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-24 21:05:44 -07:00
Tianling Shen f151172b42 dnsproxy: Update to 0.39.7
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-24 21:05:13 -07:00
Tianling Shen 0a2fb81acc xray-core: Update to 1.4.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-24 21:05:03 -07:00
Martin Weinelt 093f3443ce prometheus-node-exporter-lua: fix broken control flow
Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2021-09-24 18:10:25 -04:00
Paul Spooren 81b00bd6ab attendedsysupgrade-common: use sysupgrade.openwrt.org
A new server was added which runs within the OpenWrt cloud, it's much
faster and should be used instead. For development the server at
https://asu.aparcar.org stays available.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-09-24 12:00:26 -10:00
Paul Spooren 69b5c28929 auc: use /json/v1/
Currently `auc` uses the outdated /json/ path, this commit uses
/json/v1/ to be more future proof.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-09-24 10:17:07 -10:00
Seb Belcher ff68df2faa nut: Add the option to compile Nut NetXML drivers with the Nut package.
Also modifies the nut-server init script to include options specific to the netxml driver.

Signed-off-by: Seb Belcher <sdjbelcher@gmail.com>
2021-09-23 13:03:10 -07:00
Rosen Penev fde4e42bfc hcxtools: update to 6.2.4
Refresh patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-23 12:04:40 -07:00
Rosen Penev 911df9bfa5 hcxdumptool: update to 6.2.4
Remove upstreamed patch. Refresh other.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-23 12:04:40 -07:00