Commit Graph

17030 Commits

Author SHA1 Message Date
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
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
Jakub Piotr Cłapa 3954356a23 perl: fixed host compilation of static perl on MacOS
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>
2019-11-10 10:48:38 +01:00
Yousong Zhou c0d5c29a24 spice: Fix compilation without deprecated OpenSSL APIs
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>
2019-11-10 05:21:41 +00:00
Rosen Penev 753f378ac0
Merge pull request #10367 from flyn-org/dmapd
dmapd: update to 0.0.84
2019-11-09 20:29:23 -08:00
W. Michael Petullo 9af54304b8 dmapd: update to 0.0.84
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-11-09 22:57:21 -05:00
Rosen Penev 04b5e10911
libpfring: Fix compilation with kernel >= 4.16
Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-09 19:51:19 -08:00
Rosen Penev decf99dc64
libpfring: Merge pfring and libpfring in the same package
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>
2019-11-09 19:51:18 -08:00
Rosen Penev fdc86c1222
Merge pull request #7368 from flyn-org/libcap
libcap: move utilities to a separate package
2019-11-09 18:56:01 -08:00
Rosen Penev 0e5b3b6b74
Merge pull request #10430 from gladiac1337/haproxy-2.0.8-up
haproxy: Update patches for HAProxy v2.0.8 + migrate to procd
2019-11-09 18:50:07 -08:00
Rosen Penev a9ad795b8f
perl-www: Update to 6.39
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-09 18:40:22 -08:00
Rosen Penev c9125f62ed
perl-www-mechanize: Update to 1.92
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-09 18:33:12 -08:00
Rosen Penev 68f1e58b98
Merge pull request #10508 from flyn-org/gcc
gcc: fix build with 8.3.0
2019-11-09 11:39:50 -08:00
Dirk Brenken 086ca890f6
Merge pull request #10506 from dibdot/banIP
banIP: update 0.3.8
2019-11-09 10:48:17 +01:00
Hannu Nyman 4e9cb51ae8
Merge pull request #10507 from nickberry17/update_libmbim
libmbim: bump libmbim to 1.20.2
2019-11-09 09:29:31 +02:00
W. Michael Petullo 722ec42b43 gcc: fix build with 8.3.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-11-09 02:01:53 -05:00
Nicholas Smith b3e96afb12 libmbim: bump libmbim to 1.20.2
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-11-09 16:55:10 +10:00
Dirk Brenken 0dee2a92de
banIP: update 0.3.8
* 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>
2019-11-09 06:40:40 +01:00
Hannu Nyman 9004608ece
Merge pull request #10502 from Andy2244/cifsd-2019-10-31
cifsd: update to git (2019-10-31)
2019-11-08 21:20:40 +02:00
Dirk Brenken 98ba0a3c9b
Merge pull request #10505 from dibdot/banIP
banip: update 0.3.7
2019-11-08 19:12:53 +01:00
Hannu Nyman cb57bb38ae
Merge pull request #10501 from Andy2244/samba-4-9-15
samba4: update to 4.9.15
2019-11-08 19:57:47 +02:00