Pascal Bleser 2012-08-20 19:22:46 +00:00 committed by Git OBS Bridge
parent dbfe016826
commit d02854d616
4 changed files with 20 additions and 5 deletions

View File

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

3
fping-3.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 20 19:19:20 UTC 2012 - pascal.bleser@opensuse.org
- update to 3.3:
* Do not output icmp errors with -q (#1)
* Add --enable-ipv4 and --enable-ipv6 options to configure
* Fix removing of unreachable hosts when doing loop (#13 #23)
* Fix -A for fping6 (#14)
* Fix "options inet6" breaking IPv4 name resolution (#17)
* Output statistics to stdout instead of stderr (#9)
* Set default data size to 56 bytes on all architectures (#18)
* Convert man-page source to POD for easier maintenance
* Fix error message on DNS error for IPv6 hosts (#27)
* Fix -n flag in fping6 (#28)
-------------------------------------------------------------------
Fri Jun 8 10:32:48 UTC 2012 - wojtek@suse.cz

View File

@ -18,7 +18,7 @@
Name: fping
Url: http://www.fping.org
Version: 3.2
Version: 3.3
Release: 0
Summary: A program to ping multiple hosts
License: MIT
@ -57,7 +57,7 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%doc %{_mandir}/man8/fping.8.gz
%doc %{_mandir}/man8/fping.8*
%{_sbindir}/fping
%changelog