aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dockerd: Update to 20.10.10Ren Zongjia2021-11-08
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* docker: Update to 20.10.10Ren Zongjia2021-11-08
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* containerd: Update to 1.4.11Ren Zongjia2021-11-08
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* runc: Update to 1.0.2Ren Zongjia2021-11-08
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* transmission-web-control: Update to the latest master branch(4b2e1858)Ren Zongjia2021-11-08
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* knot: update to 3.1.4Jan Hák2021-11-08
| | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* nano: enable line numbers (from cmdline)Hannu Nyman2021-11-08
| | | | | | | | | | | | | | | | | Enable showing line numbers, which makes it easier to find the correct place in long files. Due to the "tiny" build, the functionality is only available from cmdline with "-l" option. For example: nano -l /etc/banner Key shortcut M-n is disabled due to "tiny". See https://savannah.gnu.org/bugs/?61441 for explanation. Also * remove without-slang config option, deprecated in Dec 2020 * adopt AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #17077 from commodo/openblas-mips-fixAlexandru Ardelean2021-11-08
|\ | | | | openblas: default to MIPS24K target for all mips32 targets
| * openblas: default to MIPS24K target for all mips32 targetsAlexandru Ardelean2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported via: https://github.com/openwrt/packages/pull/16823#issuecomment-945312460 This fails in mips_mip32 targets with the output listed below. Using the MIPS24K target works fine. ``` mips-openwrt-linux-musl-gcc -c -Os -pipe -mno-branch-likely -mips32 -mtune=mips32 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-mips_mips32_musl/OpenBLAS-0.3.18=OpenBLAS-0.3.18 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips_mips32_gcc-11.2.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips_mips32_gcc-11.2.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-mips_mips32_gcc-11.2.0_musl/include -DMAX_STACK_ALLOC=2048 -Wall -mabi=32 -DF_INTERFACE_GFORT -fPIC -DNO_LAPACK -DNO_LAPACKE -DNO_AVX512 -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=2 -DMAX_PARALLEL_NUMBER=1 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION=\"0.3.18\" -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -DMAX_STACK_ALLOC=2048 -Wall -mabi=32 -DF_INTERFACE_GFORT -fPIC -DNO_LAPACK -DNO_LAPACKE -DNO_AVX512 -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=2 -DMAX_PARALLEL_NUMBER=1 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION=\"0.3.18\" -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=sgemm -DASMFNAME=sgemm_ -DNAME=sgemm_ -DCNAME=sgemm -DCHAR_NAME=\"sgemm_\" -DCHAR_CNAME=\"sgemm\" -DNO_AFFINITY -I.. -I. -UDOUBLE -UCOMPLEX gemm.c -o sgemm.o In file included from ../common.h:581, from gemm.c:41: gemm.c: In function 'sgemm_': ../param.h:3477:25: error: 'sgemm_p' undeclared (first use in this function); did you mean 'sgemm_'? 3477 | #define SGEMM_DEFAULT_P sgemm_p | ^~~~~~~ ../common_param.h:1334:25: note: in expansion of macro 'SGEMM_DEFAULT_P' 1334 | #define SGEMM_P SGEMM_DEFAULT_P | ^~~~~~~~~~~~~~~ ../common_param.h:1482:33: note: in expansion of macro 'SGEMM_P' 1482 | #define GEMM_P SGEMM_P | ^~~~~~~ gemm.c:494:37: note: in expansion of macro 'GEMM_P' 494 | sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B); | ^~~~~~ ../param.h:3477:25: note: each undeclared identifier is reported only once for each function it appears in 3477 | #define SGEMM_DEFAULT_P sgemm_p | ^~~~~~~ ../common_param.h:1334:25: note: in expansion of macro 'SGEMM_DEFAULT_P' 1334 | #define SGEMM_P SGEMM_DEFAULT_P | ^~~~~~~~~~~~~~~ ../common_param.h:1482:33: note: in expansion of macro 'SGEMM_P' 1482 | #define GEMM_P SGEMM_P | ^~~~~~~ gemm.c:494:37: note: in expansion of macro 'GEMM_P' 494 | sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B); | ^~~~~~ make[5]: *** [Makefile:1295: sgemm.o] Error 1 make[5]: Leaving directory '/builder/shared-workdir/ ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #17090 from mhei/php7-pecl-redis-updateMichael Heimpold2021-11-08
|\ \ | | | | | | php7-pecl-redis: update to 5.3.4
| * | php7-pecl-redis: update to 5.3.4Michael Heimpold2021-11-07
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #17089 from mhei/php7-pecl-http-updateMichael Heimpold2021-11-08
|\ \ \ | | | | | | | | php7-pecl-http: update to version 3.2.4
| * | | php7-pecl-http: update to version 3.2.4Michael Heimpold2021-11-07
| |/ / | | | | | | | | | | | | | | | | | | | | | This is the latest version, which still has support for PHP 7.x. It's an intermediate step in the transition to PHP 8.x. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #17091 from mhei/php7-pecl-imagick-updateMichael Heimpold2021-11-08
|\ \ \ | |/ / |/| | php7-pecl-imagick: update to 3.5.1
| * | php7-pecl-imagick: update to 3.5.1Michael Heimpold2021-11-07
|/ / | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | pdns-recursor: Update to v4.5.7Wout Bertrums2021-11-05
| | | | | | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | libev: update to 4.33Rosen Penev2021-11-05
| | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | artifacts: use git commit sha in namePeter van Dijk2021-11-05
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | zerotier: update to 1.8.1Oskari Rauta2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: 1.8.0 - Upgrade json.hpp dependency to version 3.10.2 - Check if DNS servers need to be applied on macOS - Set MAC address before bringing up Linux TAP link - Stop binding to temporary IPv6 addresses - Fix for mistakenly using v6 source addresses for v4 routes on some platforms - Fix for MacOS MTU capping issue on feth devices - Implement a workaround for one potential source of a "coma" bug, which can occur if buggy NATs/routers stop allowing the service to communicate on a given port. ZeroTier now reassigns a new secondary port if it's offline for a while unless a secondary port is manually specified in local.conf. Working around crummy buggy routers is an ongoing effort. - A completely rewritten desktop UI for Mac and Windows! 1.8.1 - Fix an issue that could cause clobbering of MacOS IP route settings on restart. - Added additional hardening against address impersonation on networks (also in 1.6.6). - MacOS IPv6 no longer binds to temporary addresses as these can cause interruptions if they expire. - Remove support for REALLY ancient 1.1.6 or earlier network controllers. - Fix numerous UI issues from 1.8.0 (never fully released). Changed to git as source and added $(AUTORELEASE) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | conmon: update to 2.0.30Oskari Rauta2021-11-05
|/ | | | | | | | | | | | | | | | | bug fixes: - Remove unreachable code path - exit: report if the exit command was killed - exit: fix race zombie reaper - conn_sock: allow watchdog messages through the notify socket proxy - seccomp: add support for seccomp notify misc: - Add seccomp to build dependency included patch removes unnecessary dependency of libdl and also allows a succesfull build disabled for arc where libseccomp does not seem to be available Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* cni-plugins-nft: update to 1.0.11Oskari Rauta2021-11-05
| | | | | | Update compatibility with CNI v1.0.1 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to 3.4.1Oskari Rauta2021-11-05
| | | | | | | | | | | | A lot of changes since 3.3.1. Full (long) lists of release notes between versions are available at https://github.com/containers/podman/releases containers.conf updated Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update to version 1.2Oskari Rauta2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release notes: 0.20.1 - container: ignore error when resetting the SELinux label for the keyring. 0.21 - when compiled with krun, automatically use it if the current executable file is called "krun" - cgroup: lookup pids controller as well when the memory controller is not available - status: add fields for owner and created timestamp - honor memory swappiness set to 0 1.0 - Fix symlink target mangling for tmpcopyup targets. - Makefile.am: fix link error when using directly libcrun. - cgroup: add support for setting memory.use_hierarchy on cgroup v1. - linux: treat pidfd_open failures EINVAL as ESRCH. - cgroup: chown the current container cgroup to root in the container. 1.1 - utils: retry openat2 on EAGAIN. If the openat2 syscall is interrupted, try again. - criu: fix save of external descriptors. Now restored containers attach correctly their standard streams. - criu: Add support for external PID namespace. - container: Set primary process to 1 via LISTEN_PID by default if user configuration is missing. - exec: refuse to exec in a paused container/cgroup. - cgroup: use cgroup.kill when available. It is faster to kill a container through its cgroup as there is no need to recurse over the cgroup pids and terminate each one of them. 1.2 - criu: add support for external ipc, uts and time namespaces. - exec: fix regression in 1.1 where containers are being wrongly reported as paused. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* dnslookup: Update to 1.5.0Tianling Shen2021-11-05
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dns-over-https: Add dns-over-https.Martin Schneider2021-11-05
| | | | | | Client and server software to query DNS over HTTPS, using Google DNS-over-HTTPS protocol and IETF DNS-over-HTTPS (RFC 8484). https://github.com/m13253/dns-over-https Signed-off-by: Martin Schneider <martschneider@google.com>
* mdns-repeater: add package for mdns-repeaterAlexander Koenig2021-11-04
| | | | Signed-off-by: Alexander Koenig <alex@lisas.de>
* Merge pull request #17058 from cotequeiroz/gnutlsNikos Mavrogiannopoulos2021-11-04
|\ | | | | gnutls: don't run aclocal --install
| * gnutls: don't run aclocal --installEneas U de Queiroz2021-11-03
|/ | | | | | | | | | | | | | | | | | | | Remove the --install parameter when running aclocal. The --install argument is used to copy third-party files to the first -I directory. gnutls has -I m4 first, which would copy files to its local build directory. However, openwrt prepends the staging dir m4 directory, causing aclocal --install to copy an old definition of ax_code_coverage.m4 into the staging dir. If strace is built after gnutls, compilation will fail: Makefile:9303: *** missing separator. Stop. The version of ax_code_coverage.m4 that gets installed does not define @CODE_COVERAGE_RULES@. Removing the --install parameter in gnutls solves the issue. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* v4l2rtspserver: improve live555 patchMichel Promonet2021-11-03
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* v4l2loopback: update version following PR commentMichel Promonet2021-11-03
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* v4l2rtspserver: patch live555Michel Promonet2021-11-03
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* multimedia: add v4l2tools & v4l2loopbackMichel Promonet2021-11-03
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* rclone: Update to 1.57.0Tianling Shen2021-11-03
| | | | | | | - Disabled unused plugins and re-enabled CGO. - Fixed test script Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* frp: update to 0.38.0Ren Zongjia2021-11-03
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* Merge pull request #17031 from turris-cz/drop-rosy-fsJosef Schlehofer2021-11-02
|\ | | | | rosy-file-server: drop this package
| * rosy-file-server: drop this packageJosef Schlehofer2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | Reasons to drop this package: a) this package depends on luci-app-rosy-file-server Unfortunately, it was marked as broken as it is unmaintained. See: https://github.com/openwrt/luci/commit/34b682afac310859f0d4696110d8a1af60f16c04 b) maintainer is inactive c) rosinson website does not seem to be working Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | prometheus-node-exporter-lua: add missing metrics to ltq-dslAndre Heider2021-11-02
| | | | | | | | | | | | | | | | | | | | | | Two values were missing, add them to the appropriate metrics. The dsl error vectors are new and useful stats to debug vector related line deteriorations, see [0]. [0] https://forum.openwrt.org/t/vectoring-on-lantiq-vrx200-vr9-missing-callback-for-sending-error-samples/104046 Signed-off-by: Andre Heider <a.heider@gmail.com>
* | Merge pull request #17044 from nxhack/icu-70_1Michael Heimpold2021-11-02
|\ \ | | | | | | icu: bump to 70.1
| * | icu: bump to 70.1Hirokazu MORIKAWA2021-11-02
| | | | | | | | | | | | | | | | | | | | | | | | ICU 70 released. It updates to Unicode 14, including new characters, scripts, emoji, and corresponding API constants. ICU 70 adds support for emoji properties of strings. It also updates to CLDR 40 locale data with many additions and corrections. ICU 70 also includes many other bug fixes and enhancements, especially for measurement unit formatting, and it can now be built and used with C++20 compilers. This change will require minor modifications in php7 and php8. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #17046 from nxhack/php7_for_ICU-70_1Michael Heimpold2021-11-02
|\ \ \ | | | | | | | | php7: Support for icu 70.1
| * | | php7: Support for icu 70.1Hirokazu MORIKAWA2021-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1. Change UBool to bool for equality operators in ICU >= 70.1 https://github.com/php/php-src/pull/7596 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #17045 from nxhack/php8_for_ICU-70_1Michael Heimpold2021-11-02
|\ \ \ \ | | | | | | | | | | php8: Support for icu 70.1
| * | | | php8: Support for icu 70.1Hirokazu MORIKAWA2021-11-02
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1. Change UBool to bool for equality operators in ICU >= 70.1 https://github.com/php/php-src/pull/7596 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / / / qemu: disable libfuseRosen Penev2021-11-02
|/ / / | | | | | | | | | | | | | | | Fixes x86 build. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | telegraf: Move config file to /etc/telegraf.conf becauseJonathan Pagel2021-11-01
| | | | | | | | | | | | | | | | | | | | | /etc/config is the default uci folder. Also marking it as configuration file prevents overwriting it on updates. Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | telegraf: Update package to version 1.20.3Jonathan Pagel2021-11-01
| | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | afuse: Add new packageMichal Hrusecky2021-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit add new package afuse into packages feed. afuse is an automounting file system implemented in user-space using FUSE. It implements the most basic functionality that can be expected by an automounter; that is it manages a directory of virtual directories. If one of these virtual directories is accessed and is not already automounted, afuse will attempt to mount a filesystem onto that directory. If the mount succeeds the requested access proceeds as normal, otherwise it will fail with an error. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* | | Merge pull request #17029 from micmac1/mod_php8Michael Heimpold2021-11-01
|\ \ \ | |/ / |/| | php8: add mod php for apache
| * | php8: add mod php for apacheSebastian Kemper2021-10-31
| | | | | | | | | | | | | | | | | | | | | The module will be available, once php8 is selected, at the same place as the other apache modules. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | usteer: update to latest git headDavid Bauer2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6813542 remote: always re-schedule update timeout d7833e1 remote: fix compilation with glibc bee2caf sta: schedule sta_info timeout on creation ae32cb9 ubus: fix channel for active probing 8dc0753 ubus: introduce enum for beacon measurement mode 46e5976 policy: use correct reference signal 1116fdb policy: avoid creating kick loop for client d3ff0d5 sta: add sta_connection_state enum 30f9ba7 remote: include node BSSID into messages 8af7b6c usteer: add BSSID to node struct Signed-off-by: David Bauer <mail@david-bauer.net>