Thomas Petazzoni
283662245f
boot/shim: fix build issue due to gnu-efi
...
shim fails to build with:
console.c:448:5: error: ‘EFI_WARN_UNKOWN_GLYPH’ undeclared here (not in a function); did you mean ‘EFI_WARN_UNKNOWN_GLYPH’?
448 | { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},
| ^~~~~~~~~~~~~~~~~~~~~
| EFI_WARN_UNKNOWN_GLYPH
make[2]: *** [<builtin>: console.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Backport upstream commit d230d02f990f02293736dca78b108f86c86d1bd0 to
resolve this issue.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 888f47cbce )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:09:17 +02:00
Peter Korsgaard
3cc41c40d7
package/xen: add upstream xsa-36{0, 4, 8} security fixes
...
Fixes the following security issues:
- CVE-2021-3308: IRQ vector leak on x86
https://xenbits.xenproject.org/xsa/advisory-360.html
- CVE-2021-26933: arm: The cache may not be cleaned for newly allocated
scrubbed pages
https://xenbits.xenproject.org/xsa/advisory-364.html
- CVE-2021-28687: HVM soft-reset crashes toolstack
https://xenbits.xenproject.org/xsa/advisory-368.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 34ff4fc32d )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:08:20 +02:00
Thomas Petazzoni
300c8d20b5
boot/grub2: ignore the last 3 remaining CVEs
...
An analysis of the last 3 remaining CVEs that are reported to affect
the grub2 package has allowed to ensure that we can safely ignore
them:
* CVE-2020-14372 is already fixed by a patch we have in our patch
stack for grub2
* CVE-2019-14865 and CVE-2020-15705 are both distro-specific and do
not affect grub2 upstream, nor grub2 with the stack of patches we
have in Buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit a490687571 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:08:04 +02:00
Fabrice Fontaine
7387cb3a05
package/libfreeglut: fix build with gcc 10
...
Fixes:
- http://autobuild.buildroot.org/results/48c11cfc19784cc9c3ba5c6ba3d91ddae192734e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 8fd514caef )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:02:59 +02:00
Fabrice Fontaine
8a33568bb8
package/python-py: security bump to version 1.10.0
...
Fix CVE-2020-29651: A denial of service via regular expression in the
py.path.svnwc component of py (aka python-py) through 1.9.0 could be
used by attackers to cause a compute-time denial of service attack by
supplying malicious input to the blame functionality.
Add py/_vendored_packages/iniconfig-1.1.1.dist-info/LICENSE (MIT) which
has been added with
94cf44fd41
https://github.com/pytest-dev/py/blob/1.10.0/CHANGELOG.rst
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit b430894d63 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:02:35 +02:00
Fabrice Fontaine
8d36e9f9a5
package/python-py: add CPE variables
...
cpe:2.3:a:pytest:py is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apytest%3Apy
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 24729c8971 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:02:27 +02:00
Fabrice Fontaine
7f3aadc196
package/python-aiohttp: add CPE variables
...
cpe:2.3:a:aiohttp_project:aiohttp is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aaiohttp_project%3Aaiohttp
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 4e53f3fc63 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:02:11 +02:00
Fabrice Fontaine
7df7fb4a56
package/python-pip: add CPE variables
...
cpe:2.3:a:pypa:pip is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apypa%3Apip
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit c845523fe2 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:01:48 +02:00
Fabrice Fontaine
d83594378c
package/python-pillow: add CPE variables
...
cpe:2.3:a:python:pillow is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apython%3Apillow
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 51cb6cfad4 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 13:01:41 +02:00
Fabrice Fontaine
3f0b6bd475
package/python-ipython: add CPE variables
...
cpe:2.3:a:ipython:ipython is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aipython%3Aipython
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 398c3ca43e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 12:59:45 +02:00
Fabrice Fontaine
5a013b46a9
package/python-psutil: add CPE variables
...
cpe:2.3:a:psutil_project:psutil is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apsutil_project%3Apsutil
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit d32bf2d6eb )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 12:59:37 +02:00
Peter Korsgaard
00a55bd206
package/python3: security bump to version 3.9.4
...
Fixes the following security issues:
- bpo-42988: CVE-2021-3426: Remove the getfile feature of the pydoc module
which could be abused to read arbitrary files on the disk (directory
traversal vulnerability). Moreover, even source code of Python modules
can contain sensitive data like passwords. Vulnerability reported by
David Schwörer.
- bpo-43285: ftplib no longer trusts the IP address value returned from the
server in response to the PASV command by default. This prevents a
malicious FTP server from using the response to probe IPv4 address and
port combinations on the client network.
Code that requires the former vulnerable behavior may set a
trust_server_pasv_ipv4_address attribute on their ftplib.FTP instances to
True to re-enable it.
- bpo-43439: Add audit hooks for gc.get_objects(), gc.get_referrers() and
gc.get_referents(). Patch by Pablo Galindo.
Note: 3.9.3 was recalled due to introducing unintentional ABI
incompatibility, and fixes re-released as 3.9.4:
https://www.python.org/downloads/release/python-394/
Add host-autoreconf-archive, as it is needed for autoreconf since:
064bc07f24
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit a14ce17ca6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:32:14 +02:00
Fabrice Fontaine
7e87a42109
package/scapy: add CPE variables
...
cpe:2.3:a:scapy:scapy is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Ascapy%3Ascapy
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 241ab7cb3f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:30:41 +02:00
Fabrice Fontaine
ff0c05b948
package/haproxy: bump to version 2.2.13
...
http://www.haproxy.org/download/2.2/src/CHANGELOG
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 398103fbdd )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:30:02 +02:00
Fabrice Fontaine
e5ba82a9e4
package/python-networkx: add CPE variables
...
cpe:2.3:a:python:networkx is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apython%3Anetworkx
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 1175f46044 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:28:01 +02:00
Fabrice Fontaine
afbc828ac4
package/python-tornado: add CPE variables
...
cpe:2.3:a:tornadoweb:tornado is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Atornadoweb%3Atornado
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit f07f208e14 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:27:52 +02:00
Fabrice Fontaine
10132d996f
package/python-pyro: add CPE variables
...
cpe:2.3:a:pyro_project:pyro is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apyro_project%3Apyro
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 4fcc47d5ad )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:27:36 +02:00
Fabrice Fontaine
17fba31c4c
package/python-jinja2: add CPE variables
...
cpe:2.3:a:pocoo:jinja2 is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apocoo%3Ajinja2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 165f60a092 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:27:22 +02:00
Fabrice Fontaine
9424147649
package/janus-gateway: add CPE variables
...
cpe:2.3:a:meetecho:janus is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Ameetecho%3Ajanus
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 497981ff34 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:27:06 +02:00
Fabrice Fontaine
e19652dd89
package/python-docker: add CPE variables
...
cpe:2.3:a:docker:docker-py is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Adocker%3Adocker-py
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 66b7d2ce1c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:26:58 +02:00
Fabrice Fontaine
6e7dd3f7d3
package/python-decorator: add CPE variables
...
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%3A2.3%3Aa%3Apython%3Adecorator
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 4783e5fd8c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:26:43 +02:00
Fabrice Fontaine
de2666913e
package/python-bsdiff4: add CPE variables
...
cpe:2.3:a:pypi:bsdiff4 is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apypi%3Absdiff4
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 09bd087911 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:26:26 +02:00
Fabrice Fontaine
cb0f914729
package/coreutils: fix build without threads
...
Build of coreutils without threads is broken since bump to version 8.32
in commit b4a0f9fb0e
Fixes:
- http://autobuild.buildroot.org/results/8d00bdabef73daa2a1d1f4c6e183dda447a82134
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[yann.morin.1998@free.fr:
- do an actual backport of patch 0002
- add upstream status for patch 0003
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit b3ba0f1d2f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:25:55 +02:00
Fabrice Fontaine
40f59fb36a
package/python-web2py: add CPE variables
...
cpe:2.3:a:web2py:web2py is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aweb2py%3Aweb2py
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit f684bc46ca )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:24:54 +02:00
Fabrice Fontaine
658bf03a14
package/python-sqlalchemy: add CPE variables
...
cpe:2.3:a:sqlalchemy:sqlalchemy is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Asqlalchemy%3Asqlalchemy
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 558bb6c8c1 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:24:46 +02:00
Fabrice Fontaine
083973cc2c
package/python-validators: add CPE variables
...
cpe:2.3:a:validators_project:validators is a valid CPE identifier for
this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Avalidators_project%3Avalidators
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 86db0c3bae )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:24:02 +02:00
Fabrice Fontaine
d42544c303
package/python-m2crypto: add CPE variables
...
cpe:2.3:a:m2crypto_project:m2crypto is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Am2crypto_project%3Am2crypto
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 4dcd1dcf67 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:23:52 +02:00
Peter Korsgaard
3e47f11283
package/python-pygments: security bump to version 2.7.4
...
Fixes the following security issues:
- CVE-2021-20270: An infinite loop in SMLLexer in Pygments versions 1.5 to
2.7.3 may lead to denial of service when performing syntax highlighting of
a Standard ML (SML) source file, as demonstrated by input that only
contains the "exception" keyword
- CVE-2021-27291: In pygments 1.1+, fixed in 2.7.4, the lexers used to parse
programming languages rely heavily on regular expressions. Some of the
regular expressions have exponential or cubic worst-case complexity and
are vulnerable to ReDoS. By crafting malicious input, an attacker can
cause a denial of service
Python 2.x support was dropped in pygments 2.6, so adjust (reverse)
dependencies:
Version 2.6
-----------
(released March 8, 2020)
- Running Pygments on Python 2.x is no longer supported.
(The Python 2 lexer still exists.)
Adjust the license hash for a change of copyright years:
a590ac5ea7
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 03c2a81231 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:23:20 +02:00
Bernd Kuhls
047f1b799c
package/samba4: AD DC support needs ADS
...
Needed due to upstream commit:
607c9ab307
Fixes:
http://autobuild.buildroot.net/results/b3f/b3fe797408b9041de37433602b3a47211818e44b/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit d38d99c77d )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 11:20:55 +02:00
Fabrice Fontaine
28a2c76031
package/python-enum34: add CPE variables
...
cpe:2.3:a:python:enum34 is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apython%3Aenum34
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 9496ed58bc )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:46:01 +02:00
Fabrice Fontaine
ccbe5cb339
package/python-ecdsa: add PYTHON_ECDSA_CPE_ID_VENDOR
...
cpe:2.3:a:python-ecdsa_project:python-ecdsa is a valid CPE identifier
for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apython-ecdsa_project%3Apython-ecdsa
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit c0747ee4f4 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:45:46 +02:00
Fabrice Fontaine
c7700ae5fb
package/python-pyjwt: add CPE variables
...
cpe:2.3:a:pyjwt_project:pyjwt is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apyjwt_project%3Apyjwt
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 536a5017f7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:45:23 +02:00
Fabrice Fontaine
a23c399607
package/python-pyopenssl: add CPE variables
...
cpe:2.3:a:pyopenssl:pyopenssl is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apyopenssl%3Apyopenssl
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit c16848b938 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:45:14 +02:00
Fabrice Fontaine
18ce3618f3
package/python-cryptography: add CPE variables
...
cpe:2.3:a:cryptography_project:cryptography is a valid CPE identifier
for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Acryptography_project%3Acryptography
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit d2eaa6a81c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:44:57 +02:00
Fabrice Fontaine
d541851160
package/python-paramiko: drop python-pyasn1 dependency
...
python-pyasn1 is truly optional since version 2.5.0 and
a31818c285
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 78da0a0ea3 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:44:40 +02:00
Fabrice Fontaine
836935b198
package/python-paramiko: add CPE variables
...
cpe:2.3:a:paramiko:paramiko is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aparamiko%3Aparamiko
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 9ca20e1efc )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:44:13 +02:00
Fabrice Fontaine
3bec9a2290
package/python-flask: add CPE variables
...
cpe:2.3:a:palletsprojects:flask is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apalletsprojects%3Aflask
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 21fecfab17 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:43:56 +02:00
Fabrice Fontaine
c232567a01
package/python-parso: add CPE variables
...
cpe:2.3:a:parso_project:parso is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aparso_project%3Aparso
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 821ba90f16 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:43:10 +02:00
Fabrice Fontaine
1972366a2a
package/python-pygments: add CPE variables
...
cpe:2.3:a:pygments:pygments is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apygments%3Apygments
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 7a249899e2 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-06 09:43:00 +02:00
Fabrice Fontaine
ca6ae03b7a
package/libvips: add LIBVIPS_CPE_ID_VENDOR
...
cpe:2.3:a:libvips_project:libvips is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Alibvips_project%3Alibvips
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit be6cd69a01 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 22:07:09 +02:00
Fabrice Fontaine
c550869195
package/openmpi: drop unrecognized option
...
--disable-vt has been dropped since version 2.0.0 and
94190bf04b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 210ec9c0d8 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 22:03:34 +02:00
Fabrice Fontaine
a963eed6f4
package/libvips: add librsvg optional dependency
...
librsvg is an optional dependency which is enabled by default since
version 8.3.0 and
153886d2eb
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit adc0e0c6af )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:57:02 +02:00
Fabrice Fontaine
24bf52fdc7
package/libvips: add zlib optional dependency
...
zlib is an optional dependency which is enabled by default since version
8.4.2 and
5ab0001ec6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 43a9cfd317 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:57:00 +02:00
Chris Packham
dba629ad18
package/micropython: define MICROPY_NLR_SETJMP for xtensa
...
As suggested on https://github.com/micropython/micropython/issues/6551
define MICROPY_NLR_SETJMP to avoid the xtensa specific implementation
of nlr_push.
Fixes:
- http://autobuild.buildroot.net/results/5fc8669b5c768ccfc02bd20d1159bce7fe43683e
Signed-off-by: Chris Packham <judge.packham@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 9fd9f4e675 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:53:26 +02:00
Fabrice Fontaine
d1c3a47f3c
package/libvips: add giflib optional dependency
...
giflib is an optional dependency which is enabled by default since
version 8.3.0 and
d79407f285
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit bd1a3a29de )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:34:14 +02:00
Michael Vetter
00c28a2500
package/jasper: bump version to 2.0.28
...
Changes:
* Fix potential null pointer dereference in the JP2/JPC decoder. (#269 )
* Fix ignoring of JAS_STREAM_FILEOBJ_NOCLOSE at stream close time. (#286 )
* Fix integral type sizing problem in JP2 codec. (#284 )
Signed-off-by: Michael Vetter <jubalh@iodoru.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 7727703a8b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:24:50 +02:00
Fabrice Fontaine
7a4ce43c03
package/upx: fix CVE-2021-20285
...
A flaw was found in upx canPack in p_lx_elf.cpp in UPX 3.96. This flaw
allows attackers to cause a denial of service (SEGV or buffer overflow
and application crash) or possibly have unspecified other impacts via a
crafted ELF. The highest threat from this vulnerability is to system
availability.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 92a6db4fc6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:08:58 +02:00
Fabrice Fontaine
92d0d6db66
package/gnutls: security bump to version 3.7.1
...
- Fix CVE-2021-20231 and CVE-2021-20232:
https://www.gnutls.org/security-new.html#GNUTLS-SA-2021-03-10
- Drop patch (not needed since:
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=b2d4b6c87827e34a694278d085a31508af052a37 )
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit ce978e0a67 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:08:44 +02:00
Fabrice Fontaine
2f9552bb50
package/botan: add support for riscv32
...
Backport an upstream patch to add support for riscv32. Although this is
a new feature (new arch support), this is an upstream commit, so we can
expect it to be available in a future release.
Fixes:
- http://autobuild.buildroot.org/results/1c399312dbec5d7a28ec90d62fdd8f47fa14ff4b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[yann.morin.1998@free.fr:
- technically, this is not a bug fix, but new arch support
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 08a0e9bd06 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:07:04 +02:00
Fabrice Fontaine
fa5cff728e
package/perl-xml-libxml: add CPE variables
...
cpe:2.3:a:xml-libxml_project:xml-libxml is a valid CPE identifier for
this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Axml-libxml_project%3Axml-libxml
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 26d9863c82 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 21:05:57 +02:00