Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lsof for openSUSE:Factory checked in at 2022-11-01 13:41:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsof (Old) and /work/SRC/openSUSE:Factory/.lsof.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsof" Tue Nov 1 13:41:13 2022 rev:43 rq:1032519 version:4.96.4 Changes: -------- --- /work/SRC/openSUSE:Factory/lsof/lsof.changes 2022-07-09 16:59:18.664460778 +0200 +++ /work/SRC/openSUSE:Factory/.lsof.new.2275/lsof.changes 2022-11-01 13:41:22.839517025 +0100 @@ -1,0 +2,11 @@ +Sun Oct 30 10:51:21 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 4.96.4 + * fix hash functions used for finding local tcp/udp IPCs + * Show copyright notice in --version output. + * Avoid some easy collissions for udp/udp6 sockets when hashing + * Changing the number of ipcbuckets to 4096 + * obtain correct information of memory-mapped file. +- drop remove-hostname.patch now upstream + +------------------------------------------------------------------- Old: ---- lsof_4.95.0.linux.tar.bz2 remove-hostname.patch New: ---- lsof-4.96.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsof.spec ++++++ --- /var/tmp/diff_new_pack.FHRjkv/_old 2022-11-01 13:41:23.423520132 +0100 +++ /var/tmp/diff_new_pack.FHRjkv/_new 2022-11-01 13:41:23.427520153 +0100 @@ -17,18 +17,16 @@ Name: lsof -Version: 4.95.0 +Version: 4.96.4 Release: 0 Summary: A Program That Lists Information about Files Opened by Processes License: Zlib Group: System/Monitoring URL: https://github.com/lsof-org/lsof -Source: https://github.com/lsof-org/lsof/releases/download/%{version}/lsof_%{version}.linux.tar.bz2 -# PATCH-FIX-UPSTREAM danilo.spine...@suse.com bsc#1199709 -# https://github.com/lsof-org/lsof/pull/217 -Patch0: remove-hostname.patch -BuildRequires: libselinux-devel -BuildRequires: xz +Source: https://github.com/lsof-org/lsof/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: groff +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libselinux) %description Lsof lists information about files opened by processes. An open file @@ -39,14 +37,15 @@ path. %prep -%setup -q -n %{name}_%{version}.linux -%patch0 -p1 +%autosetup -p1 %build ./Configure -n linux %make_build +soelim -r Lsof.8 > lsof.8 %install +%make_install install -m755 -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man8 install -m755 lsof %{buildroot}%{_bindir} install -m644 lsof.8 %{buildroot}%{_mandir}/man8/lsof.8