Commit graph

17253 commits

Author SHA1 Message Date
Rosen Penev
f795779c0a boost: Fix fiber compilation for mips
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>
2019-11-15 12:53:20 -08:00
Jeffery To
47c385eaf9 sysrepo: Remove Lua bindings, build Python bindings in separate package
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>
2019-11-16 03:47:00 +08:00
Lucian Cristian
df6263b9e6 frr: add missing build options
and some backports in fixing ramips target

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-11-15 21:26:07 +02:00
Dirk Brenken
65ec684022
Merge pull request #10550 from dibdot/banip
banip: update 0.3.10
2019-11-15 16:38:17 +01:00
Dirk Brenken
de149441a4
banip: update 0.3.10
* add missing logd dependency
* check if logd is enabled during runtime
* some more init tweaks

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-15 16:19:40 +01:00
Aleksander Morgado
470fcc221b modemmanager: fix 'any' iptype setting
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>
2019-11-15 15:41:25 +01:00
Leong Hui Wong
217b254290 leech: remove empty install defines
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
2019-11-15 14:11:02 +00:00
Rosen Penev
e036312e6b
Merge pull request #10535 from rs/feature_nextdns
nextdns: add DNS over HTTPS with NextDNS integration
2019-11-14 17:38:55 -08:00
Rosen Penev
c6414d33d9
Merge pull request #10548 from dhewg/pull/mpd
mpd: fix compilation without AUDIO_SUPPORT
2019-11-14 10:00:45 -08:00
Andre Heider
556ba181cc mpd: fix compilation without AUDIO_SUPPORT
Fixes #10541

Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-14 11:30:45 +01:00
Martin Schiller
3804006e60 xtables-addons: disable ASLR PIE
This package uses ld for linking and therefor does not support the
-specs option.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-11-14 08:27:05 +01:00
Florian Eckert
14dd084662 mwan3: update version to 2.8.2
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-14 08:01:52 +01:00
Florian Eckert
a689e168aa mwan3: add httping_ssl option
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>
2019-11-14 07:57:11 +01:00
Florian Eckert
581d7df844 mwan3: fix variable naming
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>
2019-11-14 07:57:11 +01:00
yurtesen
94e0c78826 mwan3: Fix json_load fails with some data
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>
2019-11-14 07:43:18 +01:00
Rosen Penev
192c44e264
libtins: Actually remove it...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-13 15:32:23 -08:00
Rosen Penev
7a2930acf4
libtins: Remove no-rtti
It causes compilation errors with netwhere.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-13 15:31:22 -08:00
Hauke Mehrtens
b46d21a54e io: Add TARGET_LDFLAGS to fix PIE
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>
2019-11-13 23:25:03 +01:00
Hauke Mehrtens
9936e16b72 io: Fix printing 4 bytes memory on 64 bit systems
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>
2019-11-13 23:25:03 +01:00
Olivier Poitrey
dd8b0685ed nextdns: add DNS over HTTPS with NextDNS integration
Maintainer: @rs

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2019-11-13 12:59:12 -08:00
Rosen Penev
beed86e6f6
Merge pull request #10527 from lnslbrty/update/atop
atop: update to version 2.5.0
2019-11-13 10:37:49 -08:00
Toni Uhlig
2566319f7e
atop: update to version 2.5.0
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-11-13 19:28:27 +01:00
Rosen Penev
526b384503
jool: Remove ethtool dependency
Unneeded since jool 4.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-12 20:13:56 -08:00
Rosen Penev
a8f2fb9750
Merge pull request #10529 from BKPepe/sentry
python-sentry-sdk: Update to version 0.13.2
2019-11-12 19:14:29 -08:00
Rosen Penev
d4be80cba0
Merge pull request #10530 from BKPepe/pahomqtt
python-paho-mqtt: Update to version 1.5.0
2019-11-12 19:13:10 -08:00
Rosen Penev
7ec6bf291a
Merge pull request #10523 from wfleurant/ygg-buildver-fix
yggdrasil: fixes build name and version #10309
2019-11-12 19:11:47 -08:00
Rosen Penev
3e84848c7e
Merge pull request #10516 from James-TR/fix/dependency-garbage
pdns-recursor: add temporary depends to fix build
2019-11-12 19:09:48 -08:00
Rosen Penev
323dbc4fbf
Merge pull request #10469 from peter-stadler/django-etesync-journal
django-etesync-journal: add python3 package
2019-11-12 19:08:30 -08:00
Rosen Penev
ef97cde481
Merge pull request #10526 from cotequeiroz/seafile_libevent2_phtreads
seafile-server: depend on libevent2-threads
2019-11-12 07:08:02 -08:00
Nikos Mavrogiannopoulos
bcd00878ae
Merge pull request #10531 from dengqf6/p11
p11-kit: update to 0.23.18.1
2019-11-12 11:52:14 +01:00
James Taylor
36ed75624c pdns-recursor: add temporary depends to fix build
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>
2019-11-12 21:29:14 +11:00
DENG Qingfang
4fe3940454 p11-kit: update to 0.23.18.1
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-11-12 11:51:53 +08:00
Josef Schlehofer
f8e36f9fd6
python-paho-mqtt: Update to version 1.5.0
Try to fix license according to SPDX.
Add PKG_LICENSE_FILES.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-11 23:07:55 +01:00
Josef Schlehofer
af39ec8a72
python-sentry-sdk: Update to version 0.13.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-11 22:45:14 +01:00
Jiri Slachta
7367c0fdff
Merge pull request #10528 from jslachta/maintenance/tiff-upgrade-4.1.0
tiff: update version to 4.1.0
2019-11-11 22:39:50 +01:00
Jiri Slachta
a1a5799f07 tiff: update version to 4.1.0
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2019-11-11 21:49:06 +01:00
Hannu Nyman
90e91ee464
Merge pull request #10522 from cotequeiroz/requests-oathlib
phython-requests-oauthlib: bump to v1.3.0
2019-11-11 19:37:31 +02:00
Hannu Nyman
e8e5ca60b0
Merge pull request #10524 from jefferyto/python-six-1.13.0
python-six: Update to 1.13.0
2019-11-11 19:36:48 +02:00
Hannu Nyman
c934c77bb3
Merge pull request #10521 from Ansuel/nginx-ubus
nginx: update broken ubus module
2019-11-11 16:37:08 +02:00
Rosen Penev
6a355b921c
Merge pull request #10513 from neheb/pf
PF-RING changes
2019-11-11 06:36:24 -08:00
Eneas U de Queiroz
ae057405f8
seafile-server: depend on libevent2-threads
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>
2019-11-11 08:42:23 -03:00
Eneas U de Queiroz
03fc32571f
python-requests-oauthlib: bump to 1.3.0
- Instagram compliance fix
- Added force_querystring argument to fetch_token() method on
  OAuth2Session

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-11-11 08:18:07 -03:00
Jeffery To
5be603a836 python-six: Update to 1.13.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-11-11 18:36:14 +08:00
Rosen Penev
de88d05c77
Merge pull request #10497 from aleksander0m/aleksander/mm-ipv6
modemmanager: add IPv6/IPv4v6 support
2019-11-10 22:10:11 -08:00
William Fleurant
bd415bc7bf yggdrasil: fixes build name and version #10309
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-11-11 00:10:48 -05:00
Ansuel Smith
90766a1f8a
nginx: update broken ubus module
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>
2019-11-11 02:23:15 +01:00
Dirk Brenken
e38810f38e
banip: update 0.3.9
* fix 'enabled' service check

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-10 18:55:21 +01:00
Dirk Brenken
be7a89cecb
adblock: update 3.8.10
* fix broken unbound integration

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-10 18:48:54 +01:00
Rosen Penev
65baad1e79
Merge pull request #10498 from LoEE/jpc/master/perl-macos-fix
perl: fixed host compilation of static perl on MacOS
2019-11-10 09:25:46 -08:00
Josef Schlehofer
887b4e90e6
git: Update to version 2.24.0
Refresh patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-10 17:42:28 +01:00