aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | gnunet: update to version 0.17.5Daniel Golle2022-09-07
| | | | | | | | | | | | | | | | | | | | | Beware that switching to the new major version 0.17.x results in incompatibility with clients still running 0.16.x. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | 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>
* | | | | 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>
* | | | 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>
* | | | 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>
* | | | 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>
* | | | 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 #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>
* | | | | simple-adblock: bugfix for allow commandStan Grishin2022-08-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | 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>
* | | | sqm-scripts: Bump to v1.5.2Toke Høiland-Jørgensen2022-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | 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>
* | | | pdns-recursor: update to 4.7.2Peter van Dijk2022-08-23
| | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.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>
* | | | | 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>
* | | | | 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>
* | | | | 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>
* | | | usteer: update to latest HEADDavid Bauer2022-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | ddns-scripts: Fix typo s/ganid/gandi/Bheesham Persaud2022-08-17
| | | | | | | | | | | | | | | | Signed-off-by: Bheesham Persaud <me@bheesham.com>
* | | | usteer: bump to git HEADStijn Tintel2022-08-17
| | | | | | | | | | | | | | | | | | | | | | | | 041e884 local_node: query client MBO support from hostapd Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | sslh: install sslh-selectToni Uhlig2022-08-16
| | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | frp: update to 0.44.0Van Waholtz2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/fatedier/frp/release Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | iperf: Updated to 2.1.8Alberto Martinez-Alvarez2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling fast sampling to support four digit (e.g., 1.0000) precision in reports' timestamps. Useful for sub-millisecond sampling. Changelog: https://sourceforge.net/p/iperf2/code/ci/2-1-8/tree/README Signed-off-by: Alberto Martinez-Alvarez <amteza@gmail.com> Maintainer: @nbd168 Compile tested: ath79, ramips, bcm27xx
* | | | gg: Update to 0.2.8Tianling Shen2022-08-16
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | rclone: Update to 1.59.1Tianling Shen2022-08-16
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | haproxy: Update HAProxy to v2.6.2Christian Lachner2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | lighttpd: update to lighttpd 1.4.66 release hashGlenn Strauss2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | * update to lighttpd 1.4.66 release hash Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | cloudflared: Update to 2022.8.0Tianling Shen2022-08-16
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | ariang: update to 1.2.4Van Waholtz2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/mayswind/AriaNg/releases Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | Revert "strongswan: add strongswan-mod-socket"Stijn Tintel2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original PR for this change is #16373, where it's cleary stated it doesn't work. This should have never been merged. It causes the following recursive dependency: tmp/.config-package.in:122354:error: recursive dependency detected! tmp/.config-package.in:122354: symbol PACKAGE_strongswan-default depends on PACKAGE_strongswan-mod-socket-default tmp/.config-package.in:123534: symbol PACKAGE_strongswan-mod-socket-default is selected by PACKAGE_strongswan-default This reverts commit 603f70e96b4dc1b9e442a38cb692de519c1cd54a. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | acme: use the hotplug systemGlen Huang2022-08-16
| | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <heyhgl@gmail.com>