aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* tunneldigger-broker: update to v0.4.0Perry Melange2023-08-20
| | | | | | Include new hook script to build Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
* tunneldigger-broker: add rate-limit hookPerry Melange2023-08-20
| | | | Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
* tunneldigger-broker: add option to isolate bridge portsPerry Melange2023-08-20
| | | | | | | | | | | | | | | Add new option to a config bridge section to indicate if a bridge port added to the bridge should be isolated or not. The default is 0 (no isolation). example config bridge option interface 'br-mybridge1446' option mtu '1446' option isolate '1' # default '0' Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
* tunneldigger-broker: update lib functionsPerry Melange2023-08-20
| | | | | | Use config_foreach instead of config_cb Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
* tunneldigger-broker: update config file and init for v0.4.0Perry Melange2023-08-20
| | | | Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
* sing-box: update to 1.4.0-beta.5Van Waholtz2023-08-18
| | | | | | Add support for GO 1.21. Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* frr: updat to 9.0Lucian Cristian2023-08-17
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frp: update to 0.51.3Van Waholtz2023-08-17
| | | | | | Includes some bug fixes and adds support for GO 1.21. Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* Merge pull request #21828 from stangri/master-simple-adblockStan Grishin2023-08-16
|\ | | | | simple-adblock: bugfixes for uci_load_validate
| * simple-adblock: bugfixes for uci_load_validateStan Grishin2023-08-15
| | | | | | | | | | | | | | * fix validation for force_dns_port when missing in config * fix validation for dns_instance when * or - are used Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #21766 from TDT-AG/pr/20230808-modemmanagerFlorian Eckert2023-08-16
|\ \ | | | | | | modemmanager: setting allowed and preferred mode
| * | modemmanager: add setting for allowed and preferred modeFlorian Eckert2023-08-09
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | modemmanager: remove unneeded teardown error reportingFlorian Eckert2023-08-09
| | | | | | | | | | | | | | | | | | | | | Teardown error reporting is not needed, bacause it overrides init error reporting. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | modemmanager: fix white spacesFlorian Eckert2023-08-09
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | dnslookup: Update to 1.9.2Tianling Shen2023-08-16
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | dnsproxy: Update to 0.54.0Tianling Shen2023-08-16
| |/ |/| | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | tgt: update to 1.0.87Maxim Storchak2023-08-15
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | Merge pull request #21800 from yogo1212/wget_pcre2Hannu Nyman2023-08-14
|\ \ | | | | | | wget: use pcre2
| * | wget: use pcre2Leon M. Busch-George2023-08-14
| | | | | | | | | | | | | | | | | | | | | Pcre (1) is unmaintained and reached its end of life in 2021. The base system provides pcre2 exclusively since May. Signed-off-by: Leon M. Busch-George <leon@georgemail.eu>
* | | smartdns: bump to 1.2023.43Nick Peng2023-08-14
| | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | v2raya: Update to 2.1.3Tianling Shen2023-08-13
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | openssh: update to 9.4p1Sibren Vasse2023-08-13
|/ / | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | haproxy: update to v2.8.2Christian Lachner2023-08-11
| | | | | | | | | | | | | | - Update haproxy PKG_VERSION and PKG_HASH - See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | Merge pull request #19218 from stintel/openthreadStijn Tintel2023-08-11
|\ \ | | | | | | openthread-br: new package
| * | openthread-br: new packageStijn Tintel2023-08-07
| | | | | | | | | | | | | | | | | | | | | Add a new package for the OpenThread Border Router. Comes with a netifd protocol handler. See README.md for more information. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | chrony: update to 4.4Miroslav Lichvar2023-08-10
| | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | xtables-addons: add packaging for xt_asn, et alPhilip Prindeville2023-08-08
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | xtables-addons: add MaxMind versions of xt_geoip_dl, etc.Philip Prindeville2023-08-08
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | simple-adblock: force_dns_port validation bugfixStan Grishin2023-08-08
| |/ |/| | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | openssh: add server config subdirectoryPhilip Prindeville2023-08-07
| | | | | | | | | | | | | | | | Most distros allow dropping site configuration files into /etc/sshd_config.d/ so that you don't have to tweak the main server configuration file. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | i2pd: update to version 2.48.0R4SAS I2P2023-08-06
| | | | | | | | Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
* | v2fly-geodata: Update to latest versionTianling Shen2023-08-06
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | v2raya: Update to 2.1.0Tianling Shen2023-08-06
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | cloudreve: Update to 3.8.1Tianling Shen2023-08-06
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | gnunet: update to version 0.19.4Daniel Golle2023-08-05
| | | | | | | | | | | | | | | | | | | | | | v0.19.4: - No changes v0.19.3: - We now detect MySQL's strange, version-dependent my_bool type on configure. - Add pkg-config definitions for gnunet messenger. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libcurl-gnutls: update to version 8.2.1Daniel Golle2023-08-05
|/ | | | | | | See cURL changes for details: https://curl.se/changes.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* openssh: update to 9.3p2Sibren Vasse2023-08-04
| | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* snort3: update to 3.1.67.0John Audia2023-08-04
| | | | | | Upstream bump Signed-off-by: John Audia <therealgraysky@proton.me>
* knot: update to version 3.2.9Jan Hák2023-08-01
| | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* Merge pull request #21687 from stangri/master-curlStan Grishin2023-07-31
|\ | | | | curl: update to 8.2.1
| * curl: update to 8.2.1Stan Grishin2023-07-31
| | | | | | | | | | | | * https://curl.se/changes.html#8_2_1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | isc-dhcp: some IoTs need forced rebinding/renewal timesPhilip Prindeville2023-07-30
| | | | | | | | | | | | | | | | I've noticed my AppleTV's refresh their leases ever minute unless I explicitly force their renewal time higher, because it doesn't default to 50% of the lease time. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | isc-dhcp: fix handling multiple instances of 'routes' listPhilip Prindeville2023-07-30
|/ | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* cloudflared: Update to 2023.7.3Tianling Shen2023-07-31
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #21638 from stangri/master-curlStan Grishin2023-07-27
|\ | | | | curl: update to 8.2.0
| * curl: update to 8.2.0Stan Grishin2023-07-23
| | | | | | | | | | | | * https://curl.se/changes.html#8_2_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #21666 from pprindeville/isc-dhcp-drop-uci_get_statePhilip Prindeville2023-07-26
|\ \ | | | | | | isc-dhcp: deprecate use of uci_get_state in client scripts
| * | isc-dhcp: use network_get_device in client scriptsPhilip Prindeville2023-07-25
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | openvpn: update to 2.6.5 and add DCO supportMartin Schiller2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates openvpn to version 2.6.5 and add DCO support. There are several changes: - Starting with version 2.6.0, the sources are only provided as .tar.gz file. - removed OPENVPN_<variant>_ENABLE_MULTIHOME: multihome support is always included and cannot be disabled anymore with 2.6.x. - removed OPENVPN_<variant>_ENABLE_DEF_AUTH: deferred auth support is always included and cannot be disabled anymore with 2.6.x. - removed OPENVPN_<variant>_ENABLE_PF: PF (packet filtering) support was removed in 2.6.x. - The internal lz4 library was removed in 2.6.x; we now use the liblz4 package if needed - To increase reproducibility, _DATE_ is only used for development builds and not in release builds in 2.6.x. - wolfSSL support was integrated into upstream openvpn - DES support was removed from openvpn The first two wolfSSL patches were created following these 2 commits: https://github.com/OpenVPN/openvpn/commit/4cf01c8e4381403998341aa32f79f4bf24c7ccb1 https://github.com/OpenVPN/openvpn/commit/028b501734b4a57dc53edb8b11a4b370f5b99e38 Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | transmission: add copy_file_range syscall to seccompMarius Dinu2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this crash: root@RPi3OpenWrt:/# grep -i seccomp /var/log/audit/audit.log type=SECCOMP msg=audit(1689503903.597:16): auid=4294967295 uid=224 gid=1012 ses=4294967295 pid=1752 comm="transmission-da" exe="/usr/bin/transmission-daemon" sig=31 arch=c00000b7 syscall=285 compat=0 ip=0x7fa3b0eefc code=0x80000000 root@RPi3OpenWrt:/# ausyscall 285 copy_file_range root@RPi3OpenWrt:/# Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>