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 [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>
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>
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 [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>
Rosen Penev [Wed, 12 Aug 2020 20:00:52 +0000 (13:00 -0700)]
keyutils: fix deprecated function usage
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 02:33:06 +0000 (19:33 -0700)]
moreutils: fix compilation with uClibc-ng
getloadavg is missing not just under cygwin.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 03:13:44 +0000 (20:13 -0700)]
open-isns: fix compilation without deprecated signal API
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 03:22:26 +0000 (20:22 -0700)]
netsniff-ng: add missing header
Needed for ssize_t.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Fri, 14 Aug 2020 00:42:40 +0000 (01:42 +0100)]
lvm2: depend on libselinux
LVM2 uses libselinux if found at buildtime and then requires it to
be present on run-time.
As LVM2 is usually not installed on space-constraint systems just
always build with libselinux as apart from the extra space usage it
doesn't hurt.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Thu, 13 Aug 2020 20:01:42 +0000 (13:01 -0700)]
Merge pull request #13098 from neheb/clms
clamsmtp: remove
Daniel Golle [Thu, 13 Aug 2020 10:41:59 +0000 (11:41 +0100)]
musl-fts: move to core
libselinux added to core needs musl-fts. Move it to core as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Thu, 13 Aug 2020 10:27:13 +0000 (03:27 -0700)]
Merge pull request #13100 from neheb/esmtp
libesmtp: update URLs
Daniel Golle [Thu, 13 Aug 2020 10:25:27 +0000 (11:25 +0100)]
pcre: move package to core
libpcre is required for libselinux which was added to core recently.
Move it to the core so core builds without the packages feed.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Thu, 13 Aug 2020 08:20:49 +0000 (01:20 -0700)]
Merge pull request #13103 from neheb/mpack
mpack: update URLs
Rosen Penev [Thu, 13 Aug 2020 08:19:51 +0000 (01:19 -0700)]
Merge pull request #13102 from neheb/str
stress: use fossies mirror
Rosen Penev [Thu, 13 Aug 2020 02:09:14 +0000 (19:09 -0700)]
stress: use fossies mirror
The original website went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 02:07:33 +0000 (19:07 -0700)]
Merge pull request #13099 from neheb/gkr
gkermit: replace PKG_SOURCE_URL
Rosen Penev [Thu, 13 Aug 2020 01:36:00 +0000 (18:36 -0700)]
mpack: update URLs
Upstream sort of moved to GitLab.
Use fossies mirror since the original site went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 01:27:34 +0000 (18:27 -0700)]
libesmtp: update URLs
The author's website went down and moved to GitHub.
Used a mirror for PKG_SOURCE_URL and he does not have the same tarball
on GitHub.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 01:21:24 +0000 (18:21 -0700)]
gkermit: replace PKG_SOURCE_URL
It's been down for quite a while. HTTP is also more reliable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 01:10:37 +0000 (18:10 -0700)]
clamsmtp: remove
Judging from https://salsa.debian.org/clamav-team/clamsmtp/-/tags ,
it seems that this was last updated 11 years ago. The domain is also
gone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Wed, 12 Aug 2020 21:15:44 +0000 (23:15 +0200)]
php7: update to 7.4.9
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Wed, 12 Aug 2020 20:12:36 +0000 (13:12 -0700)]
Merge pull request #13062 from neheb/mpd-ffm
mpd - remove ffmpeg support and add opus
Rosen Penev [Wed, 12 Aug 2020 20:11:15 +0000 (13:11 -0700)]
Merge pull request #13030 from neheb/getdn
getdns: fix compilation without deprecated OpenSSL APIs
Rosen Penev [Wed, 12 Aug 2020 20:10:19 +0000 (13:10 -0700)]
Merge pull request #13063 from neheb/sendm
sendmail: fix compilation without sys/cdefs
Rosen Penev [Wed, 12 Aug 2020 20:10:08 +0000 (13:10 -0700)]
Merge pull request #13069 from neheb/microp
micropython: fix compilation without sys/cdefs
Rosen Penev [Wed, 12 Aug 2020 20:09:47 +0000 (13:09 -0700)]
Merge pull request #13079 from neheb/oor
oor: fix compilation with GCC 10
Rosen Penev [Wed, 12 Aug 2020 20:09:27 +0000 (13:09 -0700)]
Merge pull request #13075 from neheb/tvh
tvheadend: fix compilation with GCC 10
Rosen Penev [Wed, 12 Aug 2020 20:09:00 +0000 (13:09 -0700)]
Merge pull request #13094 from ja-pa/nss-3.55
nss: update to version 3.55 (security fix)
Hannu Nyman [Wed, 12 Aug 2020 19:53:37 +0000 (22:53 +0300)]
nano: update to 5.1
Update nano to version 5.1.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Rosen Penev [Wed, 12 Aug 2020 18:19:59 +0000 (11:19 -0700)]
Merge pull request #13076 from neheb/opn
open-iscsi: fix compilation with musl 1.2.0
Jan Pavlinec [Wed, 12 Aug 2020 14:49:32 +0000 (16:49 +0200)]
nspr: update to version 4.27
Note:
new version required by nss 3.55
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Wed, 12 Aug 2020 14:12:30 +0000 (16:12 +0200)]
nss: update to version 3.55 (security fix)
Fixes
CVE-2020-12403
CVE-2020-12401
CVE-2020-6829
CVE-2020-12400
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Karl Palsson [Tue, 11 Aug 2020 16:29:54 +0000 (16:29 +0000)]
mosquitto: update to 1.6.11
Full release notes: https://mosquitto.org/blog/2020/08/version-1-6-11-released/
Variety of generally minor bugfixes, mostly in the broker.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Wed, 12 Aug 2020 00:47:37 +0000 (17:47 -0700)]
Merge pull request #13090 from neheb/glb2
glib2: add full language support hack to fix compilation