aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | keepalived: upgrade to version 1.2.19Alexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropped patches, unrequired. There is a newer version released, but I cannot vouch for it yet. We've been using this one for about a year now. Since, I only recently became maintainer of `keepalived`, I will push this as the current stable one, and start using a newer version internally, before releasing it to the public. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | keepalived: add myself as maintainerAlexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | keepalived: suppress reloads when config md5 has no changeBen Kelly2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | keepalived: Fix ordering of config sectionsBen Kelly2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keepalived seems to be rather particular about which config parameters come before others. When defining a virtual IP address, keepalived will check to see if the vrrp instance is associated with a valid interface. Previously, the interface parameter was declared after the virtual IP address which caused an error when keepalived tried to run this check. Keepalived tries to fall back to checking if 'eth0' exists. The fix is to re-order the config stanzas so that the interface parameter comes before the virtual IP address definitions. Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | keepalived: Fix track_* option in vrrp_instance defnBen Kelly2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix ordering of config stanzas We were parsing the track_script and track_interface definitions to include the weight param when configuring a vrrp_instance. This is not correct, as the weight param inside a vrrp instance is used to augment the one defined in the script. We were also not taking into account vrrp_script stanzas This commit skips the parsing and simply lists the name of the track/vrrp object Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | keepalived: add uci config supportAlexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding @scrpi (Ben Kelly). Initial UCI config support was written by me (@commodo) Updates & fixes added by Ben. Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | keepalived: convert init script to procd formatAlexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | keepalived: make the use of libnl optionalAlexandru Ardelean2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keepalived seems to work fine without it. There is fall-back code that kicks in when it's not present. So, we will build against (or pull) the libnl package only if there is another package that pulls it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #3726 from dibdot/adblockHannu Nyman2016-12-31
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | adblock: update 2.0.4
| * | | | | | adblock: update 2.0.4Dirk Brenken2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * small fixes & cosmetics (missed in last commit) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #3725 from dibdot/travelmateHannu Nyman2016-12-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | travelmate: update 0.3.0
| * | | | | | | travelmate: update 0.3.0Dirk Brenken2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to procd interface trigger * no additional active monitor/polling in the background * simplified code * new option "trm_maxwait", how long (in seconds) should travelmate wait for wlan interface reload action (default: '20') * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #3724 from fededim/masterHannu Nyman2016-12-31
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | softethervpn: updated to version 4.22-9634
| * | | | | | | softethervpn: updated to version 4.22-9634Federico Di Marco2016-12-31
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix #3629 - readded nossl3 patch Signed-Off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | | Merge pull request #3717 from zx2c4/patch-1Hannu Nyman2016-12-31
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | net/wireguard: update to 0.0.20161230
| * | | | | | net/wireguard: update to 0.0.20161230Jason A. Donenfeld2016-12-31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple version bump; no changes needed other than filename and hash. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | | Merge pull request #3697 from psyborg55/masterHannu Nyman2016-12-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | mwan3-luci: update to 1.4-5
| * | | | | | mwan3-luci: update to 1.4-5psyborg552016-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @arfett Compile tested: ramips, xiaomi mini, r49946 Run tested: ramips, xiaomi mini, r49946 Description: Bump to 1.4-5. Added new page for wifi configuration edit, similar how the current network configuration page works. Also enabled collecting of wifi configuration in troubleshooting page. Signed-of-by: Tomislav Požega pozega.tomislav@gmail.com
* | | | | | | Merge pull request #3719 from luizluca/ruby-2.4.0Hannu Nyman2016-12-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ruby: bump to 2.4.0
| * | | | | | | ruby: bump to 2.4.0Luiz Angelo Daros de Luca2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a stable feature release. Notable changes: - Introduce hash table improvement (by Vladimir Makarov) - Binding#irb: Start a REPL session similar to binding.pry - Unify Fixnum and Bignum into Integer - String supports Unicode case mappings - Performance improvements - Thread#report_on_exception and Thread.report_on_exception changes - Thread deadlock detection now shows threads with their backtrace and dependency - Support OpenSSL 1.1.0 (drop support for 0.9.7 or prior) - ext/tk is now removed from stdlib Feature #8539 - XMLRPC is now removed from stdlib Feature #12160 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | Merge pull request #3718 from fededim/masterHannu Nyman2016-12-31
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | softethervpn: updated to version 4.22-9634
| * | | | | | | softethervpn: updated to version 4.22-9634Federico Di Marco2016-12-31
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix #3629 Signed-Off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | | Merge pull request #3716 from dibdot/adblockHannu Nyman2016-12-30
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | adblock: update 2.0.3
| * | | | | | adblock: update 2.0.3Dirk Brenken2016-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed adblock statistics in CC * print additional list details in adblock statistics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #3702 from hauke/libcoapHannu Nyman2016-12-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libcoap: fix PKG_BUILD_DIR
| * | | | | | | libcoap: fix PKG_BUILD_DIRHauke Mehrtens2016-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libcoap is not building in LEDE any more because it is extracted to /libcoap/ and the package makefiles try to access it at /libcoap-2da31de732c0e51a9bc9e1d4aea21e25da89cf87/. This patch defines a PKG_BUILD_DIR variable to make it use /libcoap/ without the hash. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | Merge pull request #3711 from mhei/fix-libcanfestivalHannu Nyman2016-12-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libcanfestival: define package build directory explicitly
| * | | | | | | | libcanfestival: define package build directory explicitlyMichael Heimpold2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the build on LEDE buildbots which bail out with: -snip- ... ! -d ./src/ ] || cp -fpR ./src/* /data/bowl-builder/arm_arm926ej-s/build/ (wrapped) sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival-8bfe0ac0 Applying ./patches/001-sigval-ref-fix.patch using plaintext: can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/drivers/timers_unix/timers_unix.c |+++ b/drivers/timers_unix/timers_unix.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Patch failed! Please fix ./patches/001-sigval-ref-fix.patch! ... -snap- Reason is, that the tar ball created by hg checkout does not contain the version string appended to the root source directory as expected by default PKG_BUILD_DIR, so this patch adjusts the expected directory name. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | aria2: update to 1.30.0leonghui2016-12-29
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @kuoruan Compile tested: mips Run tested: mips Issue with magnet links not starting is fixed: https://github.com/aria2/aria2/issues/793
* | | | | | | | Merge pull request #3689 from hnyman/c553Hannu Nyman2016-12-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | collectd: update to 5.5.3
| * | | | | | | | collectd: update to 5.5.3Hannu Nyman2016-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd to 5.5.3 Release notes at https://github.com/collectd/collectd/releases/tag/collectd-5.5.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | dynapoint: add new package (fixes #3304)ascob2016-12-27
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dynapoint is a dynamic access point manager Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de> Acked-by: Thomas Huehn <thomas.huehn@evernet-eg.de> - minor whitespace fixes/cleanups - squashed multiple commits into a single one before merge Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | utils/tar: Fix tar build dependency and CVE-2016-6321Daniel Dickinson2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be PKG_BUILD_DEPENDS not BUILD_DEPENDS Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | Merge pull request #3535 from p-wassi/utils_zip_LFSÁlvaro Fernández Rojas2016-12-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | utils/zip: fix LARGE_FILE_SUPPORT in configure script
| * | | | | | | | utils/zip: fix LARGE_FILE_SUPPORT in configure scriptp-wassi2016-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package zip is currently broken with a runtime error. When zip is run, it immediately exits with "zip warning : Not supported (uzoff_t not same size as zoff_t)" The issue boils down to the package's configure script which tries to determine LARGE_FILE_SUPPORT on *host* side. The conftest.c is compiled and ran on the building host to see whether LFS is given or not. This will fail when cross-compiling. The patch here is created by Romain Naour, taken from http://lists.busybox.net/pipermail/buildroot/2015-January/117909.html Reworked and tested by me. Now LFS is detected and the built binaries work on the target. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | | | perl-cgi: Bump version to latestPhilip Prindeville2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version is no longer posted on CPAN so point to latest instead. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | haproxy: bump to 1.7.1-19heil2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix wrong ncurses depency - integrate patches from mainline Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | package apache: upgrade to 2.4.25heil2016-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - refresh patches Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | Merge pull request #3701 from chris5560/ddns-scriptsTed Hess2016-12-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ddns-scripts: no longer build public_suffix_list.dat.gz during build
| * | | | | | | | | ddns-scripts: no longer build public_suffix_list.dat.gz during buildChristian Schoenebeck2016-12-25
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - no longer build public_suffix_list.dat.gz during build #3678 - replace "\s" with "[[:space:]]" inside Makefile because "\s" ignored by some sed versions - tools/public_suffix_list.sh still available to rebuild public_suffix_list.dat.gz outside OpenWRT/LEDE build system Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | Merge pull request #3668 from hauke/boostHauke Mehrtens2016-12-25
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | boost: build always with -std=gnu++14 with recent compilers.
| * | | | | | | | boost: build always with -std=gnu++14 with recent compilers.Hauke Mehrtens2016-12-25
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some parts of boost need at least C++11, activate -std=gnu++14 when possible and otherwise use -std=gnu++11 instated of using the default which is -std=gnu++98. This fixes the build for me when I build everything expect boost-coroutine2 with gcc 5.4.0 on LEDE. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | Merge pull request #3698 from chris5560/ddns-scriptsTed Hess2016-12-24
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | ddns-scripts: get public_suffix_list.dat without using secure connection
| * | | | | | | ddns-scripts: get public_suffix_list.dat without using secure connectionChristian Schoenebeck2016-12-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get public_suffix_list.dat without using secure connection. #3678 File generated during build, because it's the only option to have an actual version packaged. Long term Cloudflare_v1 package will be changed to no longer need public_suffix_list.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | net/wireguard: version bumpJason A. Donenfeld2016-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to a new wireguard version. Simple version bump. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | wireguard: add protocol dependency for endpointsdanrl2016-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Endpoint dependency implemented. The actual endpoint is used exclusively. Using this approach we are dual-stack safe (not errors on missing protocol) and create only the dependency that are really necessary. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | php7-pecl-http: fix build for big endian (fixes #3691)Michael Heimpold2016-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at, improve pre-seeded dependency detection. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #3692 from dibdot/adblockHannu Nyman2016-12-23
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | adblock: update 2.0.2
| * | | | | | adblock: update 2.0.2Dirk Brenken2016-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed dnsmasq check if multiple instances are present * bring back query function on highly demand * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>