aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* 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>
* | Merge pull request #10535 from rs/feature_nextdnsRosen Penev2019-11-14
|\ \ | | | | | | nextdns: add DNS over HTTPS with NextDNS integration
| * | nextdns: add DNS over HTTPS with NextDNS integrationOlivier Poitrey2019-11-13
| |/ | | | | | | | | | | Maintainer: @rs Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | Merge pull request #10548 from dhewg/pull/mpdRosen Penev2019-11-14
|\ \ | | | | | | mpd: fix compilation without AUDIO_SUPPORT
| * | mpd: fix compilation without AUDIO_SUPPORTAndre Heider2019-11-14
|/ / | | | | | | | | | | Fixes #10541 Signed-off-by: Andre Heider <a.heider@gmail.com>
* | mwan3: Fix json_load fails with some datayurtesen2019-11-14
| | | | | | | | | | | | | | | | | | | | | | Sometimes the return value of `ubus -S call network.interface.wan status` cause `json_load` to return `Failed to parse message data` error. To avoid this, the JSON data always should be quoted with double quotes. Signed-off-by: Evren Yurtesen <eyurtese@abo.fi> Removed quoatation marks from commit heading Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | libtins: Actually remove it...Rosen Penev2019-11-13
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libtins: Remove no-rttiRosen Penev2019-11-13
| | | | | | | | | | It causes compilation errors with netwhere. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | io: Add TARGET_LDFLAGS to fix PIEHauke Mehrtens2019-11-13
| | | | | | | | | | | | | | Add the OpenWrt TARGET_LDFLAGS to the compile command to activate PIE support for the io tool when it is activated globally in OpenWrt. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | io: Fix printing 4 bytes memory on 64 bit systemsHauke Mehrtens2019-11-13
| | | | | | | | | | | | | | | | | | | | On 64 bit Linux systems long is 8 bytes long, on 32 bit Linux systems it is 4 bytes long. Here we want to print 4 bytes and not 8 bytes, use int instead of long. This fixes printing 4 bytes on 64 bit systems. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #10527 from lnslbrty/update/atopRosen Penev2019-11-13
|\ \ | | | | | | atop: update to version 2.5.0
| * | atop: update to version 2.5.0Toni Uhlig2019-11-13
| | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | jool: Remove ethtool dependencyRosen Penev2019-11-12
| | | | | | | | | | | | | | | Unneeded since jool 4. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10529 from BKPepe/sentryRosen Penev2019-11-12
|\ \ \ | | | | | | | | python-sentry-sdk: Update to version 0.13.2
| * | | python-sentry-sdk: Update to version 0.13.2Josef Schlehofer2019-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #10530 from BKPepe/pahomqttRosen Penev2019-11-12
|\ \ \ \ | | | | | | | | | | python-paho-mqtt: Update to version 1.5.0
| * | | | python-paho-mqtt: Update to version 1.5.0Josef Schlehofer2019-11-11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Try to fix license according to SPDX. Add PKG_LICENSE_FILES. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #10523 from wfleurant/ygg-buildver-fixRosen Penev2019-11-12
|\ \ \ \ | | | | | | | | | | yggdrasil: fixes build name and version #10309
| * | | | yggdrasil: fixes build name and version #10309William Fleurant2019-11-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | Merge pull request #10516 from James-TR/fix/dependency-garbageRosen Penev2019-11-12
|\ \ \ \ \ | | | | | | | | | | | | pdns-recursor: add temporary depends to fix build
| * | | | | pdns-recursor: add temporary depends to fix buildJames Taylor2019-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is an issue with the included build scripts which improperly check for a requirement on libboost-thread where another implementation is available. Fixes #10273. Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | Merge pull request #10469 from peter-stadler/django-etesync-journalRosen Penev2019-11-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | django-etesync-journal: add python3 package
| * | | | | | django-etesync-journal: add python3 packagePeter Stadler2019-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the reusable django app that implements the server side of EteSync. There will be another package that makes it available through Nginx using uwsgi. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #10526 from cotequeiroz/seafile_libevent2_phtreadsRosen Penev2019-11-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | seafile-server: depend on libevent2-threads
| * | | | | | | seafile-server: depend on libevent2-threadsEneas U de Queiroz2019-11-11
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seafile-server uses libevhtp pthreads support. libevhtp needs libevent2-pthreads for that. However, since there is no installable package for libevhtp--the library is build static-only--then seafile-server, its consumer, needs to add the dependecy. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | Merge pull request #10531 from dengqf6/p11Nikos Mavrogiannopoulos2019-11-12
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | p11-kit: update to 0.23.18.1
| * | | | | | p11-kit: update to 0.23.18.1DENG Qingfang2019-11-12
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | Merge pull request #10528 from jslachta/maintenance/tiff-upgrade-4.1.0Jiri Slachta2019-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | tiff: update version to 4.1.0
| * | | | | | tiff: update version to 4.1.0Jiri Slachta2019-11-11
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jiri Slachta <jiri@slachta.eu>
* | | | | | Merge pull request #10522 from cotequeiroz/requests-oathlibHannu Nyman2019-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | phython-requests-oauthlib: bump to v1.3.0
| * | | | | | python-requests-oauthlib: bump to 1.3.0Eneas U de Queiroz2019-11-11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Instagram compliance fix - Added force_querystring argument to fetch_token() method on OAuth2Session Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>