Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (5a0ec1051987dd9440ea874b678c812274ed6ea8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (5a0ec1051987dd9440ea874b678c812274ed6ea8)
  • Date: Mon, 8 Sep 2008 09:32:59 -0500

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

dev/null |binary
z-net/iwlwifi-3945-ucode/CONFIGURE | 2 +-
z-net/iwlwifi-3945-ucode/DETAILS | 10
+++++-----
z-net/iwlwifi-3945-ucode/HISTORY | 4 +++-
z-net/iwlwifi-3945-ucode/INSTALL | 6 +++---
z-net/iwlwifi-3945-ucode/PRE_BUILD | 4 +---
z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.1.5.tgz.sig | 0
7 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 5a0ec1051987dd9440ea874b678c812274ed6ea8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

iwlwifi-3945-ucode: 15.28.1.6

diff --git a/z-net/iwlwifi-3945-ucode/CONFIGURE
b/z-net/iwlwifi-3945-ucode/CONFIGURE
index cfee8df..62f8f42 100755
--- a/z-net/iwlwifi-3945-ucode/CONFIGURE
+++ b/z-net/iwlwifi-3945-ucode/CONFIGURE
@@ -1 +1 @@
-. "$GRIMOIRE/REJECTED_MSG"
+. "$GRIMOIRE/REJECTED_MSG"
diff --git a/z-net/iwlwifi-3945-ucode/DETAILS
b/z-net/iwlwifi-3945-ucode/DETAILS
index 9410693..316ed9d 100755
--- a/z-net/iwlwifi-3945-ucode/DETAILS
+++ b/z-net/iwlwifi-3945-ucode/DETAILS
@@ -1,17 +1,17 @@
SPELL=iwlwifi-3945-ucode
- VERSION=2.14.1.5
+ VERSION=15.28.1.6
SOURCE=$SPELL-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://intellinuxwireless.org/iwlwifi/downloads/$SOURCE
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=http://intellinuxwireless.org/LICENSE.iwlwifi-ucode
WEB_SITE=http://intellinuxwireless.org/iwlwifi/
ENTERED=20071007
- REJECT='Non-modification firmware license'
- SHORT='Firmware for the Intel Wireless 3945ABG card'
+ REJECT="Non-modification firmware license"
+ SHORT="Firmware for the Intel Wireless 3945ABG card"
cat << EOF
The iwlwifi project provides a driver which utilizes the new mac80211
subsystem
-for the Intel� Wireless WiFi Link 4965AGN and Intel� PRO/Wireless 3945ABG
+for the Intel Wireless WiFi Link 4965AGN and Intel PRO/Wireless 3945ABG
Network Connection adapters.

In addition to using the new mac80211 subsystem, this project uses a new
diff --git a/z-net/iwlwifi-3945-ucode/HISTORY
b/z-net/iwlwifi-3945-ucode/HISTORY
index fee96ee..19933f2 100644
--- a/z-net/iwlwifi-3945-ucode/HISTORY
+++ b/z-net/iwlwifi-3945-ucode/HISTORY
@@ -1,5 +1,7 @@
+2008-09-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 15.28.1.6
+
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 1f057f6..e9d1d2c 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/}-1.ucode $INSTALL_ROOT/lib/firmware
+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"
diff --git a/z-net/iwlwifi-3945-ucode/PRE_BUILD
b/z-net/iwlwifi-3945-ucode/PRE_BUILD
index c4c1238..e6fd225 100755
--- a/z-net/iwlwifi-3945-ucode/PRE_BUILD
+++ b/z-net/iwlwifi-3945-ucode/PRE_BUILD
@@ -1,8 +1,6 @@
local _FW_LOADER=$(get_kernel_config CONFIG_FW_LOADER) &&

-if [[ $_FW_LOADER != y &&
- $_FW_LOADER != m ]]
-then
+if [[ $_FW_LOADER != y && $_FW_LOADER != m ]]; then
message "${PROBLEM_COLOR}You don't have CONFIG_FW_LOADER" \
"enabled in your kernel configuration, cannot load" \
"$SPELL.${DEFAULT_COLOR}" &&
diff --git a/z-net/iwlwifi-3945-ucode/UNATTEND_SAFE
b/z-net/iwlwifi-3945-ucode/UNATTEND_SAFE
old mode 100644
new mode 100755
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
deleted file mode 100644
index 3ad2861..0000000
Binary files a/z-net/iwlwifi-3945-ucode/iwlwifi-3945-ucode-2.14.1.5.tgz.sig
and /dev/null differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (5a0ec1051987dd9440ea874b678c812274ed6ea8), Vlad Glagolev, 09/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page