Package Release Info

lsof-4.99.4-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

liblsof0
lsof-devel

Change Logs

* Wed May 28 2025 sbrabec@suse.com
- Force skip NFS test, as it cannot complete properly in OBS but it
  can be accidentally triggered there on ppc64. (bsc#1243577,
  lsof-skip-nfs-test.patch).
* Tue Mar 04 2025 sbrabec@suse.com
- Update to version 4.99.4:
  * In lsof manpage: mention /etc/services for -P option
  * Fix typos in docs
  * Linux 6.9 changed the pidfs appearence in procfs. Try to
    maintain original output in lsof (bsc#1224285)
  * closefrom_shim: Add optimized fallback for platforms without
    closefrom or close_range
  * fix build against -std=c23 (`void (*)()`) changed the meaning)
- Drop obsolete lsof-4.99.3-fix-version-in-configure-ac.patch,
  0001-tests-eliminate-use-of-fgrep.patch and
  0002-linux-Maintain-original-output-for-pidfd-in-linux-6..patch.
* Mon Oct 28 2024 bwiedemann@suse.com
- Add reproducible.patch to not store build host kernel version (boo#1232425)
* Fri May 17 2024 jslaby@suse.cz
- replace:
  0002-tests-fix-for-kernel-6.9.patch
  by upstream proposed:
  0002-linux-Maintain-original-output-for-pidfd-in-linux-6..patch
* Thu May 16 2024 jslaby@suse.cz
- add (bsc#1224285):
  * 0001-tests-eliminate-use-of-fgrep.patch
  * 0002-tests-fix-for-kernel-6.9.patch
* Sun Dec 17 2023 andreas.stieger@gmx.de
- lsof 4.99.3:
  * Fix compilation error when HASIPv6 is not defined
  * Add configure option --disable-liblsof to disable installation
    of liblsof
- add lsof-4.99.3-fix-version-in-configure-ac.patch
* Sun Dec 10 2023 schwab@suse.de
- Skip tests that are difficult to emulate by qemu
* Sat Nov 11 2023 andreas.stieger@gmx.de
- lsof 4.99.0:
  * Do not hard-code fd numbers in epoll test
  * --with-selinux configure option.
  * Improve performance by using closefrom()
  * Introduce liblsof for programmatic access over spawning lsof
    in a subprocess
- build with libtirpc
- switch to upstream tarball again as it dropped proprietary code
* Tue May 23 2023 danilo.spinella@suse.com
- Repacked tarball to remove proprietary code in dialects/uw/uw7/sys/fs
* Sun Jan 22 2023 andreas.stieger@gmx.de
- lsof 4.98.0:
  * Fix two potential null pointer access bug when gethostbyname2()
    returns an empty address list
  * Fix handling of empty command name
  * Add -H switch to print human readable size, e.g. 123.4K