aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #3816 from danrl/wireguardHannu Nyman2017-01-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | wireguard: new upstream version
| * | | | | | | | | wireguard: version bumpdanrl2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | | | | gnunet: update sourceDaniel Golle2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | net/openssh: Offload main sitePeter Wagner2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a few mirrors in-front of main site for offloading Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #3490 from t-8ch/esniper_2.32Hannu Nyman2017-01-10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | esniper: to 2.32.0
| * | | | | | | | | esniper: to 2.32.0Thomas Weißschuh2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ebay changed their login API, breaking 2.31.0 Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
* | | | | | | | | | Merge pull request #3736 from damianorenfer/masterHannu Nyman2017-01-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/dnscrypt-proxy: update to 1.9.1. Change config system, use config…
| * | | | | | | | | | net/dnscrypt-proxy: update to 1.9.1. Change config system, use config file ↵Damiano Renfer2017-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of command line args, no changes made to existing UCI part. Add blacklists support Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | | | | | | | Merge pull request #3807 from thess/umurmur-updateTed Hess2017-01-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | umurmur: Update to lastest version. Replace PolarSSL with mbed TLS
| * | | | | | | | | | | umurmur: Update to lastest version. Replace PolarSSL with mbed TLSTed Hess2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | irssi: update to 0.8.21Peter Wagner2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | Merge pull request #3777 from pprindeville/update-isc-dhcpHannu Nyman2017-01-10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | isc-dhcp: bump version to latest and fix build issues
| * | | | | | | | | | | | isc-dhcp: bump version to latest and fix build issuesPhilip Prindeville2017-01-06
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version bumped to 4.3.5. Separated out compile/install steps since compiling with $DESTDIR yields bogus results. Removed rfc-3527 patch as something similar (better) is now upstream (well, more complete error checking anyway). Change relay scripts from '-l ifname' to '-U ifname' to correspond to upstream changes. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | | | gnunet: upstream fixes and packaging improvementsDaniel Golle2017-01-10
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | iotivity: make logging configurableHauke Mehrtens2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change logging was always activated and then IoTivity wrote a lot of debug messages. Make it now configurable. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | iotivity: install the header filesHauke Mehrtens2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install the header files needed to build something against IoTivity. This will have it easier to build an application using IoTivity library. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | iotivity: replace environment patches with upstream versionsHauke Mehrtens2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches are making it possible to provide the compiler settings from the environment so LEDE can change them. This replaces the old patches with the versions send for upstream inclusion. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | iotivity: update to version 1.2.1Hauke Mehrtens2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does the following changes: * update to version 1.2.1 * add iotivity-resource-directory-lib, this is needed by most applications now * do not activate security support by default, this caused some problems and needs some more settings to setup. * use sqlite version from normal package feed instead of using an own version * build against LEDE version of mbedtls * update example security configuration * remove some patches that went upstream * add some new patches fixing problems observed in my environment, most of them are on their way upstream. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | iotivity: remove things managerHauke Mehrtens2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not supported in IoTivity 1.2.1 any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | iotivity: add simple client + serverHauke Mehrtens2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | | Merge pull request #3805 from chris5560/ddns-scriptsHannu Nyman2017-01-09
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | ddns-scripts: make cloudflare v1 same "domain" parameter syntax
| * | | | | | | | | | ddns-scripts: make cloudflare v1 same "domain" parameter syntaxChristian Schoenebeck2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cloudflare v1 change syntax of option domain to "host.sub@example.com" like already cloudflare v4 and godaddy to prepare logterm remove of public_suffix_list.dat from package - change Makefile to be backportable to CC15.05 and working on DD - change ddns.defaults to prepare future releases of ddns-scripts - minor fixes Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | | Merge pull request #3804 from dibdot/travelmateTed Hess2017-01-09
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | | travelmate: bugfix 0.3.1
| * | | | | | | | | travelmate: bugfix 0.3.1Dirk Brenken2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix error handling, i.e. a wrong uplink key in wireless config Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | gnunet: update source and remove gnunet-sqlite dummy packageDaniel Golle2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new NAT and external-ip discovery * adds zonemaster service * fixes cadet crashes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | Merge pull request #3791 from aarond10/patch-1Hannu Nyman2017-01-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | https-dns-proxy: Version bump
| * | | | | | | | | | https-dns-proxy: Switch from bz2 to xzAaron Drew2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Drew <aarond10@gmail.com>
| * | | | | | | | | | https-dns-proxy: Version bumpAaron Drew2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version bump. Now includes support for SRV records, cap on concurrent requests. Signed-off-by: Aaron Drew <aarond10@gmail.com>
* | | | | | | | | | | keepalived: switch maintainer to Ben Kelly (@scrpi)Alexandru Ardelean2017-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Talked it over with Ben (@scrpi). He said he'd be fine with taking over maintainership of this. @scrpi: please confirm this on PR. Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | bind: Enable filter-aaaa build-time option by default.Noah Meyerhans2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | | | | Merge pull request #3801 from mwarning/fix-broken-dependency-detectionHannu Nyman2017-01-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | net/zerotier: fix broken dependency detection
| * | | | | | | | | | | net/zerotier: fix broken dependency detectionMoritz Warning2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | | Merge pull request #3799 from fededim/masterHannu Nyman2017-01-08
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | sstp-client: updated the fake title and description (old carelessness)
| * | | | | | | | | | | | sstp-client: updated the fake title and description (old carelessness)Federico Di Marco2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: fededim@gmail.com
* | | | | | | | | | | | | Merge pull request #3798 from fededim/masterHannu Nyman2017-01-08
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lftp: updated to 4.7.5
| * | | | | | | | | | | | lftp: updated to 4.7.5Federico Di Marco2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sstp-client: updated to 1.0.11 and moved under VPN submenu Signed-off-by: fededim@gmail.com
* | | | | | | | | | | | | ser2net: update to 3.3Michael Heimpold2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | net/transmission: Refresh patches and minor tweaksDaniel Engberg2017-01-08
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh patches Add patch to spoof git-version as release Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | bcp38: Add note about IPv6 to package description and help textToke Høiland-Jørgensen2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3793.
* | | | | | | | | | | | transmission: conversion polarssl to mbedtlsCezary Jackiewicz2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me / @obsy Compile tested: x86, LEDE Run tested: X86/geode, LEDE Description: - up to current git version: 35fea28d1a37875ef7480ac061754df617805b19 - replace polarssl via mbedtls Closes https://github.com/openwrt/packages/issues/3731 Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
* | | | | | | | | | | | Merge pull request #3787 from diizzyy/patch-19Hannu Nyman2017-01-08
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | net/zerotier: Fix source tarball filename
| * | | | | | | | | | | net/zerotier: Fix source tarball filenameDaniel Engberg2017-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP header content-disposition isn't honored resulting in source tarball name only containing version number. Switch to GIT repo as workaround to avoid clashing filenames. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | net/zerotier: improve libupnpc detectionMoritz Warning2017-01-07
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch name was wrong and the change could be made in a more elegant way. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | zerotier: fix upnp build supportMoritz Warning2017-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | Merge pull request #3749 from mwarning/add-zerotier-packageHannu Nyman2017-01-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | zerotier: add initial package
| * | | | | | | | | | zerotier: add initial packageMoritz Warning2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | Merge pull request #3774 from dibdot/adblockHannu Nyman2017-01-06
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | adblock: bugfix 2.1.1
| * | | | | | | | | | adblock: bugfix 2.1.1Dirk Brenken2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix domain query function to support new unbound format Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | net-snmp: fix libnl dependency for snmpd-staticStijn Tintel2017-01-06
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | net-snmp: enable AgentX supportStijn Tintel2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>