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
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
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
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
Hannu Nyman
b5118019c2
Merge pull request #4140 from zorxd/master
...
ddns-scripts: update dnsexit.com update URL+response
2017-03-14 22:32:15 +02:00
Daniel Golle
00366f931c
gnunet: use PKG_MIRROR_HASH
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-03-14 00:40:00 +01:00
Hauke Mehrtens
8b610ee3f1
tor: update to version 0.2.9.10
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2017-03-13 22:34:44 +01:00
Xavier Douville
2a2ea67586
ddns-scripts: remove answer checking for dnsexit
...
remove answer checking for dnsexit as their API allows for too many return codes to handle them all.
Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com >
2017-03-13 12:15:27 -04:00
Daniel Golle
5deabc5a53
gnunet: update sources
...
RPS has now been ported, SET bugs were fixed
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-03-13 11:49:48 +01:00
Hannu Nyman
6a2dc42220
Merge pull request #4145 from EricLuehrsen/unbound_wip
...
unbound: bugfix odhcpd scripts and localhost fqdn options
2017-03-13 10:22:14 +02:00
Hannu Nyman
89e7e364d8
Merge pull request #4146 from stangri/vpnbypass
...
vpnbypass: updated service enable/start logic.
2017-03-13 10:20:33 +02:00
Eric Luehrsen
a6e8e5384b
unbound: bugfix init race condition invalid FQDN
...
options 'add_local_fqdn' and 'add_wan_fqdn' can be affected
by race conditions when they are at level 4. Interface name
may not be returned by network tools. The conf file has bad
record formats and Unbound just will not load. Detect this
and fall back to only the host FQDN (level 3).
squash: improve documentation wording and format codes.
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com >
2017-03-12 22:39:45 -04:00
Audric Schiltknecht
8f9479f433
unbound: fix odhcpd trigger script
...
Read UNBOUND_TXT_DOMAIN from main unbound configuration.
This prevents records to be added into Unbound in the default 'lan' zone.
Signed-off-by: Audric Schiltknecht <storm+github@chemicalstorm.org >
2017-03-12 22:39:21 -04:00
Daniel Golle
125e8b59fa
gnunet: update sources
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-03-12 23:40:38 +01:00
Daniel Golle
86763be872
gnurl: update to version 7.53.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-03-12 23:27:17 +01:00
Peter Wagner
66b82457d6
irssi: update to 1.0.2
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2017-03-12 19:55:37 +01:00
Xavier Douville
0eab032f99
ddns-scripts: increment PKG_RELEASE
...
Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com >
2017-03-12 13:02:04 -04:00
Xavier Douville
96e526bad3
ddns-scripts: update dnsexit.com update URL+response. Reference http://downloads.dnsexit.com/ipUpdateDev.doc
...
Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com >
2017-03-12 11:00:25 -04:00
Hannu Nyman
f4cfd96215
Merge pull request #4136 from danrl/jool
...
jool: update to upstream version 3.5.3
2017-03-11 16:25:04 +02:00
danrl
abbea73a28
jool: update to upstream version 3.5.3
...
Signed-off-by: Dan Luedtke <mail@danrl.com >
2017-03-11 14:38:25 +01:00
Lucian Cristian
8f8be60c10
clamav: use PCRE2
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com >
2017-03-10 23:24:17 +02:00
Hannu Nyman
15b1d7a522
Merge pull request #4113 from lucize/clamupdate
...
clamav: update to 0.99.2
2017-03-10 10:29:31 +02:00
Hannu Nyman
67ab0221a5
Merge pull request #4122 from TDT-GmbH/mwan3_add_co_maintainer
...
net/mwan3: add me as co maintainer
2017-03-10 10:20:00 +02:00
Stijn Tintel
7db2439564
Merge pull request #3585 from dedeckeh/strongswan_uci
...
strongswan: UCI support
2017-03-09 03:59:56 +01:00
Florian Fainelli
b56986e43c
dansguardian: Fix build error due to missing cstdlib include
...
Fixes the following build errors:
mipsel-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..
-D__CONFFILE='"/etc/dansguardian/dansguardian.conf"'
-D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"'
-D__PROXYUSER='"root"' -D__PROXYGROUP='"root"'
-D__CONFDIR='"/etc/dansguardian"'
-I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/include
-I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/include
-I/opt/toolchains/stbgcc-4.8-1.5/usr/include
-I/opt/toolchains/stbgcc-4.8-1.5/include -Os -pipe -mno-branch-likely
-mips32r2 -mtune=24kc -fno-caller-saves -mips16 -minterlink-mips16
-fno-rtti -MT dansguardian-OptionContainer.o -MD -MP -MF
.deps/dansguardian-OptionContainer.Tpo -c -o
dansguardian-OptionContainer.o `test -f 'OptionContainer.cpp' || echo
'./'`OptionContainer.cpp
OptionContainer.cpp: In member function 'void
OptionContainer::loadRooms()':
OptionContainer.cpp:796:9: error: 'exit' was not declared in this scope
exit(1);
^
OptionContainer.cpp:824:10: error: 'exit' was not declared in this scope
exit(1);
^
make[5]: *** [dansguardian-OptionContainer.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com >
2017-03-08 17:38:52 -08:00
Hannu Nyman
5ce86fbdbc
Merge pull request #4118 from dibdot/travelmate
...
travelmate: update 0.4.2
2017-03-08 23:06:25 +02:00
Stijn Tintel
f82287cf5c
treewide: use name in define and eval lines
...
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.
I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.
This makes all packages consistent with both LEDE and OpenWrt base
repositories.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2017-03-08 21:15:20 +01:00
Dirk Brenken
fc57661c12
travelmate: update 0.4.2
...
* optimized connection handling -
removed needless timeouts & wireless commits
* set the pre-configured reload timeout to
a more conservative/realistic value of 30 seconds
* further logging tweaks
Signed-off-by: Dirk Brenken <dev@brenken.org >
2017-03-08 20:22:17 +01:00
Florian Eckert
ec3349a8a4
net/mwan3: add me as co maintainer
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2017-03-08 10:42:36 +01:00
Florian Eckert
e804593cd8
net/xinet.d: add /etc/xinet.d/ dir to conffiles ( #4096 )
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2017-03-06 23:21:21 +00:00
Lucian Cristian
33b8364f2d
clamav: depend on musl-fts only when USE_MUSL
...
add me as a maintainer
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com >
2017-03-06 22:45:18 +02:00
Stan Grishin
aa3ff6eea7
vpnbypass: updated service enable/start logic.
...
Signed-off-by: Stan Grishin <stangri@melmac.net >
2017-03-06 07:08:27 -08:00
Lucian Cristian
a252914544
clamav: update to 0.99.2
...
added option DatabaseDirectory
update depends on musl-fts libraries
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com >
2017-03-06 14:46:24 +02:00
Peter Wagner
325bba7095
ntpd: restart instead of killall and start
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2017-03-06 09:44:57 +01:00
Peter Wagner
228764bfe8
ntpd: only restart ntpd when the wan interface comes up and ntpd is enabled
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2017-03-06 09:20:28 +01:00
Daniel Golle
836f875a33
gnunet: fix build
...
experimental DHT implementations have been removed upstream.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-03-06 09:14:46 +01:00
Daniel Golle
1604899cd4
gnunet: update sources
...
includes switch to new CADET implementation.
rps hasn't been ported yet, hence marked as @BROKEN for now.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2017-03-05 21:19:49 +01:00
Hannu Nyman
e53b3a7473
Merge pull request #4107 from stangri/vpnbypass
...
vpnbypass: No longer depends on hardcoded WAN interface name.
2017-03-05 17:37:04 +02:00
Stan Grishin
37439f5ac8
vpnbypass: reworked output formatting and logic.
...
vpnbypass: No longer depends on hardcoded WAN interface name).
vpnbypass: Table ID, IPSET name and FW_MARK as well as FW_MASK can be defined in config file.
vpnbypass: Uses iptables, not ip rules for handling local IPs/ranges.
vpnbypass: More reliable creation/destruction of VPNBYPASS iptables chain.
vpnbypass: Updated Web UI enables/start and stops/disables service.
vpnbypass: Beautified output.
Signed-off-by: Stan Grishin <stangri@melmac.net >
2017-03-05 06:36:11 -08:00
Hannu Nyman
b3dc7d1337
Merge pull request #4106 from dibdot/travelmate
...
travelmate: update 0.4.1 (release 2)
2017-03-05 10:32:02 +02:00
Dirk Brenken
437ecb0628
travelmate: update 0.4.1 (release 2)
...
* revert start priority change
* mute standard logging even more
Signed-off-by: Dirk Brenken <dev@brenken.org >
2017-03-05 08:13:14 +01:00
Hannu Nyman
d227ea3ff6
Merge pull request #4105 from dibdot/travelmate
...
travelmate: update 0.4.1
2017-03-04 22:06:27 +02:00
Dirk Brenken
37d7841f35
travelmate: update 0.4.1
...
* mute useless logging in "active mode"
* optimize startup behaviour
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org >
2017-03-04 20:30:04 +01:00