Bernd Kuhls
a26f6b8f90
package/samba4: add required python deps for AD DC support
...
Needed due to upstream commit:
2420b7c6d2
Fixes:
http://autobuild.buildroot.net/results/12a/12a74665a2349eacb28c3035bb36a4dce1d740d1/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 0025d931f3 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:06:01 +02:00
Bernd Kuhls
54227869c7
package/python-dnspython: enable host build
...
Needed for Samba 4.14.x:
2420b7c6d2 (bc16f0673dfbb473658dfd16961cdbf12f02ea5a_8_15)
Fixes:
http://autobuild.buildroot.net/results/7dc/7dc7e304cb4e9afb157326dd5e4ae38711e91cad/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 90bb7b6765 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:05:41 +02:00
Bernd Kuhls
95ae35a114
package/openvpn: security bump version to 2.5.2
...
Fixes CVE-2020-15078:
https://forums.openvpn.net/viewtopic.php?f=20&t=32179
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 258b372c3e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 16:37:20 +02:00
Fabrice Fontaine
91d3e2ae45
package/kismet: fix static build with uclibc
...
Fix static build with uclibc which is raised since bump to version
2020-12-R3 in commit 14522a8f9d
Fixes:
- http://autobuild.buildroot.org/results/69dcb7ac99e63fca342e4d52d9311d1ee1931911
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 72bb0380da )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 16:33:25 +02:00
Jared Bents
5358858ac9
package/python-flup: update dependency to python3
...
Since version flup-1.0.3.dev20151210, flup needs Python 3. This was
apparently missed in Buildroot commit
ff0f53c04d , which bumped flup from
1.0.3.dev-20110405 to 1.0.3.dev20161029.
Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com >
Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com >
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 1d1c092542 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 16:08:55 +02:00
Fabrice Fontaine
8c85ceccaa
package/librsync: bump to version 2.3.2
...
This is a patch release that fixes some minor bugs, tidies the code for
many compiler warnings, and improves windows compatibility. Upgrading
from v2.3.1 is recommended for most people, and essential for people
using platforms experiencing bugs #214 or #207 .
https://github.com/librsync/librsync/releases/tag/v2.3.2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 1ab117d35a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 16:07:19 +02:00
Fabrice Fontaine
e4f23b5dbc
package/python-mbstrdecoder: bump to version 1.0.1
...
https://github.com/thombashi/mbstrdecoder/releases/tag/v1.0.1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit d07dc9660d )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 16:03:45 +02:00
Fabrice Fontaine
0007797471
package/python-mbstrdecoder: add python-chardet dependency
...
chardet is a mandatory runtime dependency since version 0.8.2 and
e9344a0916
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 8a74eaaaa9 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 16:03:12 +02:00
Matt Weber
2960953b0a
package/libtool: add _CPE_ID_VENDOR
...
cpe:2.3:a:gnu:libtool:2.4.6:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:libtool
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: drop version from reference URL]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 8c9724026c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:18:15 +02:00
Matt Weber
1784aa80eb
package/sysvinit: add _CPE_ID_VENDOR
...
cpe:2.3:a:sysvinit_project:sysvinit:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:sysvinit_project:sysvinit
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 281f0d90cb )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:18:09 +02:00
Matt Weber
bde607aee4
package/sysstat: add _CPE_ID_VENDOR
...
cpe:2.3:a:sysstat_project:sysstat:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:sysstat_project:sysstat
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 9b3ea504db )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:18:00 +02:00
Matt Weber
d1e49b0b77
package/rp-pppoe: add _CPE_ID_VENDOR
...
cpe:2.3:a:rp-pppoe_project:rp-pppoe:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:rp-pppoe_project:rp-pppoe
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 912342f833 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:17:50 +02:00
Matt Weber
b41ed4b42b
package/rng-tools: add _CPE_ID_VENDOR
...
cpe:2.3:a:rng-tools_project:rng-tools:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:rng-tools_project:rng-tools
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit c44be545f6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:17:32 +02:00
Matt Weber
f24a371d92
package/python3-setuptools: add _CPE_ID_VENDOR and_CPE_ID_PRODUCT
...
cpe:2.3:a:python:setuptools:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:setuptools
Note: 63332c33aa already added those for the python(2) variant.
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr:
- add reference to 63332c33aa
- move up, right after license
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit c819d20834 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:13:12 +02:00
Matt Weber
1641466662
package/python3-decorator: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
...
cpe:2.3:a:python:decorator:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:python:decorator
Note: 4783e5fd8c already added those for the python(2) variant.
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr:
- add reference to 4783e5fd8c
- move up, right after license
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 8b154320f0 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:12:55 +02:00
Matt Weber
c5e0da8f04
package/pugixml: add _CPE_ID_VENDOR
...
cpe:2.3:a:pugixml_project:pugixml:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:pugixml_project:pugixml
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 12e88b0d60 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:12:43 +02:00
Matt Weber
d4d8d0d64d
package/popt: add _CPE_ID_VENDOR
...
cpe:2.3:a:popt_project:popt:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:popt_project:popt
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit ba18dc36a4 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:12:35 +02:00
Matt Weber
83d190eefd
package/pkgconf: add _CPE_ID_VENDOR
...
cpe:2.3:a:pkgconf:pkgconf:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:pkgconf:pkgconf
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 2680b7dfea )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:12:25 +02:00
Matt Weber
da981ee5e4
package/parted: add _CPE_ID_VENDOR
...
cpe:2.3:a:parted_project:parted:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:parted_project:parted
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit cdfb226090 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:12:19 +02:00
Matt Weber
3647b67a81
package/openresolv: add _CPE_ID_VENDOR
...
cpe:2.3:a:openresolv_project:openresolv:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:openresolv_project:openresolv
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 444d71e123 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:12:11 +02:00
Matt Weber
8395978018
package/make: add _CPE_ID_VENDOR
...
cpe:2.3:a:gnu:make:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gnu:make
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit c15daccf1e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:12:00 +02:00
Matt Weber
ce677b808e
package/libnl: add _CPE_ID_VENDOR
...
cpe:2.3:a:libnl_project:libnl:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libnl_project:libnl
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 56d54119b1 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:11:50 +02:00
Matt Weber
bdae98634d
package/libdaemon: add _CPE_ID_VENDOR
...
cpe:2.3:a:libdaemon_project:libdaemon:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libdaemon_project:libdaemon
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 4baccb9c5b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:11:44 +02:00
Matt Weber
5d1b9e4826
package/libcap: add _CPE_ID_VENDOR
...
cpe:2.3:a:libcap_project:libcap:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:libcap_project:libcap
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 74637c6e6f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:11:32 +02:00
Matt Weber
e52089addf
package/json-for-modern-cpp: add _CPE_ID_VENDOR
...
cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr:move up, right after license]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit c24fc9042a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 15:11:25 +02:00
Matt Weber
c26a3cb266
package/iputils: add _CPE_ID_VENDOR
...
cpe:2.3:a:iputils_project:iputils:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:iputils_project:iputils
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 5ba5e631fa )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:59:45 +02:00
Matt Weber
bff2a3f67e
package/iproute2: add _CPE_ID_VENDOR
...
cpe:2.3:a:iproute2_project:iproute2:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:iproute2_project:iproute2
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 9cf7caa186 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:59:33 +02:00
Matt Weber
8cffab9daa
package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT
...
cpe:2.3:a:gperftools_project:gperftools:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:gperftools_project:gperftools
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 3712e1dee7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:59:28 +02:00
Matt Weber
d8504c61e4
package/cmake: add _CPE_ID_VENDOR
...
cpe:2.3:a:cmake_project:cmake:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:cmake_project:cmake
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 12bd427340 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:59:22 +02:00
Matt Weber
b1d4f6277b
package/cgroupfs-mount: add _CPE_ID_VENDOR
...
cpe:2.3:a:cgroupfs-mount_project:cgroupfs-mount:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:cgroupfs-mount_project:cgroupfs-mount
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit ad9f909ea6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:59:12 +02:00
Matt Weber
8184b0f469
package/c-periphery: add _CPE_ID_VENDOR
...
cpe:2.3:a:c-periphery_project:c-periphery:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:c-periphery_project:c-periphery
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit fc6a829abe )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:58:59 +02:00
Matt Weber
d023df01d4
package/automake: add _CPE_ID_VENDOR
...
cpe:2.3:a:gnu:automake:* is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Agnu%3Aautomake
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 2de8724d54 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:58:52 +02:00
Peter Korsgaard
554e352fe4
package/timescaledb: bump version to 2.0.2
...
Bugfix release with important bugfixes:
https://github.com/timescale/timescaledb/releases/tag/2.0.2
This maintenance release contains bugfixes since the 2.0.1 release. We
deem it high priority for upgrading.
The bug fixes in this release address issues with joins, the status of
background jobs, and disabling compression. It also includes
enhancements to continuous aggregates, including improved validation
of policies and optimizations for faster refreshes when there are a
lot of invalidations.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:56:37 +02:00
Thomas Petazzoni
f6b3300144
boot/at91bootstrap: add legal information
...
The old at91bootstrap version (1.x) uses a strange variant of the BSD
license, called "BSD Source Code Attribution" and referenced by SPDX
as BSD-Source-Code.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 3887e8c095 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:39:57 +02:00
Peter Seiderer
aa81de1bd1
package/gstreamer1/gst1-interpipe: bump version to 1.1.4
...
Changelog:
- fix for memory leak in set of listen-to property
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 99362e8d17 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:38:16 +02:00
Fabrice Fontaine
4f8243c2a2
package/nettle: security bump to version 3.7.2
...
Fix CVE-2021-20305: A flaw was found in Nettle in versions before 3.7.2,
where several Nettle signature verification functions (GOST DSA, EDDSA &
ECDSA) result in the Elliptic Curve Cryptography point (ECC) multiply
function being called with out-of-range scalers, possibly resulting in
incorrect results. This flaw allows an attacker to force an invalid
signature, causing an assertion failure or possible validation. The
highest threat to this vulnerability is to confidentiality, integrity,
as well as system availability.
https://git.lysator.liu.se/nettle/nettle/-/blob/nettle_3.7.2_release_20210321/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit ed653df573 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:36:04 +02:00
Francois Perrad
9321ee2487
package/nettle: bump to version 3.7.1
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit a3e0c045e4 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:35:57 +02:00
Fabrice Fontaine
1e6f3c18bc
package/python-botocore: drop docutils dependency
...
docutils is not a dependency since version 1.18.0 and
dd24dd1b2e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 34764dcfac )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:34:42 +02:00
Fabrice Fontaine
37f05a1844
package/fmt: add FMT_CPE_ID_VENDOR
...
cpe:2.3:a:fmt:fmt is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Afmt%3Afmt
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 32c10f256b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:33:53 +02:00
Jörg Krause
ab51a28fe3
package/mpd: bump to version 0.22.6
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit ec15f89be9 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 14:29:39 +02:00
Alexander Dahl
11e0fa9a9b
package/dnsmasq: security bump to 2.85
...
CVE-2021-3448 applies. See announcement for details.
Link: https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/014962.html
Signed-off-by: Alexander Dahl <post@lespocky.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 3ce7afbe50 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 12:04:29 +02:00
Sam Voss
b870cfab06
package/rsyslog: install default service file
...
As of v8.2008 rsyslog no longer provides a default service file, and now
suggests using the platform suggested defaults. For Buildroot, install
the Debian service file which has been added in the same version,
however is not included in the official release.
Upstream commit which adds this service file:
cfd07503ba
Signed-off-by: Sam Voss <sam.voss@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 4732b78221 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 12:02:25 +02:00
Fabrice Fontaine
7686940301
package/domoticz: drop boost date-time dependency
...
boost date-time is not a dependency since version 4.9700 and
a3eacbc987
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 4b4d98e2c5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 11:51:05 +02:00
Fabrice Fontaine
88beade8df
package/domoticz: drop first patch
...
Patch not needed since commit 37f197f863
which bumped host-cmake dependency from 3.10 to 3.15
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 8a46b41b4a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 11:50:54 +02:00
Michael Nosthoff
ab35658b2c
package/libgpiod: bump to version 1.6.3
...
Signed-off-by: Michael Nosthoff <buildroot@heine.tech >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 8d51ee7c79 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 11:49:25 +02:00
Bernd Kuhls
ee78156d10
package/libcurl: bump version to 7.76.1
...
Bugfix release. For details, see the changelog:
https://curl.se/changes.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit cffe295259 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 11:46:23 +02:00
Fabrice Fontaine
a5755b2c11
package/m4: fix build with glibc 2.34
...
m4 fails to build with glibc 2.34 because SIGSTKSZ is now a run-time
variable since
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=6c57d320484988e87e446e2e60ce42816bf51d53
So backport an upstream patch from gnulib, see:
https://lists.gnu.org/archive/html/bug-m4/2021-03/msg00015.html
An other option would have been to apply patch from
https://lists.gnu.org/archive/html/bug-m4/2021-03/msg00024.html
but no feedback was received on this patch
Fixes:
- https://bugs.buildroot.org/show_bug.cgi?id=13721
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 5a9504831f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 11:45:36 +02:00
Thomas Petazzoni
89297fc9ee
support/scripts/cve.py: use proper CPE ID version when available
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit d06bf96097 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 11:42:24 +02:00
Sergio Prado
534c912f3c
package/tio: disable for sparc and sparc64 architectures
...
tio fails to build on sparc and sparc64 architectures with a
redefinition of 'struct termio' error, with no proper fix or workaround
for now. See discussions in [1] and [2] and picocom source code in [3].
[1] http://patchwork.ozlabs.org/project/buildroot/patch/20191227204520.1500501-1-fontaine.fabrice@gmail.com/
[2] http://patchwork.ozlabs.org/project/buildroot/patch/20200511142602.46170-1-vadim4j@gmail.com/
[3] https://github.com/npat-efault/picocom/blob/master/termbits2.h#L37
So let's disable it for now on sparc and sparc64 architectures.
Fixes:
http://autobuild.buildroot.org/results/e041dde522e2a774f528d4377f67ca0a8a99461c
http://autobuild.buildroot.org/results/6e1f9fe47e8b2cfdf5effcb7bbc697189f54ff2c
http://autobuild.buildroot.org/results/49708fe6f404fea6761f102af854e98d6a1d43c1
Many more...
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 5e37992132 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 09:10:03 +02:00
Peter Korsgaard
19cd3886c8
support/scripts/cve.py: use fast ijson backend if available on old ijson versions
...
ijson < 2.5 (as available in Debian 10) use the slow python backend by
default instead of the most efficient one available like modern ijson
versions, significantly slowing down cve checking. E.G.:
time ./support/scripts/pkg-stats --nvd-path ~/.nvd -p avahi --html foobar.html
Goes from
174,44s user 2,11s system 99% cpu 2:58,04 total
To
93,53s user 2,00s system 98% cpu 1:36,65 total
E.G. almost 2x as fast.
As a workaround, detect when the python backend is used and try to use a
more efficient one instead. Use the yajl2_cffi backend as recommended by
upstream, as it is most likely to work, and print a warning (and continue)
if we fail to load it.
The detection is slightly complicated by the fact that ijson.backends used
to be a reference to a backend module, but is nowadays a string (without the
ijson.backends prefix).
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit f31227e628 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 09:09:04 +02:00