aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #19250 from mhei/bugfix19099Michael Heimpold2022-09-07
|\ \ \ \ \ | | | | | | | | | | | | squid: fix compilation with libxml (refs #19099)
| * | | | | squid: fix compilation with libxml (refs #19099)Michael Heimpold2022-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a patch which removes a call in Libxml2Parser.cc to 'xmlSetFeature'. This function belongs to the 'depreciated' API part and is not available in OpenWrt builds. According to my understanding, this call can be removed safely since it disables the feature "substitute entities" which is disabled by default. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #19320 from jow-/miniupnpd-reworkJo-Philipp Wich2022-09-07
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | miniupnpd: rework firewall4 integration
| * | | | | miniupnpd: rework firewall4 integrationJo-Philipp Wich2022-09-06
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump to the latest Git version in order to increase the package version for simpler opkg upgrade of the broken version - (Re-)Introduce PKG_RELEASE into the package, omitting it may lead to opkg segmentation faults under certain circumstances - Utilize automatic include hooks to drop the isolated miniupnpd table in favor to chains within the main inet fw4 table, otherwise PCP is unreliable as the upnp table might accept traffic which is later rejected by fw4 - Install a fw4 script hook to restart miniupnpd on fw4 restarts and reloads in order to repopulate the upnp chains with forward rules - Register the used miniupnpd configuration file and the firewall uci configuration as change sources, otherwise `/etc/init.d/miniupnpd reload` has no effect if the firewall or upnpd config was changed Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #19285 from tru7/knxdFlorian Eckert2022-09-07
|\ \ \ \ \ | | | | | | | | | | | | libfmt: bump to upstream version 9.1.0
| * | | | | libfmt: bump to upstream version 9.1.0Othmar Truniger2022-09-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | nextdns: initialize nextdns from /etc/uci-defaultsMarc Benoit2022-09-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | | | | | memcached: update to 1.6.17Nick Hainke2022-09-06
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest version. Release Notes: - 1.6.16: https://github.com/memcached/memcached/wiki/ReleaseNotes1616 - 1.6.17: https://github.com/memcached/memcached/wiki/ReleaseNotes1617 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | ldns: update to 1.8.3Eric Luehrsen2022-09-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | libssh: update to 0.10.3Nick Hainke2022-09-05
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.libssh.org/2022/09/05/libssh-0-10-3/ Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | mariadb: fix compilation with ppc64Rosen Penev2022-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | MariaDB's PPC64 CRC32 support requires AltiVec, which QoriQ does not support. Disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libtorrent-rasterbar: Update to 2.0.7Tianling Shen2022-09-04
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | dnslookup: Update to 1.7.3Tianling Shen2022-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | dnsproxy: Update to 0.44.0Tianling Shen2022-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | cloudflared: Update to 2022.8.4Tianling Shen2022-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | libssh: update to 0.10.2Nick Hainke2022-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.libssh.org/2022/09/02/libssh-0-10-2/ Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | telnet-bsd: add packageDaniel Engberg2022-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/telnet-bsd: Add telnet-bsd 1.2 to repo Patch sources: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-misc/telnet-bsd/files https://ftp.uni-erlangen.de/gentoo-portage/net-misc/telnet-bsd/files Template for excluding telnetd: https://github.com/theeternalsw0rd/telnet-macos Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> [set me as maintainer, add patches suggested by @pkgadd] Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | haproxy: Update HAProxy to v2.6.4Christian Lachner2022-08-31
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | chrony: update to 4.3Miroslav Lichvar2022-08-31
| | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | luaossl: update to rel-20220711Siger Yang2022-08-31
| | | | | | | | | | | | | | | | Signed-off-by: Siger Yang <siger.yang@outlook.com>
* | | | openvpn: explicitly disable engine parameter for openssl variantIvan Pavlov2022-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Engine support is deprecated in OpenSSL 3.0 and for OpenSSL 3.0 the default is to disable engine support as engine support is deprecated. For ath79 architecture build with autodetection engine support fails, so explicitly set off for now. Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | | libssh: update to 0.10.0Nick Hainke2022-08-31
|/ / / | | | | | | | | | | | | | | | | | | Release Notes: https://www.libssh.org/2022/08/26/libssh-0-10-0/ Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #19030 from tomsommer/tomsommer-patch-1Florian Eckert2022-08-30
|\ \ \ | | | | | | | | ddns-scripts: Add Simply.com provider
| * | | ddns-scripts: Add simply.com providerTom Sommer2022-07-25
| | | | | | | | | | | | | | | | Signed-off-by: Tom Sommer <tomsommer@users.noreply.github.com>
* | | | Merge pull request #19283 from 1715173329/yqJosef Schlehofer2022-08-30
|\ \ \ \ | | | | | | | | | | yq: Update to 4.27.3
| * | | | yq: Update to 4.27.3Tianling Shen2022-08-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #19282 from 1715173329/ggJosef Schlehofer2022-08-30
|\ \ \ \ \ | | | | | | | | | | | | gg: Update to 0.2.9
| * | | | | gg: Update to 0.2.9Tianling Shen2022-08-30
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | 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