From 7f63812bbfd7024b0b2517df167da026f75bdc31 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 8 May 2019 12:21:27 +0900 Subject: [PATCH 1/4] Update READMD.md Signed-off-by: Masatake YAMATO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 268a8d02..b7b5c3dc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ part of them. The current status of maintaince is as follows:
linux
fully maintained, and tested on Travis CI
darwin
-
not maintained, and tested on Travis CI
+
not maintained, but tested on Travis CI
If you are interested in maintaining a dialect, let us know via the From e86b3aa7be744ec96dcc94e2882e1fc549334659 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 8 May 2019 12:35:12 +0900 Subject: [PATCH 2/4] test: check that the version numbers are updated Signed-off-by: Masatake YAMATO --- check.bash | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/check.bash b/check.bash index 2182a7b3..50d13385 100755 --- a/check.bash +++ b/check.bash @@ -6,3 +6,12 @@ shopt export -p ./lsof -v + +# +# check that the version numbers are updated +# +expected_version=$(sed '/VN/s/.ds VN \([0-9.a-z]*\)/\1/' ./version) +actual_version=$(./lsof -v 2>&1 | sed -ne 's/^ *revision: *\([0-9.a-z]*\)/\1/p') +dist_version=$(sed -ne 's/^\([0-9][0-9.a-z]*\) .*$/\1/p' 00DIST | tail -1) +test "${expected_version}" = "${actual_version}" +test "${expected_version}" = "${dist_version}" From 896fbede6eda96de42e4d562e246d743c9f0aca9 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 8 May 2019 14:08:05 +0900 Subject: [PATCH 3/4] Trace the execution in check.bash Signed-off-by: Masatake YAMATO --- check.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.bash b/check.bash index 50d13385..2e637481 100755 --- a/check.bash +++ b/check.bash @@ -1,4 +1,4 @@ -set -e +set -ex echo $1 echo $BASH_VERSION From 7412e7445377c0f629c1ecb2eecfd14255935c7d Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 8 May 2019 12:46:05 +0900 Subject: [PATCH 4/4] version 4.93.2 Just update version file. In releasing the last version (4.93.1), I missed updating the version number written in the file. The content of file is embedded in lsof executable as reported by Zube : I downloaded the tar.gz and then built it, but: /usr/local/lsof/bin/lsof -v lsof version information: revision: 4.92.1 Signed-off-by: Masatake YAMATO --- 00DIST | 6 +++++- version | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/00DIST b/00DIST index a9354770..352af29c 100644 --- a/00DIST +++ b/00DIST @@ -4932,5 +4932,9 @@ July 14, 2018 Fix a broken symbolic link. +4.93.2 May 8, 2019 + + Update the version number embedded in lsof executable. + Masatake YAMATO , a member of lsof-org -May 7, 2019 +May 8, 2019 diff --git a/version b/version index a009f53d..2c2ab8da 100644 --- a/version +++ b/version @@ -1 +1 @@ -.ds VN 4.92.1 +.ds VN 4.93.2