SHA256
1
0
forked from pool/arping2

- Update to release 2.22

OBS-URL: https://build.opensuse.org/package/show/network:utilities/arping2?expand=0&rev=34
This commit is contained in:
Jan Engelhardt 2021-07-10 08:47:03 +00:00 committed by Git OBS Bridge
parent db70e9bc25
commit 536d338924
7 changed files with 32 additions and 47 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b6566d838c5b68d6929620057dff63cf0ec9d40b04a2d842818cb94d7e209b0
size 181039

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEmQeGmIok9S8cLof2OaSe6kYKAWkFAl5k//gACgkQOaSe6kYK
AWnqsg//WfUTsppHKLXxnFhnj4VO3b5hc5cXsZ+JqZK048ne7SqrPlJ6a2hj9/PX
I7FpXwsBCoQVuVPwCLtbKXsHWKvHMftV59+qwePYmafsd0MXI7b/eevHkYDHYN+D
8y6kA/EZlSSH9MJthf9OtjRXdMR0d9A7UjDoJriH1s8bQ08kGd7bSzzNCiA3hrai
EmQskG7k4E9a1fHAIbjN0UukMKG0j+c7hR5ehOXAvqZd5qhbJVfrUXt38IJxxkzg
aMNFI7hbiKB51ySyjNZF2rFxzDf3L7R6GMnFqAnXpHCyyq1+WWgsbmwyk/q4C0/M
Sm+40vkqa1zkJUBzF+zrPEgCDLTQLbiiEDvxpcNkmIOSQZOifSzWnZNUTCCHF7vf
CVMCKyw4yZTqHjRjOprelyU8Xbp3dj8j6U/B5F1s7HHVrQH9Uc5Yeeet79koguWH
XhOm0qc1KiQtTjmcsFpGiGFM0dnZWxRNIY9MynzwUI5OxPGcR39IJeHhx7YVdIZg
acTf1xVhxyg6LUBSbSvCl2+c3po7AxjlnvPV9WJewU4rBCNfDz4etWNULAPTv1km
mCKqLCfNk8fmWTtd+f6xIGOUIKgObyzfLb19iWTCXE9K71j+HbBFZb5JW++YZBDl
L2Tr8uJ+KxViUiE9YRa7jvT6PiTiOu6ZeNEQYSKbSRK29sm62EM=
=7It6
-----END PGP SIGNATURE-----

3
arping-2.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb40de7e146375063b2af674ef4d61d7aaf3ac2e0c3ad1cca46c6b4229ba533a
size 180989

16
arping-2.22.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEmQeGmIok9S8cLof2OaSe6kYKAWkFAmDa890ACgkQOaSe6kYK
AWm7RRAAnK2RaGG89CawG0R50zGXUYKFlcg9YAQZ/fSwzBbQZHre99GyJbN8IK/7
LzjjR8Mc8c+9xc2iLGvlYrnfIRrh1YivAn2uFi561AuJKdvUDd+9ESVXUVSdEg+V
7A2ooAK4Hxsn7xMe9sUyu+fZbBUc1uRpU1U4p8KXcEbDCCHZmIJbUZzyqlcxI9j8
FhLmsgmq3zSAfywgqSo1lCGLtL1FOMh/9YkGVebueJSMBvVXN+aVu2G9pOFw652o
7HNRaBZGiQuYAGTbpFp2L97EKBBknkUDcw6WlviS6VSmbJqUl9eZOfQomlqhBTaP
DcCXm/g4eMsdRa2xqTXlHA+YuRMjjFJDCWPIBNls+hLdVYZu+ysVbr/s+IeHQsqx
gzvSl5Ra7PanwX/gAIc/reapnlN/V5bsABZodHBUsdb78fCDhkJEENo+29ttiAMl
E918Df7ojHVodXk7UM/CYd/DImilrm41prF26sxgqnfYWM3leTc1L8EIxe75tSb3
R8H5CLjgO7cSeT3AJkkufKIws9E8sxg8z7m2XvLWmENJ5NERscM1QM0kpa9JBy2o
5zBw06bSfN4iqPhHTiaKsNwG8EO2xE7Ah/1AzdzIiXG8HQ++9OwWQMLQaz3CmhuK
JgrrbKu1Safolveh1MVoLnVnQ5xqEzZg/WSqepw6Ge/2VxlH/vE=
=9RDl
-----END PGP SIGNATURE-----

View File

@ -1,21 +0,0 @@
From f6dc7cca6246cc61571a652fae0ea73171fc8d7b Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Mon, 11 Aug 2014 03:14:41 +0200
Subject: [PATCH] src: avoid relying on implicitly-defined setgroups
---
src/arping.c | 1 +
1 file changed, 1 insertion(+)
Index: arping-2.16/src/arping.c
===================================================================
--- arping-2.16.orig/src/arping.c
+++ arping-2.16/src/arping.c
@@ -95,6 +95,7 @@
#if HAVE_PWD_H
#include <pwd.h>
+#include <grp.h>
#endif
#if HAVE_SYS_CAPABILITY_H

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 10 08:03:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.22
* Build system updates only; no user-related changes.
- Drop arping2-setgroups.diff (merged)
-------------------------------------------------------------------
Thu Jul 30 21:02:18 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package arping2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,16 @@
Name: arping2
Version: 2.21
Version: 2.22
Release: 0
Summary: Layer-2 Ethernet pinger
License: GPL-2.0-or-later
Group: Productivity/Networking/Diagnostic
URL: http://www.habets.pp.se/synscan/programs.php?prog=arping
#Git-Clone: git://github.com/ThomasHabets/arping
Source0: http://www.habets.pp.se/synscan/files/arping-%version.tar.gz
Source1: http://www.habets.pp.se/synscan/files/arping-%version.tar.gz.asc
Source2: %name.keyring
Patch1: arping-setgroups.diff
Source: http://www.habets.pp.se/synscan/files/arping-%version.tar.gz
Source2: http://www.habets.pp.se/synscan/files/arping-%version.tar.gz.asc
Source3: %name.keyring
BuildRequires: libnet-devel
BuildRequires: libpcap-devel
@ -37,7 +36,7 @@ Arping is a util to find out it a specific IP address on the LAN is
unrouted networks and with ICMP-blocking hosts.
%prep
%autosetup -n arping-%version -p1
%autosetup -n arping-%version
%build
%configure