From 4f0b17af13eb5f7f34fdab171c6d630a77badb3d Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 7 Jan 2020 23:41:40 +0100 Subject: [PATCH] Change www.ginac.de urls to https. --- AUTHORS | 2 +- ChangeLog | 2 +- GiNaC.spec.in | 4 ++-- INSTALL | 4 ++-- INSTALL.CMake | 2 +- README | 4 ++-- check/match_bug.cpp | 4 ++-- configure.ac | 2 +- doc/reference/Doxyfooter.in | 2 +- doc/tutorial/ginac.texi | 6 +++--- ginac/numeric.cpp | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0e7f3092..76d97ac1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,4 +29,4 @@ If you have found a bug, have a patch or a question, or would like to make a suggestion please send email to one of our public mailing lists instead of to the authors. This avoids both potential duplication of work and delays caused by possible vacations. Mailing list subscription -is explained at . +is explained at . diff --git a/ChangeLog b/ChangeLog index b57ef5ba..7008bb49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,4 +4,4 @@ logged. This is how to get anonymous read-only access: $ git clone git://www.ginac.de/ginac.git ginac $ cd ginac; git whatchanged Alternatively you can browse the repository on-line at -http://www.ginac.de/ginac.git +https://www.ginac.de/ginac.git diff --git a/GiNaC.spec.in b/GiNaC.spec.in index 4c8ebca1..1ddf85f3 100644 --- a/GiNaC.spec.in +++ b/GiNaC.spec.in @@ -8,8 +8,8 @@ Version: %{version} Release: %{release} License: GPL Group: System Environment/Libraries -Source0: http://www.ginac.de/%{name}-%{version}.tar.bz2 -URL: http://www.ginac.de/ +Source0: https://www.ginac.de/%{name}-%{version}.tar.bz2 +URL: https://www.ginac.de/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Prefix: %{_prefix} diff --git a/INSTALL b/INSTALL index d506b79a..b40d25e5 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ PREREQUISITES ============= GiNaC requires the CLN library by Bruno Haible installed on your system. -It is available from . +It is available from . You will also need a decent ISO C++-11 compiler. We recommend the C++ compiler from the GNU compiler collection, GCC >= 4.8. If you have a @@ -87,7 +87,7 @@ First, download the code: Secondly, make sure all required software is installed. This is *really* important step. If some package is missing, the `configure' script might be misgenerated, see e.g. this discussion: - + Finally, run diff --git a/INSTALL.CMake b/INSTALL.CMake index d4dedb5a..3c3b433a 100644 --- a/INSTALL.CMake +++ b/INSTALL.CMake @@ -2,7 +2,7 @@ PREREQUISITES ============= 1. A decent ISO C++-11 compiler. GCC (version >= 4.9) is recommended. -2. CLN library (http://www.ginac.de/CLN), version >= 1.2.2 +2. CLN library (https://www.ginac.de/CLN), version >= 1.2.2 3. CMake, version >= 2.8 (version 2.6.x might work too). 4. Python 3 5. (optional) pkg-config utility (http://pkg-config.freedesktop.org) diff --git a/README b/README index 90e549c3..e828a0eb 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ with more established areas of computer science (like computation-intense numeric applications, graphical interfaces, etc.) under one roof. The official web site is: - http://www.ginac.de/ + https://www.ginac.de/ A mailing list is located at: ginac-list@ginac.de @@ -17,7 +17,7 @@ You need to be subscribed to be able to post to the list. To subscribe, please follow the instructions on https://www.cebix.net/mailman/listinfo/ginac-list -See http://www.ginac.de/Lists.html for the list policy. +See https://www.ginac.de/Lists.html for the list policy. Installation diff --git a/check/match_bug.cpp b/check/match_bug.cpp index 1ea17e8c..ecce6e2b 100644 --- a/check/match_bug.cpp +++ b/check/match_bug.cpp @@ -1,7 +1,7 @@ /** @file match_bug.cpp * * Check for bug in GiNaC::ex::match() described here: - * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */ + * https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */ /* * GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany @@ -32,7 +32,7 @@ using namespace GiNaC; * could be modified even if the match failed! Although this "feature" * was documented it happened to be very confusing *even for GiNaC * developers*, see - * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html + * https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html * * It was fixed in 192ed7390b7b2b705ad100e3db0a92eedd2b20ad. Let's make * sure it will be never re-added: diff --git a/configure.ac b/configure.ac index 3c2311b6..0a178069 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ m4_define([ginac_lt_current], GINAC_GET_LTVERSION([CURRENT])) m4_define([ginac_lt_age], GINAC_GET_LTVERSION([AGE])) m4_define([ginac_lt_revision], GINAC_GET_LTVERSION([REVISION])) -AC_INIT([GiNaC], ginac_version, [ginac-list@ginac.de], [ginac], [http://www.ginac.de/]) +AC_INIT([GiNaC], ginac_version, [ginac-list@ginac.de], [ginac], [https://www.ginac.de/]) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(ginac/basic.cpp) AC_CONFIG_AUX_DIR([config]) diff --git a/doc/reference/Doxyfooter.in b/doc/reference/Doxyfooter.in index e8de7547..6901019b 100644 --- a/doc/reference/Doxyfooter.in +++ b/doc/reference/Doxyfooter.in @@ -1,6 +1,6 @@
This page is part of the GiNaC +href="https://www.ginac.de/">GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial. diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 3b9b4637..386dfeaf 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -48,7 +48,7 @@ notice identical to this one. @title GiNaC @value{VERSION} @subtitle An open framework for symbolic computation within the C++ programming language @subtitle @value{UPDATED} -@author @uref{http://www.ginac.de} +@author @uref{https://www.ginac.de} @page @vskip 0pt plus 1filll @@ -126,7 +126,7 @@ hand-made documentation like this one is difficult to keep in sync with the development, the actual documentation is inside the sources in the form of comments. That documentation may be parsed by one of the many Javadoc-like documentation systems. If you fail at generating it you -may access it from @uref{http://www.ginac.de/reference/, the GiNaC home +may access it from @uref{https://www.ginac.de/reference/, the GiNaC home page}. It is an invaluable resource not only for the advanced user who wishes to extend the system (or chase bugs) but for everybody who wants to comprehend the inner workings of GiNaC. This little tutorial on the @@ -484,7 +484,7 @@ required for the configuration, it can be downloaded from @uref{http://pkg-config.freedesktop.org}. Last but not least, the CLN library is used extensively and needs to be installed on your system. -Please get it from @uref{http://www.ginac.de/CLN/} (it is licensed under +Please get it from @uref{https://www.ginac.de/CLN/} (it is licensed under the GPL) and install it prior to trying to install GiNaC. The configure script checks if it can find it and if it cannot, it will refuse to continue. diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index 4f4ad785..ff5d510c 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -477,7 +477,7 @@ static inline bool coerce(T1& dst, const T2& arg); /** * @brief Check if CLN integer can be converted into int * - * @sa http://www.ginac.de/pipermail/cln-list/2006-October/000248.html + * @sa https://www.ginac.de/pipermail/cln-list/2006-October/000248.html */ template<> inline bool coerce(int& dst, const cln::cl_I& arg) -- 2.44.0