aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | | 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>
* | | | | | | | | | | Merge pull request #3765 from dibdot/adblockHannu Nyman2017-01-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adblock: update 2.1.0
| * | | | | | | | | | adblock: update 2.1.0Dirk Brenken2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add initial unbound support (experimental, see online doc) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #3759 from commodo/keepalived-default-old-confStijn Tintel2017-01-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | keepalived: use old keepalived.conf by default
| * | | | | | | | | | | keepalived: use old keepalived.conf by defaultAlexandru Ardelean2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | | keepalived: fix recvmsg/sendmsg on mips64 againStijn Tintel2017-01-04
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit e73964fa8fae94473e9046dfd8fd505206b50ab3 incorrectly dropped the patch 101-update-struct-msghdr.patch. Add it again, and while add it also add the follow-up patch that was added upstream. Fixes #3757. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | | net-snmp: fix libnl dependencyStijn Tintel2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libnl-core is enabled, but libnl isn't, build fails because of a missing dependency on libnl-3.so.200. Depending on libnl-core seems to work for both cases. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | | net-snmp : update to 5.7.3Hans Dedecker2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 5.7.3 by refreshing patches; remove 800-format-security as upstream integrated. Add libnl dependency in the package Makefile as net-snmp will check if libnl is enabled in config_os_libs2. Remove unneeded PKG_FIXUP build variable. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | | | Update sngrep to 1.4.2Daniel Engberg2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update sngrep to 1.4.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | Merge pull request #3322 from SvenRoederer/feature/add_snmp-mibsStijn Tintel2017-01-04
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | net-snmp: add package snmp-mibs
| * | | | | | | | | | net-snmp: add package snmp-mibsSven Roederer2017-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this installs the default MIBS-files under /usr/share/snmp/mibs . Also aligns the defines to the same sorting-scheme. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* | | | | | | | | | | sqm-scripts: Update to v1.1.0Toke Høiland-Jørgensen2017-01-03
|/ / / / / / / / / /
* | | | | | | | | | net-snmp: take over maintainershipStijn Tintel2017-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | sqm-scripts: use https link (#3741)Alberto Bursi2017-01-03
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change download link from git:// to https:// . Git links are less safe (not encrypted) and, more importantly, they are blocked by company firewalls. Https links do not have either issue. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | net/cshark: New version layout, use mbed TLS and xzDaniel Engberg2017-01-01
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move git hash to PKG_VERSION instead of PKG_RELEASE Use xz git tarball instead of gz Add dependency to ustream-mbedtls as mbed TLS 1.3 is deprecated. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>