Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6350bfdb51cc216fcf8551c59e0d7eec7477fada)
  • Date: Wed, 27 Nov 2024 10:53:41 +0000

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

net/iw/DETAILS | 14 +++++---------
net/iw/HISTORY | 3 +++
utils/lsof/BUILD | 3 +++
utils/lsof/DEPENDS | 1 +
utils/lsof/DETAILS | 4 ++--
utils/lsof/HISTORY | 6 ++++++
utils/lsof/INSTALL | 2 --
7 files changed, 20 insertions(+), 13 deletions(-)

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

iw: => 6.9

commit 371e516f8e1158fb54337b7d0e4fe108c3ce17bb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

lsof - tweaks

commit 16589e5b523db944efc00cd28c18efe033b6adf0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

lsof: => 4.99.4

diff --git a/net/iw/DETAILS b/net/iw/DETAILS
index d773262..6d44212 100755
--- a/net/iw/DETAILS
+++ b/net/iw/DETAILS
@@ -1,6 +1,6 @@
SPELL=iw
- VERSION=6.7
-
SOURCE_HASH=sha512:7370d3b55ce43691ba84913be334c04dcdf9aa44e9556e4214d8016ddf9733b2c555ebdfbdfc814d2eba7da68501503d267ad6353b14f87b81f064f629afbef5
+ VERSION=6.9
+
SOURCE_HASH=sha512:cbafa54cffa6098a727edd8fb90382ab9f08d2db999811e543bcdaf8de41386c87a34504cf8965340839445929879a608faf51314b7335783beab403cf3f9cbc
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://linuxwireless.org/en/users/Documentation/iw
@@ -10,11 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="network"
SHORT="configuration utility for wireless devices"
cat << EOF
-iw is a new nl80211 based CLI configuration utility for wireless
-devices. Currently
-you can only use this utility to configure devices which use a mac80211
-driver as
-these are the new drivers being written ? only because most new wireless
-devices being
-sold are now SoftMAC
+iw is a new nl80211 based CLI configuration utility for wireless devices.
Currently you can
+only use this utility to configure devices which use a mac80211 driver as
these are the new
+drivers being written ? only because most new wireless devices being sold
are now SoftMAC
EOF
diff --git a/net/iw/HISTORY b/net/iw/HISTORY
index 42e396b..5629129 100644
--- a/net/iw/HISTORY
+++ b/net/iw/HISTORY
@@ -1,3 +1,6 @@
+2024-11-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.9
+
2023-12-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.7

diff --git a/utils/lsof/BUILD b/utils/lsof/BUILD
index 7f84d7a..aa84406 100755
--- a/utils/lsof/BUILD
+++ b/utils/lsof/BUILD
@@ -1,3 +1,6 @@
cd $SOURCE_DIRECTORY &&
+OPTS+=' --enable-liblsof' &&
+OPTS+=' --disable-static' &&
+
ln -sf Lsof.8 lsof.8 &&
default_build
diff --git a/utils/lsof/DEPENDS b/utils/lsof/DEPENDS
new file mode 100755
index 0000000..a228588
--- /dev/null
+++ b/utils/lsof/DEPENDS
@@ -0,0 +1 @@
+optional_depends libtirpc --with-libtirpc --without-libtirpc 'RPC support'
diff --git a/utils/lsof/DETAILS b/utils/lsof/DETAILS
index b857d4f..1cf861c 100755
--- a/utils/lsof/DETAILS
+++ b/utils/lsof/DETAILS
@@ -1,8 +1,8 @@
SPELL=lsof
- VERSION=4.98.0
+ VERSION=4.99.4
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
-
SOURCE_HASH=sha512:6fde12497ce9cbba698be624b45e8392d551626c3e46b50ec23e661b322438ef7162dbac0d06829d56f074c7d934fa1ca98aa50ee1487125c93bebfe8eb2a2e8
+
SOURCE_HASH=sha512:5b04e2d8f26e6f76bcdb3e1282fbe71bb1b9379c76ffd88b05731920d5175595b0d4dbfd41a7ace1bfb4d21fcc7ebc641372af76c24ccb01bc3f5d7149ea4fa3
WEB_SITE=https://github.com/lsof-org/lsof
SOURCE_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE
ENTERED=20011005
diff --git a/utils/lsof/HISTORY b/utils/lsof/HISTORY
index f87a7a2..df0b261 100644
--- a/utils/lsof/HISTORY
+++ b/utils/lsof/HISTORY
@@ -1,3 +1,9 @@
+2024-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.99.4
+ * DEPENDS: add libtirpc
+ * BUILD: build liblsof.so
+ * INSTALL: deleted
+
2023-08-11 Stephane Fontaine <esselfe16 AT gmail.com>
* DETAILS: updated to 4.98.0
Correct origin URL
diff --git a/utils/lsof/INSTALL b/utils/lsof/INSTALL
deleted file mode 100755
index 1ccc2e6..0000000
--- a/utils/lsof/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-cp lsof $INSTALL_ROOT/usr/bin &&
-cp lsof.8 $INSTALL_ROOT/usr/share/man/man8


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6350bfdb51cc216fcf8551c59e0d7eec7477fada), Treeve Jelbert, 11/27/2024

Archive powered by MHonArc 2.6.24.

Top of Page