Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (4dd400128b82a8465c010052a4327963f95fcd17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (4dd400128b82a8465c010052a4327963f95fcd17)
  • Date: Sat, 22 Sep 2007 19:45:58 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

cluster/mpich2/DETAILS | 6 +--
cluster/mpich2/HISTORY | 3 +
cluster/mpich2/mpich2-1.0.3.tar.gz.sig | 0
cluster/mpich2/mpich2-1.0.6.tar.gz.sig |binary
dev/null |binary
net/wpa_supplicant/HISTORY | 3 +
net/wpa_supplicant/init.d/wpa_supplicant | 5 +--
utils/bochs/BUILD | 50
+++++++++++++++----------------
utils/bochs/DETAILS | 12 +++----
utils/bochs/HISTORY | 7 ++++
utils/bochs/bochs-2.3.5.tar.gz.sig |binary
11 files changed, 50 insertions(+), 36 deletions(-)

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)`

- if [[ "$IWCONFIG" == $INTERFACE\ unassociated* ||
- "$IWCONFIG" == $INTERFACE\ *ESSID:\"\"* ]]
+ if [[ "$IWCONFIG" == $INTERFACE\ unassociated* ||
+ "$IWCONFIG" == $INTERFACE\ *ESSID:off/any* ||
+ "$IWCONFIG" == $INTERFACE\ *ESSID:\"\"* ]]
then
echo Starting wpa_supplicant...
$PROGRAM -B -i $INTERFACE -D $DRIVER -c $CONFIG -g $CONTROL
diff --git a/utils/bochs/BUILD b/utils/bochs/BUILD
index 53a3a83..1740c95 100755
--- a/utils/bochs/BUILD
+++ b/utils/bochs/BUILD
@@ -1,27 +1,27 @@
-OPTS="$OPTS --with-x11 \
- --enable-cdrom=yes \
- --enable-vbe \
- --enable-pci \
- --enable-usb \
- --enable-new-pit \
- --enable-cpu-level=6 \
- --enable-x86-64 \
- --enable-vme \
- --enable-fpu \
- --enable-mmx \
- --enable-3dnow \
- --enable-sse=4 \
- --enable-disasm \
- --enable-idle-hack \
- --enable-all-optimizations \
- --enable-repeat-speedups \
- --enable-icache \
- --enable-plugins \
- --enable-save-restore \
- --enable-compressed-hd \
- --enable-pnic \
- --enable-ne2000 \
- --disable-docbook \
- $RFB $SB16 $TERM $APIC $SMP $IPS" &&
+OPTS="--with-x11 \
+ --enable-cdrom=yes \
+ --enable-vbe \
+ --enable-pci \
+ --enable-usb \
+ --enable-cpu-level=6 \
+ --enable-x86-64 \
+ --enable-vme \
+ --enable-fpu \
+ --enable-mmx \
+ --enable-3dnow \
+ --enable-sse=4 \
+ --enable-disasm \
+ --enable-idle-hack \
+ --enable-all-optimizations \
+ --enable-repeat-speedups \
+ --enable-icache \
+ --enable-plugins \
+ --enable-save-restore \
+ --enable-compressed-hd \
+ --enable-pnic \
+ --enable-ne2000 \
+ --disable-docbook \
+ $RFB $SB16 $TERM $APIC $SMP $IPS \
+ $OPTS" &&

CFLAGS="$CFLAGS" CXXFLAGS="$CFLAGS" default_build
diff --git a/utils/bochs/DETAILS b/utils/bochs/DETAILS
index 8cfd5b0..686ca99 100755
--- a/utils/bochs/DETAILS
+++ b/utils/bochs/DETAILS
@@ -1,16 +1,16 @@
SPELL=bochs
- VERSION=2.3
+ VERSION=2.3.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:9b3ec6568ad9789a470d197a65dcaec0871f53791cb3a3e182d3192d34edc9b6670e2d35627e72d2ef506ab233059f70af1369041ffc6618d156b9c5cc78550a
- WEB_SITE=http://bochs.sourceforge.net
- ENTERED=20020531
- UPDATED=20020731
+#
SOURCE_HASH=sha512:9b3ec6568ad9789a470d197a65dcaec0871f53791cb3a3e182d3192d34edc9b6670e2d35627e72d2ef506ab233059f70af1369041ffc6618d156b9c5cc78550a
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
- DOCS="docs-html/"
+ WEB_SITE=http://bochs.sourceforge.net
KEYWORDS="emulator utils"
+ ENTERED=20020531
SHORT="i386 hardware emulator"
+ DOCS="docs-html/"
cat << EOF
Bochs is a portable x86 PC emulation software package that emulates
enough of the x86 CPU, related AT hardware, and BIOS to run DOS, Windows
diff --git a/utils/bochs/HISTORY b/utils/bochs/HISTORY
index 1030497..c7cb871 100644
--- a/utils/bochs/HISTORY
+++ b/utils/bochs/HISTORY
@@ -1,3 +1,10 @@
+2007-09-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.3.5
+ Removed UPDATED
+ * BUILD: Old PIT has been removed, --enable-new-pit is deprecated
+ Remove TABs
+ Pass OPTS last so user may override our options
+
2007-08-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: updated to 2.3
* BUILD: added some configuration switches to enable hardware
diff --git a/utils/bochs/bochs-2.3.5.tar.gz.sig
b/utils/bochs/bochs-2.3.5.tar.gz.sig
new file mode 100644
index 0000000..ae77e38
Binary files /dev/null and b/utils/bochs/bochs-2.3.5.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4dd400128b82a8465c010052a4327963f95fcd17), Eric Sandall, 09/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page