diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2023-12-16 18:02:56 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2023-12-16 18:02:56 +0000 |
commit | ec96413b952b2aade44e1b499c3153c4772860b7 (patch) | |
tree | 7791535afecd307b2e93398f33fd9f574b8763f0 | |
parent | 0656a199746106348f2138f39e9df6d78706bc85 (diff) |
sysutils/lsof: update to 4.99.1
Fix compilation error when HASIPv6 is not defined. (@chenrui333)
Add configure option --disable-liblsof to disable installation
of liblsof. (@subnut, #300)
[freebsd] fix segfault from fs info (FreeBSD bug 267760)
PR: 267760
Reported by: Ronald Klop
-rw-r--r-- | sysutils/lsof/Makefile | 3 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index d5b697768ec3..164209356770 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,8 +2,7 @@ # to commit it. I (ler) don't have access to all the ARCH's PORTNAME= lsof -DISTVERSION= 4.99.0 -PORTREVISION= 1 +DISTVERSION= 4.99.1 PORTEPOCH= 8 CATEGORIES= sysutils diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 566f9b874e90..48059e26b8b4 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701730109 -SHA256 (lsof-org-lsof-4.99.0_GH0.tar.gz) = 27fca13b6a3682114a489205a89d05d92f1c755e282be1f3590db15b16b2ed06 -SIZE (lsof-org-lsof-4.99.0_GH0.tar.gz) = 1133919 +TIMESTAMP = 1702749703 +SHA256 (lsof-org-lsof-4.99.1_GH0.tar.gz) = 5d1b83438183eeaae8e501a90fd8b4b80e34687669ff7849ecf20c2324cce508 +SIZE (lsof-org-lsof-4.99.1_GH0.tar.gz) = 1134328 |