From e27c4ca65c76319baf9b92c83bf318a7f94023c8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 15 Aug 2007 08:33:04 +0000 Subject: Update to 0.9.3.2 --- madwifi/build/madwifi.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'madwifi') diff --git a/madwifi/build/madwifi.SlackBuild b/madwifi/build/madwifi.SlackBuild index 07426c1f..fa927aa8 100755 --- a/madwifi/build/madwifi.SlackBuild +++ b/madwifi/build/madwifi.SlackBuild @@ -58,7 +58,7 @@ # will build correctly for SMP kernels. # 0.9.3.1-1: 23/may/2007 by Eric Hameleers # * This release fixes a few security issues. -# 0.9.3.2-1: 28/jul/2007 by Eric Hameleers +# 0.9.3.2-1: 15/aug/2007 by Eric Hameleers # * This release adds support for the 2.6.22 kernel. # ----------------------------------------------------------------------------- @@ -165,7 +165,7 @@ if [ -z $SNAPSHOT ]; then # download stable release [ -w "$SRCDIR" ] || SOURCE="$OUTPUT/`basename $SOURCE`" echo "Source '`basename ${SOURCE}`' not available yet..." echo "Will download file to `dirname $SOURCE`" - wget -O "${SOURCE}" "${SRCURL}" || true + wget --connect-timeout=20 -O "${SOURCE}" "${SRCURL}" || true if [ $? -ne 0 ]; then echo "Downloading '`basename ${SOURCE}`' failed... aborting the build." mv -f "${SOURCE}" "${SOURCE}".FAIL -- cgit v1.2.3-79-gdb01