aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | banip: update to 0.7.5-2Dirk Brenken2021-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | * refine the new dns resolving process * add a caching mechanism for the resolved IPs, the detached name lookup takes place only during 'restart' or 'reload' action, 'start' and 'refresh' actions are using an auto-generated backup instead. * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | net/mosquitto: Update to 2.0.9Karl Palsson2021-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release, with minor security fixes for outgoing bridge connections and the client library. Full details here: https://mosquitto.org/blog/2021/03/version-2-0-9-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | udpxy: update to 1.0-25.1Rosen Penev2021-03-14
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | xray-core: Update to 1.4.0Tianling Shen2021-03-15
| | | | | | | | | | | | | | | | | | | | | - Re-assigned myself as the maintainer - Updated geodata to latest version Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | wg-installer: delete old interfacesNick Hainke2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "wg_check_interfaces" and specify a timeout in the config file. This allows to delete not used wireguard-interfaces automatically. For example a cronjob can be installed that calls: . /usr/share/wginstaller/wg_functions.sh && wg_check_interfaces Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | ooniprobe: update to version 3.7.0Jan Pavlinec2021-03-14
| | | | | | | | | | | | | | | | | | | | | Changes: -add Configure stage to prebuild resources Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #15116 from dibdot/banIPDirk Brenken2021-03-14
|\ \ \ | | | | | | | | banip: bump to 0.7.5
| * | | banip: bump to 0.7.5Dirk Brenken2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * black- and whitelist now supporting domain names as well - the corresponding IPs (IPv4 & IPv6) will be resolved in a detached background process and added to the IPsets Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | wg-installer: fix get_usage functionNick Hainke2021-03-13
|/ / / | | | | | | | | | | | | | | | The get_usage function always returns 0. The shell syntax was wrong. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #15031 from gladiac1337/haproxy-2.2.10Rosen Penev2021-03-13
|\ \ \ | | | | | | | | haproxy: Update HAProxy to v2.2.10
| * | | haproxy: Update HAProxy to v2.2.10Christian Lachner2021-03-13
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | ksmbd-tools: update to 3.3.7Rosen Penev2021-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major change are: ksmbd.control -s terminate ksmbd.mountd as well as kernel server. Update configuration.txt and README. Turn off smb2 leases by default again. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ksmbd-tools: update to 3.3.6Rosen Penev2021-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: Add missing g_rwlock_init() for rpc_samr and rpc_lsaprc. Fix potential potential null pointer dereferencing error. Fix memleak. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | tor-hs: change rpc service nameJan Pavlinec2021-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #15084 from cotequeiroz/pdns-recursorRosen Penev2021-03-10
|\ \ \ \ | | | | | | | | | | pdns-recursor: don't search for boost libs in host
| * | | | pdns-recursor: don't search for boost libs in hostEneas U de Queiroz2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While searching for the boost_system library in boost.m4, configure tries to find boost_system-mt before boost_system. The presence of boost_system-mt in the staging dir depends on CONFIG_boost-use-name-tags. If it is not defined (default), and there is a boost_system-mt library in the host system, it will be used, and the build will fail. This adds a patch to remove the host paths from the search loop, preserving the rest of the detection logic. Alternatively, boost_cv_lib_context_LIBS could be used to avoid library detection code entirely, but then the mt- variant would never be used. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | Merge pull request #15076 from farmergreg/slow-your-rollRosen Penev2021-03-10
|\ \ \ \ \ | |/ / / / |/| | | | safe-search: check for changed IP addresses weekly
| * | | | safe-search: check for changed IP addresses weeklyGregory L. Dietsche2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current default of hourly is too fast. Some services such as DuckDuckGo return IPs from a pool based on the user's location instead of a fixed IP address. This change prevents unnecessary writes to the flash memory by only updating once per week. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | | | | Merge pull request #15079 from dibdot/adblockDirk Brenken2021-03-10
|\ \ \ \ \ | | | | | | | | | | | | adblock: small update
| * | | | | adblock: small updateDirk Brenken2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add adguard_tracking source (list with cname trackers) * optimize/sort output of active sources in status * optimize log output in EMails Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | git: update to version 2.30.2Jan Pavlinec2021-03-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2021-21300 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #15009 from mhei/libxml2-iconv-fix-bindMichael Heimpold2021-03-10
|\ \ \ \ \ | |/ / / / |/| | | | bind: fix linking with full language support enabled
| * | | | bind: fix linking with full language support enabledMichael Heimpold2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #15061 from ja-pa/igmpproxy-newRosen Penev2021-03-09
|\ \ \ \ \ | | | | | | | | | | | | igmpproxy: move package from openwrt repo
| * | | | | igmpproxy: move package from openwrt repoJan Pavlinec2021-03-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #15036 from neheb/zncRosen Penev2021-03-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | znc: update to 1.8.2
| * | | | | | znc: update to 1.8.2Rosen Penev2021-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to CMake + Ninja to fix parallel compilation. Switched PKG_BUILD_DIR to use PKG_INSTALL_DIR for easier readability. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | nextdns: Update to version 1.11.0Olivier Poitrey2021-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | Merge pull request #15068 from TDT-AG/pr/20210309-keepalivedFlorian Eckert2021-03-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | keepalived: update to version 2.2.2
| * | | | | | | keepalived: update to version 2.2.2Florian Eckert2021-03-09
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #15052 from stangri/master-vpn-policy-routingRosen Penev2021-03-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vpn-policy-routing: better processing of custom user files
| * | | | | | | vpn-policy-routing: better processing of custom user filesStan Grishin2021-03-08
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #15050 from stangri/master-simple-adblockRosen Penev2021-03-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | simple-adblock: update to 1.8.5-1
| * | | | | | | simple-adblock: update to 1.8.5-1Stan Grishin2021-03-08
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* / / / / / / subversion: update to 1.14.1Jan Pavlinec2021-03-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-17525 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | modemmanager: bump to 1.16.2Nicholas Smith2021-03-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | | | | | nginx: fix compilation with BUILD_NLSRosen Penev2021-03-06
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Requires nls.mk because of libxml2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14873 from neheb/cxxRosen Penev2021-03-06
|\ \ \ \ \ | |_|/ / / |/| | | | treewide: remove uClibc++ support
| * | | | treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | wg-installer: add link-local to client interfaceNick Hainke2021-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wireguard has no link-local address on an interface automatically. Add a link-local to the interface. The server has fe80::1/64 and the client fe80::2/64. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #15002 from plntyk/i2pd_fixupRosen Penev2021-03-05
|\ \ \ \ \ | |/ / / / |/| | | | I2pd: fix imagebuilder and startup
| * | | | i2pd: update to 2.36Dirk Neukirchen2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove AVX patches as upstream has integrated and closed all AVX issues compiled on : x86-64, i386 generic tested on : x86-64 VM, i386 VM Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
| * | | | i2pd: fix startupDirk Neukirchen2021-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i2pd reports: missing/unreadable config file: /etc/i2pd/i2pd.conf Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
| * | | | i2pd: remove unneeded functions.shDirk Neukirchen2021-03-02
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | its included via rc.common, see https://openwrt.org/docs/guide-developer/config-scripting Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
* | | | clamav: update to 0.103.1Rosen Penev2021-03-05
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Convert to using CMake in order to speed up compilation and to fix compilation under glibc. Add extra dependencies since they're now needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14942 from mhei/libxml2-iconv-fix-aria2Michael Heimpold2021-03-04
|\ \ \ | | | | | | | | aria2: fix linking with full language support enabled
| * | | aria2: fix linking with full language support enabledMichael Heimpold2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | openssh: update to 8.5p1Sibren Vasse2021-03-03
| | | | | | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | Merge pull request #14994 from 1715173329/xr-go1.16Rosen Penev2021-03-02
|\ \ \ \ | | | | | | | | | | xray-core: Update to 1.3.1
| * | | | xray-core: Update to 1.3.1Tianling Shen2021-03-02
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - updated geodata to latest version - updated project url Fixes: #14972 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>