Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit wpa_supplicant
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 12 Nov 2007 21:59:45 +0100
  • Message-id: <20071112205945.E62FE6780DE@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package wpa_supplicant
checked in at Mon Nov 12 21:59:45 CET 2007.

--------
--- wpa_supplicant/wpa_supplicant.changes 2007-07-24 17:07:35.000000000
+0200
+++ /mounts/work_src_done/STABLE/wpa_supplicant/wpa_supplicant.changes
2007-11-12 14:25:11.573505000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 14:24:33 CET 2007 - ssommer@xxxxxxx
+
+- fix build with gcc 4.3
+
+-------------------------------------------------------------------

New:
----
wpa_supplicant-0.5.8-gcc43.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wpa_supplicant.spec ++++++
--- /var/tmp/diff_new_pack.j21721/_old 2007-11-12 21:59:15.000000000 +0100
+++ /var/tmp/diff_new_pack.j21721/_new 2007-11-12 21:59:15.000000000 +0100
@@ -15,14 +15,15 @@
%ifarch %ix86 x86_64
BuildRequires: madwifi-devel
%endif
-URL: http://hostap.epitest.fi/wpa_supplicant/
+Url: http://hostap.epitest.fi/wpa_supplicant/
Version: 0.5.8
-Release: 1
-License: BSD 3-Clause, GPL v2 or later
+Release: 51
+License: BSD 3-Clause; GPL v2 or later
Group: Productivity/Networking/Other
Summary: WPA supplicant implementation
Source:
http://hostap.epitest.fi/releases/wpa_supplicant-%{version}.tar.bz2
Source1: config
+Patch0: wpa_supplicant-0.5.8-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -55,6 +56,7 @@
%prep
%setup -n wpa_supplicant-%{version}
cp %{SOURCE1} .config
+%patch0 -p1

%build
%ifarch %ix86 x86_64
@@ -83,8 +85,9 @@
%files gui
%defattr(-,root,root)
/usr/sbin/wpa_gui
-
%changelog
+* Mon Nov 12 2007 - ssommer@xxxxxxx
+- fix build with gcc 4.3
* Tue Jul 24 2007 - jg@xxxxxxx
- update to version 0.5.8, changes:
* updated driver_wext.c to build with the current wireless-dev.git


++++++ wpa_supplicant-0.5.8-gcc43.patch ++++++
diff -Naur wpa_supplicant-0.5.8.org/wpa_gui/networkconfig.ui.h
wpa_supplicant-0.5.8/wpa_gui/networkconfig.ui.h
--- wpa_supplicant-0.5.8.org/wpa_gui/networkconfig.ui.h 2007-11-12
14:09:15.880153000 +0100
+++ wpa_supplicant-0.5.8/wpa_gui/networkconfig.ui.h 2007-11-12
14:16:58.865706000 +0100
@@ -10,6 +10,7 @@
** destructor.
*****************************************************************************/

+#include <cstdlib>

enum {
AUTH_NONE = 0,
diff -Naur wpa_supplicant-0.5.8.org/wpa_gui/userdatarequest.ui.h
wpa_supplicant-0.5.8/wpa_gui/userdatarequest.ui.h
--- wpa_supplicant-0.5.8.org/wpa_gui/userdatarequest.ui.h 2007-11-12
14:09:15.910119000 +0100
+++ wpa_supplicant-0.5.8/wpa_gui/userdatarequest.ui.h 2007-11-12
14:14:20.493231000 +0100
@@ -10,6 +10,8 @@
** destructor.
*****************************************************************************/

+#include <cstdlib>
+
int UserDataRequest::setParams(WpaGui *_wpagui, const char *reqMsg)
{
char *tmp, *pos, *pos2;
diff -Naur wpa_supplicant-0.5.8.org/wpa_gui/wpagui.ui.h
wpa_supplicant-0.5.8/wpa_gui/wpagui.ui.h
--- wpa_supplicant-0.5.8.org/wpa_gui/wpagui.ui.h 2007-11-12
14:09:15.923117000 +0100
+++ wpa_supplicant-0.5.8/wpa_gui/wpagui.ui.h 2007-11-12 14:17:46.359161000
+0100
@@ -16,6 +16,7 @@
#include <unistd.h>
#endif

+#include <cstdlib>

void WpaGui::init()
{

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread