Matt Weber
4f329b0fba
package/wpa_supplicant: ignore CVE-2021-30004 when using openssl
...
The CVE can be ignored when the internal TLS impl isn't used.
https://security-tracker.debian.org/tracker/CVE-2021-30004
"Issue only affects the "internal" TLS implementation
(CONFIG_TLS=internal)"
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 2f6a6b8e50 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:54:48 +02:00
Matt Weber
1ad89a3471
package/hostapd: ignore CVE-2021-30004 when using openssl
...
The CVE can be ignored when the internal TLS impl isn't used.
https://security-tracker.debian.org/tracker/CVE-2021-30004
"Issue only affects the "internal" TLS implementation
(CONFIG_TLS=internal)"
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 3d3348fd03 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:29:17 +02:00
Matt Weber
9d8f5a4712
package/flex: ignore CVE-2019-6293
...
https://security-tracker.debian.org/tracker/CVE-2019-6293
https://github.com/NixOS/nixpkgs/issues/55386#issuecomment-683792976
"But this bug does not cause stack overflows in the generated code.
The function and file referred to in the bug (mark_beginning_as_normal
in nfa.c) are part of the flex code generator, not part of the
generated code. If flex crashes before generating any code, that
can hardly be a vulnerability. If flex does not crash, the generated
code is fine (or perhaps subject to other unreported bugs, who knows,
but the NFA has been generated correctly)."
Upstream has chosen to not provide a fix
https://github.com/westes/flex/issues/414
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[yann.morin.1998@free.fr: use actual upstream URL]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 120d1241d8 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:26:32 +02:00
Matt Weber
b88162d890
package/cmake: ignore CVE-2016-10642
...
This is specific to the npm package that installs cmake, so isn't
relevant to Buildroot.
14241ed09f/meta/recipes-devtools/cmake/cmake.inc
https://nvd.nist.gov/vuln/detail/CVE-2016-10642#vulnCurrentDescriptionTitle
"cmake installs the cmake x86 linux binaries. cmake downloads
binary resources over HTTP, which leaves it vulnerable to
MITM attacks. It may be possible to cause remote code
execution (RCE) by swapping out the requested binary with
an attacker controlled binary if the attacker is on the
network or positioned in between the user and the remote server."
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 5ce1e773b9 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:25:39 +02:00
Matt Weber
a5130ce356
package/bind: ignore CVE-2019-6470
...
There had existed in one of the ISC BIND libraries a bug in a
function that was used by dhcpd when operating in DHCPv6 mode.
There was also a bug in dhcpd relating to the use of this function
per its documentation, but the bug in the library function
prevented this from causing any harm. All releases of dhcpd from
ISC contain copies of this, and other, BIND libraries in
combinations that have been tested prior to release and are known
to not present issues like this.
Affects: Builds of dhcpd versions prior to version 4.4.1 when
using BIND versions 9.11.2 or later.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6470
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 23fb8dd2d0 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:10:53 +02:00
Matt Weber
f2fd0c8d54
package/coreutils: ignore CVE-2013-0221, CVE-2013-0222, CVE-2013-0223
...
This CVE is only relevant to a build when the SUSE coreutils-i18n.patch
is included. The upstream codebase does not include this patch, nor
does Buildroot.
https://security-tracker.debian.org/tracker/CVE-2013-0221
https://security-tracker.debian.org/tracker/CVE-2013-0222
https://security-tracker.debian.org/tracker/CVE-2013-0223
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 8ae9156d8b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:09:46 +02:00
Matt Weber
5539ddc0c9
package/bind: ignore CVE-2017-3139
...
This CVE is only relevant to the configuration of a specific
RHEL release (6.x).
https://bugzilla.redhat.com/show_bug.cgi?id=1447743
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 357dd51bbd )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:09:20 +02:00
Thomas Petazzoni
3a88fb0307
package/bash: drop SHOBJ_STATUS from BASH_CONF_ENV
...
SHOBJ_STATUS=unsupported was added in commit
4a2af11cba to work around a limitation
of the configure script that forgot to set this variable in
static-linking configurations.
It turns out that this issue has been fixed upstream as of bash 5.0:
https://git.savannah.gnu.org/cgit/bash.git/diff/configure.ac?id=d233b485e83c3a784b803fb894280773f16f2deb
(see hunk @@ -1151,6 +1179,9 @@)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 24656c23f9 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:07:48 +02:00
Thomas Petazzoni
43bbf8311b
package/bash: use --bindir instead of exec_prefix=
...
We want bash to be installed as /bin/bash. For ages, Buildroot has
been doing this by overriding exec_prefix at install time. First of
all, it would be preferred to do this at configure time. But also,
overriding exec_prefix not only changes where "bash" goes, but also
where the pkgconfig file goes. Due to this, bash.pc goes into
/lib/pkgconfig/, and doesn't get removed by target-finalize.
Since all we want is to have 'bash' as /bin/bash, simply pass
--bindir=/bin at configure time. This allows to use the default target
installation logic for autotools-package. We keep a post-install
target hook to remove /bin/bashbug.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Nicolas Cavallari <nicolas.cavallari@green-communications.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 73aed53c82 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 21:01:17 +02:00
Jörg Krause
053b66cef5
package/libupnp: security bump to version 1.14.6
...
The server part of pupnp (libupnp) appears to be vulnerable to DNS-rebinding
attacks because it does not check the value of the `Host` header.
Fixes CVE-2021-29462
https://github.com/pupnp/pupnp/security/advisories/GHSA-6hqq-w3jq-9fhg
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 0f23267bc2 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:56:56 +02:00
Jörg Krause
dcf8b12ffd
package/libnpupnp: security bump to version 4.1.4
...
Fix vulnerability to DNS-rebind attacks.
This security fix addresses the same vulnerability isue which was reported
for libupnp (which libnpupnp is derived from) in CVE-2021-29462.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit adea5b316e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:41:03 +02:00
Jörg Krause
e373b9da97
package/libnpupnp: bump to version 4.1.3
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 40ebac416b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:40:53 +02:00
Jörg Krause
a20c0234ec
package/libnpupnp: bump to version 4.1.1
...
From https://www.lesbonscomptes.com/upmpdcli/pages/releases.html :
2021-03-13 libnpupnp 4.1.1
* Fix HEAD requests. Samsung TVs now work with Gerbera + libnpupnp
2021-03-13 libnpupnp 4.1.0
* Send SERVER and USER-AGENT headers in misc places where mandated or useful.
* Add API for the client code to set the user-agent and server string values
* Fix building and running with --disable-ipv6
* Misc portability fixes.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit e1fa1334d0 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:40:16 +02:00
Peter Korsgaard
abf996ba5c
package/{mesa3d, mesa3d-headers}: bump version to 20.3.5
...
Bugfix release, fixing various issues:
https://lists.freedesktop.org/archives/mesa-announce/2021-March/000623.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:24:04 +02:00
Bernd Kuhls
d05f101e0f
package/samba4: bump version to 4.14.3
...
Release notes: https://www.samba.org/samba/history/samba-4.14.3.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 7df2611e9e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-26 20:06:15 +02:00
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