summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2007-06-12 13:56:28 +0200
committerEric Sandall2007-06-12 10:18:27 -0700
commit1dacf562c698d1a580c36ad50266533becd03415 (patch)
treeef8698d6379530ffc8df25648eb773df8e11af16
parente309c9eda4e7dd7760c0fa39305bf7a671f53282 (diff)
madwifi: forgot security patch ++
(cherry picked from commit 63a662b7cd738d7302e90de0be8d2f11406e7e60)
-rwxr-xr-xkernels/madwifi/DETAILS2
-rw-r--r--kernels/madwifi/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/kernels/madwifi/DETAILS b/kernels/madwifi/DETAILS
index 1e1e3edb72..3e78544916 100755
--- a/kernels/madwifi/DETAILS
+++ b/kernels/madwifi/DETAILS
@@ -16,7 +16,7 @@ else
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SECURITY_PATCH=1
+ SECURITY_PATCH=2
LICENSE[0]=GPL
KEYWORDS="kernels"
WEB_SITE=http://madwifi.sourceforge.net/
diff --git a/kernels/madwifi/HISTORY b/kernels/madwifi/HISTORY
index 10cfeb6d81..fe58ed2487 100644
--- a/kernels/madwifi/HISTORY
+++ b/kernels/madwifi/HISTORY
@@ -1,5 +1,6 @@
2007-06-12 Arjan Bouter <abouter@sourcemage.org>
* DETAILS: version bumped to 0.9.3.1
+ secpatch++
2007-04-27 Eric Sandall <sandalle@sourcemage.org>
* INSTALL: Install binaries to /usr/sbin per Jeremy Blosser