summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-06-02 14:41:04 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-06-02 14:59:30 +0200
commit56ce8ace503d45e60b72a79222bb6aada4c76124 (patch)
treeb2fe1a5c3bc63ab0fe339acd9a31e8283bdcd1f5 /net-wireless/hostapd/hostapd-9999.ebuild
parentwww-apps/radicale: enabling test (diff)
downloadgentoo-56ce8ace503d45e60b72a79222bb6aada4c76124.tar.gz
gentoo-56ce8ace503d45e60b72a79222bb6aada4c76124.tar.bz2
gentoo-56ce8ace503d45e60b72a79222bb6aada4c76124.zip
net-wireless/hostapd: fix CVE-2021-30004
Bug: https://bugs.gentoo.org/780135 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-wireless/hostapd/hostapd-9999.ebuild')
-rw-r--r--net-wireless/hostapd/hostapd-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild
index 515d2b26e214..92074dc1872f 100644
--- a/net-wireless/hostapd/hostapd-9999.ebuild
+++ b/net-wireless/hostapd/hostapd-9999.ebuild
@@ -69,6 +69,8 @@ src_prepare() {
eapply "${FILESDIR}/${P}-0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch"
eapply "${FILESDIR}/${P}-0002-WPS-UPnP-Fix-event-message-generation-using-a-long-U.patch"
eapply "${FILESDIR}/${P}-0003-WPS-UPnP-Handle-HTTP-initiation-failures-for-events-.patch"
+ # CVE-2021-30004 bug #780135
+ eapply "${FILESDIR}/${P}-ASN-1-Validate-DigestAlgorithmIdentifier-parameters.patch"
popd >/dev/null || die