Skip to content

Instantly share code, notes, and snippets.

@DigitalBrains1
Created April 11, 2014 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DigitalBrains1/10503183 to your computer and use it in GitHub Desktop.
Save DigitalBrains1/10503183 to your computer and use it in GitHub Desktop.
Sailfish wpa_supplicant revert commit 51e3eaf: specfile patch
--- wpa_supplicant.spec.orig 2014-04-09 02:27:47.000000000 +0200
+++ wpa_supplicant.spec 2014-04-11 22:17:01.073543498 +0200
@@ -20,6 +20,7 @@
Patch4: wpa_supplicant-openssl-more-algs.patch
Patch5: wpa_supplicant-gui-qt4.patch
Patch6: libnl3-includes.patch
+Patch7: wpa_supplicant-dont-fail-client-cert.patch
BuildRequires: pkgconfig(libnl-3.0)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(openssl)
@@ -73,6 +74,8 @@
%patch5 -p1
# libnl3-includes.patch
%patch6 -p1
+# wpa_supplicant-dont-fail-client-cert.patch
+%patch7 -p2
%build
pushd wpa_supplicant
@@ -179,6 +182,8 @@
%{_libdir}/libeap.so.0*
%changelog
+* Fri Apr 11 2014 Peter Lebbing <peter@digitalbrains.com> - 2.1
+- Fix server certificates not getting accepted if they have client EKU set
* Thu Mar 13 2014 Marko Saukko <marko.saukko@gmail.com> - 2.1
- [packaging] Update to version 2.1 of wpa_supplicant.
* Sun Oct 6 2013 Marko Saukko <marko.saukko@gmail.com> - 2.0-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment