New commits:
commit 1b0ca0b434cb142b8b7fc49f8f821bf8cab862a3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
wpa_supplicant: Also work for non-associated off/any ESSIDs
commit f0c2ea48ac9834299dddc976689f0e837b64b8a6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mpich2: Updated to 1.0.6
commit 824a975bf606e59050362ce6a52df2a6e5c301da
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
bochs: Updated to 2.3.5
diff --git a/cluster/mpich2/DETAILS b/cluster/mpich2/DETAILS
index c0853b3..77ab3b3 100755
--- a/cluster/mpich2/DETAILS
+++ b/cluster/mpich2/DETAILS
@@ -1,13 +1,13 @@
SPELL=mpich2
- VERSION=1.0.3
+ VERSION=1.0.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.mcs.anl.gov/pub/mpi/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
- WEB_SITE=http://www-unix.mcs.anl.gov/mpi/${SPELL}
- ENTERED=20031030
LICENSE[0]=http://www-unix.mcs.anl.gov/mpi/mpich2/license.htm
+ WEB_SITE=http://www-unix.mcs.anl.gov/mpi/${SPELL}
KEYWORDS="cluster"
+ ENTERED=20031030
SHORT="Portable implementation of MPICH with MPI-2 extensions"
cat << EOF
MPI (Message Passing Interface) is a specification for a standard library
for message passing that was defined by the MPI Forum, a broadly based group
of parallel computer vendors, library writers, and applications specialists.
MPICH is unique among existing implementations in its design goal of
combining portability with high performance. Contains the MPI-2 extensions.
diff --git a/cluster/mpich2/HISTORY b/cluster/mpich2/HISTORY
index b9f5b1b..dde7c67 100644
--- a/cluster/mpich2/HISTORY
+++ b/cluster/mpich2/HISTORY
@@ -1,3 +1,6 @@
+2007-09-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.6
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/cluster/mpich2/mpich2-1.0.3.tar.gz.sig
b/cluster/mpich2/mpich2-1.0.3.tar.gz.sig
deleted file mode 100644
index ee7d6db..0000000
Binary files a/cluster/mpich2/mpich2-1.0.3.tar.gz.sig and /dev/null differ
diff --git a/cluster/mpich2/mpich2-1.0.6.tar.gz.sig
b/cluster/mpich2/mpich2-1.0.6.tar.gz.sig
new file mode 100644
index 0000000..4775690
Binary files /dev/null and b/cluster/mpich2/mpich2-1.0.6.tar.gz.sig differ
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 6c0da74..010d4c5 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,6 @@
+2007-09-18 Eric Sandall <sandalle AT sourcemage.org>
+ * init.d/wpa_supplicant: Also except off/any ESSID as non-associated
+
2007-07-20 Robin Cook <rcook AT wryms.net>
* PRE_BUILD: cd to correct directory if devel
* BUILD: cd to correct directory if devel
diff --git a/net/wpa_supplicant/init.d/wpa_supplicant
b/net/wpa_supplicant/init.d/wpa_supplicant
index 8625691..5660a3f 100755
--- a/net/wpa_supplicant/init.d/wpa_supplicant
+++ b/net/wpa_supplicant/init.d/wpa_supplicant
@@ -16,8 +16,9 @@ start()
required_executable /usr/sbin/iwconfig
local IWCONFIG=`builtin echo $(/usr/sbin/iwconfig $INTERFACE 2>&1)`