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>
5 years ago
Rosen Penev
6594961f63
Merge pull request #11959 from neheb/ipfs
ipfs-http-client: fix compilation of tests
5 years ago
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>
5 years ago
Florian Eckert
3c34b151f6
mwan3: fix whitespace issue
fixes #11965
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years ago
Hannu Nyman
85d14aa216
Merge pull request #11975 from br101/websocketpp-0.8.2
websocketpp: Update to version 0.8.2
5 years ago
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>
5 years ago
David Yang
2e0f44bb34
acme: Bump release version
Signed-off-by: David Yang <mmyangfl@gmail.com>
5 years ago
David Yang
0d2240481b
acme: Handle ecc cert correctly
Error was:
The domain 'example.com' seems to have a ECC cert already, please add '--ecc' parameter if you want to use that cert.
Signed-off-by: David Yang <mmyangfl@gmail.com>
5 years ago
David Yang
6a4c1b2051
acme: Handle log message correctly
Error was:
logger: unrecognized option: renew
Signed-off-by: David Yang <mmyangfl@gmail.com>
5 years ago
Hannu Nyman
1f8c2af5da
Merge pull request #11970 from jefferyto/python-target-build-tools
python3: Fix host build tool names recorded in target files
5 years ago
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>
5 years ago
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>
5 years ago
Rosen Penev
66caa56841
Merge pull request #11967 from neheb/avahhh
avahi: remove these pkgconfig workarounds
5 years ago
Rosen Penev
2a5fa45d72
avahi: remove these pkgconfig workarounds
Backported the upstream patch instead. Less error prone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Hannu Nyman
231cd05013
Merge pull request #11963 from wvdakker/master
Shorewall: Bump to 5.2.4.3
5 years ago
Michael Heimpold
e364597b16
php7-pecl-dio: upgrade to 0.2.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years ago
W. van den Akker
1c0b4b9dc6
Shoreware6: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
5 years ago
W. van den Akker
8782d4cbcb
Shoreware: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
5 years ago
W. van den Akker
302487dc70
Shoreware6-lite: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
5 years ago
W. van den Akker
c37a27c946
Shoreware-lite: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
5 years ago
W. van den Akker
ebf8716be2
Shoreware-core: Bump to 5.2.4.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
5 years ago
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>
5 years ago
Rosen Penev
68a58c4c61
Merge pull request #11951 from neheb/ffi
libffi: fix build failure on powerpc platforms
5 years ago
Rosen Penev
4379c9f35f
Merge pull request #11812 from neheb/ntfs
antfs-mount: installl mount script to /usr
5 years ago
Rosen Penev
6929f0fcc3
Merge pull request #11952 from neheb/ava
avahi: fix dbus issue
5 years ago
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>
5 years ago
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>
5 years ago
Rosen Penev
9c95fedca3
Merge pull request #11955 from lantis1008/ddns-cloudflare
ddns-scripts: cloudflare.com-v4: Fix success check
5 years ago
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>
5 years ago
Hannu Nyman
3e9224934b
Merge pull request #11918 from dvtirol/freeradius-rest
Support building freeradius3-mod-rest
5 years ago
Hannu Nyman
746f200a7d
Merge pull request #11954 from Wedmer/zoneinfo_update
zoneinfo: Updated to the latest release
5 years ago
Vladimir Ulrich
416dd1fa40
zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
5 years ago
Rosen Penev
a2466021cc
Merge pull request #11935 from neheb/mes2
meson: fix rpath handling
5 years ago
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>
5 years ago
Rosen Penev
5eb578e1a4
Merge pull request #11889 from neheb/dbusss
dbus: update to 1.13.12
5 years ago
Rosen Penev
960f2dd15f
Merge pull request #11943 from neheb/mpd3
mpd: update to 0.21.23
5 years ago
Hannu Nyman
f6b3db4081
Merge pull request #11947 from jefferyto/python-lxml-default-build
python-lxml: Use default Python package build recipe
5 years ago
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>
5 years ago
Hannu Nyman
368a072c8a
Merge pull request #11944 from jefferyto/python3-pip-pep517-pyc-fix
python3-pip: Fix error when installing packages that require compilation
5 years ago
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>
5 years ago
Dirk Brenken
9eebb43159
travelmate: refine logical interface selection
Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years ago
Rosen Penev
332e6d4e26
mpd: update to 0.21.23
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Tobias Girstmair
f97a349bdf
freeradius3: Support building freeradius3-mod-rest
Signed-off-by: Tobias Girstmair <tobias.girstmair@tirol.gv.at>
5 years ago
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>
5 years ago
Rosen Penev
a4bb706918
Merge pull request #11766 from neheb/remove
Mass unmaintained/unused package removal
5 years ago
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>
5 years ago
Rosen Penev
62079e2b97
vala: update to 0.48.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
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>
5 years ago
Rosen Penev
e21a063ecb
Merge pull request #11834 from sumpfralle/master
muninlite: update to 2.0.1
5 years ago
Rosen Penev
03766feb80
Merge pull request #11911 from pprindeville/xtables-addons-requires-wget-ssl
xtables-addons: ipt_geoip scripts require wget-ssl
5 years ago