Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arpwatch for openSUSE:Factory 
checked in at 2024-07-29 21:53:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arpwatch (Old)
 and      /work/SRC/openSUSE:Factory/.arpwatch.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arpwatch"

Mon Jul 29 21:53:55 2024 rev:44 rq:1190277 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/arpwatch/arpwatch.changes        2024-01-23 
22:57:23.807162962 +0100
+++ /work/SRC/openSUSE:Factory/.arpwatch.new.1882/arpwatch.changes      
2024-07-29 21:55:04.603252836 +0200
@@ -1,0 +2,5 @@
+Thu Jul 25 15:14:28 UTC 2024 - Marcus Meissner <meiss...@suse.com>
+
+- arpwatch-gcc14.patch: fixed gcc14 issue
+
+-------------------------------------------------------------------

New:
----
  arpwatch-gcc14.patch

BETA DEBUG BEGIN:
  New:
- arpwatch-gcc14.patch: fixed gcc14 issue
BETA DEBUG END:

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

Other differences:
------------------
++++++ arpwatch.spec ++++++
--- /var/tmp/diff_new_pack.99w0px/_old  2024-07-29 21:55:06.271320384 +0200
+++ /var/tmp/diff_new_pack.99w0px/_new  2024-07-29 21:55:06.271320384 +0200
@@ -42,6 +42,7 @@
 Patch13:        arpwatch-exit.patch
 Patch14:        arp2ethers.patch
 Patch15:        arpwatch-3.4-include-time.patch
+Patch16:        arpwatch-gcc14.patch
 BuildRequires:  libpcap-devel
 BuildRequires:  postfix
 BuildRequires:  systemd-rpm-macros

++++++ arpwatch-gcc14.patch ++++++
Index: arpwatch-3.6/dns.c
===================================================================
--- arpwatch-3.6.orig/dns.c
+++ arpwatch-3.6/dns.c
@@ -78,6 +78,8 @@ typedef union {
 } querybuf;
 #endif
 
+extern unsigned short _getshort(unsigned char*);
+
 int
 gethinfo(char *hostname, char *cpu, int cpulen, char *os, int oslen)
 {

Reply via email to