aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* nginx: update to 1.10.3, add new module optionsVal Kulkov2017-02-01
| | | | | | | | | | | | | Update nginx to version 1.10.3. Add new configuration options to enable the following optional modules (disabled by default): - http_auth_request_module - http_v2_module - http_realip_module - http_secure_link_module Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* Merge pull request #3850 from diizzyy/patch-24Jo-Philipp Wich2017-01-31
|\ | | | | wshaper: Retire package
| * wshaper: Retire packageDaniel Engberg2017-01-16
| | | | | | | | | | | | Wondershaper has been superseded by both qos-scripts and sqm-scripts, it's time to retire it for good. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | chrony: update to 3.1Miroslav Lichvar2017-01-31
| | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | strongswan: enable IKEv2 Mediation ExtensionStijn Tintel2017-01-30
| | | | | | | | | | | | Closes #3905. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | adblock: bugfix 2.1.5 (release 2)Dirk Brenken2017-01-29
| | | | | | | | | | * fix wget/uclient-switch Signed-off-by: Dirk Brenken <dev@brenken.org>
* | net/dnscrypt-proxy: update to 1.9.4Damiano Renfer2017-01-29
| | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | sqm-scripts: Bump to v1.1.2, depend on kmod-sched-coreToke Høiland-Jørgensen2017-01-29
| | | | | | | | | | | | | | The needed shaper modules are now in kmod-sched-core, so we don't need to depend on the full kmod-sched anymore. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | rsync and cifs-utils: update download addressHannu Nyman2017-01-29
| | | | | | | | | | | | | | samba.org has apparently started to enforce https-only downloads, so update the download links for rsync and cifs-utils. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | net/stunnel: Update to version 5.40Daniel Engberg2017-01-29
| | | | | | | | | | Update stunnel to 5.40 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #3903 from stangri/vpnbypassHannu Nyman2017-01-27
|\ \ | | | | | | vpnbypass: easy to configure service for split tunnelling
| * | vpnbypass: initial commitStan Grishin2017-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed renamed option in stop_service Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed typo in makefile, switch FW_MARK to 0x010000 to play nice with SQM/mwan (thanks Hannu) Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: proper masking in setting mark Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: separating luci-app-vpnbypass into different tree Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed incorrect use of procd_add_reload_interface_trigger according to http://wiki.prplfoundation.org/wiki/Procd_reference Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | vnstat: update to v1.16Jo-Philipp Wich2017-01-26
| | | | | | | | | | | | | | | | | | Updates vnStat to the latest stable version, drops obsolete patches. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | Merge pull request #3881 from tru7/knxdMichael Heimpold2017-01-24
|\ \ \ | | | | | | | | knxd: bump to new version
| * | | knxd: bump to new versionOthmar Truniger2017-01-18
| | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | unbound: error in README.md for unbound+dnsmasqEric Luehrsen2017-01-24
| | | |
* | | | nmap: bump version to 7.40 (all patches upstream)Nuno Goncalves2017-01-23
| | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | Merge pull request #3901 from dibdot/adblockHannu Nyman2017-01-23
|\ \ \ \ | |_|/ / |/| | | adblock: update 2.1.5
| * | | adblock: update 2.1.5Dirk Brenken2017-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix init boot function * made fetch utility check more bullet proof * automatically switch between default wget & uclient-fetch configuration * output link to online documentation on error * update documentation Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #3870 from jow-/pen-updateHannu Nyman2017-01-23
|\ \ \ \ | | | | | | | | | | pen: update to v0.34.0
| * | | | pen: update to v0.34.0Jo-Philipp Wich2017-01-18
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the pen package to upstream release v0.34.0 in order to fix the following build error reported by the buildbot: ssl.o: In function `ssl_create_context': ssl.c:(.text+0x9c): undefined reference to `SSLv3_method' collect2: error: ld returned 1 exit status Also switch from PKG_MD5SUM to PKG_HASH with SHA256 while we're at it. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Merge pull request #3841 from chris5560/ddns-scriptsHannu Nyman2017-01-23
|\ \ \ \ | | | | | | | | | | ddns-scripts: fix detecting local ip from ip command
| * | | | ddns-scripts: 2nd fix detecting local ip from ip commandChristian Schoenebeck2017-01-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | ddns-scripts: fix detecting local ip from ip commandChristian Schoenebeck2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix detecting local ip from ip command #3834 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | unbound: expand UCI to cover some popular dnsmasq featuresEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound+DHCP (server of your choice) should be able to replicate a lot of what dnsmasq provides. With this change set Unbound still works with dnsmasq, but also it can work with a plain DHCP server. Features have been added within the UCI itself to act like dnsmasq. - alone: name each interface relative to router hostname - alone: prevent upstream leakage of your domain and '.local' - dnsmasq: use dnsmasq UCI to configure forwarding clauses - dhcp: work with odhcpd as example of companion DHCP-DNS - dhcp: convert DHCPv4 leases into EUI64 SLAAC for DNS records - all: enable encrypted remote unbound-control using splice conf - all: allow user spliced conf-files for hybrid UCI and manual conf -- 'unbound_srv.conf' will be spliced into the 'server:' clause -- 'unbound_ext.conf' will add clauses to the end, example 'forward:' README HOW TO for dnsmasq-in-serial, dnsmasq-in-parallel, and unbound-with-odhcpd have better/added UCI starters. HOW TO for including unbound_srv.conf and unbound_ext.conf are added. Document new UCI: add_local_fqdn, add_wan_fqdn, dhcp4_slaac6, dhcp_link, domain, and domain_type Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | unbound: expand UCI support for odhcpd DHCP-DNSEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is bare minimum change in 'unbound.sh' and 'dnsmasq.sh' to migrate the UCI option set for more flexibility. The boolean(s) to link to dnsmasq are being changed to a state to include odhcpd. It is executable but a small step for clear change management. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | unbound: add odhcpd specific scripts to link DHCP-DNSEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UCI for Unbound already links to dnsmasq, but what if with Unbound, we want to configure a plain dhcp server. Most servers can call a script for lease events. That script can then formulate DNS records and load them with unbound-control (dependency). The files added here work with OpenWRT/LEDE odhcpd, such that it can be run alone. They can be used as examples for any dhcp server. 'odhcpd.sh' is to be called by odhcpd when a lease event occurs. 'odhcpd.awk' is called internal to the shell script. The awk script handles any tricky reformating that may be required. /etc/config/dhcp config odhcpd 'odhcpd' option leasetrigger '/usr/lib/unbound/odhcpd.sh' Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | unbound: improve NTP hotplug behavior when Unbound is disabledEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If Unbound was disabled and at later time enabled, then it would operate in DNSSEC less-secure mode. When NTP hotplug was called, the timestamp file was not updated. This was found testing Unbound vs other tools (bind, dnsmasq). Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | sqm-scripts: Bump to v1.1.1, depend on kmod-sched-cakeToke Høiland-Jørgensen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kmod-sched-cake dependency is to avoid Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | Merge pull request #3567 from nikil/fpingHannu Nyman2017-01-22
|\ \ \ \ \ | | | | | | | | | | | | fping: Add package
| * | | | | fping: Add packageNikil Mehta2016-11-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | Merge pull request #3569 from nikil/wakeonlanHannu Nyman2017-01-22
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | wakeonlan: Add package
| * | | | | wakeonlan: Add packageNikil Mehta2016-11-27
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | Merge pull request #3862 from dibdot/travelmateTed Hess2017-01-20
|\ \ \ \ \ | | | | | | | | | | | | travelmate: bugfix 0.3.2
| * | | | | travelmate: bugfix 0.3.2Dirk Brenken2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine/speed-up (re-)connect handling * fix minor build error in init script * better logging & cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #3887 from dibdot/adblockTed Hess2017-01-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: bugfix 2.1.2
| * | | | | | adblock: bugfix 2.1.2Dirk Brenken2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix minor build error in init script Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #3570 from nikil/ifstatTed Hess2017-01-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ifstat: Add package
| * | | | | | | ifstat: Add packageNikil Mehta2016-11-27
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | Merge pull request #3573 from nikil/bitlbeeTed Hess2017-01-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bitlbee: Add package
| * | | | | | | bitlbee: Add packageNikil Mehta2016-11-28
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | vallumd: bump to 0.1.2Stijn Tintel2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | mosquitto: fix provides <=> package name conflictsJo-Philipp Wich2017-01-19
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The virtual package declared by PROVIDES must not have the same name as the variant declaring it, otherwise buildroot will fail with errors like: cp: '.../pkginfo/mosquitto.provides' and '.../pkginfo/mosquitto.provides' are the same file In order to fix the above error, rename the existing "mosquitto" and "libmosquitto" packages into "mosquitto-ssl" and "libmosquitto-ssl" respectively. Also substitute use of $(PKG_NAME) with literal "mosquitto" in Package/* defines to improve readability of the Makefile. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | ntpd: cleanup Makefile and hotplug scriptPeter Wagner2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | Merge pull request #3863 from jow-/socat-fix-buildTed Hess2017-01-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | socat: work around missing stddef.h include
| * | | | | | socat: work around missing stddef.h includeJo-Philipp Wich2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buildbots fail to build socat due to the following error: nestlex.c:14:7: error: unknown type name 'ptrdiff_t' It appears that certain source files do not include all required headers, depending on the configure options passed to socat. Work around the error by passing `-include stddef.h` via `TARGET_CFLAGS` to forcibly inject this header file into all compilation units. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | net/mosquitto: add PROVIDES to daemon and libraryKarl Palsson2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding PROVIDES to both the daemon and library and -nossl variants allow downstream packages to simply declare a single dependency. mosquitto-client however, still needs to explicitly depend on the ssl or nossl variant however. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | Merge pull request #3472 from cshore-firmware/pull-request-rsync-acl-optionsTed Hess2017-01-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | net/rsync: Make using ACL/XATTR the default if it's core default
| * | | | | | | net/rsync: Make using ACL/XATTR the default if it's core defaultDaniel Dickinson2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | | | | Merge pull request #3857 from diizzyy/patch-28Ted Hess2017-01-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | net/socat: Update to 1.7.3.1 and fix SSL