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-12-29 13:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsof (Old)
 and      /work/SRC/openSUSE:Factory/.lsof.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsof"

Thu Dec 29 13:08:42 2022 rev:45 rq:1045497 version:4.96.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsof/lsof.changes        2022-11-23 
09:47:51.162962037 +0100
+++ /work/SRC/openSUSE:Factory/.lsof.new.1563/lsof.changes      2022-12-29 
13:08:46.508815858 +0100
@@ -1,0 +2,7 @@
+Tue Dec 27 12:08:16 UTC 2022 - Andreas Stieger <[email protected]>
+
+- update to 4.96.5:
+  * Avoid C89-only constructs is Configure
+- drop format.patch, now upstream
+
+-------------------------------------------------------------------

Old:
----
  format.patch
  lsof-4.96.4.tar.gz

New:
----
  lsof-4.96.5.tar.gz

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

Other differences:
------------------
++++++ lsof.spec ++++++
--- /var/tmp/diff_new_pack.Y7DPs5/_old  2022-12-29 13:08:47.168819873 +0100
+++ /var/tmp/diff_new_pack.Y7DPs5/_new  2022-12-29 13:08:47.176819921 +0100
@@ -17,14 +17,13 @@
 
 
 Name:           lsof
-Version:        4.96.4
+Version:        4.96.5
 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/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         format.patch
 BuildRequires:  groff
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libselinux)

++++++ lsof-4.96.4.tar.gz -> lsof-4.96.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lsof-4.96.4/00CREDITS new/lsof-4.96.5/00CREDITS
--- old/lsof-4.96.4/00CREDITS   2022-10-18 18:44:28.000000000 +0200
+++ new/lsof-4.96.5/00CREDITS   2022-12-26 15:55:54.000000000 +0100
@@ -574,8 +574,10 @@
        Teng Hu (@Hunter1016)
        Li Zeming (@likunyur)
        Sam James (@thesamesam)
-       Warner Losh (@bsdimp) and
-       @aathan
+       Warner Losh (@bsdimp)
+       Andrew Athan (@aathan)
+       Florian Weimer (@fweimer-rh) and
+       Andreas Schwab (@andreas-schwab)
 
 If I have omitted a contributor's name, the fault is wholly mine,
 and I apologize for the error.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lsof-4.96.4/00DIST new/lsof-4.96.5/00DIST
--- old/lsof-4.96.4/00DIST      2022-10-18 18:44:28.000000000 +0200
+++ new/lsof-4.96.5/00DIST      2022-12-26 15:55:54.000000000 +0100
@@ -132,6 +132,8 @@
                4.96.1 September 16, 2022
                4.96.2 September 16, 2022
                4.96.3 September 16, 2022
+               4.96.4 October 18, 2022
+               4.96.5 December 26, 2022
 
 
 
@@ -5429,5 +5431,15 @@
 
                docs: Describe fd number truncation in output (#261)
 
+4.96.5          December 26, 2022
+
+               [linux] Use correct scanf/printf format for uint64_t (#266)
+
+               Avoid C89-only constructs in Configure (#265)
+
+                [freebsd] add <sys/callout.h> for recent changes
+
+4.9?.?          ????????? ??, ????
+
 The lsof-org team at GitHub
-September 16, 2022
+December 28, 2022
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lsof-4.96.4/Configure new/lsof-4.96.5/Configure
--- old/lsof-4.96.4/Configure   2022-10-18 18:44:28.000000000 +0200
+++ new/lsof-4.96.5/Configure   2022-12-26 15:55:54.000000000 +0100
@@ -2178,7 +2178,7 @@
 #include <netinet/in.h>
 #include <netinet/in_pcb.h>
 #include <netinet/tcp_var.h>
-main() {
+int main() {
 struct xtcpcb pcb; pcb.t_maxseg = 0;
 }
 .LSOF_END_HERE_DOC4
@@ -2744,7 +2744,8 @@
       rm -f ${LSOF_TMPC}.*
       cat > $LSOF_TMPC.c << .LSOF_END_HERE_DOC1
 #include <features.h>
-main() {
+#include <stdio.h>
+int main() {
 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
 printf("-DGLIBCV=%d\n",__GLIBC__*100+__GLIBC_MINOR__);
 #elif defined(__GLIBC__)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lsof-4.96.4/dialects/freebsd/dlsof.h 
new/lsof-4.96.5/dialects/freebsd/dlsof.h
--- old/lsof-4.96.4/dialects/freebsd/dlsof.h    2022-10-18 18:44:28.000000000 
+0200
+++ new/lsof-4.96.5/dialects/freebsd/dlsof.h    2022-12-26 15:55:54.000000000 
+0100
@@ -144,6 +144,7 @@
 
 #undef INADDR_LOOPBACK
 
+#include <sys/callout.h>
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lsof-4.96.4/dialects/linux/dproc.c 
new/lsof-4.96.5/dialects/linux/dproc.c
--- old/lsof-4.96.4/dialects/linux/dproc.c      2022-10-18 18:44:28.000000000 
+0200
+++ new/lsof-4.96.5/dialects/linux/dproc.c      2022-12-26 15:55:54.000000000 
+0100
@@ -31,6 +31,8 @@
 
 #include "lsof.h"
 
+#include <inttypes.h>
+
 
 /*
  * Local definitions
@@ -1563,10 +1565,10 @@
                uint64_t start, end;
                int ret;
 
-               if (sscanf(fp[0], "%lx-%lx", &start, &end) != 2)
+               if (sscanf(fp[0], "%"SCNx64"-%"SCNx64, &start, &end) != 2)
                    goto stat_directly;
 
-               ret = snprintf(addr, sizeof(addr), "%lx-%lx", start, end);
+               ret = snprintf(addr, sizeof(addr), "%"PRIx64"-%"PRIx64, start, 
end);
                if (ret >= sizeof(addr) || ret <= 0)
                    goto stat_directly;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lsof-4.96.4/version new/lsof-4.96.5/version
--- old/lsof-4.96.4/version     2022-10-18 18:44:28.000000000 +0200
+++ new/lsof-4.96.5/version     2022-12-26 15:55:54.000000000 +0100
@@ -1 +1 @@
-.ds VN 4.96.4
+.ds VN 4.96.5

Reply via email to