rpms/xsupplicant/FC-4 xsupplicant-1.2.2-compilefix.patch, 1.1, 1.2 xsupplicant.spec, 1.11, 1.12

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Nov 15 17:55:23 UTC 2005


Author: spot

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

Modified Files:
	xsupplicant-1.2.2-compilefix.patch xsupplicant.spec 
Log Message:

smack smack smack


xsupplicant-1.2.2-compilefix.patch:

Index: xsupplicant-1.2.2-compilefix.patch
===================================================================
RCS file: /cvs/extras/rpms/xsupplicant/FC-4/xsupplicant-1.2.2-compilefix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xsupplicant-1.2.2-compilefix.patch	15 Nov 2005 15:40:05 -0000	1.1
+++ xsupplicant-1.2.2-compilefix.patch	15 Nov 2005 17:55:20 -0000	1.2
@@ -1,11 +1,21 @@
 --- xsupplicant-1.2.2/configure.in.BAD	2005-11-15 09:26:02.000000000 -0600
 +++ xsupplicant-1.2.2/configure.in	2005-11-15 09:27:02.000000000 -0600
-@@ -104,7 +104,7 @@
+@@ -104,7 +105,8 @@
  	*linux*)
  		AC_MSG_RESULT(linux)
  		AC_DEFINE(LINUX_FRAMER)
--		MORELIBS="${MORELIBS} -lm"
-+		MORELIBS="${MORELIBS}"
+		MORELIBS="${MORELIBS} -lm"
++		MOREDEFS="${MOREDEFS} -DHEADERS_KERNEL"
  		FRAMER="linux"
  		;;
  	*freebsd*)
+--- xsupplicant-1.2.2/src/psk.c.BAD	2005-11-15 11:52:29.000000000 -0600
++++ xsupplicant-1.2.2/src/psk.c	2005-11-15 11:52:50.000000000 -0600
+@@ -24,6 +24,7 @@
+ 
+ #include <openssl/hmac.h>
+ #include <openssl/err.h>
++#include <openssl/sha.h>
+ #include <assert.h>
+ #include <string.h>
+ 


Index: xsupplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/xsupplicant/FC-4/xsupplicant.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xsupplicant.spec	15 Nov 2005 15:40:05 -0000	1.11
+++ xsupplicant.spec	15 Nov 2005 17:55:20 -0000	1.12
@@ -1,7 +1,7 @@
 Name:		xsupplicant
 Summary:	Open Source Implementation of IEEE 802.1x
 Version:	1.2.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPL
 Group:		System Environment/Base
 URL:		http://www.open1x.org/
@@ -52,7 +52,7 @@
 %{_sbindir}/xsupplicant
 
 %changelog
-* Tue Nov  5 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.2-4
+* Tue Nov  5 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.2-5
 - compile fix
 
 * Mon Oct 24 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.2-3




More information about the fedora-extras-commits mailing list