aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | gnunet: update sourcesDaniel Golle2018-02-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #5577 from jmv2009/patch-11tripolar2018-02-07
|\ \ \ | |/ / |/| | Pulseaudio: variant avahi/bluez
| * | Pulseaudio: variant avahi/bluezJohnny Vogels2018-02-06
|/ / | | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* | tor: update to 0.3.2.9Peter Wagner2018-02-05
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | php7: update to 7.2.2Michael Heimpold2018-02-05
| | | | | | | | | | | | Also refresh patches to reflect new year. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #5568 from lucize/clamupHannu Nyman2018-02-05
|\ \ | | | | | | clamav: update to 0.99.3
| * | clamav: update to 0.99.3Lucian Cristian2018-02-04
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #5569 from neheb/patch-1Hannu Nyman2018-02-05
|\ \ \ | | | | | | | | btrfs-progs: Update to 4.15
| * | | btrfs-progs: Update to 4.15Rosen Penev2018-02-04
| | | | | | | | | | | | | | | | | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5491 from TDT-AG/pr/20180123-mwan3-add-serviceHannu Nyman2018-02-05
|\ \ \ \ | |/ / / |/| | | mwan3: add init script to enable/disable mwan3
| * | | net/mwan3: update to version 2.6.10Florian Eckert2018-02-05
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/mwan3: add mwan3_init functionFlorian Eckert2018-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move all shell commands which are executed during /lib/mwan3/mwan3.sh sourceing into a seperate init function which must be called at first. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/mwan3: send SIGKILL to mwan3trackFlorian Eckert2018-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some situation it is not enough to send a SIGTERM to mwan3track to ask service to stop accurate. If this does not work send him a SIGKILL to prevent mwan3track running more then once per interface. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/mwan3: add init script to enable/disable mwan3 globallyFlorian Eckert2018-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a init script to "/etc/init.d/" introduce the possibility to enable/disable mwan3 globally. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #5240 from ecsv/ap51-flashHannu Nyman2018-02-04
|\ \ \ \ | | | | | | | | | | ap51-flash: Update to newest "version" and package cleanups
| * | | | ap51-flash: Fix source repository URLSven Eckelmann2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The URL git://dev.cloudtrax.com/ap51-flash.git is not the actual public source repository URL for ap51-flash. It is not even accessible in the moment. The official repository can now be found at github. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * | | | ap51-flash: Provide PKG_LICENSE* informationSven Eckelmann2017-12-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * | | | ap51-flash: Update to version 2017-12-07Sven Eckelmann2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for new OpenMesh devices: - A42 - A62 - G200 - D200 - P60 * Fix size calculation for combined ext images * Fixed build with musl Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * | | | ap51-flash: Remove FLASH_FROM_FILE preprocessor variableSven Eckelmann2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ap51-flash doesn't know the FLASH_FROM_FILE preprocessor variable and thus OpenWrt should not set it in its package Makefile. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * | | | ap51-flash: Remove NO_LIBPCAP preprocessor variableSven Eckelmann2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ap51-flash doesn't know the NO_LIBPCAP preprocessor variable and thus OpenWrt should not set it in its package Makefile. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * | | | ap51-flash: Remove OFLAGS from MAKE_FLAGSSven Eckelmann2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nothing in ap51-flash is using the variable OFLAGS. It should therefore not be set. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * | | | ap51-flash: Remove uIP workaroundsSven Eckelmann2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ap51-flash is no longer using uIP and thus these workarounds should no longer be used. Signed-off-by: Sven Eckelmann <sven@narfation.org>
* | | | | Merge pull request #5551 from yangfl/masterHannu Nyman2018-02-04
|\ \ \ \ \ | | | | | | | | | | | | i2pd: Update to 2.18.0, fix #5511
| * | | | | i2pd: Update to 2.18.0, fix #5511David Yang2018-02-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | Merge pull request #5557 from pprindeville/xtables-addons-xtgeoip-dirJo-Philipp Wich2018-02-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | xtables-addons: don't forget database dir
| * | | | | | xtables-addons: don't forget database dirPhilip Prindeville2018-02-01
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't /usr/share/xt_geoip/ which is needed to build database into. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #4928 from p-wassi/smstoolsHannu Nyman2018-02-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | utils/smstools3: update to 3.1.21
| * | | | | | utils/smstools3: update to 3.1.21Paul Wassi2017-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update package to 3.1.21, remove parts of patches which were already included upstream, update some OpenWrt specific things. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | Merge pull request #5088 from hbl0307106015/libtallocHannu Nyman2018-02-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libtalloc: bump to latest version
| * | | | | | | libtalloc: bump to latest versionBangLang Huang2018-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | | | | | | Merge pull request #5558 from Andy2244/acl-updateHannu Nyman2018-02-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | acl: update to 2018-01-21
| * | | | | | | | acl: update to 2018-01-21Andy Walsh2018-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | Merge pull request #5565 from micmac1/libssh2-masterJiri Slachta2018-02-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libssh2: Make crypto backends selectable
| * | | | | | | | | libssh2: Make crypto backends selectableSebastian Kemper2018-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a choice to menuselect so people can select if they would like to compile libssh2 against mbedtls (default) or openssl. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | nano: update to 2.9.3Hannu Nyman2018-02-03
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update nano to 2.9.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | Merge pull request #5560 from neheb/port-transHannu Nyman2018-02-02
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | transmission: Fix port test + other fixes.
| * | | | | | | | transmission: Fix port test + other fixes.Rosen Penev2018-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit. Removed ionice support. Will reintroduce if procd adds support. Removed config_overwrite debugging variable. No need for it. Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #5272 from dedeckeh/pr-strongswan-1Stijn Tintel2018-02-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix ipsec reload and extend uci
| * | | | | | | | | strongswan: add interface uci listHans Dedecker2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface config option allows users to configure logical OpenWRT interface names in the ipsec section; it allows StrongSwan to listen and send traffic on specified interface(s). It translates to interfaces_use StrongSwan option which is a comma sepearted list of network devices that should be used by charon. Since StrongSwan can only be started when one of the specified logical OpenWRT interface is up procd interface triggers are installed to trigger the reload script. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
| * | | | | | | | | strongswan: fix reload serviceHans Dedecker2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the ipsec running state reload_service is either reloading ipsec or starting ipsec. However in the latter case it calls ipsec start which bypasses the procd start_service function which means the running ipsec instance is not managed by procd. Fix this by calling start in case ipsec is not running; at the same time add service_running function which is used by procd provided running function. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | | shadowsocks-libev: remove unnecessary curly bracesYousong Zhou2018-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | shadowsocks-libev: bump to version 3.1.3Yousong Zhou2018-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.1.2 afce1b3 eliminate timered delay between handshake and data stream #1572 539bf6e sni in redir removed and no disable_sni option #1876 1d94442..29ff5d3 udprelay fix (no idea what's the problem...) #1883 Now disable_sni=true is the default. Existing uci configs setting it will be a nop Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | sqlite: remove gratuitos empty lineHans Dedecker2018-02-02
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove gratuitos empty line introduced by accident in commit aac84ff Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | Merge pull request #5128 from champtar/prometheuschamptar2018-02-01
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | prometheus-node-exporter-lua: make it modular and faster
| * | | | | | | | prometheus-node-exporter-lua: bump versionEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | | | | | prometheus-node-exporter-lua: rework cpu collectorEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace 2 string.match and 1 string.gmatch (space_split) by 1 string.match Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | | | | | prometheus-node-exporter-lua: use io.lines(), remove line_splitEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | | | | | prometheus-node-exporter-lua: split out nat_traffic and netstatEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nat_traffic is too verbose to be really useful by default netstat is broken by default on OpenWrt/LEDE Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | | | | | prometheus-node-exporter-lua: put wifi collector in 2 separate packagesEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allow to remove libubus-lua/libiwinfo-lua dependency from main package this also allow to have different scrape_interval Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> split stations Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | | | | | | prometheus-node-exporter-lua: make it modularEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As prometheus-node-exporter-lua is a reimplementation of node_exporter, I'm using "collector" instead of "scraper" and renaming some collectors put each collector in a separate file report collector success/failure and duration per scrape (follow https://github.com/prometheus/node_exporter/pull/516) allow to filter collectors using "collect[]" params (see https://github.com/prometheus/node_exporter#filtering-enabled-collectors) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>