Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f7b16a6531b648659faad728eb275febb4f7cf41)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f7b16a6531b648659faad728eb275febb4f7cf41)
  • Date: Fri, 11 Aug 2023 23:06:28 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/lsof/BUILD | 3 +--
utils/lsof/DETAILS | 8 ++++----
utils/lsof/HISTORY | 5 +++++
3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit f7b16a6531b648659faad728eb275febb4f7cf41
Author: Stephane Fontaine <esselfe16 AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

lsof: version bumped to 4.98.0

diff --git a/utils/lsof/BUILD b/utils/lsof/BUILD
index b00dca0..7f84d7a 100755
--- a/utils/lsof/BUILD
+++ b/utils/lsof/BUILD
@@ -1,4 +1,3 @@
cd $SOURCE_DIRECTORY &&
ln -sf Lsof.8 lsof.8 &&
-./Configure -n linux &&
-make
+default_build
diff --git a/utils/lsof/DETAILS b/utils/lsof/DETAILS
index 85bf1c3..b857d4f 100755
--- a/utils/lsof/DETAILS
+++ b/utils/lsof/DETAILS
@@ -1,10 +1,10 @@
SPELL=lsof
- VERSION=4.96.4
-
SOURCE_HASH=sha512:06f8005e1eb72324c1fd603d8b8287a61ad6fdec182e9da833991a8915aaa69c416af1564d3b1087cb08b3504ef9b15cdffec7051605e89d945d6750ec8da985
- SOURCE=${SPELL}_${VERSION}.tar.gz
+ VERSION=4.98.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
+
SOURCE_HASH=sha512:6fde12497ce9cbba698be624b45e8392d551626c3e46b50ec23e661b322438ef7162dbac0d06829d56f074c7d934fa1ca98aa50ee1487125c93bebfe8eb2a2e8
WEB_SITE=https://github.com/lsof-org/lsof
- SOURCE_URL[0]=$WEB_SITE/archive/${VERSION}.tar.gz
+ SOURCE_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE
ENTERED=20011005
LICENSE[0]=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ
KEYWORDS="utils"
diff --git a/utils/lsof/HISTORY b/utils/lsof/HISTORY
index 92a6616..f87a7a2 100644
--- a/utils/lsof/HISTORY
+++ b/utils/lsof/HISTORY
@@ -1,3 +1,8 @@
+2023-08-11 Stephane Fontaine <esselfe16 AT gmail.com>
+ * DETAILS: updated to 4.98.0
+ Correct origin URL
+ * BUILD: now uses default_build
+
2022-11-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.96.4




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f7b16a6531b648659faad728eb275febb4f7cf41), Pavel Vinogradov, 08/11/2023

Archive powered by MHonArc 2.6.24.

Top of Page