Skip to Content.
Sympa Menu

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

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 (6df20f7ff9fd5cd4e97af4c6b2ece9af4e72f84f)
  • Date: Tue, 14 Oct 2008 05:14:27 -0500

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

z-net/iwlwifi-4965-ucode/DETAILS | 7
+++++--
z-net/iwlwifi-4965-ucode/HISTORY | 7
+++++++
z-net/iwlwifi-4965-ucode/INSTALL | 7
++++---
z-net/iwlwifi-4965-ucode/PRE_BUILD | 5 ++++-
z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-228.57.2.21.tgz.sig |binary
5 files changed, 20 insertions(+), 6 deletions(-)

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

iwlwifi-4965-ucode: Use cp instead of mv

commit c6c635b86c1d99a7dcdf1148f746d3408388587a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

iwlwifi-4965-ucode:

Updated to 228.57.2.21
Provide both 228.57.2.21 (2.6.27+ kernels) and 228.57.1.21
(pre-2.6.27 kernels)

diff --git a/z-net/iwlwifi-4965-ucode/DETAILS
b/z-net/iwlwifi-4965-ucode/DETAILS
index c80f330..4e2c7ea 100755
--- a/z-net/iwlwifi-4965-ucode/DETAILS
+++ b/z-net/iwlwifi-4965-ucode/DETAILS
@@ -1,9 +1,12 @@
SPELL=iwlwifi-4965-ucode
- VERSION=228.57.1.21
- SOURCE=$SPELL-$VERSION.tgz
+ VERSION=228.57.2.21
+ SOURCE=$SPELL-${VERSION/2.21/1.21}.tgz
+ SOURCE2=$SPELL-$VERSION.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
WEB_SITE=http://intellinuxwireless.org/iwlwifi/
ENTERED=20071007
diff --git a/z-net/iwlwifi-4965-ucode/HISTORY
b/z-net/iwlwifi-4965-ucode/HISTORY
index ec3cad4..12aa63a 100644
--- a/z-net/iwlwifi-4965-ucode/HISTORY
+++ b/z-net/iwlwifi-4965-ucode/HISTORY
@@ -1,3 +1,10 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 228.57.2.21
+ Provide both 228.57.2.21 (2.6.27+ kernels) and 228.57.1.21
(pre-2.6.27 kernels)
+ * PRE_BUILD: Unpack both firmware blobs
+ * INSTALL: Install both firmware blobs
+ Use cp instead of mv
+
2008-10-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 228.57.1.21

diff --git a/z-net/iwlwifi-4965-ucode/INSTALL
b/z-net/iwlwifi-4965-ucode/INSTALL
index 1f057f6..ee8eccb 100755
--- a/z-net/iwlwifi-4965-ucode/INSTALL
+++ b/z-net/iwlwifi-4965-ucode/INSTALL
@@ -1,3 +1,4 @@
-message "${MESSAGE_COLOR}Installing firmware...$DEFAULT_COLOR" &&
-mkdir -p $INSTALL_ROOT/lib/firmware &&
-mv ${SPELL/-ucode/}-1.ucode $INSTALL_ROOT/lib/firmware
+message "${MESSAGE_COLOR}Installing firmware...$DEFAULT_COLOR"
&&
+mkdir -p $INSTALL_ROOT/lib/firmware
&&
+cp -v $SPELL-${VERSION/2.21/1.21/}/${SPELL/-ucode/}-1.ucode
$INSTALL_ROOT/lib/firmware &&
+cp -v $SPELL-$VERSION/${SPELL/-ucode/}-2.ucode $INSTALL_ROOT/lib/firmware
diff --git a/z-net/iwlwifi-4965-ucode/PRE_BUILD
b/z-net/iwlwifi-4965-ucode/PRE_BUILD
index c4c1238..0d349e8 100755
--- a/z-net/iwlwifi-4965-ucode/PRE_BUILD
+++ b/z-net/iwlwifi-4965-ucode/PRE_BUILD
@@ -9,4 +9,7 @@ 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-4965-ucode/iwlwifi-4965-ucode-228.57.2.21.tgz.sig
b/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-228.57.2.21.tgz.sig
new file mode 100644
index 0000000..2ac39b9
Binary files /dev/null and
b/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-228.57.2.21.tgz.sig differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (6df20f7ff9fd5cd4e97af4c6b2ece9af4e72f84f), Eric Sandall, 10/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page