aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* 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>
* / | hs20: fix linking with full language support enabledMichael Heimpold2021-03-02
|/ / | | | | | | | | | | | | | | After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #14987 from stangri/master-vpn-policy-routingRosen Penev2021-03-02
|\ \ | | | | | | vpn-policy-routing: update to 0.3.2-18
| * | vpn-policy-routing: update to 0.3.2-18Stan Grishin2021-03-01
| | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | knot-resolver: update to version 5.3.0Jan Pavlinec2021-03-02
| | | | | | | | | | | | | | | | | | | | | | | | Changes: - remove arch limit - add libnghttpd2 dependency Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14967 from neheb/wRosen Penev2021-03-01
|\ \ \ | |/ / |/| | wavemon: update to 0.9.3o
| * | wavemon: update to 0.9.3oRosen Penev2021-02-28
| | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | mwan3: disable DNS lookups for ping checksFlorian Eckert2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, ping does a reverse DNS of the IP that you are pinging. When you have a network issue (such as when a link has just gone down and you haven't yet marked it down), this lookup can cause failures on tests for links that are still good. This option only works for iputils ping. For busybox the option is not evaluated, but it is accepted without throwing an error. Fixes: #14968 Fixes: #14924 Signed-off-by: Florian Eckert <fe@dev.tdt.de> Suggested-by: David Lang <david@lang.hm>
* | | Merge pull request #14969 from neheb/uaRosen Penev2021-02-28
|\ \ \ | | | | | | | | uacme: update to 1.7
| * | | uacme: update to 1.7Rosen Penev2021-02-28
| |/ / | | | | | | | | | | | | | | | Switched to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / Correct Reference to IPKG_INSTROOTGreg Dietsche2021-02-28
|/ / | | | | | | | | | | IPKG_INSTROOT was misspelled. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | Merge pull request #14948 from lucize/frrupRosen Penev2021-02-28
|\ \ | | | | | | frr: update to latest and backports
| * | frr: update to latest and backportsLucian Cristian2021-02-28
| | | | | | | | | | | | | | | | | | | | | | | | cherry-pick: backport nhrpd support multicast backport ospf updates Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | libreswan: update to 4.3Lucian Cristian2021-02-28
|/ / | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #14934 from blocktrron/pr-static-neighbor-reports-luaDavid Bauer2021-02-28
|\ \ | | | | | | static-neighbor-reports: add missing Lua dependency
| * | static-neighbor-reports: add missing Lua dependencyDavid Bauer2021-02-28
| | | | | | | | | | | | | | | | | | | | | | | | Add a missing dependency on Lua. Otherwise the script installing the neighbor report can't be executed in case Lua is not installed on the system. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | Merge pull request #14927 from mkrkn/ovpn251Rosen Penev2021-02-28
|\ \ \ | |_|/ |/| | openvpn: update to 2.5.1
| * | openvpn: update to 2.5.1Magnus Kroken2021-02-24
| | | | | | | | | | | | | | | | | | Set myself as maintainer. Signed-off-by: Magnus Kroken <mkroken@gmail.com>
* | | Merge pull request #14915 from pprindeville/safe-search-fix-scripting-typosRosen Penev2021-02-27
|\ \ \ | | | | | | | | safe-search: fix typos in package scripting
| * | | safe-search: fix typos in package scriptingPhilip Prindeville2021-02-26
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | vpn-policy-routing: bugfix: netflix user file missing redirectStan Grishin2021-02-26
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #14913 from dibdot/adblockDirk Brenken2021-02-26
|\ \ \ \ | | | | | | | | | | adblock: update 4.1.0
| * | | | adblock: update 4.1.0Dirk Brenken2021-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * major source changes: * split oisd.nl in basic and full variant * add swedish regional list * made archive categories for shallalist and utcapitole selectable via LuCI * made all list variants of energized and stevenblack selectable via LuCI * removed dns filereset mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | travelmate: update to 2.0.3Dirk Brenken2021-02-26
|/ / / / | | | | | | | | | | | | | | | | * refine the wifi reconfigure logic Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | mstpd: bump to version 0.0.9Alexandru Ardelean2021-02-26
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | vpn-policy-routing: update user netflix fileStan Grishin2021-02-26
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | tor: fix building without OpenSSL engine supportRui Salvaterra2021-02-25
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise it would fail with linking errors. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | Merge pull request #14891 from cotequeiroz/snort-libdaqEneas U de Queiroz2021-02-24
|\ \ \ \ | | | | | | | | | | snort[3],libdaq[3]: install/use libdaq 2&3 in their own dir