Accepting request 493503 from home:dliedke:branches:network:utilities
Update to version 4.0 OBS-URL: https://build.opensuse.org/request/show/493503 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=30
This commit is contained in:
parent
aa9f73990a
commit
77a8b4ca1a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f753094e4df3cdb1d99be1687c0fb7d2f14c0d526ebf03158c8c5519bc78f54
|
||||
size 162629
|
3
fping-4.0.tar.gz
Normal file
3
fping-4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67eb4152b98ad34f99d2eec4e1098a0bb52caf13c0c89cd147349d08190fe8ce
|
||||
size 170060
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 16:33:22 UTC 2017 - liedke@rz.uni-mannheim.de
|
||||
|
||||
- Update to version 4.0
|
||||
* feature: Auto-adjust timeout for -c/-C/-l mode to value of -p
|
||||
* feature: Enforce -t timeout on reply packets, by discarding late
|
||||
packets (#32)
|
||||
* feature: Option -d/--rdns now always does a rdns-lookup, even for
|
||||
names, as '-n' was doing until now
|
||||
* feature: Keep original name if a hostname is given with -n/--name
|
||||
* feature: New option -6 to force IPv6
|
||||
* feature: New option -4 to force IPv4
|
||||
* feature: IPv6 enabled by default
|
||||
* feature: Long option names for all options
|
||||
* feature: Unified 'fping' and 'fping6' into one binary (#80)
|
||||
* feature: fping and fping6 are now unified into one binary.
|
||||
* bugfix: -i/-p restrictions disabled by default
|
||||
(enable with --enable-safe-limits)
|
||||
* bugfix: Default interval -i changed from 25ms to 10ms
|
||||
* bugfix: Fix compatibility issue with GNU Hurd
|
||||
* bugfix: A C99 compiler is now required
|
||||
* bugfix: Option parsing with optparse
|
||||
* bugfix: New changelog file format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 13:06:09 UTC 2017 - liedke@rz.uni-mannheim.de
|
||||
|
||||
|
10
fping.spec
10
fping.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: fping
|
||||
Url: http://www.fping.org
|
||||
Version: 3.16
|
||||
Version: 4.0
|
||||
Release: 0
|
||||
Summary: A program to ping multiple hosts
|
||||
License: MIT
|
||||
@ -48,17 +48,17 @@ designed to be easy to parse.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-ipv6 --enable-ipv4
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%{__ln_s} -f fping.8 %{buildroot}%{_mandir}/man8/fping.8
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README
|
||||
%{_mandir}/man8/fping*.8*
|
||||
%doc CHANGELOG.md INSTALL
|
||||
%{_mandir}/man8/fping.8.gz
|
||||
%{_sbindir}/fping
|
||||
%{_sbindir}/fping6
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user