Commit Graph

8785 Commits

Author SHA1 Message Date
Hannu Nyman 7e012770f8 Merge pull request #4811 from marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic
mwan3: fix interface-bound traffic when interface is offline
2017-09-12 16:28:42 +03:00
Hannu Nyman f4df6c03cc Merge pull request #4820 from dibdot/adblock
adblock: bugfix 3.0.1
2017-09-12 16:04:14 +03:00
Dirk Brenken 4deebc0b18 adblock: bugfix 3.0.1
* fix startup issues with backends like dnscrypt-proxy or kresd
  which does not come up without an existing block list
* fix a small 'chown' issue

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-09-12 11:44:37 +02:00
Marcin Jurkowski 66406f98db mwan3: fix interface-bound traffic when interface is offline
This commit fixed what 6d99b602 was supposed to fix without affecting
interface-bound traffic.

Before 6d99b602 interface-bound traffic was working normally as long
as at least one interface was online. However when the last interface
went offline, it was impossible to ping and such state was
unrecoverable.

Commit 6d99b602 fixed unrecoverable offline state problem (it was
possible to ping -I iface) but messed inteface-bound traffic. Traffic
with interface source address was not working if the interface was in
"offline" state, even if another interface was online.
The problem was caused by an inconsistent "offline" interface state:
iptables-related rules were kept while routing table and policy were
deleted.

The idea behind this commit is to:
 1. Keep all the rules for each interface (iptables, routing table,
    policy) regardless of its state. This ensures consistency,
 2. Make interface state hotplug events affect only iptables'
    mwan3_policy_* rules. Interface-related iptables, routing table
    and policy is removed only when mwan3 is manually stopped.

To make such changes possible, it's necessary to change the way
mwan3_policy_* rule generator keeps track of interface state hotplug
events.
Until now, it checked for the existence of custom interface-related
routing table (table id 1, 2, 3, ...). Clearly we can no longer rely
on that so each interface state is stored explicitly in file.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-09-12 11:18:52 +02:00
Peter Wagner d5c4126360 glib2: update to 2.53.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-09-12 01:06:08 +02:00
Philip Prindeville 2b1eb9c9c5 Merge pull request #4817 from nxhack/omit_unexpected_space
node: delete unnecessary TAB characters at the end of a line
2017-09-11 19:18:28 +01:00
Karl Palsson 66921d1226 net/nut: Fix typo is serial config option
Fixes: 5503dac806 "Add back serial support"
Reported-by: Znevna on irc
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2017-09-11 17:19:10 +00:00
Colby Whitney 5917d336fa squashfs-tools: fix segfault
Unsquashfs was segfaulting.  When examining in gdb the stack was corrupt.
I found that converting the variable length arrays to malloc caused the
stack corruption to not happen and the segfault went away.  This is due to
the musl pthread stack size being 80k by default.  So the chance of a stack
overflow is high.

Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
2017-09-11 08:55:55 -06:00
Peter Wagner 1bf5e2b115 pusleaudio: update to 11.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-09-11 08:37:18 +02:00
Hirokazu MORIKAWA dd3dbcfd07 node: delete unnecessary TAB characters at the end of a line
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-09-11 12:49:04 +09:00
Hannu Nyman 0b258534da Merge pull request #4816 from dibdot/adblock
adblock: release 3.0
2017-09-10 18:54:41 +03:00
Dirk Brenken 206c847bb5 adblock: release 3.0
* add kresd & turris omnia support
* add dnscrypt-proxy support
* change start priority to 30, to fix possible trigger issues on slow
booting hardware
* simplify suspend/resume handling (no longer use a hideout directory)
* enhanced LuCI frontend
* many small changes & improvements
* default config change (please update your config!), adblock is now
disabled by default
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-09-09 19:45:36 +02:00
Othmar Truniger 6edf00aded linknx: bump to new upstream version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-09-09 17:48:52 +02:00
Philip Prindeville d3c9d59163 Merge pull request #4805 from pprindeville/acpica-bump-20170831
acpica-unix: update to 20170831
2017-09-08 23:01:10 +01:00
Hannu Nyman a7a3306440 Merge pull request #4813 from diizzyy/patch-87
libs/confuse: Update to 3.2.1
2017-09-08 14:14:57 +03:00
Daniel Engberg 27dacccb8f libs/confuse: Update to 3.2.1
Update (lib)confuse to 3.2.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-08 12:44:28 +02:00
Philip Prindeville ac8d820135 Merge pull request #4809 from nxhack/node_fix_typo
node: fix typo
2017-09-08 00:54:31 +01:00
Hannu Nyman 6c21fffaab Merge pull request #4812 from ldir-EDB0/bumpwireguard
wireguard: bump to release 0.0.20170907
2017-09-07 22:43:14 +03:00
Kevin Darbyshire-Bryant e38aa90cb6 wireguard: bump to release 0.0.20170907
Compile & run tested: ar71xx: archer c7 v2

Add myself as another co-maintainer of the package.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2017-09-07 17:25:30 +01:00
Hirokazu MORIKAWA 5a607c58a0 node: fix typo
https://github.com/openwrt/packages/issues/4742

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-09-07 10:17:03 +09:00
Ted Hess ae498bdc8d Merge pull request #4808 from diizzyy/patch-86
lib/expat: Update to 2.2.4
2017-09-06 08:25:29 -04:00
Daniel Engberg 2cca75656c lib/expat: Update to 2.2.4
Update (lib)expat to 2.2.4

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-06 11:53:39 +02:00
Philip Prindeville addf2ff6c2 acpica-unix: update to 20170831
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-09-05 19:56:52 -06:00
Saverio Proto cc963c9790 Merge pull request #4804 from rmounce/tinc-stable
tinc: version bump 1.0.32
2017-09-05 22:21:59 +02:00
Ryan Mounce 642b87660b tinc: version bump 1.0.32
Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
2017-09-05 11:30:34 +09:30
Thomas Heil 7b34c7689c Merge pull request #4801 from diizzyy/patch-85
libs/pcre: Switch to Sourceforge mirrors
2017-09-04 22:47:54 +02:00
Michael Heimpold 71c34e55c7 php7: upgrade to 7.1.9
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-09-04 20:54:26 +02:00
Michael Heimpold 9428822c4b libxml2: upgrade to 2.9.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-09-04 20:53:14 +02:00
Hannu Nyman d2b68ed49f Merge pull request #4800 from pfzim/tdb-1.3.15
tdb: version update to 1.3.15
2017-09-04 20:06:42 +03:00
Daniel Engberg 88bba6b1eb libs/pcre: Switch to Sourceforge mirrors
Switch to Sourceforge for better availability and HTTP

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-04 17:27:15 +02:00
Dmitry V. Zimin d334b775ec tdb: version update to 1.3.15
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2017-09-04 14:49:22 +03:00
Zoltan Herpai d360d159b4 Merge pull request #4761 from diizzyy/patch-84
sound/mpg123: Update to 1.25.6
2017-09-03 17:43:49 +02:00
Thomas Heil f9bbbd08dc memcached: bump to version 1.5.1
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-09-03 15:07:59 +02:00
Thomas Heil 110b619b38 pcre: Added fix for CVE-2017-11164 by adding stack recursion limit
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-09-03 15:03:56 +02:00
Hannu Nyman 2c80296a6c Merge pull request #4792 from TDT-GmbH/mwan3-fixes
ne/mwan3: feature and fixes
2017-09-02 13:56:52 +03:00
Karl Palsson de2196a77e libwebsockets: rename cyassl variant to wolfssl
libwolfssl doesn't exist yet, but at least get all the names right as
much as we can.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-09-01 12:07:39 +00:00
Alexandru Ardelean 8419a2e354 libwebsockets: fix build for cyassl variant
Looks like the cyassl redirect to wolfssl does not work flawlessly in libwebsockets.

Tested with libwolfssl 3.12.0 & 3.10.0 from LEDE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-01 11:44:15 +00:00
Florian Eckert faa86fe0f4 net/mwan3: update version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-01 11:13:57 +02:00
Florian Eckert a8ccaa1f0f net/mwan3: fix /var/state issue in 14-mwan3 hotplug
Use common function to toggle ip address in /var/state/mwan3.
Change also to use toggle function and not set function. If ip address
is often changed every change is saved to /var/state/mwan3.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-01 11:02:55 +02:00
Florian Eckert 0c678d39cc net/mwan3: if initial_state is offline set status to unknown
To show that the status of the interface is neither offline nor online
set the status to unknown.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-01 10:59:54 +02:00
Florian Eckert ec5542ab2b net/mwan3: mwan3track skip track ips if realibility is accomplished
If enough tracking ip are pinged skip the reset. They are not needed
anymore to mark the interface as up.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-01 10:59:49 +02:00
champtar cabb835ed4 Merge pull request #4791 from micmac1/master
libedit: install pkgconfig file
2017-08-31 23:05:12 -07:00
Sebastian Kemper f546c74155 libedit: install pkgconfig file
Some configure scripts rely on pkgconfig to detect libedit, for instance
asterisk-13. Install the file so libedit can be used there as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-08-31 22:22:51 +02:00
Steven Hessing 6d7804f733 noddos: introduction of noddos package
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-08-31 05:29:11 -07:00
Ted Hess 0f2e10a74a Merge pull request #4785 from thess/ffmpeg-testing
ffmpeg: Add mpeg layer 2 audio support to libffmpeg-mini
2017-08-30 16:15:07 -04:00
Etienne Champetier e24e7f167e knxd: fixup PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-30 13:04:53 -07:00
Michael Heimpold f20f9a69d1 Merge pull request #4779 from tru7/master
knxd: adopt structure and versioning from new upstream stable release
2017-08-30 21:50:50 +02:00
Ted Hess 808b28d173 ffmpeg: Add mpeg layer 2 audio support and mpeg2 demuxer to libffmpeg-mini
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-08-30 15:45:21 -04:00
Daniel Golle 34344fe520 psqlodbc: require unixodbc host build
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-08-30 19:44:37 +02:00
Daniel Golle b8f0e2ca38 unixodbc: fix host build
Fixed #4705

Reported-by: Michael Braun <michael-dev@fami-braun.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-08-30 19:27:40 +02:00