aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* knxd: fixup PKG_MIRROR_HASHEtienne Champetier2017-08-30
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #4779 from tru7/masterMichael Heimpold2017-08-30
|\ | | | | knxd: adopt structure and versioning from new upstream stable release
| * knxd: adopt structure and versioning from new upstream stable releaseOthmar Truniger2017-08-28
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | shadowsocks-libev: more common default configYousong Zhou2017-08-30
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | shadowsocks-libev: ss-rules: query resolveip only for ipv4 addressesYousong Zhou2017-08-30
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | | | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | shadowsocks-libev: ss-rules: fix multiple continous \x20 in $o_ifnamesYousong Zhou2017-08-30
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | shadowsocks-libev: shorten init script by 2 linesYousong Zhou2017-08-30
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | shadowsocks-libev: ss-rules: resolve server names before adding to ipsetYousong Zhou2017-08-30
| | | | | | | | | | | | | | | | | | | | ipset command line utility supports ranges of address: IP-IP, but the dash character is also valid character in host names. If we have a remote server ss-00.example.com, ipset may complain that ipset v6.32: Syntax error: cannot parse ss: resolving to IPv4 address failed Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | shadowsocks-libev: fix validation of list optionYousong Zhou2017-08-30
|/ | | | | | | | | | ubox 'list' type is for validating multiple elements separated by tabs/whitespaces in a single value. E.g. The following should not be accepted list src_ip_bypass '1.2.3.4 4.3.2.1' Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* strongswan: bump to 5.6.0Stijn Tintel2017-08-28
| | | | | | Fixes CVE-2017-11185. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #4768 from pprindeville/isc-dhcp-update-4.3.6Philip Prindeville2017-08-28
|\ | | | | isc-dhcp: update to 4.3.6
| * isc-dhcp: update to 4.3.6Philip Prindeville2017-08-27
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | kplex: copy config file to /etc/Caesar Schinas2017-08-27
| | | | | | | | Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
* | kplex: update to v1.3.4Caesar Schinas2017-08-27
| | | | | | | | | | | | Use stable release instead of git commit hash. Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
* | aria2: Add missing 'or' in section validate functionHsing-Wang Liao2017-08-25
| | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | aria2: Enable Bittorrent support by defaultHsing-Wang Liao2017-08-25
| | | | | | | | | | | | Most user need this Bittorrent download support, and this fature can only depends on libssl. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | aria2: Add some build config optionsHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ======================== ======================================== features dependency ======================== ======================================== HTTPS OSX or GnuTLS or OpenSSL or Windows SFTP libssh2 BitTorrent None. Optional: libnettle+libgmp or libgcrypt or OpenSSL Metalink libxml2 or Expat. Checksum None. Optional: OSX or libnettle or libgcrypt or OpenSSL or Windows gzip, deflate in HTTP zlib Async DNS C-Ares Firefox3/Chromium cookie libsqlite3 XML-RPC libxml2 or Expat. JSON-RPC over WebSocket libnettle or libgcrypt or OpenSSL ======================== ======================================== Add 'CONFIG_' to 'PKG_CONFIG_DEPENDS'. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | aria2: Rewrite init scriptHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | | | * Add aria2 user and group. * Use procd to start service. * Add more supported options. Compatible with previous version. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | bind: disable lmdbStijn Tintel2017-08-24
| | | | | | | | | | | | | | | | | | | | | | When building on hosts with lmdb installed, bind configure phase fails: configure: error: found lmdb include but not library. Solve this by disabling lmdb. Fixes #4748. Fixes: eab56b6bee5d ("bind: version update to 9.11.2") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #4740 from EricLuehrsen/masterHannu Nyman2017-08-22
|\ \ | | | | | | unbound: update to 1.6.5
| * | unbound: update to 1.6.5Eric Luehrsen2017-08-21
| | | | | | | | | | | | | | | | | | This fixes the root.key file if created when unbound is installed between sep11 and oct11 2017 Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | shadowsocks-libev: ss-rules: new bool option --dst-forward-recentrstYousong Zhou2017-08-22
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | shadowsocks-libev: ss-rules: rename usage funcYousong Zhou2017-08-22
|/ / | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* / travelmate: update to 0.9.3Dirk Brenken2017-08-21
|/ | | | | | | * backend/frontend: supports a Connection Limit ('trm_maxretry') of '0', to disable this feature (unlimited retries) Signed-off-by: Dirk Brenken <dev@brenken.org>
* shadowsocks-libev: rewrite ss-rulesYousong Zhou2017-08-20
| | | | | | | | | | | | - New UCI options ifnames, dst_default - UCI options src_ips_xxx now accept cidr as their values - Export ipset names as part of the interface so that it can be depended on and used by other programs - Bypass only remote servers used ss-redir instances, so that it's possible to let other servers to go through existing re-redir instances Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* shadowsocks-libev: Update AEAD cipher names.Leong Hui Wong2017-08-19
| | | | Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
* cgi-io: fix stray semicolonJo-Philipp Wich2017-08-18
| | | | | | | | | | | | | | | | | Remove an improperly placed semicolon in order to solve the following compiler error: .../main.c:144:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (execl("/bin/busybox", "/bin/busybox", "md5sum", file, NULL)); ^~ .../main.c:145:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return NULL; ^~~~~~ cc1: all warnings being treated as errors Fixes #4723. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Merge pull request #4683 from pprindeville/bind-build-deprecatedNoah Meyerhans2017-08-17
|\ | | | | bind: patch unneeded if openssl is build w/ deprecated
| * bind: patch unneeded if openssl is build w/ deprecatedPhilip Prindeville2017-08-08
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #4713 from philjohn/patch-1Hannu Nyman2017-08-17
|\ \ | | | | | | ddns-scripts: add support for dynu.com IPv6 update
| * | ddns-scripts: update PKG_RELEASE in MakefilePhil John2017-08-16
| | | | | | | | | | | | | | | As requested, bumping the PKG_RELEASE Signed-off-by: Phil John <philjohn@gmail.com>
| * | ddns-scripts: add support for dynu.com IPv6 updatePhil John2017-08-14
| | | | | | | | | | | | | | | Dynu.com already support IPV6 updates using the parameter myipv6, adding to services_ipv6 to enable support in OpenWRT/LEDE Signed-off-by: Phil John <philjohn@gmail.com>
* | | mwan3: fix bugs introduced in 815e83d4Marcin Jurkowski2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following bugs introduced in commit 815e83d4: - hotplug: invalid parameter order when initial interface state is "online", mwan3track expects initial state to be the third argument - hotplug: missing source ip address when initial interface state is "offline" - mwan3track: source ip address should be the fourth argument Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | memcached: bump to version 1.5.0Thomas Heil2017-08-17
| | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | apache: update to 2.4.47Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | - fixes security issues CVE-2017-7679, CVE-2017-7668, CVE-2017-7659, CVE-2017-3169 CVE-2017-3167, CVE-2017-9788, CVE-2017-9789 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | haproxy: update to 1.7.8 and pending patchesThomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | - fixes reload issue with hanging process Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | nginx: update lua-nginx to cdd2ae921f67bf396c743406493127be496e57ceThomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | - fixes lua compilation issue Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Merge pull request #4706 from donvipre/nginx_1.12.1Thomas Heil2017-08-16
|\ \ \ | | | | | | | | nginx: update to 1.12.1
| * | | nginx: update to 1.12.1Uwe Arnold2017-08-13
| |/ / | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2017-7529 remove PKG_MD5SUM as it is deprecated Signed-off-by: Uwe Arnold <donvipre@gmail.com>
* | | Merge pull request #4719 from TDT-GmbH/mwan3-add-mmx-configHannu Nyman2017-08-16
|\ \ \ | | | | | | | | net/mwan3: add mmx config option over uci
| * | | net/mwan3: update versionFlorian Eckert2017-08-16
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/mwan3: make mwan3 mask configurable over uciFlorian Eckert2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Add new global config option mmx_mask. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | mosquitto: properly use localhost instead of ipv4Karl Palsson2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On some environments, connecting to localhost was resolving to ::1, which didn't match the bind to the explicit 127.0.0.1. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | mosquitto: support more config options in UCIKarl Palsson2017-08-16
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added many more UCI config options, particularly for bridge connections The recently introduced username/password options for bridges are kept, even though they have been deprecated upstream for a while. In keeping with this, while support is kept in UCI, the generated mosquitto.conf file will always generate the "modern" remote_username/remote_password options preferred by mosquitto instead. Likewise for bridge clientid and remote_clientid options. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #4714 from neheb/mastertripolar2017-08-16
|\ \ \ | | | | | | | | ssh: Add umdns entry to the init script.
| * | | ssh: Add umdns entry to the init script.Rosen Penev2017-08-15
| |/ / | | | | | | | | | | | | | | | | | | This is usefull for hosts to discover the ssh server, especially on macOS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #4709 from kdarbyshirebryant/nlbwmontweakJo-Philipp Wich2017-08-16
|\ \ \ | | | | | | | | nlbwmon: preserve protocols mapping across sysupgrade
| * | | nlbwmon: preserve protocols mapping across sysupgradeKevin Darbyshire-Bryant2017-08-14
| |/ / | | | | | | | | | | | | | | | | | | Define package config files to preserve /usr/share/nlbwmon/protocols across sysupgrade Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | | ntpd: move ntpq to ntp-utilsPeter Wagner2017-08-16
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>