Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (cb2932c086321be2183897dac6b49f2bd7fc0aa1)

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 z-rejected grimoire by Eric Sandall (cb2932c086321be2183897dac6b49f2bd7fc0aa1)
  • Date: Sat, 24 Jan 2009 02:12:26 -0600

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

z-net/iwlwifi-3945-ucode/DETAILS | 7 ++++++-
z-net/iwlwifi-3945-ucode/HISTORY | 3 +++
z-net/iwlwifi-3945-ucode/INSTALL | 3 ++-
z-net/iwlwifi-3945-ucode/PRE_BUILD | 5 ++++-
z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-15.28.2.8.tgz.sig |binary
5 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit cb2932c086321be2183897dac6b49f2bd7fc0aa1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

iwlwifi-3945-ucode:
Updated to 15.28.2.8 for ucode-2 and also provide 15.28.1.8 for
ucode-1. Not sure when ucode-1 becomes deprecated as my 2.6.28.1
kernel still uses ucode-1.

Intel notes that the ucode-{1,2} names denote ABI changes.
iwlwifi-4965-ucode uses ucode-1 for < 2.6.27 and ucode-2 for 2.6.27+.

diff --git a/z-net/iwlwifi-3945-ucode/DETAILS
b/z-net/iwlwifi-3945-ucode/DETAILS
index cb9a2f7..0ab7bf6 100755
--- a/z-net/iwlwifi-3945-ucode/DETAILS
+++ b/z-net/iwlwifi-3945-ucode/DETAILS
@@ -1,10 +1,15 @@
SPELL=iwlwifi-3945-ucode
- VERSION=15.28.1.8
+ VERSION=15.28.2.8
+ VERSION2=15.28.1.8
SOURCE=$SPELL-$VERSION.tgz
+ SOURCE2=$SPELL-$VERSION2.tgz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://intellinuxwireless.org/iwlwifi/downloads/$SOURCE
+ SOURCE2_URL[0]=http://intellinuxwireless.org/iwlwifi/downloads/$SOURCE2
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ SOURCE2_GPG="gurus.gpg:$SOURCE2.sig:WORKS_FOR_ME"
LICENSE[0]=http://intellinuxwireless.org/LICENSE.iwlwifi-ucode
+ LICENSE[1]=http://intellinuxwireless.org/LICENSE.iwlwifi-ucode
WEB_SITE=http://intellinuxwireless.org/iwlwifi/
ENTERED=20071007
REJECT="Non-modification firmware license"
diff --git a/z-net/iwlwifi-3945-ucode/HISTORY
b/z-net/iwlwifi-3945-ucode/HISTORY
index 7234f1b..fc2e58c 100644
--- a/z-net/iwlwifi-3945-ucode/HISTORY
+++ b/z-net/iwlwifi-3945-ucode/HISTORY
@@ -1,5 +1,8 @@
2009-01-23 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated spell to 15.28.1.8
+ Updated to 15.28.2.8 for ucode-2 and also provide 15.28.1.8 for
+ ucode-1. Not sure when ucode-1 becomes deprecated as my 2.6.28.1
+ kernel still uses ucode-1

2008-09-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 15.28.1.6
diff --git a/z-net/iwlwifi-3945-ucode/INSTALL
b/z-net/iwlwifi-3945-ucode/INSTALL
index e9d1d2c..b3951e7 100755
--- a/z-net/iwlwifi-3945-ucode/INSTALL
+++ b/z-net/iwlwifi-3945-ucode/INSTALL
@@ -1,3 +1,4 @@
message "${MESSAGE_COLOR}Installing firmware...$DEFAULT_COLOR" &&
install -vm 755 -d "$INSTALL_ROOT/lib/firmware" &&
-install -vm 644 ${SPELL/-ucode/}-1.ucode "$INSTALL_ROOT/lib/firmware"
+install -vm 644 $SPELL-$VERSION2/${SPELL/-ucode/}-1.ucode
"$INSTALL_ROOT/lib/firmware" &&
+install -vm 644 $SPELL-$VERSION/${SPELL/-ucode/}-2.ucode
$INSTALL_ROOT/lib/firmware
diff --git a/z-net/iwlwifi-3945-ucode/PRE_BUILD
b/z-net/iwlwifi-3945-ucode/PRE_BUILD
index e6fd225..a555376 100755
--- a/z-net/iwlwifi-3945-ucode/PRE_BUILD
+++ b/z-net/iwlwifi-3945-ucode/PRE_BUILD
@@ -7,4 +7,7 @@ if [[ $_FW_LOADER != y && $_FW_LOADER != m ]]; then
return 1
fi &&

-default_pre_build
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file '' &&
+unpack_file '2'
diff --git a/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-15.28.2.8.tgz.sig
b/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-15.28.2.8.tgz.sig
new file mode 100644
index 0000000..7507ae1
Binary files /dev/null and
b/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-15.28.2.8.tgz.sig differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (cb2932c086321be2183897dac6b49f2bd7fc0aa1), Eric Sandall, 01/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page