Commit Graph

19129 Commits

Author SHA1 Message Date
Rosen Penev 1e65c4b7e3 libevdev: fix compilation with old kernels
Fixes compilation for 4.14 targets.

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:52:58 -07:00
Rosen Penev 6594961f63 Merge pull request #11959 from neheb/ipfs
ipfs-http-client: fix compilation of tests
2020-04-27 15:26:07 -07:00
Toke Høiland-Jørgensen 2fadd0279f acme: Add acl_depends annotations to luci-app-acme
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2020-04-27 18:15:20 +02:00
Florian Eckert 3c34b151f6 mwan3: fix whitespace issue
fixes #11965

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-04-27 17:58:12 +02:00
Hannu Nyman 85d14aa216 Merge pull request #11975 from br101/websocketpp-0.8.2
websocketpp: Update to version 0.8.2
2020-04-27 18:20:35 +03:00
Bruno Randolf 04b27feb48 websocketpp: Update to version 0.8.2
This version has the boost 1.70+ compatibility included so we can drop
the patch.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-27 15:47:21 +01:00
Hannu Nyman 1f8c2af5da Merge pull request #11970 from jefferyto/python-target-build-tools
python3: Fix host build tool names recorded in target files
2020-04-27 11:14:11 +03:00
Jeffery To 9f81ab895e python3: Fix host build tool names recorded in target files
Python will record the values of CC, CXX, AR, and READELF (and other
configure options) used during compilation. pip will use these programs
when asked to compile extension modules on the target device.

* If ccache is used during build, CC and CXX will be ccache_cc and
  ccache_cxx, respectively, which are not available on-device (#11912).

* If an external toolchain is used during build, the values of these
  variables will contain the external toolchain prefix, which may not be
  available on target.

* If the normal toolchain is used during build, AR and READELF will
  contain the toolchain prefix, but the names of ar and readelf
  on-device do not contain the prefix; they are named "ar" and
  "readelf".

This changes the values of these variables in Python's files to match
the names available on-device, and without any toolchain prefix.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-27 14:10:53 +08:00
Rosen Penev 3c9dbc1429 zstd: remove lto and as-needed flags
The former can be implemented as a meson argument.

The latter is already default.

No compiled difference, therefore no PKG_RELEASE bump.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-26 16:21:55 -07:00
Rosen Penev 66caa56841 Merge pull request #11967 from neheb/avahhh
avahi: remove these pkgconfig workarounds
2020-04-26 15:38:35 -07:00
Rosen Penev 2a5fa45d72 avahi: remove these pkgconfig workarounds
Backported the upstream patch instead. Less error prone.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-26 15:34:18 -07:00
Hannu Nyman 231cd05013 Merge pull request #11963 from wvdakker/master
Shorewall: Bump to 5.2.4.3
2020-04-26 22:31:03 +03:00
Michael Heimpold e364597b16 php7-pecl-dio: upgrade to 0.2.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-04-26 20:58:46 +02:00
W. van den Akker 1c0b4b9dc6 Shoreware6: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-26 19:11:28 +02:00
W. van den Akker 8782d4cbcb Shoreware: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-26 19:10:58 +02:00
W. van den Akker 302487dc70 Shoreware6-lite: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-26 19:07:56 +02:00
W. van den Akker c37a27c946 Shoreware-lite: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-26 19:06:50 +02:00
W. van den Akker ebf8716be2 Shoreware-core: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-26 19:05:30 +02:00
Rosen Penev 85e9ce346a ipfs-http-client: fix compilation of tests
Wrong CMake variable was being used to enable them.

Small whitespace fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 16:54:13 -07:00
Rosen Penev 68a58c4c61 Merge pull request #11951 from neheb/ffi
libffi: fix build failure on powerpc platforms
2020-04-25 16:18:44 -07:00
Rosen Penev 4379c9f35f Merge pull request #11812 from neheb/ntfs
antfs-mount: installl mount script to /usr
2020-04-25 16:13:54 -07:00
Rosen Penev 6929f0fcc3 Merge pull request #11952 from neheb/ava
avahi: fix dbus issue
2020-04-25 16:13:30 -07:00
Rosen Penev d4cdc14e0e avahi: fix dbus issue
Needs an extra configure parameter.

Reverted pkgconfig fix. It's wrong anyway.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 15:54:14 -07:00
Rosen Penev 9478998232 ntfs-3g: do not install mount.ntfs into /usr/sbin
ntfs-3g does not include nor install a file like this.

Cleaned up Makefile for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 15:31:47 -07:00
Rosen Penev 9c95fedca3 Merge pull request #11955 from lantis1008/ddns-cloudflare
ddns-scripts: cloudflare.com-v4: Fix success check
2020-04-25 10:39:04 -07:00
Michael Gray 0080bb4bba ddns-scripts: cloudflare.com-v4: Fix success check for new response format
JSON response now has spaces between parameters. Accept this new format and the old one.

Signed-off-by: Michael Gray <michael.gray@lantisproject.com>
2020-04-25 17:36:51 +10:00
Hannu Nyman 3e9224934b Merge pull request #11918 from dvtirol/freeradius-rest
Support building freeradius3-mod-rest
2020-04-25 09:55:21 +03:00
Hannu Nyman 746f200a7d Merge pull request #11954 from Wedmer/zoneinfo_update
zoneinfo: Updated to the latest release
2020-04-25 08:31:37 +03:00
Vladimir Ulrich 416dd1fa40 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2020-04-25 01:35:03 +03:00
Rosen Penev a2466021cc Merge pull request #11935 from neheb/mes2
meson: fix rpath handling
2020-04-24 14:55:24 -07:00
Rosen Penev 0dcde0115e libffi: fix build failure on powerpc platforms
This is an upstream backport.

Currently on the buildbots, having libffi unavailable leads to long
range build failures.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-24 13:57:16 -07:00
Rosen Penev 5eb578e1a4 Merge pull request #11889 from neheb/dbusss
dbus: update to 1.13.12
2020-04-24 13:30:36 -07:00
Rosen Penev 960f2dd15f Merge pull request #11943 from neheb/mpd3
mpd: update to 0.21.23
2020-04-24 13:29:47 -07:00
Hannu Nyman f6b3db4081 Merge pull request #11947 from jefferyto/python-lxml-default-build
python-lxml: Use default Python package build recipe
2020-04-24 19:49:49 +03:00
Jeffery To 6678689f44 python-lxml: Use default Python package build recipe
This also updates the package's metadata (title, description, license).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-25 00:34:11 +08:00
Hannu Nyman 368a072c8a Merge pull request #11944 from jefferyto/python3-pip-pep517-pyc-fix
python3-pip: Fix error when installing packages that require compilation
2020-04-24 17:31:41 +03:00
Jeffery To 11bc05763d python3-pip: Fix error when installing packages that require compilation
This addresses one of the issues raised in #11912.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-24 21:09:37 +08:00
Dirk Brenken 9eebb43159 travelmate: refine logical interface selection
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-24 08:28:16 +02:00
Rosen Penev 332e6d4e26 mpd: update to 0.21.23
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-23 16:15:39 -07:00
Tobias Girstmair f97a349bdf freeradius3: Support building freeradius3-mod-rest
Signed-off-by: Tobias Girstmair <tobias.girstmair@tirol.gv.at>
2020-04-23 15:08:06 +02:00
Rosen Penev d88e1ae4dd meson: fix rpath handling
This was uncovered with glib2 where the host builds were linking to the
actual host instead of the generated libraries.

Patch taken from buildroot.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 18:37:33 -07:00
Rosen Penev a4bb706918 Merge pull request #11766 from neheb/remove
Mass unmaintained/unused package removal
2020-04-22 18:33:34 -07:00
Rosen Penev 311e2d76bb modemmanager: fix compilation under uClibc-ng
Needs nls.mk as a result of the glib2 change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 15:50:57 -07:00
Rosen Penev 62079e2b97 vala: update to 0.48.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 15:50:23 -07:00
Rosen Penev 779a4dca67 zstd: convert to meson
Allows faster build with ninja. Unfortunately, the LTO stage slows it
massively.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 15:50:08 -07:00
Rosen Penev e21a063ecb Merge pull request #11834 from sumpfralle/master
muninlite: update to 2.0.1
2020-04-22 15:38:27 -07:00
Rosen Penev 03766feb80 Merge pull request #11911 from pprindeville/xtables-addons-requires-wget-ssl
xtables-addons: ipt_geoip scripts require wget-ssl
2020-04-22 15:37:08 -07:00
Rosen Penev b79df90ea0 Merge pull request #11931 from jefferyto/django1-remove-common-package
django1: Remove common package
2020-04-22 15:35:24 -07:00
Rosen Penev 3d9916b07f Merge pull request #11934 from jefferyto/python-gnupg-0.4.6
python-gnupg: Update to 0.4.6
2020-04-22 15:35:03 -07:00
Rosen Penev d3ce675c02 Merge pull request #11888 from neheb/libinp
libinput: update to 1.15.5
2020-04-22 14:44:48 -07:00