aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | mwan3: add httping_ssl optionFlorian Eckert2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Till now we could only ping http targets on port 80. With this change by adding the config boolean config option httping_ssl we could also ping https ping targets on port 443. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | mwan3: fix variable namingFlorian Eckert2019-11-14
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The variable IPT is not valid at this point. Set the variable usage to IPT4 fixes this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | qemu: bump to version 4.1.1Yousong Zhou2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #10570 from micmac1/maria-10.4Rosen Penev2019-11-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mariadb: major bump to 10.4, split off lib package
| * | | | | | | mariadb: small plugins fixesSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a few lines to the BuildPlugin routine to install some missing files for auth_pam as well as ha_spider. It also adds a postinstall script that updates the ownership of a directory used by auth_pam. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | mariadb: move libmariadb into its own packageSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way when only wanting the library nobody needs to download and compile the server package, saving space and time. Also this way we can avoid sudden SONAME bumps during a server upgrade. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | mariadb: move mariadb-common into its own packageSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves mariadb-common into its own (tiny) package in preparation for moving out libmariadb as well. Otherwise the library would have a dependency on the big mariadb package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | mariadb: bump to major version 10.4Sebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - Bump from 10.2.26 to 10.4.10 - auth_pam got replaced with never version, old one still available as auth_pam_v1 - semisync plugins were merged into the core - Upstream now installs symlinks for binaries with mariadb prefix. To accommodate that this commit updates Package/mariadb/install/bin accordingly. - Patches are updated with new ones from Debian and Arch (thanks!) - libedit patch dropped because it's upstream now. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | prometheus-node-exporter-lua: bump versionEtienne Champetier2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped ↵Zoltan Haindrich2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the scraper from functioning Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
* | | | | | | | prometheus-node-exporter-lua: respawn the processAndre Heider2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | | prometheus-node-exporter-lua: add a config reload triggerAndre Heider2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | | prometheus-node-exporter-lua: switch config to openwrt interface namesAndre Heider2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the config knob 'listen_address' and introduce 'listen_interface' and 'listen_ipv6' instead. 'listen_interface' takes an openwrt interface name ('loopback', 'lan', 'wan' etc, or "*" for all), from which the primary IP is used to listen on. If 'listen_ipv6' is set to '1', the IPv6 adress will be used, IPv4 elsewise. procd interface triggers are now combined with this, so if the listen interface is not yet configured when the init script is executed, the process start is defered, and the trigger takes care of that once the interface is ready. Fixes #7670 Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | | Merge pull request #10576 from jefferyto/python-zope-interface-4.7.1Rosen Penev2019-11-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-zope-interface: Update to 4.7.1, refresh patch
| * | | | | | | | python-zope-interface: Update to 4.7.1, refresh patchJeffery To2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #10574 from jefferyto/python-twisted-19.10.0Rosen Penev2019-11-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-twisted: Update to 19.10.0, refresh patches
| * | | | | | | | | python-twisted: Update to 19.10.0, refresh patchesJeffery To2019-11-18
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #10560 from jefferyto/circleci-cdnRosen Penev2019-11-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | circleci: Change SDK download host to cdn.openwrt.org
| * | | | | | | | | circleci: Change SDK download host to cdn.openwrt.orgJeffery To2019-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also switches from rsync to curl to download the SDK archive. Fixes #10358. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #10545 from lucize/frrupRosen Penev2019-11-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | frr: add missing build options
| * | | | | | | | | | frr: add missing build optionsLucian Cristian2019-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and some backports in fixing ramips target Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | Merge pull request #10546 from TDT-AG/pr/20191114-xtables-addonsRosen Penev2019-11-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | xtables-addons: disable ASLR PIE
| * | | | | | | | | | | xtables-addons: disable ASLR PIEMartin Schiller2019-11-14
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package uses ld for linking and therefor does not support the -specs option. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | | | | | | | | Merge pull request #10551 from aleksander0m/aleksander/mm-fix-any-ip-typeRosen Penev2019-11-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | modemmanager: fix 'any' iptype setting
| * | | | | | | | | | | modemmanager: fix 'any' iptype settingAleksander Morgado2019-11-15
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user requests 'any' as 'iptype', we may get either IPv4 or IPv6 settings. Simplify the logic by not requiring any explicit iptype before loading the method reported by the bearer object for IPv4 and IPv6; just load the methods right away and setup settings based on those. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | | | | | | Merge pull request #10566 from rs/nextdns-1.1.3Rosen Penev2019-11-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextdns: update to 1.1.3
| * | | | | | | | | | | nextdns: update to 1.1.3Olivier Poitrey2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | | | | | | Merge pull request #10544 from ewsi/dcwapd-procdRosen Penev2019-11-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | dcwapd: Update init script to use procd
| * | | | | | | | | | | | dcwapd: Update init script to use procdCarey Sonsino2019-11-15
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consolidate shell scripts into init script remove "litter" from uci file update default UCI values Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>
* | | | | | | | | | | | Merge pull request #10572 from jefferyto/python-pyasn1-0.4.8Hannu Nyman2019-11-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | python-pyasn1: Update to 0.4.8
| * | | | | | | | | | | python-pyasn1: Update to 0.4.8Jeffery To2019-11-18
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #10571 from gladiac1337/haproxy-2.0.9Hannu Nyman2019-11-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.9
| * | | | | | | | | | | haproxy: Update HAProxy to v2.0.9Christian Lachner2019-11-17
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* / | | | | | | | | | acme: Add dependency on luci-compat for luci-app-acmeToke Høiland-Jørgensen2019-11-17
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10564. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | | | | | | | Merge pull request #10562 from dibdot/adblockDirk Brenken2019-11-17
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | adblock: update 3.8.11
| * | | | | | | | | adblock: update 3.8.11Dirk Brenken2019-11-16
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * some more init tweaks * update/cleanup readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #10555 from neheb/booRosen Penev2019-11-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | boost: Fix fiber compilation for mips
| * | | | | | | | | boost: Fix fiber compilation for mipsRosen Penev2019-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue was that the pause instruction was emitted through an asm directive which was not correct for some mips platforms. Simplified boost-fiber-exclude as a result. Removed uClibc-ng math patch. It was not correct as it broke float and long double support (std variants use function overloads). A different solution was applied upstream. As it's quite annoying to backport, just wait until a new release comes with that change. ARC as a platform is barely supported anyways. Swapped asio patch for the upstream submission, which is unfortunately, in limbo. Refreshed remaining patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #10561 from Ansuel/nginxHannu Nyman2019-11-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nginx: update to 1.17.5
| * | | | | | | | | | nginx: update to 1.17.5Ansuel Smith2019-11-16
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | Merge pull request #10559 from hnyman/collectd5100Hannu Nyman2019-11-16
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | collectd: update to 5.10.0
| * | | | | | | | | collectd: update to 5.10.0Hannu Nyman2019-11-16
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd to 5.10.0 * leave new plugins as disabled for now (procevent, sysevent) * refresh patches. Remove unenecessary version fix Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | / / / docker-ce: bump to version 19.03.5Johann Neuhauser2019-11-16
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* | | | | | | | Merge pull request #10474 from leonghui/leechRosen Penev2019-11-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | leech: add new package
| * | | | | | | | leech: remove empty install definesLeong Hui Wong2019-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
| * | | | | | | | leech: add new packageLeong Hui Wong2019-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A set of scripts that parse RSS feeds and downloads files for you. Recipes are available to send download links to transmission and aria2. Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
* | | | | | | | | Merge pull request #10554 from jefferyto/sysrepo-bindingsRosen Penev2019-11-15
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | sysrepo: Remove Lua bindings, build Python bindings in separate package
| * | | | | | | | sysrepo: Remove Lua bindings, build Python bindings in separate packageJeffery To2019-11-16
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change: * Removes building of Lua bindings. These bindings were already removed upstream[1]. * Fixes building of Python bindings: * Fix SWIG_DIR path (note that SWIG_VERSION will need to be updated whenever the swig package is upgraded) * Fix Python module paths and filenames * Packages the Python bindings in a new package (python3-sysrepo) and builds it by default, instead of depending on a config option. [1]: https://github.com/sysrepo/sysrepo/pull/1429 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #10550 from dibdot/banipDirk Brenken2019-11-15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | banip: update 0.3.10
| * | | | | | | banip: update 0.3.10Dirk Brenken2019-11-15
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add missing logd dependency * check if logd is enabled during runtime * some more init tweaks Signed-off-by: Dirk Brenken <dev@brenken.org>