rpms/wpa_supplicant/F-11 wpa_supplicant-0.6.8-openssl-init.patch, NONE, 1.1 wpa_supplicant.spec, 1.60, 1.61

Daniel Williams dcbw at fedoraproject.org
Thu Jan 7 03:33:57 UTC 2010


Author: dcbw

Update of /cvs/extras/rpms/wpa_supplicant/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30079

Modified Files:
	wpa_supplicant.spec 
Added Files:
	wpa_supplicant-0.6.8-openssl-init.patch 
Log Message:
* Wed Jan  6 2010 Dan Williams <dcbw at redhat.com> - 1:0.6.8-8
- Fix handling of newer PKCS#12 files (rh #541924)



wpa_supplicant-0.6.8-openssl-init.patch:
 tls_openssl.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE wpa_supplicant-0.6.8-openssl-init.patch ---
diff -up wpa_supplicant-0.6.8/src/crypto/tls_openssl.c.ossl-init wpa_supplicant-0.6.8/src/crypto/tls_openssl.c
--- wpa_supplicant-0.6.8/src/crypto/tls_openssl.c.ossl-init	2009-02-15 19:00:00.000000000 +0100
+++ wpa_supplicant-0.6.8/src/crypto/tls_openssl.c	2009-12-15 11:10:31.000000000 +0100
@@ -734,6 +734,7 @@ void * tls_init(const struct tls_config 
 
 	if (tls_openssl_ref_count == 0) {
 		SSL_load_error_strings();
+		OpenSSL_add_all_algorithms();
 		SSL_library_init();
 		/* TODO: if /dev/urandom is available, PRNG is seeded
 		 * automatically. If this is not the case, random data should


Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/F-11/wpa_supplicant.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- wpa_supplicant.spec	29 Nov 2009 22:31:58 -0000	1.60
+++ wpa_supplicant.spec	7 Jan 2010 03:33:57 -0000	1.61
@@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.6.8
-Release: 6%{?dist}
+Release: 8%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -24,6 +24,7 @@ Patch9: wpa_supplicant-0.6.8-ap-stabilit
 Patch10: wpa_supplicant-0.6.8-scanning-property.patch
 Patch11: wpa_supplicant-0.6.9-scan-faster.patch
 Patch12: wpa_supplicant-0.6.9-eapol-race-fix.patch
+Patch13: wpa_supplicant-0.6.8-openssl-init.patch
 
 URL: http://w1.fi/wpa_supplicant/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +64,7 @@ Graphical User Interface for wpa_supplic
 %patch10 -p1 -b .scanning-property
 %patch11 -p1 -b .scan-faster
 %patch12 -p1 -b .eapol-race-fix
+%patch13 -p1 -b .more-openssl-algs
 
 %build
 pushd wpa_supplicant
@@ -153,13 +155,20 @@ fi
 %{_bindir}/wpa_gui
 
 %changelog
-* Sun Nov 29 2009 Dan Williams <dcbw at redhat.com> - 1:0.6.8-6
-- Fix supplicant initscript return value (rh #521807)
+* Wed Jan  6 2010 Dan Williams <dcbw at redhat.com> - 1:0.6.8-8
+- Fix handling of newer PKCS#12 files (rh #541924)
 
-* Sun Nov 29 2009 Dan Williams <dcbw at redhat.com> - 1:0.6.8-5
+* Sun Nov 29 2009 Dan Williams <dcbw at redhat.com> - 1:0.6.8-7
+- Fix supplicant initscript return value (rh #521807)
 - Fix race when connecting to WPA-Enterprise/802.1x-enabled access points (rh #508509)
 - Don't double-scan when attempting to associate
 
+* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1:0.6.8-6
+- rebuilt with new openssl
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.6.8-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed May 13 2009 Dan Williams <dcbw at redhat.com> - 1:0.6.8-4
 - Let D-Bus clients know when the supplicant is scanning
 




More information about the fedora-extras-commits mailing list