Hello community,

here is the log from the commit of package lsof for openSUSE:Factory checked in 
at 2020-10-22 14:21:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsof (Old)
 and      /work/SRC/openSUSE:Factory/.lsof.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsof"

Thu Oct 22 14:21:14 2020 rev:37 rq:842490 version:4.93.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsof/lsof.changes        2019-04-17 
10:03:48.174459597 +0200
+++ /work/SRC/openSUSE:Factory/.lsof.new.3463/lsof.changes      2020-10-22 
14:22:33.898765471 +0200
@@ -1,0 +2,17 @@
+Fri Sep 11 20:40:47 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 4.93.2:
+   The maintainership is switched from Vic to lsof-org  
+   Made FreeBSD 13 adjustment.
+   Fix a typo causing a build error.
+   Fix a potential memory leak.
+   [linux] use tirpc for rpc if libc doesn't provide rpc.h.
+   Fix a typo in man page.
+   fix memory leaks detected by valgrind about unix endpoint
+    information.
+   Update the description about -fg and -fG options on linux.
+   Fix a broken symbolic link.
+   Update the version number embedded in lsof executable.
+- lsof-no-build-date-etc.patch: refreshed against newer base
+
+-------------------------------------------------------------------

Old:
----
  lsof_4.91_src_repacked.tar.xz

New:
----
  lsof-4.93.2_repacked.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lsof.spec ++++++
--- /var/tmp/diff_new_pack.VzGj5X/_old  2020-10-22 14:22:35.066766520 +0200
+++ /var/tmp/diff_new_pack.VzGj5X/_new  2020-10-22 14:22:35.066766520 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsof
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
 
 
 Name:           lsof
-Version:        4.91
+Version:        4.93.2
 Release:        0
 Summary:        A Program That Lists Information about Files Opened by 
Processes
 License:        Zlib
 Group:          System/Monitoring
-URL:            http://people.freebsd.org/~abe/
+URL:            https://github.com/lsof-org/lsof
+# From https://github.com/lsof-org/lsof/archive/%{version}.tar.gz
 # 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.xz
+Source:         lsof-%{version}_repacked.tar.gz
 Patch0:         lsof_4.81-include.patch
 Patch1:         lsof_4.81-fmt.patch
 Patch2:         lsof-no-build-date-etc.patch
@@ -43,7 +44,7 @@
 path.
 
 %prep
-%setup -q -n %{name}_%{version}_src
+%setup -q
 %patch0
 %patch1
 %patch2
@@ -53,15 +54,11 @@
 %build
 ./Configure -n linux
 make %{?_smp_mflags} DEBUG="%{optflags} -Wall -Wno-unused"
-cd tests
-chmod u+w TestDB
-./Add2TestDB
-make %{?_smp_mflags} DEBUG="%{optflags} -Wall -Wno-unused"
 
 %install
 install -m755 -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man8
 install -m755 lsof %{buildroot}%{_bindir}
-install -m644 lsof.8 %{buildroot}%{_mandir}/man8
+install -m644 Lsof.8 %{buildroot}%{_mandir}/man8/lsof.8
 mkdir SUSE_docs
 for s in 00* ; do
        mv $s SUSE_docs/${s#00}
@@ -70,6 +67,12 @@
 mv scripts/00MANIFEST scripts/MANIFEST
 mv scripts/00README scripts/README
 
+%check
+cd tests
+chmod u+w TestDB
+./Add2TestDB
+make %{?_smp_mflags} DEBUG="%{optflags} -Wall -Wno-unused"
+
 %files
 %doc SUSE_docs/* scripts
 %{_mandir}/man8/lsof.8%{ext_man}

++++++ lsof-no-build-date-etc.patch ++++++
--- /var/tmp/diff_new_pack.VzGj5X/_old  2020-10-22 14:22:35.098766549 +0200
+++ /var/tmp/diff_new_pack.VzGj5X/_new  2020-10-22 14:22:35.098766549 +0200
@@ -1,12 +1,11 @@
 Index: usage.c
 ===================================================================
---- usage.c.orig       2010-07-29 11:59:45.000000000 -0400
-+++ usage.c    2010-08-29 14:39:17.366314422 -0400
-@@ -890,47 +890,6 @@ usage(xv, fh, version)
-               LSOF_URL);
-           (void) fprintf(stderr, "    latest man page: %slsof_man\n",
-               LSOF_URL);
--
+--- usage.c.orig
++++ usage.c
+@@ -925,50 +925,6 @@ usage(xv, fh, version)
+           (void) fprintf(stderr, "    latest (non-formatted) man page: %s\n",
+               LSOF_MAN_URL);
+ 
 -#if   defined(LSOF_CINFO)
 -          if ((cp = isnullstr(LSOF_CINFO)))
 -              (void) fprintf(stderr, "    configuration info: %s\n", cp);
@@ -47,6 +46,10 @@
 -              (void) fprintf(stderr, "    loader flags: %s\n", cp);
 -          if ((cp = isnullstr(LSOF_SYSINFO)))
 -              (void) fprintf(stderr, "    system info: %s\n", cp);
-           (void) report_SECURITY("    ", ".\n");
-           (void) report_WARNDEVACCESS("    ", "are", ".\n");
-           (void) report_HASKERNIDCK("    K", "is");
+-          (void) report_SECURITY("    ", ".\n");
+-          (void) report_WARNDEVACCESS("    ", "are", ".\n");
+-          (void) report_HASKERNIDCK("    K", "is");
+-
+ #if   defined(DIALECT_WARNING)
+           (void) fprintf(stderr, "    WARNING: %s\n", DIALECT_WARNING);
+ #endif        /* defined(DIALECT_WARNING) */


Reply via email to