Commit graph

7626 commits

Author SHA1 Message Date
Florian Eckert
5cacfd34a6 net/mwan3: add ubus interface check
On interfaces with interface proto "qmi|ncm" and option dhcp
enabled the interface will be changed to $iface_4 | $iface_6. The
interface mapping in mwan3 will not recognize this interface. To fix
this issue an ubus call will check if an upper interface exists.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-21 08:59:31 +01:00
Hannu Nyman
0cb126fd6d Merge pull request #4173 from TDT-GmbH/mwan-change-hotplug
net/mwan3: pass environment variables to mwan3-user
2017-03-21 09:43:52 +02:00
Florian Eckert
3f79fcb756 net/mwan3: pass environment variables to mwan3-user
User scripts conversion from luci-app-wan3 will be simplified if the variables
are passed by env instead of arguments.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-21 08:31:06 +01:00
Álvaro Fernández Rojas
33096be8f3 Merge pull request #4147 from diizzyy/patch-35
utils/dosfstools: Update to 4.1
2017-03-21 08:16:48 +01:00
Hauke Mehrtens
56de27e0fe Merge pull request #4151 from hauke/linuxptp
Linuxptp: add mirror hash and fix build
2017-03-20 22:01:17 +01:00
Michael Heimpold
1fa7ca0f48 php7: update to 7.1.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-03-20 21:34:37 +01:00
Hannu Nyman
5d7b2b20b8 Merge pull request #4165 from cpu/feature_dnscrypt_proxy_custom_resolver
dnscrypt-proxy: Add custom resolver config support
2017-03-20 16:40:07 +02:00
Daniel
1ffd9b0343
dnscrypt-proxy: Add custom resolver config support
This commit modifies the dnscrypt-proxy plugin's `dnscrypt-proxy.init`
script to allow specifying a custom dnscrypt resolver. Prior to this
commit users of the dnscrypt-proxy plugin are only able to choose from
a dnscrypt resolver that is present in the packaged `ResolversList` CSV
file.

To specify a custom resolver three new configuration parameters are
required[0]: `ProviderName`, `ProviderKey` and `ResolverAddress`.

The `dnscrypt-proxy.init` script now maps `providername`, `providerkey`,
and `resolveraddress` values (if present) from a `dnscrypt-proxy.config`
file into the generated DNSCrypt configuration file.

`PKG_RELEASE` is increased from 1 to 2 to reflect the new functionality.

[0]: 9eee474770/dnscrypt-proxy.conf (L28):L32

Signed-off-by: Daniel McCarney <daniel@binaryparadox.net>
2017-03-20 10:36:27 -04:00
Hannu Nyman
5ee8193dec Merge pull request #4167 from stangri/vpnbypass
vpnbypass: linted (shellshock) init script, modified README, removed unneeded dependencies
2017-03-20 11:01:23 +02:00
Hannu Nyman
46a2a6bf05 Merge pull request #4171 from TDT-GmbH/mwan3-change-maintainer
net/mwan3: change maintainer
2017-03-20 11:00:20 +02:00
Hannu Nyman
1dec0e5dce Merge pull request #4170 from TDT-GmbH/mwan3-fix-track-ips
net/mwan3: fix track_ips count
2017-03-20 10:59:47 +02:00
Hannu Nyman
2b07f8caa4 Merge pull request #4168 from zx2c4/patch-1
net/wireguard: version bump
2017-03-20 10:56:14 +02:00
Florian Eckert
415c405061 net/mwan3: change maintainer
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-20 08:48:16 +01:00
Florian Eckert
75a5237029 net/mwan3: fix track_ips count
fix track_ips generation introduced with commit
6d44a7679a

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-20 08:39:18 +01:00
Jason A. Donenfeld
db983cc080 net/wireguard: version bump
Simple version bump to 20170320.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-03-20 04:19:58 +01:00
Stan Grishin
1a2ab076f0 vpnbypass: linted (shellshock) init script, modified README. 2017-03-19 18:28:28 -07:00
Hannu Nyman
509799552c Merge pull request #4166 from mwarning/master
zerotier: bump version to 1.2.2
2017-03-19 19:08:34 +02:00
Moritz Warning
d9aaa8e508 zerotier: remove nice parameter
There is no need to nice the program by default.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-03-19 17:57:22 +01:00
Moritz Warning
e684cb8bb8 zerotier: update zerotier to 1.2.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-03-19 17:57:14 +01:00
Jonathan McCrohan
950ab7445a sslh: bump to v1.18
Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-03-19 16:09:13 +00:00
Stijn Tintel
71ca24ccb9 Merge pull request #3566 from nikil/moreutils
moreutils: Add package
2017-03-19 15:09:18 +01:00
Nikos Mavrogiannopoulos
3c062c89ca Merge pull request #4161 from Ansuel/patch-1
cryptodev-linux: fix aria 2 spam message
2017-03-19 14:31:52 +01:00
Ansuel Smith
0d611a5884
cryptodev-linux: fix aria 2 spam message
cryptodev log by default unecessary debug message
With some app (like aria2) the syslog get spammed with lots of this message
 cryptodev: aria2c[3231] (adjust_sg_array:106): reallocating from 32 to 512 pages

With this we disable logging of debug message as they are just for info purpose and they are not error at all.

Signed-off-by: Ansuel Smith ansuelsmth@gmail.com
2017-03-19 12:06:28 +01:00
Nikil Mehta
c4a7b1466a moreutils: Add package
Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
2017-03-18 23:56:56 -07:00
Hannu Nyman
5fcd25ebd4 Merge pull request #4135 from lucize/greyfix
mail: add greyfix
2017-03-19 00:31:27 +02:00
Hannu Nyman
521be0fb84 Merge pull request #3902 from stangri/simple-adblock
simple-adblock: initial version
2017-03-18 16:56:27 +02:00
Hannu Nyman
a456a75153 Merge pull request #4160 from EricLuehrsen/unbound_init
unbound: fix hotplug iface and ntp restarts
2017-03-18 16:28:35 +02:00
Hannu Nyman
037e469bde Merge pull request #4158 from TDT-GmbH/mwan-fix-hotplug
net/mwan3: fix hotplug on ACTION ifdown
2017-03-18 16:28:16 +02:00
Hannu Nyman
7a62dff065 Merge pull request #4157 from TDT-GmbH/mwan3-add-user-script
net/mwan3: add mwan3.user hotplug script
2017-03-18 16:28:01 +02:00
Stijn Tintel
1381e528e0 giflib: add host build
This is required for Kodi's TexturePacker.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-18 15:27:17 +01:00
Eric Luehrsen
afa56a6002 unbound: fix hotplug iface and ntp restarts
Unbound is configured to restart on hotplug/iface but this can result
in numerous restarts at boot. Unbound also has a restart for NTP.
This was observed to generate trouble and even with procd robustness
too many crashes might occur (rare). Unbound would not be running.

Give more care to /var/lib/unbound/root.key during restarts. Use procd
for iface restarts. Check pidof() to wait one more second for Unbound.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-03-17 23:16:49 -04:00
Hauke Mehrtens
3d8b505356 linuxptp: fix libc functionality check in incdefs.sh
The checks in the incdefs.sh script do not fully work when cross
compiling. It probably checks the hosts libc. Just provide the settings
manually, as our musl at least supports all these features.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2017-03-17 19:54:20 +01:00
Hauke Mehrtens
e7c51f5973 linuxptp: download directly via http
Instead of cloning the released version via git, just download it via
http from sourceforge.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2017-03-17 19:52:34 +01:00
Ted Hess
0fcdd8d84d Merge pull request #4153 from br101/master
dfu-util: Add package
2017-03-17 13:09:28 -04:00
Bruno Randolf
9f2af0d829 dfu-util: Add package
Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-03-17 16:52:32 +00:00
Florian Eckert
43ca6ec481 net/mwan3: add mwan3.user hotplug script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-17 12:33:45 +01:00
Florian Eckert
28c8b664e4 net/mwan3: fix hotplug on ACTION ifdown
On dynamic interface proto (dhcp/pppoe) the hotplug will not execude (exit 9)
because the gateway is already released. The check will now only be made
on a ifup ACTION event.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-17 11:06:29 +01:00
heil
0f73eff96a package: haproxy
- bump to stable 1.7.3 and pending patches from upstream

Signed-off-by: heil <heil@terminal-consulting.de>
2017-03-16 22:35:59 +01:00
Hannu Nyman
05a1aa9e2e Merge pull request #4130 from commodo/python-package-src
python, python3: ship packages with byte-codes and derive python source packages
2017-03-16 21:52:51 +02:00
champtar
358a374a3a Merge pull request #3050 from feckert/mwan3_flush_conntrack
mwan3: enhancement add ping size and flush conntrack table
2017-03-16 06:40:52 -07:00
Florian Eckert
6d44a7679a net/mwan3: add ping size option to mwan3track
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-16 10:01:07 +01:00
Florian Eckert
3231736cab net/mwan3: reset conntrack table on iface up/down event
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-16 10:01:06 +01:00
Imre Kaloz
34541abfb3 Merge pull request #4098 from mattsm/master
miniupnpc: update to 2.0.20161216
2017-03-15 18:58:49 -07:00
Mo Chen
b974e6a8d2 miniupnpc: update miniupnpc to 2.0
Install listdevices as well

Signed-off-by: Mo Chen <uncorrupt@gmail.com>
Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
2017-03-15 20:50:27 -05:00
Jo-Philipp Wich
87b7be1b29 Merge pull request #4154 from br101/horst-fix
horst: Fix build for LEDE
2017-03-15 23:17:13 +01:00
Bruno Randolf
e8aec4398b horst: Fix build for LEDE
Fortified headers don't seem to like _GNU_SOURCE in this case,
but we can remove that define since it's not needed. Add a patch
for LEDE until a new horst version is released.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-03-15 22:12:55 +00:00
Hannu Nyman
d7b68f4850 Merge pull request #4132 from yegorich/canutils
canutils: rework recipe
2017-03-15 18:38:08 +02:00
Hannu Nyman
3bef0176c5 Merge pull request #4024 from danrl/mwan
net/mwan3-luci: removed application
2017-03-15 18:14:40 +02:00
Hannu Nyman
9ea169eb1c Merge pull request #4023 from danrl/cshark
net/cshark: remove luci-app-cshark
2017-03-15 16:11:38 +02:00
Stan Grishin
7ac3fcd9fd simple-adblock: initial commit
simple-adblock: version 1.5 introduces background processing of downloaded list while the next list is being downloaded

Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-03-14 21:33:16 -07:00