aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Merge pull request #4775 from lucize/pigeonupHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pigeonhole: update to 0.4.20
| * | | | | | | | | | | pigeonhole: update to 0.4.20Lucian Cristian2017-08-28
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | Merge pull request #4478 from valdi74/add_package_python-curlHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-curl: add new package
| * | | | | | | | | | | python-curl: add new packageWaldemar Konik2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | | | | | | | | | | | Merge pull request #4823 from ianchi/youtube-dlHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | youtube-dl: update version
| * | | | | | | | | | | | youtube-dl: add zip host dependencyAdrian Panella2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zip is not included in default Tools, so add it as Host dependency in case is not present in building environment Signed-off-by: Adrian Panella <ianchi74@outlook.com>
| * | | | | | | | | | | | youtube-dl: update versionAdrian Panella2017-09-12
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | | | | | | | Merge pull request #4830 from commodo/python-updates1Hannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python,python3: build updates
| * | | | | | | | | | | | python,python3: install mk files in both host build and InstallDev partAlexandru Ardelean2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure how it can happen that the files are not installed via the host build. Maybe some SDK-like build. Let's make sure they are installed via InstallDev rule too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | | | python,python3: add host-flags/settings to host pip install rulesAlexandru Ardelean2017-09-14
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The host pip install should have the host's CFLAGS, LDFLAGS, etc available. And not the target's flags. Otherwise, weird things can happen when installing packages (host-side) that need to build C code. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / / / / / / / / / shadowsocks-libev: minor tweak without functional changeYousong Zhou2017-09-14
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | | Merge pull request #4787 from cwluxul/unsquashfs-fix-segfault-armHannu Nyman2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | squashfs-tools: fix segfault
| * | | | | | | | | | squashfs-tools: fix segfaultColby Whitney2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | Merge pull request #4811 from ↵Hannu Nyman2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic mwan3: fix interface-bound traffic when interface is offline
| * | | | | | | | | | | mwan3: fix interface-bound traffic when interface is offlineMarcin Jurkowski2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | Merge pull request #4820 from dibdot/adblockHannu Nyman2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | adblock: bugfix 3.0.1
| * | | | | | | | | | | adblock: bugfix 3.0.1Dirk Brenken2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | | | | glib2: update to 2.53.7Peter Wagner2017-09-12
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | Merge pull request #4817 from nxhack/omit_unexpected_spacePhilip Prindeville2017-09-11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | node: delete unnecessary TAB characters at the end of a line
| * | | | | | | | | | | node: delete unnecessary TAB characters at the end of a lineHirokazu MORIKAWA2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | | | | net/nut: Fix typo is serial config optionKarl Palsson2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 5503dac80676 "Add back serial support" Reported-by: Znevna on irc Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | | | | | | | | pusleaudio: update to 11.0Peter Wagner2017-09-11
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | Merge pull request #4816 from dibdot/adblockHannu Nyman2017-09-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adblock: release 3.0
| * | | | | | | | | | adblock: release 3.0Dirk Brenken2017-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | | | Merge pull request #4805 from pprindeville/acpica-bump-20170831Philip Prindeville2017-09-08
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | acpica-unix: update to 20170831
| * | | | | | | | | | acpica-unix: update to 20170831Philip Prindeville2017-09-05
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | Merge pull request #4813 from diizzyy/patch-87Hannu Nyman2017-09-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libs/confuse: Update to 3.2.1
| * | | | | | | | | | libs/confuse: Update to 3.2.1Daniel Engberg2017-09-08
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update (lib)confuse to 3.2.1 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | Merge pull request #4809 from nxhack/node_fix_typoPhilip Prindeville2017-09-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | node: fix typo
| * | | | | | | | | | node: fix typoHirokazu MORIKAWA2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/4742 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | | | Merge pull request #4812 from ldir-EDB0/bumpwireguardHannu Nyman2017-09-07
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | wireguard: bump to release 0.0.20170907
| * | | | | | | | | | wireguard: bump to release 0.0.20170907Kevin Darbyshire-Bryant2017-09-07
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | Merge pull request #4808 from diizzyy/patch-86Ted Hess2017-09-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lib/expat: Update to 2.2.4
| * | | | | | | | | | lib/expat: Update to 2.2.4Daniel Engberg2017-09-06
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update (lib)expat to 2.2.4 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | Merge pull request #4804 from rmounce/tinc-stableSaverio Proto2017-09-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | tinc: version bump 1.0.32
| * | | | | | | | | | tinc: version bump 1.0.32Ryan Mounce2017-09-05
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
* | | | | | | | | | Merge pull request #4801 from diizzyy/patch-85Thomas Heil2017-09-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libs/pcre: Switch to Sourceforge mirrors
| * | | | | | | | | | libs/pcre: Switch to Sourceforge mirrorsDaniel Engberg2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to Sourceforge for better availability and HTTP Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | php7: upgrade to 7.1.9Michael Heimpold2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | libxml2: upgrade to 2.9.5Michael Heimpold2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | Merge pull request #4800 from pfzim/tdb-1.3.15Hannu Nyman2017-09-04
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | tdb: version update to 1.3.15
| * | | | | | | | | | tdb: version update to 1.3.15Dmitry V. Zimin2017-09-04
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
* | | | | | | | | | Merge pull request #4761 from diizzyy/patch-84Zoltan Herpai2017-09-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sound/mpg123: Update to 1.25.6
| * | | | | | | | | | sound/mpg123: Update to 1.25.6Daniel Engberg2017-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mpg123 to 1.25.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | memcached: bump to version 1.5.1Thomas Heil2017-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | | | pcre: Added fix for CVE-2017-11164 by adding stack recursion limitThomas Heil2017-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | | | Merge pull request #4792 from TDT-GmbH/mwan3-fixesHannu Nyman2017-09-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ne/mwan3: feature and fixes
| * | | | | | | | | | | net/mwan3: update versionFlorian Eckert2017-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | | | net/mwan3: fix /var/state issue in 14-mwan3 hotplugFlorian Eckert2017-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | | | | | net/mwan3: if initial_state is offline set status to unknownFlorian Eckert2017-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>