]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
lsof: Update to version 4.99.3
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 18 Dec 2023 17:28:59 +0000 (18:28 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 30 Dec 2023 07:29:51 +0000 (07:29 +0000)
commit6220917d8763a63b427eb2ffdb104489e1ced3d2
tree65a319f440f3ebcd7fde332ad457ddfea5129e8d
parent09e6a4fa16cc5e90e343049abc1e12d448bcfa49
lsof: Update to version 4.99.3

- Update from version 4.98.0 to 4.99.3
- Update of rootfile not required
- Changelog
    4.99.3
Fix a spaces vs. tabs issue in 00DIST.
    4.99.2
Fix version file for CI
    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)
    4.99.0
[netbsd] Get device numer of tmpfs instead of reporting zero
[openbsd] Rewrite OpenBSD support because OpenBSD disallows
 kernel memory access and lsof has to switch to user mode API.
 Currently, most features are working, but file path reporting
 and lock status are not working for lack of kernel support.
 As a consequence, OpenBSD dialect is separated in a new folder.
[darwin] Remove /dev/kmem backend because it no longer exists on
 current macOS releases. Use libproc backend instead.
[linux] Do not hard-code fd numbers in epoll test, fixing tests
 on Void Linux
[freebsd] Use kf_file_nlink if provided by kernel instead of
 stat(). This commit requires kernel with
 https://reviews.freebsd.org/D38169. It brings back the ability
 to list deleted files via `lsof +L1`. Closes #264.
[linux] Add --with-selinux configure option.
[solaris] Re-introduce support for recent Solaris & OpenIndiana
 releases.
[darwin] Display kern ctl info, learned from apple lsof version.
[linux] Improve performance by using closefrom(). Closes #281.
[aix] Fix compilation on AIX 7.2 and add autotools build system
 support for AIX.
[aix] Suppress warnings properly on AIX version greater than
 5.0. Closes #187.
Introduce alpha version of liblsof which allows users to use
 lsof functionality via C functions instead of spawning a
 subprocess and parsing the output. This version may contain BUGs
 and memory leaks, and the API may change before it stablizes.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/lsof