madwifi-ng r1844: Add svn snapshot 1844 which is the same as the 0.9.2.1
authorJamie Lenehan <lenehan@twibble.org>
Sat, 16 Dec 2006 23:55:07 +0000 (23:55 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sat, 16 Dec 2006 23:55:07 +0000 (23:55 +0000)
release. This includes a critical fix for CVE-2006-6332 which is a remotely
exploitable stack-based buffer overflow bug.

packages/madwifi/madwifi-ng-r1844-20061208/.mtn2git_empty [new file with mode: 0644]
packages/madwifi/madwifi-ng-r1844-20061208/10-xscale-be-elf-copts.patch [new file with mode: 0644]
packages/madwifi/madwifi-ng-r1844-20061208/10-xscale-le-elf-copts.patch [new file with mode: 0644]
packages/madwifi/madwifi-ng_r1844-20061208.bb [new file with mode: 0644]

diff --git a/packages/madwifi/madwifi-ng-r1844-20061208/.mtn2git_empty b/packages/madwifi/madwifi-ng-r1844-20061208/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/madwifi/madwifi-ng-r1844-20061208/10-xscale-be-elf-copts.patch b/packages/madwifi/madwifi-ng-r1844-20061208/10-xscale-be-elf-copts.patch
new file mode 100644 (file)
index 0000000..f285540
--- /dev/null
@@ -0,0 +1,12 @@
+Index: madwifi-ng-r1844-20061208/hal/public/xscale-be-elf.inc
+===================================================================
+--- madwifi-ng-r1844-20061208.orig/hal/public/xscale-be-elf.inc
++++ madwifi-ng-r1844-20061208/hal/public/xscale-be-elf.inc
+@@ -77,5 +77,5 @@ AH_REGOPS_FUNC=1
+ LDOPTS=       -EB
+ COPTS+=       -DAH_BYTE_ORDER=AH_BIG_ENDIAN
+-COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \
+-      -mtune=xscale  -mshort-load-bytes
++COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common \
++      -mtune=xscale -msoft-float -mfp=2
diff --git a/packages/madwifi/madwifi-ng-r1844-20061208/10-xscale-le-elf-copts.patch b/packages/madwifi/madwifi-ng-r1844-20061208/10-xscale-le-elf-copts.patch
new file mode 100644 (file)
index 0000000..3224324
--- /dev/null
@@ -0,0 +1,10 @@
+Index: madwifi-ng-r1844-20061208/hal/public/xscale-le-elf.inc
+===================================================================
+--- madwifi-ng-r1844-20061208.orig/hal/public/xscale-le-elf.inc
++++ madwifi-ng-r1844-20061208/hal/public/xscale-le-elf.inc
+@@ -79,4 +79,4 @@ AH_REGOPS_FUNC=1
+ LDOPTS=       -EL
+ COPTS+=       -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN
+ COPTS+= -march=armv4 -mlittle-endian -fno-strict-aliasing -fno-common \
+-      -mapcs-32 -mtune=xscale  -mshort-load-bytes
++      -mtune=xscale -msoft-float -mfp=2
diff --git a/packages/madwifi/madwifi-ng_r1844-20061208.bb b/packages/madwifi/madwifi-ng_r1844-20061208.bb
new file mode 100644 (file)
index 0000000..42d8cca
--- /dev/null
@@ -0,0 +1,3 @@
+PR = "r0"
+
+require madwifi-ng_r.inc