rpms/xsupplicant/FC-4 xsupplicant-1.2.1-bz167467.patch, NONE, 1.1 xsupplicant.spec, 1.6, 1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 16 23:27:23 UTC 2005


Author: spot

Update of /cvs/extras/rpms/xsupplicant/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18483/FC-4

Modified Files:
	xsupplicant.spec 
Added Files:
	xsupplicant-1.2.1-bz167467.patch 
Log Message:

patch to try to resolve bz 167467


xsupplicant-1.2.1-bz167467.patch:

--- NEW FILE xsupplicant-1.2.1-bz167467.patch ---
--- xsupplicant-1.2.1/src/cardif/linux/cardif_linux_rtnetlink.c.BAD	2005-09-16 18:22:29.000000000 -0500
+++ xsupplicant-1.2.1/src/cardif/linux/cardif_linux_rtnetlink.c	2005-09-16 18:22:44.000000000 -0500
@@ -135,7 +135,7 @@
   struct iw_event *iwe=NULL;
   unsigned char flags=0;
   u_char *wpa_ie=NULL, *rsn_ie=NULL, wpa_ie_len=0, rsn_ie_len=0;
-  unsigned int freq;
+  uint16_t freq;
   u_char temp_rsn_len = 0, temp_wpa_len = 0;
 
   tptr = bptr;
--- xsupplicant-1.2.1/doc/xml-userguide/userguide.xml.BAD	2005-09-04 10:28:44.000000000 -0500
+++ xsupplicant-1.2.1/doc/xml-userguide/userguide.xml	2005-09-04 10:28:53.000000000 -0500
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
+    "/usr/share/sgml/docbook/xml-dtd-4.3-1.0-27/docbookx.dtd"
     [
       <!ENTITY chapter1 SYSTEM "chapter1.xml">
       <!ENTITY chapter2 SYSTEM "chapter2.xml">


Index: xsupplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/xsupplicant/FC-4/xsupplicant.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xsupplicant.spec	4 Sep 2005 21:57:53 -0000	1.6
+++ xsupplicant.spec	16 Sep 2005 23:27:21 -0000	1.7
@@ -1,7 +1,7 @@
 Name:		xsupplicant
 Summary:	Open Source Implementation of IEEE 802.1x
 Version:	1.2.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPL
 Group:		System Environment/Base
 URL:		http://www.open1x.org/
@@ -11,6 +11,7 @@
 BuildRequires:	docbook-dtds, docbook-style-dsssl
 Patch0:		xsupplicant-1.2.1-docsfix.patch
 Patch1:		xsupplicant-1.2.1-gcc4-cleanups.patch
+Patch2:		xsupplicant-1.2.1-bz167467.patch
 
 %description
 This software allows a GNU/Linux or BSD workstation to authenticate with
@@ -22,6 +23,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 perl -pi.orig -e 's|/lib\b|/%{_lib}|g' configure*
 
@@ -52,6 +54,9 @@
 %{_sbindir}/xsupplicant
 
 %changelog
+* Fri Sep 16 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.1-5
+- patch to try to resolve bz 167467
+
 * Sun Sep  4 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.1-4
 - use lynx instead of elinks
 




More information about the fedora-extras-commits mailing list