SPECS: madwifi-ng.spec - rel .5, use copy_to_user instead strncpy ...
mguevara
mguevara at pld-linux.org
Sat Oct 21 03:27:38 CEST 2006
Author: mguevara Date: Sat Oct 21 01:27:38 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel .5, use copy_to_user instead strncpy in ieee80211_wireless.c
ieee80211_ioctl_create_vap (patch6)
---- Files affected:
SPECS:
madwifi-ng.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SPECS/madwifi-ng.spec
diff -u SPECS/madwifi-ng.spec:1.19 SPECS/madwifi-ng.spec:1.20
--- SPECS/madwifi-ng.spec:1.19 Sat Oct 21 03:07:34 2006
+++ SPECS/madwifi-ng.spec Sat Oct 21 03:27:32 2006
@@ -14,7 +14,7 @@
%define snap_day 20
%define snap %{snap_year}%{snap_month}%{snap_day}
%define snapdate %{snap_year}-%{snap_month}-%{snap_day}
-%define _rel 0.%{snap}.4
+%define _rel 0.%{snap}.5
%define trunk r1757
Summary: Atheros WiFi card driver
Summary(pl): Sterownik karty radiowej Atheros
@@ -39,6 +39,8 @@
Patch4: %{name}-009-csa_ie_handling_fix.patch
# http://madwifi.org/ticket/858
Patch5: %{name}-010-true_radiotap_parser.patch
+# http://madwifi.org/ticket/946
+Patch6: %{name}-ieee80211_wireless.c.patch
URL: http://www.madwifi.org/
%if %{with kernel}
%{?with_dist_kernel:BuildRequires: kernel-module-build >= 3:2.6.7}
@@ -120,6 +122,7 @@
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
%build
%if %{with userspace}
@@ -284,6 +287,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2006/10/21 01:27:32 mguevara
+- rel .5, use copy_to_user instead strncpy in ieee80211_wireless.c
+ ieee80211_ioctl_create_vap (patch6)
+
Revision 1.19 2006/10/21 01:07:34 mguevara
- rel .4, added patches from lintrack, from 0.9.3 milestone queue
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/madwifi-ng.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list