Commit Graph

20912 Commits

Author SHA1 Message Date
Karl Palsson f7041ed34a 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>
2020-08-19 15:47:07 +00:00
Karl Palsson ce1e8e1450 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>
2020-08-19 15:47:07 +00:00
Karl Palsson 22ff5c39ac 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>
2020-08-19 15:30:36 +00:00
Florian Eckert 91bf524845
Merge pull request #13041 from aaronjg/mwan3-startup-performance
mwan3: startup performance improvements and other fixes
2020-08-19 13:59:02 +02:00
Rosen Penev 93d96dc74a
Merge pull request #13168 from ClaymorePT/boost_1.74.0_r2
boost: Package Revision - Remove unneded patches
2020-08-19 04:31:18 -07:00
Carlos Miguel Ferreira 038646225b
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>
2020-08-19 12:12:15 +01:00
Rosen Penev e42ef22042
Merge pull request #13162 from neheb/sysst
sysstat: update to 12.4.0
2020-08-19 03:13:48 -07:00
Rosen Penev d70d2bda97
Merge pull request #13163 from neheb/strss
stress: replace usleep with nanosleep
2020-08-18 22:40:51 -07:00
Rosen Penev f5ab71c6bc 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>
2020-08-18 21:22:55 -07:00
Rosen Penev cb092479b5
Merge pull request #13165 from neheb/tcp
tcp_wrappers: fix compilation without cdefs
2020-08-18 18:45:26 -07:00
Rosen Penev e2e152da59
Merge pull request #13166 from ClaymorePT/boost_1.74.0_r1
boost: Package Revision - Fix C++ standard flag
2020-08-18 16:01:14 -07:00
Carlos Miguel Ferreira 45290b6953
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>
2020-08-18 23:38:21 +01:00
Rosen Penev f019b1e3c9
tcp_wrappers: fix compilation without cdefs
__DECLS are glibc specific.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 15:03:29 -07:00
Rosen Penev 69239158c9
stress: replace usleep with nanosleep
The former is deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 14:56:24 -07:00
Rosen Penev 8f39988520
sysstat: update to 12.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 14:54:45 -07:00
Rosen Penev c8fc7c3d76
Merge pull request #12967 from G-M0N3Y-2503/docker-deps-devinstall-remove
runc/containerd/libnetwork: Refactored Makefiles
2020-08-18 14:12:48 -07:00
Rosen Penev bf3b6af205
Merge pull request #13131 from jefferyto/python-pip-hash-checking
python3: Use hash-checking mode when installing host pip packages
2020-08-18 14:11:32 -07:00
Rosen Penev f3bb00dfc2
Merge pull request #13159 from neheb/sed
sed: don't use selinux
2020-08-18 13:10:10 -07:00
Rosen Penev 00571c397b
Merge pull request #13151 from neheb/mpgrev
mpg123: revert back to using autotools
2020-08-18 13:04:08 -07:00
Rosen Penev 1708a758a8
Merge pull request #13160 from ClaymorePT/boost_1.74.0
boost: Package Version Update (1.74.0)
2020-08-18 13:02:45 -07:00
Carlos Miguel Ferreira e9c5b9d3e1
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>
2020-08-18 14:37:33 +01:00
Rosen Penev 3d47b5c452
Merge pull request #13155 from neheb/at
at: fix compilation
2020-08-18 03:49:12 -07:00
Rosen Penev d38dee207e
Merge pull request #13156 from neheb/vim
vim: explicitly disable selinux
2020-08-18 02:16:38 -07:00
Rosen Penev 6057191a02
Merge pull request #13158 from neheb/logrot
logrotate: remove selinux support
2020-08-18 02:08:14 -07:00
Rosen Penev 856c954998
Merge pull request #13154 from neheb/meson551
meson: update to 0.55.1
2020-08-18 00:42:48 -07:00
Rosen Penev 38c92b745a
Merge pull request #13119 from neheb/lpc
lpc2list: remove deprecated functions
2020-08-18 00:28:45 -07:00
Rosen Penev e4885ea55c
Merge pull request #13144 from jefferyto/python-cffi-1.14.2
python-cffi: Update to 1.14.2
2020-08-18 00:28:01 -07:00
Rosen Penev ddfa56b69f
Merge pull request #13157 from neheb/logro
findutils: do not use selinux
2020-08-18 00:27:08 -07:00
Rosen Penev 932b850245
sed: don't use selinux
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:26:05 -07:00
Rosen Penev da08667483
logrotate: remove selinux support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:25:06 -07:00
Rosen Penev ac4d6116e5
findutils: do not use selinux
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:23:47 -07:00
Rosen Penev 67d6989c1e
vim: explicitly disable selinux
Now that libselinux is in the tree, vim picks it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:23:02 -07:00
Rosen Penev 771d691bcb
at: fix compilation
libselinux is being picked up by at.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:22:04 -07:00
Rosen Penev 69e0200440
Merge pull request #13152 from neheb/glib2651
glib2: update to 2.65.1
2020-08-18 00:18:51 -07:00
Rosen Penev 9e1e4fc680
meson: update to 0.55.1
Remove upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:17:49 -07:00
Aaron Goodman c07f5230be 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>
2020-08-17 22:02:36 -04:00
Rosen Penev 0f0a5187a6
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>
2020-08-17 15:10:42 -07:00
Rosen Penev 009734ad9f
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>
2020-08-17 14:31:38 -07:00
Jeffery To 722a5b8efa
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>
2020-08-17 23:05:49 +08:00
Daniel Golle 6855683e3e 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>
2020-08-17 14:12:05 +01:00
Josef Schlehofer 2512c8dcd0
Merge pull request #13135 from jefferyto/python-host-pip-cache-world-readable
python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
2020-08-17 12:46:38 +02:00
Rosen Penev 3a62950214
mpg123: install fmt123.h file
Seems it's not included in the CMake port.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-16 18:43:47 -07:00
Rosen Penev cbaa5eb1c9
Merge pull request #13143 from jefferyto/python-hyperlink-20.0.1
python-hyperlink: Update to 20.0.1
2020-08-16 18:25:52 -07:00
Rosen Penev 4afed2d75b
Merge pull request #13142 from mateste/moniker.com_ddns
ddns-scripts: Add moniker.com DDNS service
2020-08-16 18:25:42 -07:00
Rosen Penev 1d4fab4bfa
Merge pull request #13136 from neheb/ser
serialconsole: fix compilation with uClibc-ng
2020-08-16 18:20:57 -07:00
Jeffery To baec9e9ce4
python-cffi: Update to 1.14.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-08-17 02:07:45 +08:00
Jeffery To 9277f74abd
python-hyperlink: Update to 20.0.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-08-17 01:56:47 +08:00
Mateusz Stępień f778b1eea3 ddns-scripts: Add moniker.com DDNS service
Signed-off-by: Mateusz Stępień <mateusz@argc.pl>
2020-08-16 17:42:05 +02:00
Rosen Penev c158c02bc5 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>
2020-08-16 21:48:59 +08:00
Rosen Penev 1d16531f62
serialconsole: fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-15 17:53:29 -07:00