~ubuntu-branches/ubuntu/lucid/wpasupplicant/lucid-updates

« back to all changes in this revision

Viewing changes to debian/patches/01_config.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Kyle McMartin
  • Date: 2005-02-15 00:51:28 UTC
  • Revision ID: james.westby@ubuntu.com-20050215005128-4cnlxpp3vc3synqq
Tags: 0.3.8-1
* New upstream release.
* This release fixes a crash due to a buffer overflow, caused by
  a missing validation step on EAPOL-Key frames. Receiving malformed
  frames trigger the crash. More information available in the notes:
  http://lists.shmoo.com/pipermail/hostap/2005-February/009465.html
* Fix some badness with the init script. Missed the -B option
  to daemonize wpa_supplicant... pidfile is not currently being used
  as it requires modifying wpa_supplicant.
* patches/
  - 12_ipw_open_aps (closes: #295143)
    + merge patch against driver_ipw to fix association with
      open access points.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
## 01_config.dpatch by  <kyle@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
if [ $# -lt 1 ]; then
 
8
    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
 
9
    exit 1
 
10
fi
 
11
 
 
12
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
 
13
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
 
14
 
 
15
case "$1" in
 
16
    -patch) patch -p1 ${patch_opts} < $0;;
 
17
    -unpatch) patch -R -p1 ${patch_opts} < $0;;
 
18
    *)
 
19
        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
 
20
        exit 1;;
 
21
esac
 
22
 
 
23
exit 0
 
24
 
 
25
@DPATCH@
 
26
diff -urNad wpasupplicant-0.3.1/.config /tmp/dpep.CrbNn5/wpasupplicant-0.3.1/.config
 
27
--- wpasupplicant-0.3.1/.config 1969-12-31 19:00:00.000000000 -0500
 
28
+++ /tmp/dpep.CrbNn5/wpasupplicant-0.3.1/.config        2004-12-18 14:02:36.000000000 -0500
 
29
@@ -0,0 +1,25 @@
 
30
+CONFIG_CTRL_IFACE=y
 
31
+CONFIG_DRIVER_HOSTAP=y
 
32
+CONFIG_DRIVER_PRISM54=y
 
33
+CONFIG_DRIVER_MADWIFI=y
 
34
+CONFIG_DRIVER_ATMEL=y
 
35
+#CONFIG_DRIVER_HERMES=y
 
36
+#CONFIG_DRIVER_BROADCOM=y
 
37
+CONFIG_DRIVER_WEXT=y
 
38
+#CONFIG_DRIVER_NDIS=y
 
39
+CONFIG_DRIVER_NDISWRAPPER=y
 
40
+CONFIG_DRIVER_IPW=y
 
41
+CONFIG_WIRELESS_EXTENSION=y
 
42
+CONFIG_IEEE8021X_EAPOL=y
 
43
+CONFIG_EAP_MD5=y
 
44
+CONFIG_EAP_MSCHAPV2=y
 
45
+CONFIG_EAP_TLS=y
 
46
+CONFIG_EAP_PEAP=y
 
47
+CONFIG_EAP_TTLS=y
 
48
+CONFIG_EAP_GTC=y
 
49
+CONFIG_EAP_OTP=y
 
50
+CONFIG_EAP_SIM=y
 
51
+CONFIG_EAP_AKA=y
 
52
+CONFIG_EAP_PSK=y
 
53
+CONFIG_EAP_LEAP=y
 
54
+#CONFIG_PCSC=y