Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3ea6a74611e7d26dcb60f187a19cbdfe2025572)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3ea6a74611e7d26dcb60f187a19cbdfe2025572)
  • Date: Sun, 13 Nov 2022 08:01:33 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

net/wpa_supplicant/DEPENDS | 2 +-
net/wpa_supplicant/DETAILS | 4 ++--
net/wpa_supplicant/HISTORY | 4 ++++
net/wpa_supplicant/init.d/wpa_supplicant | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit c3ea6a74611e7d26dcb60f187a19cbdfe2025572
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wpa_supplicant - use iw

commit 9489e076401a3f2a4d24fb8fa3fe80aa9bd6274b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wpa_supplicant: => 2.10

diff --git a/net/wpa_supplicant/DEPENDS b/net/wpa_supplicant/DEPENDS
index db25d6f..4107c78 100755
--- a/net/wpa_supplicant/DEPENDS
+++ b/net/wpa_supplicant/DEPENDS
@@ -1,5 +1,5 @@
depends -sub CXX gcc &&
-depends wireless_tools &&
+depends iw &&

suggest_depends crda \
"" \
diff --git a/net/wpa_supplicant/DETAILS b/net/wpa_supplicant/DETAILS
index f6b2f04..7a9b954 100755
--- a/net/wpa_supplicant/DETAILS
+++ b/net/wpa_supplicant/DETAILS
@@ -8,8 +8,8 @@ elif [[ $WPA_RELEASE == devel ]]; then
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
else
- VERSION=2.9
-
SOURCE_HASH=sha512:37a33f22cab9d27084fbef29856eaea0f692ff339c5b38bd32402dccf293cb849afd4a870cd3b5ca78179f0102f4011ce2f3444a53dc41dc75a5863b0a2226c8
+ VERSION=2.10
+
SOURCE_HASH=sha512:021c2a48f45d39c1dc6557730be5debaee071bc0ff82a271638beee6e32314e353e49d39e2f0dc8dff6e094dcc7008cfe1c32d0c7a34a1a345a12a3f1c1e11a1
SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.gz
fi
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index b9e1544..5850cdc 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,7 @@
+2022-11-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.10
+ * DEPENDS, init.d/wpa_supplicant: use iw
+
2021-11-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.9, SECURITY_PATCH++,
(https://w1.fi/security/2019-6/)
diff --git a/net/wpa_supplicant/init.d/wpa_supplicant
b/net/wpa_supplicant/init.d/wpa_supplicant
index 4364129..28444f9 100755
--- a/net/wpa_supplicant/init.d/wpa_supplicant
+++ b/net/wpa_supplicant/init.d/wpa_supplicant
@@ -13,7 +13,7 @@ DROPFILE=/var/tmp/wpa_supplicant.drop

start()
{
- required_executable /usr/sbin/iwconfig
+ required_executable /usr/sbin/iw
local IWCONFIG=`builtin echo $(/usr/sbin/iwconfig $INTERFACE 2>&1)`

if [[ "$IWCONFIG" == $INTERFACE\ *Access\ Point:\ Not-Associated* ||



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3ea6a74611e7d26dcb60f187a19cbdfe2025572), Treeve Jelbert, 11/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page