From 964f106a988799756da6034298d5ac1c5d4145cc Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Fri, 22 Jun 2018 14:09:01 -0700 Subject: [PATCH] Change applicable http:// URLs to https://. Fix a bad URL in RPM spec. (#759) --- README.md | 6 +++--- configure.ac | 2 +- docs/index.rst | 4 ++-- docs/obtaining.rst | 2 +- iperf3.spec.in | 4 ++-- src/iperf3.1 | 6 +++--- src/libiperf.3 | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 32faeb10e..675bea0a2 100644 --- a/README.md +++ b/README.md @@ -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 ----- diff --git a/configure.ac b/configure.ac index 800b6a60c..557df43e5 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/docs/index.rst b/docs/index.rst index bc5b86469..109402877 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 -------- diff --git a/docs/obtaining.rst b/docs/obtaining.rst index 227e70860..11300c59c 100644 --- a/docs/obtaining.rst +++ b/docs/obtaining.rst @@ -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`` diff --git a/iperf3.spec.in b/iperf3.spec.in index f2f157343..602364dfa 100644 --- a/iperf3.spec.in +++ b/iperf3.spec.in @@ -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} diff --git a/src/iperf3.1 b/src/iperf3.1 index 538e93c59..1ab3cd7dc 100644 --- a/src/iperf3.1 +++ b/src/iperf3.1 @@ -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 diff --git a/src/libiperf.3 b/src/libiperf.3 index b54bb3e84..e88516d86 100644 --- a/src/libiperf.3 +++ b/src/libiperf.3 @@ -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/