aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #19284 from 1715173329/xrJosef Schlehofer2022-08-30
|\ \ \ \ \ | | | | | | | | | | | | xray-core: Update to 1.5.10
| * | | | | xray-core: Update to 1.5.10Tianling Shen2022-08-30
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | AdGuardHome: update to v0.107.11YiZhen Choo2022-08-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* | | | | docker-compose: Update to version 2.10.2Javier Marcet2022-08-30
|/ / / / | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | Merge pull request #19272 from PolynomialDivision/update-linux-pamNikos Mavrogiannopoulos2022-08-29
|\ \ \ \ | | | | | | | | | | libpam: update to 1.5.2
| * | | | libpam: update to 1.5.2Nick Hainke2022-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes: https://github.com/linux-pam/linux-pam/releases/tag/v1.5.2 Install the pkgconfig files for provided libraries. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #19265 from PolynomialDivision/update-libssh2Jiri Slachta2022-08-28
|\ \ \ \ \ | | | | | | | | | | | | libssh2: update to 1.10.0
| * | | | | libssh2: update to 1.10.0Nick Hainke2022-08-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes: https://www.libssh2.org/changes.html Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #19238 from dynasticorpheus/pycaresAlexandru Ardelean2022-08-28
|\ \ \ \ \ | | | | | | | | | | | | python-pycares: add new package
| * | | | | python-pycares: add new packageFabian Lipken2022-08-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* | | | | | zoneinfo: updated to the latest releaseVladimir Ulrich2022-08-27
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | Merge pull request #19261 from stangri/master-simple-adblockStan Grishin2022-08-26
|\ \ \ \ \ | | | | | | | | | | | | simple-adblock: bugfix for allow command
| * | | | | simple-adblock: bugfix for allow commandStan Grishin2022-08-26
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | syslog-ng: fix OOM issues by adding support for logrotatePetr Štetiar2022-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With heavy system logging which goes by default into `/var/log/messages` log file which is usually placed in tmpfs/RAM one can trigger OOM killer fairly easily, thus killing random processes and in some cases making system unusable. This is likely happening due to the fact, that Linux by default uses 1/2 of available RAM for tmpfs, which might be for example an issue on low RAM devices with ath10k wireless. So let's fix it by adding logrotate functionality which should limit the size of `/var/log/messages` log file to 1M by default, but could be tweaked by config knob if needed be. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | Merge pull request #19253 from turris-cz/pyuciJosef Schlehofer2022-08-26
|\ \ \ \ \ | | | | | | | | | | | | python-uci: update to version 0.9.0
| * | | | | python-uci: update to version 0.9.0Josef Schlehofer2022-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Release notes: https://gitlab.nic.cz/turris/pyuci/-/tags/v0.9.0 - Update copyright while at it. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | restic: update to 0.14.0Tom Stöveken2022-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de> Compile tested: SDK for OpenWrt 21.02.3 Run tested: xRX200 rev 1.2, AVM FRITZ!Boxwq 7360 V2, OpenWrt 21.02.3 Description: Updated to version 0.14.0 Signed-off-by: Tom Stöveken <tom@naaa.de>
* | | | | | miniupnpd: update and fix nftables variantTiago Gaspar2022-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the package to a commit that fixes an issue with removing PCP mappings from nftables. This also allows us to fix the nftables miniupnpd implementation on openwrt. In this new implementation, a table is created at the start of miniupnpd and it is dedicated to miniupnpd with a priority above the firewall4 table. This allows miniupnpd to go ahead of the drop rules of firewall4 and forward traffic as needed. There was the possibility of adding a chain inside the firewall4 table, but this would raise an issue where if firewall4 was reloaded the port forwardings would be lost and miniupnpd could be out of sync. When miniupnpd is stopped the table is deleted, taking the port forwardings with it. Some of this commit is based of msylgj's work, mainly the logic of the init/hotplug scripts and the makefile build parameters. Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org> Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | | gnunet-fuse: Fix compile with glibcHauke Mehrtens2022-08-25
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use pthread_mutexattr_settype() the pthread_mutexattr_setkind_np() function is not available in the glibc and musl version used by OpenWrt. This fixes the following compile error: arc-openwrt-linux-gnu/bin/ld: gnunet_fuse-mutex.o: in function `GNUNET_mutex_create': mutex.c:(.text+0x14): undefined reference to `pthread_mutexattr_setkind_np' arc-openwrt-linux-gnu/bin/ld: mutex.c:(.text+0x14): undefined reference to `pthread_mutexattr_setkind_np' arc-openwrt-linux-gnu/bin/ld: mutex.c:(.text+0x76): undefined reference to `pthread_mutexattr_setkind_np' arc-openwrt-linux-gnu/bin/ld: mutex.c:(.text+0x76): undefined reference to `pthread_mutexattr_setkind_np' collect2: error: ld returned 1 exit status This patch was taken from: https://aur.archlinux.org/cgit/aur.git/plain/pthread_mutexattr_settype.patch?h=gnunet-fuse Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | lua-eco: rework SSL library dependency & selectionEneas U de Queiroz2022-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, lua-eco will add dependencies to all SSL libraries that are selected, even though it will only use one of them. That means that the package downloaded from the regular repository will install OpenSSL, wolfSSL and mbedTLS, even though it will only use OpenSSL. Fix that by adding a built option so that the default can be changed at build-time. To maintain the author's intention, a default symbol is computed based on what libraries are being built into the image, or just selected as a module. Originally, the order or preference was OpenSSL, wolfSSL, then mbedTLS. One change was made to the original order: if OpenSSL and wolfSSL are both selected as module, and mbedTLS is not built into the image, wolfSSL will be preferred over OpenSSL. This is being done to keep the package consistent with OpenWRT's selection of wolfSSL as the default SSL library. If they are both included in the image, then OpenSSL will be preferred. The order of preference is: 1. If at least one library is included in the image, use the first of OpenSSL, wolfSSL, and mbedTLS that is included in the image. 2. If at least one library is selected, but none included in the image, prefer wolfSSL, then OpenSSL, then mbedTLS. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | sqm-scripts: Bump to v1.5.2Toke Høiland-Jørgensen2022-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | Merge pull request #19229 from commodo/python-updates1Alexandru Ardelean2022-08-24
|\ \ \ \ \ | | | | | | | | | | | | django, python-{evdev,pytz}: bump versions
| * | | | | python-pytz: bump to version 2022.2.1Alexandru Ardelean2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | django: bump to 4.1Alexandru Ardelean2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-evdev: bump to 1.6.0Alexandru Ardelean2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | nginx: support gzip static muduleJianhui Zhao2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | v2raya: Update to 1.5.9.1698.1Tianling Shen2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | vim: variants conflict with each otherKarel Kočí2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds conflicts between the variants, because they provide the same files, and it should not be possible to install them side by side. Otherwise, it might happen that half files would be from one variant and the other half from the other. Also, adds provides as if you request to install ``vim`` and ``vim-full``, then the request could be satisfied even they collide, because ``vim-full`` provides ``vim`` package. Signed-off-by: Karel Kočí <cynerd@email.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [add commit message]
* | | | | | libgd: add conflicts to each otherJosef Schlehofer2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The full variant should conflict with the default variant. This prevents that libgd and libgd-full could be installed side by side, and also, the full variant should provide the libgd. Otherwise, if you install libgd-full, you can not install vnstat. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | pdns-recursor: update to 4.7.2Peter van Dijk2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | boost: restores patch for libboost_context for mips64Carlos Miguel Ferreira2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit restores the patch for libboost_context for mips64 given that the upstream update added in 1.80.0 does not fully fixes the issue. Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | | Merge pull request #19212 from stangri/master-simple-adblockStan Grishin2022-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | simple-adblock: update to 1.9.0-1
| * | | | | | simple-adblock: update to 1.9.0-1Stan Grishin2022-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update maintainer's email address * Style Make and init file to OpenWrt standard * Rename dnsmasq and unbound-related variables to better reflect their use * New 'allow' CLI parameter to quickly unblock domain(s) * Switch to uci wrappers * Beautify the output of the 'check' CLI parameter * Better handling of output files directory creation error * Support for (upcoming) dnsmasq nftsets Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | | perl-ack: Update to 3.6.0Tianling Shen2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | stress-ng: add libjpeg depAlexandru Ardelean2022-08-24
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #19217 from stintel/openocd-bcm27xxAlexandru Ardelean2022-08-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | openocd: enable bcm2835gpio on bcm27xx
| * | | | | | openocd: enable bcm2835gpio on bcm27xxStijn Tintel2022-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | Merge pull request #19215 from turris-cz/lspciutils-patchAlexandru Ardelean2022-08-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pciutils: backport patch to fix compilation with older binutils
| * | | | | | | pciutils: backport patch to fix compilation with older binutilsJosef Schlehofer2022-08-21
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | i2pd: update to version 2.43.0Daniel Bermond2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer : @yangfl (David Yang) Build system : Arch Linux x86_64 Build tested : r7800 OpenWrt git master (commit a434795809) Run tested : r7800 OpenWrt git master (commit a434795809) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | | | | node: bump to v16.17.0Hirokazu MORIKAWA2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable Changes: Experimental command-line argument parser API Experimental ESM Loader Hooks API Experimental test runner Improved interoperability of the Web Crypto API Dependency updates: Updated Corepack to 0.12.1 Updated ICU to 71.1 Updated npm to 8.15.0 Updated Undici to 5.8.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | liburcu: update to version 0.13.2Jan Hák2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | knot: update to version 3.2.0Jan Hák2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | acme: fix acme pathGlen Huang2022-08-22
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <heyhgl@gmail.com>
* | | | | | dnscrypt-proxy2: update to version 2.1.2Fabian Lipken2022-08-21
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* / / / / coova-chilli: Fix compile problem with _init()Hauke Mehrtens2022-08-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | pciutils: update to 3.8.0Lucian Cristian2022-08-20
| | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #19214 from dibdot/travelmateDirk Brenken2022-08-20
|\ \ \ \ | | | | | | | | | | travelmate: update 2.1.0
| * | | | travelmate: update 2.1.0Dirk Brenken2022-08-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | Merge pull request #19097 from TDT-AG/pr/20220803-zabbixEtienne Champetier2022-08-20
|\ \ \ \ | | | | | | | | | | zabbix: add fping dependency