Hello community, here is the log from the commit of package lsof for openSUSE:Factory checked in at 2015-03-03 11:14:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsof (Old) and /work/SRC/openSUSE:Factory/.lsof.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsof" Changes: -------- --- /work/SRC/openSUSE:Factory/lsof/lsof.changes 2012-03-28 00:01:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lsof.new/lsof.changes 2015-03-03 11:14:11.000000000 +0100 @@ -1,0 +2,30 @@ +Sun Mar 1 12:15:34 UTC 2015 - [email protected] + +- Update to version 4.88 + * Reduced to 50 the number of open file descriptors lsof attempts + to close while trying to protect itself from a file descriptor + exec() attack. This limits the overhead lsof incurs on systems + that have large file descriptor limits, yet provides sufficient + open descriptors for the library functions lsof calls. + * Updated for changes in FreeBSD 10. Taught Configure to recognize + FreeBSD 8.4. + * lsof for Solaris 10 or 11 is no longer supported. + * Initialized local variables in the Linux process_id() function. + * Added support for FreeBSD 11. + * Updated FreeBSD ZFS Configure stanza to supply a dummy opt_kdtrace.h + when needed. + * Added tmpfs file system support for FreeBSD. + * Since a test system is no longer available, dropped the claim of + FreeBSD 4.9 support. + * Added the +|-E options for Linux. -E displays endpoint info; +E + displays endpoint info and endpopint files. + * Fixed a Linux bug handling processes whose command includes a + non-printing character, particularly a NEWLINE character, and + clarified printing of single '\\' characters in command and file names. + * Added support for Linux RDMA and CRYPTO protocal names and UNIX + socket type + * Fixed field output to insure that the field descriptor field is + always selected, since it identifies the file set. +- Spec file cleanup + +------------------------------------------------------------------- Old: ---- lsof_4.84_src_repacked.tar.bz2 New: ---- lsof_4.88_src_repacked.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsof.spec ++++++ --- /var/tmp/diff_new_pack.GQQq6m/_old 2015-03-03 11:14:12.000000000 +0100 +++ /var/tmp/diff_new_pack.GQQq6m/_new 2015-03-03 11:14:12.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package lsof # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,28 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: lsof -Version: 4.84 -Release: 10 -AutoReqProv: on +Version: 4.88 +Release: 0 Group: System/Monitoring License: Zlib Url: http://people.freebsd.org/~abe/ Summary: A Program That Lists Information about Files Opened by Processes # Always repack the source to remove legally problematic files - bnc#705143 # dialects/uw/uw7/sys/fs/{fifonode.h,namenode.h,README} -Source: %{name}_%{version}_src_repacked.tar.bz2 +Source: %{name}_%{version}_src_repacked.tar.xz Patch0: %{name}_4.81-include.patch Patch1: %{name}_4.81-fmt.patch Patch2: lsof-no-build-date-etc.patch Patch3: %{name}_4.81-perl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?sles_version} < 10 || 0%{?sles_version} > 10 BuildRequires: libselinux-devel -%endif +BuildRequires: xz %description Lsof lists information about files opened by processes. An open file @@ -46,12 +42,6 @@ specific file or all the files in a file system may be selected by path. - - -Authors: --------- - Victor A. Abell <[email protected]> - %prep %setup -q -n %{name}_%{version}_src %patch0 @@ -79,9 +69,6 @@ mv scripts/00MANIFEST scripts/MANIFEST mv scripts/00README scripts/README -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-, root, root) %doc SuSE_docs/* scripts -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
