From d8f4eea1eaf3df24d4dfbec7020d1a3da9158902 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 5 May 2016 10:40:12 +0200 Subject: [PATCH] hostapd: fix CVE-2016-4476 --- srcpkgs/hostapd/patches | 1 - .../0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch | 1 + srcpkgs/hostapd/patches/patch-src_crypto_tls_openssl_c | 1 + srcpkgs/hostapd/patches/patch-src_utils_eloop_c | 1 + srcpkgs/hostapd/template | 2 +- 5 files changed, 4 insertions(+), 2 deletions(-) delete mode 120000 srcpkgs/hostapd/patches create mode 120000 srcpkgs/hostapd/patches/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch create mode 120000 srcpkgs/hostapd/patches/patch-src_crypto_tls_openssl_c create mode 120000 srcpkgs/hostapd/patches/patch-src_utils_eloop_c diff --git a/srcpkgs/hostapd/patches b/srcpkgs/hostapd/patches deleted file mode 120000 index 1ce5c58efb..0000000000 --- a/srcpkgs/hostapd/patches +++ /dev/null @@ -1 +0,0 @@ -../wpa_supplicant/patches \ No newline at end of file diff --git a/srcpkgs/hostapd/patches/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch b/srcpkgs/hostapd/patches/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch new file mode 120000 index 0000000000..f7822f6764 --- /dev/null +++ b/srcpkgs/hostapd/patches/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch @@ -0,0 +1 @@ +../../wpa_supplicant/patches/0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch \ No newline at end of file diff --git a/srcpkgs/hostapd/patches/patch-src_crypto_tls_openssl_c b/srcpkgs/hostapd/patches/patch-src_crypto_tls_openssl_c new file mode 120000 index 0000000000..8ebf38d93a --- /dev/null +++ b/srcpkgs/hostapd/patches/patch-src_crypto_tls_openssl_c @@ -0,0 +1 @@ +../../wpa_supplicant/patches/patch-src_crypto_tls_openssl_c \ No newline at end of file diff --git a/srcpkgs/hostapd/patches/patch-src_utils_eloop_c b/srcpkgs/hostapd/patches/patch-src_utils_eloop_c new file mode 120000 index 0000000000..3ce14d43d9 --- /dev/null +++ b/srcpkgs/hostapd/patches/patch-src_utils_eloop_c @@ -0,0 +1 @@ +../../wpa_supplicant/patches/patch-src_utils_eloop_c \ No newline at end of file diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template index bcc22ce621..01f793a5a9 100644 --- a/srcpkgs/hostapd/template +++ b/srcpkgs/hostapd/template @@ -1,7 +1,7 @@ # Template file for 'hostapd' pkgname=hostapd version=2.5 -revision=2 +revision=3 build_wrksrc=${pkgname} conf_files="/etc/hostapd/hostapd.conf" hostmakedepends="pkg-config"