aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | Merge pull request #10524 from jefferyto/python-six-1.13.0Hannu Nyman2019-11-11
|\ \ \ \ \ | | | | | | | | | | | | python-six: Update to 1.13.0
| * | | | | python-six: Update to 1.13.0Jeffery To2019-11-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #10521 from Ansuel/nginx-ubusHannu Nyman2019-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | nginx: update broken ubus module
| * | | | | | nginx: update broken ubus moduleAnsuel Smith2019-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current version of ubus module have some problem with list method. Update the module to fix this problem. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | Merge pull request #10513 from neheb/pfRosen Penev2019-11-11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | PF-RING changes
| * | | | | | libpfring: Fix compilation with kernel >= 4.16Rosen Penev2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libpfring: Merge pfring and libpfring in the same packageRosen Penev2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They use the same source. It makes no sense to have them separate. Also cleaned up the Makefile to modern standards. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #10497 from aleksander0m/aleksander/mm-ipv6Rosen Penev2019-11-10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | modemmanager: add IPv6/IPv4v6 support
| * | | | | | modemmanager: add IPv6/IPv4v6 supportAleksander Morgado2019-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | | banip: update 0.3.9Dirk Brenken2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix 'enabled' service check Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | adblock: update 3.8.10Dirk Brenken2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix broken unbound integration Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #10498 from LoEE/jpc/master/perl-macos-fixRosen Penev2019-11-10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | perl: fixed host compilation of static perl on MacOS
| * | | | | | perl: fixed host compilation of static perl on MacOSJakub Piotr Cłapa2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All symbols on MacOS are prefixed with an underscore which interfered with the filtering mechanism (added in perl 5.28) for extension libraries to be linked into static perl. Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
* | | | | | | spice: Fix compilation without deprecated OpenSSL APIsYousong Zhou2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes openwrt/packages#10451 Supersedes openwrt/packages#10461 Signed-off-by: Rosen Penev <rosenp@gmail.com> (use separate upstreamed patches) Ref: https://github.com/openwrt/packages/pull/10461 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #10367 from flyn-org/dmapdRosen Penev2019-11-09
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | dmapd: update to 0.0.84
| * | | | | | dmapd: update to 0.0.84W. Michael Petullo2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #7368 from flyn-org/libcapRosen Penev2019-11-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libcap: move utilities to a separate package
| * | | | | | | libcap: move utilities to a separate packageW. Michael Petullo2019-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | Merge pull request #10430 from gladiac1337/haproxy-2.0.8-upRosen Penev2019-11-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haproxy: Update patches for HAProxy v2.0.8 + migrate to procd
| * | | | | | | | haproxy: Rework hotplug script for HAProxyChristian Lachner2019-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Migrated init-script to procd. - Removed the old hotplug script as it is unnecessary and caused long boot-times for r7800 and possibly others. Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | | | | haproxy: Update patches for HAProxy v2.0.8Christian Lachner2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | perl-www: Update to 6.39Rosen Penev2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | perl-www-mechanize: Update to 1.92Rosen Penev2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10508 from flyn-org/gccRosen Penev2019-11-09
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | gcc: fix build with 8.3.0
| * | | | | | | | gcc: fix build with 8.3.0W. Michael Petullo2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | Merge pull request #10506 from dibdot/banIPDirk Brenken2019-11-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | banIP: update 0.3.8
| * | | | | | | | | banIP: update 0.3.8Dirk Brenken2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * limit firewall hotplug trigger to certain wan 'INTERFACE' as well, to prevent possible race conditions during boot Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #10507 from nickberry17/update_libmbimHannu Nyman2019-11-09
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | libmbim: bump libmbim to 1.20.2