Peter Stadler [Sat, 22 Aug 2020 17:52:14 +0000 (19:52 +0200)]
nginx: update to version 1.19.2
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Rosen Penev [Sat, 22 Aug 2020 00:51:04 +0000 (17:51 -0700)]
Merge pull request #13097 from lzto/nft-qos-mac
nft-qos: support mac address based speed limit
Rosen Penev [Sat, 22 Aug 2020 00:48:12 +0000 (17:48 -0700)]
Merge pull request #13186 from stangri/master-simple-adblock
simple-adblock: bugfix: update config; use command -v
Rosen Penev [Sat, 22 Aug 2020 00:47:15 +0000 (17:47 -0700)]
Merge pull request #13185 from flyn-org/gstreamer1
gstreamer1: enable build options necessary for most applications
Stan Grishin [Fri, 21 Aug 2020 23:29:02 +0000 (23:29 +0000)]
simple-adblock: bugfix: update config; use command -v
Signed-off-by: Stan Grishin <stangri@melmac.net>
W. Michael Petullo [Fri, 21 Aug 2020 22:51:46 +0000 (17:51 -0500)]
gstreamer1: enable build options necessary for most applications
Commit
cb058bf changed gstreamer1's build options, and this broke some
applications.
First, -Doption-parsing=false is intended for very specific embedded
applications rather general packages. Please see:
https://github.com/openwrt/packages/pull/8847
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/388
Second, -Dregistry=false seems to break plugin discovery. Symptoms of
this include broken applications and gst-inspect-1.0 listing zero plugins.
Fixes #13180.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Fri, 21 Aug 2020 22:49:36 +0000 (15:49 -0700)]
Merge pull request #13184 from PolynomialDivision/feature/dawnupdate
dawn: bump to latest version
Nick Hainke [Fri, 21 Aug 2020 21:02:03 +0000 (23:02 +0200)]
dawn: bump to latest version
Includes:
- dawn_uci: fix crashing when uci config is received
- tcpsocket: add option to add server ip
A new config option allows to add a server ip
option server_ip '10.0.0.2'
However, this server does not send anything back. Therefore it is not
possible to change the node configuration. This will probably be added
soon. The main goal of this commit is to allow monitoring of all nodes
in a network with DAWN, e.g. clients, channel utilization, ...
Also a network option (3) has been added which allows to use TCP but
not to announce your daemon in the broadcast domain. This allows you to
create a monitor-only node that holds only the local information and
forwards it to the central server.
A monitor-only node could be configured like
option server_ip '10.0.0.1'
option tcp_port '1026'
option network_option '3'
Another possible config is
option server_ip '10.0.0.1'
option tcp_port '1026'
option network_option '2'
Here, the node shares information with a central server, which can be
located outside the broadcast domain. Nevertheless, it also shares
information within its broadcast domain and can therefore perform
client steering.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Fri, 21 Aug 2020 21:10:51 +0000 (14:10 -0700)]
Merge pull request #13176 from neheb/sc
serialconsole: update to 1.0
Rosen Penev [Fri, 21 Aug 2020 21:10:36 +0000 (14:10 -0700)]
Merge pull request #13175 from neheb/fpi
fping: update to 5.0
Karl Palsson [Fri, 21 Aug 2020 12:27:17 +0000 (12:27 +0000)]
Revert "libwebsockets: move to 3.2.1"
This reverts commit
7066486fbbfa1bb73fee74911a8306e3a534a6fe.
LWS 3.2.x and 4.0.x are broken on ath79 and malta-be, (at least)
See https://github.com/warmcat/libwebsockets/issues/2008
and
https://github.com/openwrt/packages/issues/13085
Restore a functional 3.1 release until upstream release.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Fri, 21 Aug 2020 07:56:24 +0000 (00:56 -0700)]
Merge pull request #13164 from neheb/gpho
libgphoto2: add missing INTL_DEPENDS
Rosen Penev [Thu, 20 Aug 2020 23:52:45 +0000 (16:52 -0700)]
Merge pull request #13173 from neheb/band
bandwidthd: don't build in parallel
Rosen Penev [Thu, 20 Aug 2020 23:10:23 +0000 (16:10 -0700)]
Merge pull request #13116 from neheb/kl
klish: fix compilation with uClibc-ng
Rosen Penev [Thu, 20 Aug 2020 23:09:33 +0000 (16:09 -0700)]
Merge pull request #13117 from neheb/zab2
zabbix: do not build with uClibc-ng
Rosen Penev [Thu, 20 Aug 2020 22:16:38 +0000 (15:16 -0700)]
Merge pull request #13177 from aleksander0m/aleksander/mm-1-14-2
modemmanager: bump to 1.14.2
Rosen Penev [Thu, 20 Aug 2020 10:24:57 +0000 (03:24 -0700)]
Merge pull request #13111 from neheb/tgt
tgt: remove bzero usage
Aleksander Morgado [Thu, 20 Aug 2020 08:01:11 +0000 (10:01 +0200)]
modemmanager: bump to 1.14.2
https://lists.freedesktop.org/archives/modemmanager-devel/2020-August/008099.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Rosen Penev [Wed, 19 Aug 2020 21:50:45 +0000 (14:50 -0700)]
serialconsole: update to 1.0
Add license information.
Add PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 19 Aug 2020 21:41:20 +0000 (14:41 -0700)]
fping: update to 5.0
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 19 Aug 2020 21:29:38 +0000 (14:29 -0700)]
bandwidthd: don't build in parallel
There are intermittent build failures on the buildbots because of this.
I see the same build failures locally as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Karl Palsson [Wed, 19 Aug 2020 09:55:03 +0000 (09:55 +0000)]
lua-mosquitto: Update to 0.4.1
New methods for setting client options, no major functional changes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Tue, 11 Aug 2020 17:34:12 +0000 (17:34 +0000)]
lua-penlight: Update to 1.8.0
Full changelog at https://github.com/Tieske/Penlight/blob/master/CHANGELOG.md#180-2020-08-05
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Wed, 19 Aug 2020 14:17:36 +0000 (14:17 +0000)]
net/mosquitto: Update to 1.6.12
Security release. From the changelog:
- In some circumstances, Mosquitto could leak memory when handling PUBLISH
messages. This is limited to incoming QoS 2 messages, and is related
to the combination of the broker having persistence enabled, a clean
session=false client, which was connected prior to the broker restarting,
then has reconnected and has now sent messages at a sufficiently high rate
that the incoming queue at the broker has filled up and hence messages are
being dropped. This is more likely to have an effect where
max_queued_messages is a small value. This has now been fixed. Closes
https://github.com/eclipse/mosquitto/issues/1793
Changelog: https://mosquitto.org/blog/2020/08/version-1-6-12-released/
Signed-off-by: Karl Palsson <karlp@etactica.com>
Tong Zhang [Fri, 14 Aug 2020 11:21:33 +0000 (07:21 -0400)]
nft-qos: support mac address based speed limit
This patch makes it possible to configure and limit per-client internet
speed based on MAC address and it can work with SQM.
This feature is what OpenWRT currently lacks. This patch is largely based
on static.sh and the configuration file is similar to original nft-qos.
New configuration options and examples are listed below
config default 'default'
option limit_mac_enable '1'
config client
option drunit 'kbytes'
option urunit 'kbytes'
option hostname 'tv-box'
option macaddr 'AB:CD:EF:01:23:45'
option drate '1000'
option urate '50'
config client
option drunit 'kbytes'
option urunit 'kbytes'
option hostname 'my-pc'
option macaddr 'AB:CD:EF:01:23:46'
option drate '3000'
option urate '2000'
limit_mac_enable - enable rate limit based on MAC address
drunit - download rate unit
urunit - upload rate unit
macaddr - client MAC address
drate - download rate
urate - upload rate
Signed-off-by: Tong Zhang <ztong0001@gmail.com>
Florian Eckert [Wed, 19 Aug 2020 11:59:02 +0000 (13:59 +0200)]
Merge pull request #13041 from aaronjg/mwan3-startup-performance
mwan3: startup performance improvements and other fixes
Rosen Penev [Wed, 19 Aug 2020 11:31:18 +0000 (04:31 -0700)]
Merge pull request #13168 from ClaymorePT/boost_1.74.0_r2
boost: Package Revision - Remove unneded patches
Carlos Miguel Ferreira [Wed, 19 Aug 2020 11:12:15 +0000 (12:12 +0100)]
boost: Package Revision - Remove unneded patches
This commit removes patches which are no longer needed
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Rosen Penev [Wed, 19 Aug 2020 10:13:48 +0000 (03:13 -0700)]
Merge pull request #13162 from neheb/sysst
sysstat: update to 12.4.0
Rosen Penev [Wed, 19 Aug 2020 05:40:51 +0000 (22:40 -0700)]
Merge pull request #13163 from neheb/strss
stress: replace usleep with nanosleep
Rosen Penev [Wed, 19 Aug 2020 04:02:27 +0000 (21:02 -0700)]
mpd: enable libmad globally
Since making ffmpeg dependent on BUILD_PATENTED, the full variant
becomes unable to play mp3s. Change that.
libmad is superior to mpg123 because of its faster decoding speed on
soft float systems and because in MPD, it supports streams (HTTP for
example).
ffmpeg supports streams as well. Avoid libmad in that case.
Minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 19 Aug 2020 01:45:26 +0000 (18:45 -0700)]
Merge pull request #13165 from neheb/tcp
tcp_wrappers: fix compilation without cdefs
Rosen Penev [Tue, 18 Aug 2020 23:01:14 +0000 (16:01 -0700)]
Merge pull request #13166 from ClaymorePT/boost_1.74.0_r1
boost: Package Revision - Fix C++ standard flag
Carlos Miguel Ferreira [Tue, 18 Aug 2020 22:38:21 +0000 (23:38 +0100)]
boost: Package Revision - Fix C++ standard flag
This commit fixes the use of the C++20 standard when
GCC 10.x is used.
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Rosen Penev [Wed, 1 Jul 2020 05:38:21 +0000 (22:38 -0700)]
tcp_wrappers: fix compilation without cdefs
__DECLS are glibc specific.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 10:02:24 +0000 (03:02 -0700)]
libgphoto2: add missing INTL_DEPENDS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 16 Aug 2020 00:56:51 +0000 (17:56 -0700)]
stress: replace usleep with nanosleep
The former is deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 5 Aug 2020 23:57:19 +0000 (16:57 -0700)]
sysstat: update to 12.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 21:12:48 +0000 (14:12 -0700)]
Merge pull request #12967 from G-M0N3Y-2503/docker-deps-devinstall-remove
runc/containerd/libnetwork: Refactored Makefiles
Rosen Penev [Tue, 18 Aug 2020 21:11:32 +0000 (14:11 -0700)]
Merge pull request #13131 from jefferyto/python-pip-hash-checking
python3: Use hash-checking mode when installing host pip packages
Rosen Penev [Tue, 18 Aug 2020 20:10:10 +0000 (13:10 -0700)]
Merge pull request #13159 from neheb/sed
sed: don't use selinux
Rosen Penev [Tue, 18 Aug 2020 20:04:08 +0000 (13:04 -0700)]
Merge pull request #13151 from neheb/mpgrev
mpg123: revert back to using autotools
Rosen Penev [Tue, 18 Aug 2020 20:02:45 +0000 (13:02 -0700)]
Merge pull request #13160 from ClaymorePT/boost_1.74.0
boost: Package Version Update (1.74.0)
Carlos Miguel Ferreira [Tue, 18 Aug 2020 13:37:33 +0000 (14:37 +0100)]
boost: Package Version Update (1.74.0)
This commit updates Boost to version 1.74.0
In this release, there is one new libraries
- STLInterfaces [2]:
A library of CRTP bases to ease the writing of STL views,
iterators, and sequence containers, from Zach Laine.
This update also provides support to build boost with C++20 when using
GCC 10.x
More info about Boost 1.74.0 can be found at the usual place [1].
[1]: https://www.boost.org/users/history/version_1_74_0.html
[2]: https://www.boost.org/libs/stl_interfaces/
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 10:49:12 +0000 (03:49 -0700)]
Merge pull request #13155 from neheb/at
at: fix compilation
Rosen Penev [Tue, 18 Aug 2020 09:16:38 +0000 (02:16 -0700)]
Merge pull request #13156 from neheb/vim
vim: explicitly disable selinux
Rosen Penev [Tue, 18 Aug 2020 09:08:14 +0000 (02:08 -0700)]
Merge pull request #13158 from neheb/logrot
logrotate: remove selinux support
Rosen Penev [Tue, 18 Aug 2020 07:42:48 +0000 (00:42 -0700)]
Merge pull request #13154 from neheb/meson551
meson: update to 0.55.1
Rosen Penev [Tue, 18 Aug 2020 07:28:45 +0000 (00:28 -0700)]
Merge pull request #13119 from neheb/lpc
lpc2list: remove deprecated functions
Rosen Penev [Tue, 18 Aug 2020 07:28:01 +0000 (00:28 -0700)]
Merge pull request #13144 from jefferyto/python-cffi-1.14.2
python-cffi: Update to 1.14.2
Rosen Penev [Tue, 18 Aug 2020 07:27:08 +0000 (00:27 -0700)]
Merge pull request #13157 from neheb/logro
findutils: do not use selinux
Rosen Penev [Tue, 18 Aug 2020 06:29:58 +0000 (23:29 -0700)]
sed: don't use selinux
Fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 05:49:06 +0000 (22:49 -0700)]
logrotate: remove selinux support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 05:37:36 +0000 (22:37 -0700)]
findutils: do not use selinux
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 03:56:17 +0000 (20:56 -0700)]
vim: explicitly disable selinux
Now that libselinux is in the tree, vim picks it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 02:22:46 +0000 (19:22 -0700)]
at: fix compilation
libselinux is being picked up by at.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Aug 2020 07:18:51 +0000 (00:18 -0700)]
Merge pull request #13152 from neheb/glib2651
glib2: update to 2.65.1
Rosen Penev [Tue, 18 Aug 2020 00:03:58 +0000 (17:03 -0700)]
meson: update to 0.55.1
Remove upstream backports.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Aaron Goodman [Sun, 26 Jul 2020 21:21:50 +0000 (17:21 -0400)]
mwan3: improve startup performance; version 2.9.0
improve startup and runtime performance by
1) moving common startup procedures out of hotplug script when called
from mwan3 start
2) reducing calls to iptables to check status of rules
3) consolidating iptables updates and updating with iptables-restore
4) do not wait for kill if nothing was killed
5) running interface hotplug scripts in parallel
6) eliminate operations in hotplug script that check status on every
single interface unnecessarily
7) consolidate how mwan3track makes hotplug calls
8) do not restart mwan3track on connected events
This is a significant refactor, but should not result in any breaking
changes or require users to update their configurations.
version bump to 2.9.0
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Rosen Penev [Mon, 17 Aug 2020 21:36:27 +0000 (14:36 -0700)]
glib2: update to 2.65.1
Add a small hack to glib2 to avoid using proxy-intl and break
compilation under uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Aug 2020 20:48:52 +0000 (13:48 -0700)]
mpg123: revert back to using autotools
CMake build seems to be experimental and not ready for primetime.
Added altivec support.
Fixed installing static output libraries to the target.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Sat, 15 Aug 2020 06:33:30 +0000 (14:33 +0800)]
python3: Use hash-checking mode when installing host pip packages
In hash-checking mode[1], pip will verify downloaded package archives
(source tarballs in our case) against known SHA256 hashes before
installing the packages.
As a consequence, this requires the use of requirements files[2] and
pinning packages to known versions.
The syntax for package Makefiles has changed slightly;
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS no longer accepts requirement
specifiers like "foo>=1.0", only requirements file names (which are the
same as package names in the most common case).
This also updates affected packages, in particular:
* python-zipp: "setuptools_scm[toml]" has been split into
"setuptools-scm toml" to reuse the requirements file for
setuptools-scm (the extra depends installed by "setuptools_scm[toml]"
is toml).
* python-pycparser: This previously used ply 3.10, whereas the
requirements file will now install 3.11.
[1]: https://pip.pypa.io/en/stable/reference/pip_install/#hash-checking-mode
[2]: https://pip.pypa.io/en/stable/user_guide/#requirements-files
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Daniel Golle [Mon, 17 Aug 2020 01:13:44 +0000 (02:13 +0100)]
hs20: prepare server using uci-defaults and ship files
Setup user database if non-existent, configure uhttpd .php interpreter
and patch php scripts to work out-of-the-box.
Also ship Hotspot 2.0 SPP and OMA DM XML schema/DTD files needed at
run-time for both client and server.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Josef Schlehofer [Mon, 17 Aug 2020 10:46:38 +0000 (12:46 +0200)]
Merge pull request #13135 from jefferyto/python-host-pip-cache-world-readable
python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
Rosen Penev [Mon, 17 Aug 2020 01:41:16 +0000 (18:41 -0700)]
mpg123: install fmt123.h file
Seems it's not included in the CMake port.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Aug 2020 01:25:52 +0000 (18:25 -0700)]
Merge pull request #13143 from jefferyto/python-hyperlink-20.0.1
python-hyperlink: Update to 20.0.1
Rosen Penev [Mon, 17 Aug 2020 01:25:42 +0000 (18:25 -0700)]
Merge pull request #13142 from mateste/moniker.com_ddns
ddns-scripts: Add moniker.com DDNS service
Rosen Penev [Mon, 17 Aug 2020 01:20:57 +0000 (18:20 -0700)]
Merge pull request #13136 from neheb/ser
serialconsole: fix compilation with uClibc-ng
Jeffery To [Sun, 16 Aug 2020 18:07:45 +0000 (02:07 +0800)]
python-cffi: Update to 1.14.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 16 Aug 2020 16:30:09 +0000 (00:30 +0800)]
python-hyperlink: Update to 20.0.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Mateusz Stępień [Sun, 16 Aug 2020 15:33:57 +0000 (17:33 +0200)]
ddns-scripts: Add moniker.com DDNS service
Signed-off-by: Mateusz Stępień <mateusz@argc.pl>
Rosen Penev [Sat, 15 Aug 2020 06:21:41 +0000 (23:21 -0700)]
exfat-nofuse: remove
Since the introduction of the official exfat-oot package in base, this
is now pointless.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 05:40:49 +0000 (22:40 -0700)]
serialconsole: fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Aaron Goodman [Sat, 25 Jul 2020 15:35:09 +0000 (11:35 -0400)]
mwan3: use ip monitor route to detect routing changes
use only committed uci changes for updating routing table
use functions.sh functions rather than uci command line tool
to find interfaces for routing table.
consolidate rtmon_ipv4 and rtmon_ipv6 functions into a single function
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Rosen Penev [Fri, 14 Aug 2020 02:38:07 +0000 (19:38 -0700)]
tracertools: remove usleep usage
usleep is deprecated.
Modernized the Makefile to modern standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sat, 15 Aug 2020 22:39:41 +0000 (15:39 -0700)]
Merge pull request #13129 from neheb/mpg
mpg123: update to 1.26.3
Rosen Penev [Sat, 15 Aug 2020 22:32:39 +0000 (15:32 -0700)]
Merge pull request #13108 from neheb/nets
netsniff-ng: add missing header
Jeffery To [Sat, 15 Aug 2020 22:09:45 +0000 (06:09 +0800)]
python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
This adds a config option PYTHON3_HOST_PIP_CACHE_WORLD_READABLE; if
enabled, chmod will be run after pip install to make all
files/directories in the host pip cache world-readable.
Supersedes https://github.com/openwrt/packages/pull/13012.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Michael Heimpold [Sat, 15 Aug 2020 21:57:27 +0000 (23:57 +0200)]
php7-pecl-redis: update to 5.3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Sat, 15 Aug 2020 19:03:08 +0000 (12:03 -0700)]
Merge pull request #13125 from ja-pa/procps-ng-sysct
procps-ng: add new applet sysctl
Rosen Penev [Sat, 15 Aug 2020 18:51:16 +0000 (11:51 -0700)]
Merge pull request #13134 from antonlacon/ffmpeg-431
ffmpeg: update to 4.3.1
Daniel Golle [Sat, 15 Aug 2020 15:52:17 +0000 (16:52 +0100)]
hs20: add Hotspot 2.0 OSU client and server implementation
Add hs20-server and hs20-client packages correspoding to the
hs20/client and hs20/server folder in hostap.git.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Matthias Schiffer [Fri, 14 Aug 2020 19:52:32 +0000 (21:52 +0200)]
openvswitch: backport patch to fix build against kernel 4.14.193
(and possibly other recent stable kernels)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Rosen Penev [Sat, 15 Aug 2020 00:58:19 +0000 (17:58 -0700)]
mpg123: update to 1.26.3
Switched to CMake. CMake compiles faster.
Added libsyn123 library as it's needed since version 1.26.
Before:
time make package/mpg123/compile -j 12
Executed in 16.05 secs fish external
usr time 26.65 secs 0.00 micros 26.65 secs
sys time 4.82 secs 833.00 micros 4.81 secs
After:
time make package/mpg123/compile -j 12
Executed in 12.12 secs fish external
usr time 19.35 secs 0.00 micros 19.35 secs
sys time 3.22 secs 752.00 micros 3.22 secs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 00:58:19 +0000 (17:58 -0700)]
canutils: add back install section
5969273ff40cdf6d90f3442aa6c986226e0a16dc mistakenly got rid of the
install section for canutils, causing errors when trying to install.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 19:58:58 +0000 (12:58 -0700)]
lpc2list: remove deprecated functions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 20:33:00 +0000 (13:33 -0700)]
Merge pull request #13115 from neheb/more
moreutils: fix compilation with uClibc-ng
Ian Leonard [Sun, 26 Jul 2020 04:22:43 +0000 (21:22 -0700)]
ffmpeg: update to 4.3.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Dirk Brenken [Fri, 14 Aug 2020 15:36:46 +0000 (17:36 +0200)]
Merge pull request #13124 from dibdot/adblock
adblock: refresh blocklist sources
Dirk Brenken [Fri, 14 Aug 2020 12:27:50 +0000 (14:27 +0200)]
adblock: refresh blocklist sources
* remove 'dshield' and 'sysctl' (discontinued)
* switch 'malwaredomains', 'shallalist' and 'winhelp' to https
* add a second regional list for poland (provided by matx1002)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Dirk Brenken <dev@brenken.org>
Jan Pavlinec [Fri, 14 Aug 2020 12:06:20 +0000 (14:06 +0200)]
procps-ng: add new applet sysctl
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Fri, 14 Aug 2020 09:18:10 +0000 (02:18 -0700)]
Merge pull request #13112 from neheb/isn
open-isns: fix compilation without deprecated signal API
Rosen Penev [Fri, 14 Aug 2020 06:57:53 +0000 (23:57 -0700)]
Merge pull request #13120 from neheb/urcu2
liburcu: don't build docs and tests
Rosen Penev [Fri, 14 Aug 2020 06:57:30 +0000 (23:57 -0700)]
Merge pull request #13121 from neheb/cgrp
libcgroup: don't build tests
Rosen Penev [Fri, 14 Aug 2020 06:54:31 +0000 (23:54 -0700)]
Merge pull request #13118 from neheb/xcr
keyutils: fix deprecated function usage
Rosen Penev [Fri, 14 Aug 2020 06:43:18 +0000 (23:43 -0700)]
Merge pull request #13087 from jjm2473/lvm2-fix-mac-sh
lvm2: fix CE in mac
Liangbin Lian [Fri, 14 Aug 2020 06:19:12 +0000 (14:19 +0800)]
lvm2: fix CE in mac
command-count.h generated by makefile was wrong
when using default shell in mac,
set shell to bash to fix it.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 02:30:30 +0000 (19:30 -0700)]
klish: fix compilation with uClibc-ng
sigignore is missing from libc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 19:50:43 +0000 (12:50 -0700)]
libcgroup: don't build tests
Speeds up compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 19:51:47 +0000 (12:51 -0700)]
liburcu: don't build docs and tests
Faster compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>