summaryrefslogtreecommitdiffstats
path: root/madwifi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-10-18 18:58:57 +0000
committer Eric Hameleers <alien@slackware.com>2007-10-18 18:58:57 +0000
commit44afb25351804756e75c0878ec6c71a275000924 (patch)
tree6be6c52db3aea44c5da9c342936e9a9ed4ee7098 /madwifi
parent2fffe35041c102674489d003e268077255433626 (diff)
downloadasb-44afb25351804756e75c0878ec6c71a275000924.tar.gz
asb-44afb25351804756e75c0878ec6c71a275000924.tar.xz
Support 2.6.23 kernels; fix vulnerability CVE-2007-5448
Diffstat (limited to 'madwifi')
-rwxr-xr-xmadwifi/build/madwifi.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/madwifi/build/madwifi.SlackBuild b/madwifi/build/madwifi.SlackBuild
index e4e900a4..22ae8356 100755
--- a/madwifi/build/madwifi.SlackBuild
+++ b/madwifi/build/madwifi.SlackBuild
@@ -62,16 +62,20 @@
# * This release adds support for the 2.6.22 kernel.
# 0.9.3.2-2: 13/oct/2007 by Eric Hameleers <alien@slackware.com>
# * Patch to support the 2.6.23 kernel.
+# 0.9.3.3-1: 18/oct/2007 by Eric Hameleers <alien@slackware.com>
+# * Well that was a quick one. The 2.6.23 kernel is supported now,
+# and a fix for vulnerability CVE-2007-5448 is provided.
+# Everyone is urged to upgrade to this version.
# -----------------------------------------------------------------------------
# Change SNAPSHOT from "" to "yes" below if you're building a snapshot release.
SNAPSHOT=${SNAPSHOT:-""}
PRGNAM=madwifi
-SRCVER="0.9.3.2"
-VERSION=${VERSION:-0.9.3.2} # Note: for snapshot builds,
+SRCVER="0.9.3.3"
+VERSION=${VERSION:-0.9.3.3} # Note: for snapshot builds,
# the VERSION value changes further down;
-BUILD=2
+BUILD=1
ARCH=${ARCH:-i486}
KVER=${KVER:-`uname -r`}
@@ -206,8 +210,6 @@ cd -
if [ -z $SNAPSHOT ]; then
cd ${PRGNAM}-${SRCVER}
- # Patch the source to support kernel > 2.6.22 :
- patch -p0 < ${SRCDIR}/madwifi_kernel_2.6.23.diff
else
cd ${PRGNAM}-ng-${SRCVER}
fi