Change applicable http:// URLs to https://. Fix a bad URL in RPM spec. (#759)
This commit is contained in:
parent
165b4e0ace
commit
964f106a98
@ -26,7 +26,7 @@ OpenBSD, NetBSD, Android, Solaris, and other Linux distributions.
|
||||
iperf3 is principally developed by ESnet / Lawrence Berkeley National
|
||||
Laboratory. It is released under a three-clause BSD license.
|
||||
|
||||
For more information see: http://software.es.net/iperf
|
||||
For more information see: https://software.es.net/iperf
|
||||
|
||||
Source code and issue tracker: https://github.com/esnet/iperf
|
||||
|
||||
@ -35,7 +35,7 @@ Obtaining iperf3
|
||||
|
||||
Downloads of iperf3 are available at:
|
||||
|
||||
http://downloads.es.net/pub/iperf/
|
||||
https://downloads.es.net/pub/iperf/
|
||||
|
||||
To check out the most recent code, clone the git repository at:
|
||||
|
||||
@ -146,7 +146,7 @@ Known Issues
|
||||
|
||||
A set of known issues is maintained on the iperf3 Web pages:
|
||||
|
||||
http://software.es.net/iperf/dev.html#known-issues
|
||||
https://software.es.net/iperf/dev.html#known-issues
|
||||
|
||||
Links
|
||||
-----
|
||||
|
@ -24,7 +24,7 @@
|
||||
# file for complete information.
|
||||
|
||||
# Initialize the autoconf system for the specified tool, version and mailing list
|
||||
AC_INIT(iperf, 3.5+, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
|
||||
AC_INIT(iperf, 3.5+, https://github.com/esnet/iperf, iperf, https://software.es.net/iperf/)
|
||||
m4_include([config/ax_check_openssl.m4])
|
||||
AC_LANG(C)
|
||||
|
||||
|
@ -41,13 +41,13 @@ Links for the Impatient
|
||||
-----------------------
|
||||
|
||||
Project homepage and documentation hosted on GitHub Pages:
|
||||
http://software.es.net/iperf/
|
||||
https://software.es.net/iperf/
|
||||
|
||||
Project site (source code repository, issue tracker) hosted on GitHub:
|
||||
https://github.com/esnet/iperf
|
||||
|
||||
Source code downloads:
|
||||
http://downloads.es.net/pub/iperf/
|
||||
https://downloads.es.net/pub/iperf/
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
@ -34,7 +34,7 @@ Source Distributions
|
||||
Source distributions of iperf are available as compressed (gzip)
|
||||
tarballs at:
|
||||
|
||||
http://downloads.es.net/pub/iperf/
|
||||
https://downloads.es.net/pub/iperf/
|
||||
|
||||
**Note:** Due to a software packaging error, the 3.0.2 release
|
||||
tarball was not compressed, even though its filename had a ``.tar.gz``
|
||||
|
@ -5,8 +5,8 @@ Summary: Measurement tool for TCP/UDP bandwidth performance
|
||||
|
||||
Group: Applications/Internet
|
||||
License: BSD
|
||||
URL: http://github.com/esnet/iperf
|
||||
Source0: http://stats.es.net/software/iperf-%{version}.tar.gz
|
||||
URL: https://github.com/esnet/iperf
|
||||
Source0: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%if 0%{?el5}
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH IPERF3 1 "March 2018" ESnet "User Manuals"
|
||||
.TH IPERF3 1 "June 2018" ESnet "User Manuals"
|
||||
.SH NAME
|
||||
iperf3 \- perform network throughput tests
|
||||
.SH SYNOPSIS
|
||||
@ -419,8 +419,8 @@ mario,bf7a49a846d44b454a5d11e7acfaf13d138bbe0b7483aa3e050879700572709b
|
||||
.SH AUTHORS
|
||||
A list of the contributors to iperf3 can be found within the
|
||||
documentation located at
|
||||
\fChttp://software.es.net/iperf/dev.html#authors\fR.
|
||||
\fChttps://software.es.net/iperf/dev.html#authors\fR.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
libiperf(3),
|
||||
http://software.es.net/iperf
|
||||
https://software.es.net/iperf
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH LIBIPERF 3 "April 2018" ESnet "User Manuals"
|
||||
.TH LIBIPERF 3 "June 2018" ESnet "User Manuals"
|
||||
.SH NAME
|
||||
libiperf \- API for iperf3 network throughput tester
|
||||
|
||||
@ -106,8 +106,8 @@ of the iperf3 source tree.
|
||||
.SH AUTHORS
|
||||
A list of the contributors to iperf3 can be found within the
|
||||
documentation located at
|
||||
\fChttp://software.es.net/iperf/dev.html#authors\fR.
|
||||
\fChttps://software.es.net/iperf/dev.html#authors\fR.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
iperf3(1),
|
||||
http://software.es.net/iperf/
|
||||
https://software.es.net/iperf/
|
||||
|
Loading…
x
Reference in New Issue
Block a user