meta-openembedded/meta-oe
Stefan Ghinea 98c5cddf67 hostapd: fix CVE-2021-30004
In wpa_supplicant and hostapd 2.9, forging attacks may occur because
AlgorithmIdentifier parameters are mishandled in tls/pkcs1.c and
tls/x509v3.c.

References:
https://nvd.nist.gov/vuln/detail/CVE-2021-30004

Upstream patches:
https://w1.fi/cgit/hostap/commit/?id=a0541334a6394f8237a4393b7372693cd7e96f15

Signed-off-by: Stefan Ghinea <stefan.ghinea@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e2bd6a52bf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-17 06:46:24 -07:00
..
classes classes: Add Android sparse image class 2021-03-08 14:11:59 -08:00
conf conf/layer.conf: include .bbappend files in BBFILES_DYNAMIC 2021-03-28 12:12:57 -07:00
dynamic-layers nanopb: upgrade 0.4.4 -> 0.4.5 2021-03-28 12:12:58 -07:00
lib/oeqa/selftest/cases
licenses ace: add new recipe 2020-06-03 15:15:43 -07:00
recipes-benchmark tinymembench: Correct PV 2021-03-28 12:12:58 -07:00
recipes-bsp flashrom: Add remaining RISCV support 2021-04-03 07:46:03 -07:00
recipes-connectivity hostapd: fix CVE-2021-30004 2021-04-17 06:46:24 -07:00
recipes-core ocl-icd: upgrade 2.2.14 -> 2.3.0 2021-04-17 06:45:48 -07:00
recipes-crypto cryptsetup: DEPEND on renamed util-linux-libuuid 2021-03-26 10:34:21 -07:00
recipes-dbs mariadb: Fix build on newer 32bit architectures 2021-04-07 09:37:36 -07:00
recipes-devtools doxygen: Upgrade 1.8.20 -> 1.9.1 2021-04-08 13:13:29 -07:00
recipes-extended uml-utilities: fix installed-vs-shipped with usrmerge 2021-04-07 09:37:36 -07:00
recipes-gnome libxmlb: upgrade to 0.3.0 2021-03-15 08:46:12 -07:00
recipes-graphics xterm: upgrade 366 -> 367 2021-04-08 13:13:29 -07:00
recipes-kernel bpftool: improve reproducibility 2021-04-03 07:46:03 -07:00
recipes-multimedia live555: upgrade 20210322 -> 20210406 2021-04-08 13:13:29 -07:00
recipes-navigation gpsd: backport d-bus message time patch from upstream 2021-04-03 07:46:03 -07:00
recipes-printing qpdf: upgrade 10.0.4 -> 10.2.0 2021-03-04 09:04:24 -08:00
recipes-security softhsm: update to 2.6.1 and align 2021-02-17 14:01:51 -08:00
recipes-shells dash: upgrade 0.5.11.2 -> 0.5.11.3 2021-01-05 09:16:27 -08:00
recipes-support tbb: Fix build with musl 2021-04-17 06:45:44 -07:00
recipes-test catch2: upgrade to 2.13.4 2021-02-21 23:37:54 -08:00
COPYING.MIT
README README: updated Maintainers list for Hardknott 2021-03-31 07:05:07 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: hardknott
revision: HEAD

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
packages to fullfit this might have different names on different host distributions
e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu
sudo apt-get install gcc-multilib

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][hardknott][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

Branch maintainer: Armin Kuster <akuster@gmail.com>