]> git.pld-linux.org Git - packages/arping.git/commitdiff
- updated to 2.23 master auto/th/arping-2.23-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Dec 2023 16:02:49 +0000 (17:02 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Dec 2023 16:02:49 +0000 (17:02 +0100)
arping-nolibs.patch
arping.spec

index 6c9c01445df511a5157dde5b4dd626c5ba8c47ed..01a915d6f20462a3e26fabfceea0b0c0b2b4587f 100644 (file)
@@ -1,13 +1,15 @@
---- arping-2.14/configure.ac.orig      2014-06-29 12:05:51.000000000 +0200
-+++ arping-2.14/configure.ac   2014-07-04 20:21:49.765587884 +0200
-@@ -17,8 +17,8 @@
+--- arping-2.23/configure.ac.orig      2023-12-23 15:50:50.457952760 +0100
++++ arping-2.23/configure.ac   2023-12-23 16:52:39.041194975 +0100
+@@ -22,9 +22,9 @@ AC_PROG_MAKE_SET
+ CPPFLAGS="$CPPFLAGS -D_DEFAULT_SOURCE=1"
  
  # Checks for libraries.
- AC_CHECK_LIB([m], [sqrt])
+-AC_CHECK_LIB([m], [sqrt])
 -AC_CHECK_LIB([socket], [socket])
 -AC_CHECK_LIB([nsl], [gethostbyname])
++AC_SEARCH_LIBS([sqrt], [m])
 +AC_SEARCH_LIBS([socket], [socket])
 +AC_SEARCH_LIBS([gethostbyname], [nsl])
  AC_CHECK_LIB([cap], [cap_init])
+ AC_CHECK_LIB([seccomp], [seccomp_init])
  AC_CHECK_LIB([rt], [clock_gettime])
- AC_CHECK_LIB([net], [libnet_name_resolve],
index f01ba6ca0743cec4ecd5f3bfb0834c8810a416d2..62ab993908eb289690a5c040eedc24e4ea2eb56b 100644 (file)
@@ -1,19 +1,20 @@
 Summary:       ARPing - ping an address by ARP packets
 Summary(pl.UTF-8):     ARPing - pingowanie adresów pakietami ARP
 Name:          arping
-Version:       2.21
+Version:       2.23
 Release:       1
 License:       GPL v2
 Group:         Networking/Admin
-Source0:       http://www.habets.pp.se/synscan/files/%{name}-%{version}.tar.gz
-# Source0-md5: 14ba0be312cb37a01954e83c23d6fc02
+Source0:       https://www.habets.pp.se/synscan/files/%{name}-%{version}.tar.gz
+# Source0-md5: 538a27fcce5262331419518c032598da
 Patch0:                %{name}-nolibs.patch
-URL:           http://www.habets.pp.se/synscan/programs.php?prog=arping
+URL:           https://www.habets.pp.se/synscan/programs_arping.html
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
 BuildRequires: libcap-devel
 BuildRequires: libnet-devel > 1.1
 BuildRequires: libpcap-devel
+BuildRequires: libseccomp-devel
 Requires:      bc
 Obsoletes:     iputils-arping
 Conflicts:     iputils <= 1:ss021109-2
This page took 0.094366 seconds and 4 git commands to generate.