aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | Merge pull request #4327 from mwarning/zerotier-updateHannu Nyman2017-05-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | zerotier: update to version 1.2.4
| * | | | | | | | | | | | zerotier: update to version 1.2.4Moritz Warning2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Zerotier now needs to have libstd, libminiupnpc and libnatpmp. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | | | net/mosquito: bump to 1.4.11Karl Palsson2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog available at: https://mosquitto.org/2017/02/version-1-4-11-released/ Mostly ipv6 and websockets fixes, but requires a patch (submitted upstream) to work around an accidental glibc dependency upstream. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | | | net/mosquitto: support more config fields in init scriptKarl Palsson2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the "notifications" option which is important when connecting mosquitto to rabbitmq for instance. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | | | net/mosquitto: Added further security configuration options for bridge sectionDavid Thornley2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
* | | | | | | | | | | | | net/mosquitto: use PROVIDES for -client tools alsoKarl Palsson2017-05-05
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Earlier, PROVIDES handling was clarified for the broker and the library. Use the same style to properly provide the -client-ssl and -client-nossl packages. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | / / / / / / / radicale: update to version 1.1.2Christian Schoenebeck2017-05-04
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to version 1.1.2 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | | vpnc: add PKG_MIRROR_HASHHannu Nyman2017-05-04
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_MIRROR_HASH to enable building vpnc also in those buildbot buildslaves that do not have svn. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | fping: Update to 4.0Nikil Mehta2017-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
* | | | | | | | | | Merge pull request #4305 from billsq/openconnect_7.08Nikos Mavrogiannopoulos2017-04-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | openconnect: Update to version 7.08
| * | | | | | | | | | openconnect: Bump openconnect to 7.08Qian2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump openconnect to 7.08. Remove patch as it is included in the upstream source. Signed-off-by: Qian Sheng billsq@billsq.me
* | | | | | | | | | | Merge pull request #4308 from billsq/ocserv_udp_portNikos Mavrogiannopoulos2017-04-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ocserv: split UDP and TCP port configs
| * | | | | | | | | | | ocserv: split UDP and TCP port configsQian2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new config entry udp_port to split UDP port from TCP. This is useful when particular port is blocked by the ISP. udp_port falls back to port if not set to be compatible with current config file. Also fixed an ifname typo from the last commit. Signed-off-by: Qian Sheng <billsq@billsq.me>
* | | | | | | | | | | | Merge pull request #4311 from dibdot/package-adblockHannu Nyman2017-04-29
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | adblock: update 2.6.2
| * | | | | | | | | | | adblock: update 2.6.2Dirk Brenken2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine 'force dns' handling: - enabled-check before firewall reload - add rule name (better LuCI experience) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | Merge pull request #4306 from TDT-GmbH/mwan3-add-networkHannu Nyman2017-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Mwan3 add network
| * | | | | | | | | | | net/mwan3: update Makefile versionFlorian Eckert2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | | | net/mwan3: add connected network regardless of mwan3 interface enable stateFlorian Eckert2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If netifd set an interface up/down which is not tracked by mwan3 the connected network of that interface should regardless be added/removed to the mwan3_connected ipset. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | | | Merge pull request #4301 from billsq/ifname_addr_fixNikos Mavrogiannopoulos2017-04-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ocserv: Correctly get runtime LAN ifname and addresses
| * | | | | | | | | | | | Increase PKG_RELEASE version.Qian2017-04-26
| | | | | | | | | | | | |
| * | | | | | | | | | | | Correctly get runtime LAN ifname and addressesQian2017-04-25
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Correctly get LAN runtime ifname and addresses using network functions 2. Do not store ip settings in config files as they may change next time.
* | | | | | | | | | | | strongswan: bump to 5.5.2Stijn Tintel2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | | | freeradius3: Bump package releaseToke Høiland-Jørgensen2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to bump the package release in commit 424f4e2c. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | | | acme: Support running in webroot mode, detect other daemons on port 80Toke Høiland-Jørgensen2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For configurations where another web server is running on port 80, running acme.sh in standalone mode fails. Try to detect this and refuse to run; and allow the user to configure a webroot directory to use the running webserver for certificate verification. This also updates acme.sh to the latest version. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | | | freeradius3: A couple of small fixesToke Høiland-Jørgensen2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moves /etc/freeradius3/sites-{enabled,available}/inner-tunnel to be part of the freeradius3-mod-eap package. This prevents conflicts between freeradius3-mod-eap-peap and freeradius3-mod-eap-ttls which both included the file before. This fixes LEDE bug FS#678. - Change the demo cert validity to be 1 year instead of 60 days. Should keep the cert valid for the duration of the LEDE release cycle (with some slack). This fixes #4239. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | | | Merge pull request #4303 from dibdot/package-adblockHannu Nyman2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | adblock: update 2.6.1
| * | | | | | | | | | | adblock: update 2.6.1Dirk Brenken2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add "adb_forcedns" to redirect all dns requests to local resolver (disabled by default) * add "adb_forcesrt" to enable overall sort / duplicate removal on low memory devices with less than 64 MB RAM (disabled by default) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | Merge pull request #4282 from dibdot/patch-wifischeduleHannu Nyman2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | wifischedule: remove package arch dependency
| * | | | | | | | | | | | wifischedule: remove package arch dependencydibdot2017-04-20
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove package architecture dependency cause wifischedule is "shell script only" Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | unbound: update to version 1.6.2Eric Luehrsen2017-04-25
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | | gnunet: update sourcesDaniel Golle2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | Merge pull request #4297 from commodo/tcpreplay-4-2-3Hannu Nyman2017-04-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tcpreplay: update to 4.2.3
| * | | | | | | | | | | tcpreplay: update to 4.2.3Alexandru Ardelean2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | | Merge pull request #4265 from pprindeville/isc-dhcp-reassignDaniel Golle2017-04-24
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | isc-dhcp: reassign to new owner
| * | | | | | | | | | | isc-dhcp: reassign to new ownerPhilip Prindeville2017-04-14
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | | Merge pull request #3794 from adam2104/masterLuka Perkov2017-04-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | net/squid: Allow squid to parse mime.conf
| * | | | | | | | | | | net/squid: Allow squid to parse mime.confAdam Gensler2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy mime.conf to temporary directory so squid process can properly read the file. Without it squid cannot access mime.conf and throws a warning during startup. Signed-off by: Adam Gensler <openwrt@a.gnslr.us>
* | | | | | | | | | | | Merge pull request #4291 from dibdot/package-travelmateHannu Nyman2017-04-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | travelmate: update 0.7.1
| * | | | | | | | | | | travelmate: update 0.7.1Dirk Brenken2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix startup & json update behavior * LuCI-frontend update (see luci repo for details) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | net/wireguard: update to 0.0.20170421Jason A. Donenfeld2017-04-21
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple version bump. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | | | | | | | Merge pull request #4283 from dibdot/package-travelmateHannu Nyman2017-04-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | travelmate: update 0.7.0
| * | | | | | | | | | travelmate: update 0.7.0Dirk Brenken2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * no longer misuse ubus/procd service object for travelmate runtime information, now save all required information directly in a JSON file/format * new 'status' init command to print runtime information * add a configurable interface trigger timeout for nested & slow modem/router setups, set 'trm_triggerdelay' accordingly * change start priority & refine reload timings * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #4267 from dibdot/package-adblockHannu Nyman2017-04-17
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | adblock: update 2.6.0-2
| * | | | | | | | | | adblock: update 2.6.0-2Dirk Brenken2017-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change start priority to get all interface trigger events, even on fast hardware * made default trigger delay more conservative to fix possible start up issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | ser2net: add some upstream patches (fixes #4249)Michael Heimpold2017-04-15
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported by @thornley-touchstar, there are some issues in the showshortport and showport commands on the monitoring channel. After short dicussion with upstream, the following patches were merged upstream to fix the issue(s). Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | darkstat: Depend on libbsd for glibc-based toolchainsFlorian Fainelli2017-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | darkstat's configure script searches for libbsd for different routines, so if it manages to pick it up, make sure the dependency is reflected. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | | | | acme: Fix for curl linked against mbed TLS. (#4254)Daniel H2017-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use newest acme.sh release (2.6.8). Remove dependency on ca-certificates and add dependency on ca-bundle. Update environment variable. Signed-off-by: Daniel Halmschlager <da@halms.at>
* | | | | | | | | | Merge pull request #4253 from dibdot/package-adblockHannu Nyman2017-04-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | adblock: update 2.6.0
| * | | | | | | | | adblock: update 2.6.0Dirk Brenken2017-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * no longer misuse ubus/procd service object for adblock runtime information, now save all required information directly in a JSON file/format (/tmp/adb_runtime.json) * new 'status' init command to print runtime information * add a configurable interface trigger timeout for nested or slow modem/router setups, set 'adb_triggerdelay' accordingly (default 1 second) * add support for pure http download utilities like wget-nossl or uclient-fetch without libustream-ssl (http donwloads only!) * fix stop action * fix enabled/disabled action * fix country code in regional list for china * LuCI update to reflect all changes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #4245 from TDT-GmbH/mwan3-add-ubusHannu Nyman2017-04-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/mwan3: add ubus interface