aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | net/mwan3: on startup mark interface online only if track_ip are reachableFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new interface config option "inital_state". If interface comeing up the first time(mwan3 start, boot), there are now two option for interface behaviour: - online (default as is now) Set up interface regardless wether tracking ip are reachable or not. - offline Set up interface first to ping tracking ip and if they are reachable set up the interface completely. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: fix ping issue if last interface recovers from failureFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though error was fixed the interface checks still fails, if last_resort was set to blackhole or unreachable. To fix this issue do not remove failure interface from iptables change on down event. Reported-by: Colby Whitney <colby.whitney@luxul.com> Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: move mwan3track clean up to mwan3 cmdFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is usefull to see the last state of the interface with ubus. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: remove unused global definitionFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: fix mwan3track kill executionFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If two interface have the same prefix "wan" for example "wan" and "wan1" pgrep returns the PID for wan1 also "pgrep -f mwan3track wan". Before this fix "wan1" was also killed! This is not what we want. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: fix ubus output for mwan3track running stateFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ubus output for mwan3track running state Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: change logging output on hotplug interface eventFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change logging output on hotplug interface event Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: add option keep_failure_interval on failureFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new boolean interface config param to keep ping failure interval during interface failure state. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: add process PID to LOG outputFlorian Eckert2017-08-10
| | |/ / | |/| | | | | | | | | | | | | | | | | | Update log output macro to show PID during logging Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #4687 from kdarbyshirebryant/bumpwireguardHannu Nyman2017-08-10
|\ \ \ \ | |/ / / |/| | | wireguard: bump to release 0.0.20170810
| * | | wireguard: bump to release 0.0.20170810Kevin Darbyshire-Bryant2017-08-10
|/ / / | | | | | | | | | | | | | | | Compile & run tested: ar71xx: archer c7 v2 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | | Merge pull request #4679 from dibdot/dnscrypt-proxyHannu Nyman2017-08-09
|\ \ \ | | | | | | | | dnscrypt-proxy: mute needless warnings
| * | | dnscrypt-proxy: mute needless warningsDirk Brenken2017-08-08
| | | | | | | | | | | | | | | | | | | | | | | | * print only 'missing plugins support warning' if user really configured 'blacklist' or 'block_ipv6' parameter. Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4684 from commodo/python-fix-opkg-collisionsHannu Nyman2017-08-09
|\ \ \ \ | | | | | | | | | | python,python3: fix opkg collisions with -src packages
| * | | | python,python3: fix opkg collisions with -src packagesAlexandru Ardelean2017-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/4681 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | libmms: Remove iconv dependency no longer needed.Ted Hess2017-08-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | sound/mpd: Update to 0.20.9, work-around libiconv-stub link problemTed Hess2017-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearrange dependencies General cleanup of Makefile Fix compilation and linking problems Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #4670 from larsi-org/masterHannu Nyman2017-08-08
|\ \ \ \ \ | |/ / / / |/| | | | mwan3: allow to change mwan3's MARKing mask
| * | | | mwan3: allow to change mwan3's MARKing maskLars Schumann2017-08-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lars Schumann <larsi.org@gmail.com>
* | | | | Merge pull request #4678 from pprindeville/bind-update-9.11.2Noah Meyerhans2017-08-08
|\ \ \ \ \ | | | | | | | | | | | | Bind update 9.11.2
| * | | | | bind: fixes for openssl 1.1.0 thread compatibilityPhilip Prindeville2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | | bind: version update to 9.11.2Philip Prindeville2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refresh patches and dependencies. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #4677 from diizzyy/patch-82Ted Hess2017-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | libs/faad2: Update to 2.8.1
| * | | | | | libs/faad2: Update to 2.8.1Daniel Engberg2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch back to upstream repo * Follow the same configuration style as ffmpeg and mpg123 for using float vs fixed point codepaths. * Remove unneeded cpp variables (musl provides C99 math library) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | Merge pull request #4673 from diizzyy/patch-79Ted Hess2017-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libs/expat: Update to 2.2.3
| * | | | | | | libs/expat: Update to 2.2.3Daniel Engberg2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update (lib)expat to 2.2.3 Remove poor entropy hack, 2.2.3 uses /dev/urandom in worst case Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | net/nmap: Avoid linking libssh2 unintentionallyDaniel Engberg2017-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly tell nmap not to link libssh2 if its available, fixes buildbot failure. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | php7: upgrade to 7.1.8Michael Heimpold2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | strongswan: use -eq when testing booleansStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: convert init script to procdStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: check return value instead of outputStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the strongswan service is running, `ipsec status` returns 0. Check the return value instead of checking its output. While at it, remove the [[ ]] bashism, use rereadall instead of (reread)secrets, and move it inside the if statement. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: remove checks for UCI configStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit 36e073d8201fe7cf133ef3eea41f8855c3344c71, some checks were added to see if the UCI config file exists and if there are any peers configured in it. Due to these checks, if /etc/config/ipsec exists, but contains no enabled peers, strongswan will not be started. This is not ideal, as a user might want to experiment with the UCI config while keeping existing connections in /etc/ipsec.conf operational. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: add charon-cmd utilityStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: add missing charon config filesStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: add swanctl utilityStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: add vici pluginStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: rename -utils to -ipsecStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the strongswan-utils package now only contains the aging ipsec utility, rename it to strongswan-ipsec. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: split scepclient into separate packageStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently include the SCEP client in strongswan-utils, which is a dependency of the strongswan-default meta-package. As it's generally not recommended to generate keys on embedded devices due to lack of entropy, move the SCEP client to a separate package, and only depend on it in the strongswan-full meta-package. While at it, add scepclient.conf to the package. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | strongswan: split PKI tool into separate packageStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently include the PKI tool in strongswan-utils, which is a dependency of the strongswan-default meta-package. As it's generally not recommended to generate keys on embedded devices due to lack of entropy, move the PKI tool to a separate package, and only depend on it in the strongswan-full meta-package. While at it, add pki.conf to the package. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | domoticz: remove additional files from packageStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | git: update to 2.14.0Peter Wagner2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #4675 from dibdot/dnscrypt-proxyHannu Nyman2017-08-07
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | dnscrypt-proxy: start from procd interface trigger, not in init
| * | | | | | | dnscrypt-proxy: start from procd interface trigger, not in initDirk Brenken2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start dnscrypt-proxy from procd interface trigger rather than immediately in init, to fix a possible race condition during boot and get rid of rc.local restarts. You can restrict trigger interface(s) by 'procd_trigger' in new global config section. * tab/whitespace cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | net/nmap: Update to 7.60Daniel Engberg2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update nmap-suite to 7.60 * Use PKG_HASH as PKG_MD5SUM is deprecated * Switch download URL to HTTPS * Add zlib as dependency and link libpcre dynamically Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #4674 from diizzyy/patch-80champtar2017-08-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | utils/gptfdisk: Remove from tree
| * | | | | | | | utils/gptfdisk: Remove from treeDaniel Engberg2017-08-07
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux-utils (fdisk) provides the functionality I need and I have no interest in maintaining this package as it more or less overlaps the functionality of the previously mentioned alternative. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | build,travis: don't try to test deleted packagesEtienne Champetier2017-08-06
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | build,travis: fix return code when "No new or modified packages found!"Etienne Champetier2017-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | Merge pull request #4672 from chris5560/masterHannu Nyman2017-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | radicale: Update to 1.1.6
| * | | | | | | radicale: Update to 1.1.6Christian Schoenebeck2017-08-05
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>