]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Change from http to https for some URLs
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 23 Jul 2019 09:39:53 +0000 (11:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 23 Jul 2019 09:39:53 +0000 (11:39 +0200)
.travis/Dockerfile
.travis/install_cuda.sh
GPL-3.0.txt
LICENSE.adoc
doc/INSTALL-from-release-archive.md
doc/INSTALL.md

index 43f3429c88fb13eac456385a7038b80adbb1b03d..6b17647ad922a7fb74562db68fe8d1ab44b05255 100644 (file)
@@ -21,7 +21,7 @@ RUN apt-get -qq update && apt-get install -y --no-install-recommends \
         && rm -rf /var/lib/apt/lists/*
 
 # Travis has upgraded clang, from clang-3.8 to clang-7.0
-RUN printf "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main\ndeb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main\n" > /etc/apt/sources.list.d/llvm-toolchain.list && apt-key adv --fetch-keys http://apt.llvm.org/llvm-snapshot.gpg.key && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
+RUN printf "deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main\ndeb-src https://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main\n" > /etc/apt/sources.list.d/llvm-toolchain.list && apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
 
 RUN apt-get -qq update && apt-get install -y --no-install-recommends \
                 clang-7 \
index 0de19d494ec1c39031ba433c2299bb358e558ee8..56e88161ef5418c314a5a006139bc5e0f607a773 100644 (file)
@@ -8,7 +8,7 @@
 
 if [ -n "$CUDA" ]; then
     echo "Installing CUDA support"
-    travis_retry wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_${CUDA}_amd64.deb
+    travis_retry wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_${CUDA}_amd64.deb
     travis_retry sudo dpkg -i cuda-repo-ubuntu1404_${CUDA}_amd64.deb
     travis_retry sudo apt-get update -qq
     export CUDA_APT=${CUDA:0:3}
index 99a4d623e14f5de77cedfd36e1de4a1ea10b617d..a662cb1f1629cff29f77130f4e4abcf3eb28bad8 100644 (file)
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
index b9944470a4ca98b4ae9c2f0deea41e3da87eb14c..2cc1e3bd8113f5da9ac7435fab046911ab75c518 100644 (file)
@@ -22,7 +22,7 @@ The license for ccache as a whole is as follows:
 -------------------------------------------------------------------------------
 
 The full license text can be found in GPL-3.0.txt and at
-http://www.gnu.org/licenses/gpl-3.0.html.
+https://www.gnu.org/licenses/gpl-3.0.html.
 
 
 Copyright and authors
@@ -56,7 +56,7 @@ src/third_party/getopt_long.[hc]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This implementation of `getopt_long()` was copied from
-http://www.postgresql.org[PostgreSQL] and has the following license text:
+https://www.postgresql.org[PostgreSQL] and has the following license text:
 
 -------------------------------------------------------------------------------
   Portions Copyright (c) 1987, 1993, 1994
@@ -132,7 +132,7 @@ following license:
 m4/feature_macros.m4
 ~~~~~~~~~~~~~~~~~~~~
 
-This Autoconf M4 snippet comes from http://www.python.org[Python] 2.6's
+This Autoconf M4 snippet comes from https://www.python.org[Python] 2.6's
 `configure.in` with the following license:
 
 -------------------------------------------------------------------------------
index 021f8c067b2406b88e8cb4dff4a72eb05d4f102f..d758377f9b28ac10f3d4c26f505dc180642cd15e 100644 (file)
@@ -13,8 +13,8 @@ To build ccache from a
   `--with-libb2-from-internet` to the configure script, which will make the
   script download libb2 from the Internet and unpack it in the local source
   tree. ccache will then be linked statically to the locally built libb2.
-- [libzstd](http://www.zstd.net). If you don't have libzstd installed and can't
-  or don't want to install it on your system, you can pass
+- [libzstd](https://www.zstd.net). If you don't have libzstd installed and
+  can't or don't want to install it on your system, you can pass
   `--with-libzstd-from-internet` to the configure script, which will make the
   script download libzstd from the Internet and unpack it in the local source
   tree. ccache will then be linked statically to the locally built libzstd.
index a48a6ff29b3cadbedc00e145fcacad3b6acaac7a..c12f7b98e9c45f5774d4c48f5916b974ad2acfcf 100644 (file)
@@ -8,26 +8,26 @@ To build ccache from a source repository, you need:
 
 - A C compiler (for instance GCC)
 - GNU Bourne Again SHell (bash) for tests.
-- [AsciiDoc](http://www.methods.co.nz/asciidoc/) to build the HTML
+- [AsciiDoc](https://www.methods.co.nz/asciidoc/) to build the HTML
   documentation.
 - [xsltproc](http://xmlsoft.org/XSLT/xsltproc2.html) to build the man page.
-- [Autoconf](http://www.gnu.org/software/autoconf/) to generate the configure
+- [Autoconf](https://www.gnu.org/software/autoconf/) to generate the configure
   script and related files.
-- [gperf](http://www.gnu.org/software/gperf/) to create lookup tables.
+- [gperf](https://www.gnu.org/software/gperf/) to create lookup tables.
 - [libb2](https://github.com/BLAKE2/libb2). If you don't have libb2 installed
   and can't or don't want to install it on your system, you can pass
   `--with-libb2-from-internet` to the configure script, which will make the
   script download libb2 from the Internet and unpack it in the local source
   tree. ccache will then be linked statically to the locally built libb2.
-- [libzstd](http://www.zstd.net). If you don't have libzstd installed and can't
-  or don't want to install it on your system, you can pass
+- [libzstd](https://www.zstd.net). If you don't have libzstd installed and
+  can't or don't want to install it on your system, you can pass
   `--with-libzstd-from-internet` to the configure script, which will make the
   script download libzstd from the Internet and unpack it in the local source
   tree. ccache will then be linked statically to the locally built libzstd.
 
 To debug and run the performance test suite you'll also need:
 
-- [Python](http://www.python.org)
+- [Python](https://www.python.org)
 
 
 Installation