commit inarpd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package inarpd for openSUSE:Factory checked in at 2024-08-30 14:57:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inarpd (Old) and /work/SRC/openSUSE:Factory/.inarpd.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "inarpd" Fri Aug 30 14:57:14 2024 rev:2 rq:1197481 version:0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/inarpd/inarpd.changes 2020-12-29 15:53:28.792284738 +0100 +++ /work/SRC/openSUSE:Factory/.inarpd.new.2698/inarpd.changes 2024-08-30 14:57:16.050247890 +0200 @@ -1,0 +2,6 @@ +Sun Aug 25 17:20:59 UTC 2024 - Martin Hauke <mardnh@gmx.de> + +- Add patch: + * inarpd-fix-gcc14.patch + +------------------------------------------------------------------- New: ---- inarpd-fix-gcc14.patch BETA DEBUG BEGIN: New:- Add patch: * inarpd-fix-gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inarpd.spec ++++++ --- /var/tmp/diff_new_pack.CIuQF1/_old 2024-08-30 14:57:18.258339044 +0200 +++ /var/tmp/diff_new_pack.CIuQF1/_new 2024-08-30 14:57:18.274339705 +0200 @@ -1,7 +1,8 @@ # # spec file for package inarpd # -# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de> +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2020-2024, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +29,7 @@ Source1: https://kernel.org/pub/linux/utils/net/hdlc/%{name}-%{version}.c.sign Source2: inarpd.8 Source99: %name.keyring +Patch0: inarpd-fix-gcc14.patch BuildRequires: gcc BuildRequires: gzip @@ -37,6 +39,7 @@ %prep %setup -q -c -T gunzip -c %{SOURCE0} > %{name}-%{version}.c +%patch -P0 -p1 %build gcc %{optflags} %{name}-%{version}.c -o %{name} ++++++ inarpd-fix-gcc14.patch ++++++ diff --git a/inarpd-0.17.c b/inarpd-0.17.c index 7ce7edb..6c14b3c 100644 --- a/inarpd-0.17.c +++ b/inarpd-0.17.c @@ -27,6 +27,7 @@ #include <asm/types.h> #include <sys/ioctl.h> #include <sys/types.h> +#include <arpa/inet.h> #include <sys/socket.h> #define __const__ /* avoid compiler warnings related to __const__ returns */ #include <linux/in.h>
participants (1)
-
Source-Sync