Skip to Content.
Sympa Menu

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

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 (9c240afe09856af2b5a62668d413ccebe9b26a21)
  • Date: Sun, 7 Oct 2007 21:37:02 -0500

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

dev/null |binary
z-net/iwlwifi-3945-ucode/DETAILS | 2 +-
z-net/iwlwifi-3945-ucode/HISTORY | 2 ++
z-net/iwlwifi-3945-ucode/INSTALL | 2 +-
z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.1.5.tgz.sig |binary
z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.4.tgz.sig | 0
z-net/iwlwifi-4965-ucode/DETAILS | 2 +-
z-net/iwlwifi-4965-ucode/HISTORY | 2 ++
z-net/iwlwifi-4965-ucode/INSTALL | 2 +-
z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.1.18.tgz.sig |binary
z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.17.tgz.sig | 0
11 files changed, 8 insertions(+), 4 deletions(-)

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

iwlwifi-4965-ucode: Updated to 4.44.1.18 (yes, newer than 4.44.17)

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

iwlwifi-3945-ucode: Updated to 2.14.1.5 (yes, newer than 2.14.4)

diff --git a/z-net/iwlwifi-3945-ucode/DETAILS
b/z-net/iwlwifi-3945-ucode/DETAILS
index 21dbd3c..9410693 100755
--- a/z-net/iwlwifi-3945-ucode/DETAILS
+++ b/z-net/iwlwifi-3945-ucode/DETAILS
@@ -1,5 +1,5 @@
SPELL=iwlwifi-3945-ucode
- VERSION=2.14.4
+ VERSION=2.14.1.5
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://intellinuxwireless.org/iwlwifi/downloads/$SOURCE
diff --git a/z-net/iwlwifi-3945-ucode/HISTORY
b/z-net/iwlwifi-3945-ucode/HISTORY
index 7af476f..fee96ee 100644
--- a/z-net/iwlwifi-3945-ucode/HISTORY
+++ b/z-net/iwlwifi-3945-ucode/HISTORY
@@ -1,3 +1,5 @@
2007-10-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.14.1.5 (somenow 2.14.1.5 > 2.14.4)
+ Now iwlwifi-3945-1.ucode instead of iwlwifi-3945.ucode
* DETAILS, CONFIGURE, PRE_BUILD, BUILD, INSTALL: Created

diff --git a/z-net/iwlwifi-3945-ucode/INSTALL
b/z-net/iwlwifi-3945-ucode/INSTALL
index fa3d79e..1f057f6 100755
--- a/z-net/iwlwifi-3945-ucode/INSTALL
+++ b/z-net/iwlwifi-3945-ucode/INSTALL
@@ -1,3 +1,3 @@
message "${MESSAGE_COLOR}Installing firmware...$DEFAULT_COLOR" &&
mkdir -p $INSTALL_ROOT/lib/firmware &&
-mv ${SPELL/-ucode/.ucode} $INSTALL_ROOT/lib/firmware
+mv ${SPELL/-ucode/}-1.ucode $INSTALL_ROOT/lib/firmware
diff --git a/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.1.5.tgz.sig
b/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.1.5.tgz.sig
new file mode 100644
index 0000000..3ad2861
Binary files /dev/null and
b/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.1.5.tgz.sig differ
diff --git a/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.4.tgz.sig
b/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.4.tgz.sig
deleted file mode 100644
index ccb1c0c..0000000
Binary files a/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.4.tgz.sig and
/dev/null differ
diff --git a/z-net/iwlwifi-4965-ucode/DETAILS
b/z-net/iwlwifi-4965-ucode/DETAILS
index 29d4e29..e7f3861 100755
--- a/z-net/iwlwifi-4965-ucode/DETAILS
+++ b/z-net/iwlwifi-4965-ucode/DETAILS
@@ -1,5 +1,5 @@
SPELL=iwlwifi-4965-ucode
- VERSION=4.44.17
+ VERSION=4.44.1.18
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://intellinuxwireless.org/iwlwifi/downloads/$SOURCE
diff --git a/z-net/iwlwifi-4965-ucode/HISTORY
b/z-net/iwlwifi-4965-ucode/HISTORY
index 7af476f..1e1ffa0 100644
--- a/z-net/iwlwifi-4965-ucode/HISTORY
+++ b/z-net/iwlwifi-4965-ucode/HISTORY
@@ -1,3 +1,5 @@
2007-10-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.44.1.18 (somenow 4.44.1.18 > 4.44.17)
+ Now iwlwifi-4965-1.ucode instead of iwlwifi-4965.ucode
* DETAILS, CONFIGURE, PRE_BUILD, BUILD, INSTALL: Created

diff --git a/z-net/iwlwifi-4965-ucode/INSTALL
b/z-net/iwlwifi-4965-ucode/INSTALL
index fa3d79e..1f057f6 100755
--- a/z-net/iwlwifi-4965-ucode/INSTALL
+++ b/z-net/iwlwifi-4965-ucode/INSTALL
@@ -1,3 +1,3 @@
message "${MESSAGE_COLOR}Installing firmware...$DEFAULT_COLOR" &&
mkdir -p $INSTALL_ROOT/lib/firmware &&
-mv ${SPELL/-ucode/.ucode} $INSTALL_ROOT/lib/firmware
+mv ${SPELL/-ucode/}-1.ucode $INSTALL_ROOT/lib/firmware
diff --git a/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.1.18.tgz.sig
b/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.1.18.tgz.sig
new file mode 100644
index 0000000..8677d25
Binary files /dev/null and
b/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.1.18.tgz.sig differ
diff --git a/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.17.tgz.sig
b/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.17.tgz.sig
deleted file mode 100644
index 931b194..0000000
Binary files a/z-net/iwlwifi-4965-ucode/iwlwifi-4965-ucode-4.44.17.tgz.sig
and /dev/null differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (9c240afe09856af2b5a62668d413ccebe9b26a21), Eric Sandall, 10/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page