Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (844e32758ade41ca2c87dbb513c4ee9452a2071b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (844e32758ade41ca2c87dbb513c4ee9452a2071b)
  • Date: Wed, 11 Nov 2015 21:23:27 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

net/ethtool/DETAILS | 6 +++---
net/ethtool/HISTORY | 4 ++++
net/wpa_supplicant/DEPENDS | 2 +-
net/wpa_supplicant/HISTORY | 3 +++
4 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 844e32758ade41ca2c87dbb513c4ee9452a2071b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ethtool 4.2

commit 12fa9e49f1da9a436b07456179c45e29614e1b8c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wpa_supplicant: Internal TLS implementation depends on libtommath

diff --git a/net/ethtool/DETAILS b/net/ethtool/DETAILS
index 09cf717..1e2a54f 100755
--- a/net/ethtool/DETAILS
+++ b/net/ethtool/DETAILS
@@ -1,9 +1,9 @@
SPELL=ethtool
- VERSION=3.10
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=4.2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/software/network/ethtool/$SOURCE
-
SOURCE_HASH=sha512:0b39a6f03457d3d441dd53dacc43cb5a65f4344dd0cad7538f011ff8744c9026ebb5867056d1aa4876431b5961e372d05331535455c0fe6b2beedb1879e4ab68
+
SOURCE_HASH=sha512:37334266866bad3c9c116808f928adf220e5ca08544187d3b98be10e101cfaed66c5bc2aaa8426f231a194b59534d4cae07d22fed218f90eff833b8c5aacc2b5
WEB_SITE=http://www.kernel.org/pub/software/network/ethtool/
LICENSE[0]=GPL
ENTERED=20040702
diff --git a/net/ethtool/HISTORY b/net/ethtool/HISTORY
index f08bc7d..ca289ca 100644
--- a/net/ethtool/HISTORY
+++ b/net/ethtool/HISTORY
@@ -1,3 +1,7 @@
+2015-11-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Changed SOURCE_URL[0] extension
+ updated spell to 4.2
+
2013-08-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.10

diff --git a/net/wpa_supplicant/DEPENDS b/net/wpa_supplicant/DEPENDS
index 61b6422..3f4fd2c 100755
--- a/net/wpa_supplicant/DEPENDS
+++ b/net/wpa_supplicant/DEPENDS
@@ -10,7 +10,7 @@ if [[ $CONFIG_EAP_SIM == y || $CONFIG_EAP_AKA == y ]]; then
fi &&

case "$CONFIG_TLS" in
-internal) ;;
+internal) depends libtommath ;;
openssl) depends SSL ;;
*) depends $CONFIG_TLS ;;
esac &&
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 9e1dc16..12cfac4 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,6 @@
+2015-11-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Internal TLS implementation depends on libtommath
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (844e32758ade41ca2c87dbb513c4ee9452a2071b), Ismael Luceno, 11/11/2015

Archive powered by MHonArc 2.6.24.

Top of Page