From: Wolfgang Stöggl Date: Thu, 21 Mar 2019 10:25:39 +0000 (+0100) Subject: Update URL from http to https X-Git-Tag: v1.7.2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=267369f9b6c46d9386855c2204850cf7b3f5425e;p=thirdparty%2Frrdtool-1.x.git Update URL from http to https - Command used to replace http with https: git grep -l 'http://oss.oetiker.ch' -- './*' ':(exclude)CHANGES' | \ xargs sed -b -i 's|http://oss.oetiker.ch|https://oss.oetiker.ch|g' - Fixes: https://github.com/oetiker/rrdtool-1.x/issues/934 --- diff --git a/README.md b/README.md index 01e662dd..9de555f7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ pod files. The latest released Version: ------------------- -Is always available from http://oss.oetiker.ch/rrdtool/ +Is always available from https://oss.oetiker.ch/rrdtool/ Tobias Oetiker diff --git a/WIN32-BUILD-TIPS.txt b/WIN32-BUILD-TIPS.txt index 37b659c0..0c2873e5 100644 --- a/WIN32-BUILD-TIPS.txt +++ b/WIN32-BUILD-TIPS.txt @@ -317,22 +317,22 @@ Compiling RRDtool 1.2.x on Win32 with MingW32 gcc: = zlib - http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz + https://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz http://www.zlib.net/ = libpng - http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.12.tar.gz + https://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.12.tar.gz http://libpng.sourceforge.net/ = freetype - http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.2.1.tar.gz + https://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.2.1.tar.gz http://freetype.sourceforge.net/index2.html = libart_lgpl - http://oss.oetiker.ch/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz + https://oss.oetiker.ch/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz http://www.levien.com/libart/ Note: libart_lgpl needs a special tweak because the archive contains diff --git a/bindings/dotnet/rrd_binding_test.cs b/bindings/dotnet/rrd_binding_test.cs index 807bc551..7fba6b21 100644 --- a/bindings/dotnet/rrd_binding_test.cs +++ b/bindings/dotnet/rrd_binding_test.cs @@ -9,7 +9,7 @@ * data, fetching data, creating graphs, dumping and exporting the data to * XML, then restoring from an XML file. The examples follow the tutorial * written by Alex van den Bogaerdt found at - * http://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html + * https://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html ****************************************************************************/ using System; diff --git a/bindings/dotnet/rrdlib.cs b/bindings/dotnet/rrdlib.cs index aaca8550..f60fbd8a 100644 --- a/bindings/dotnet/rrdlib.cs +++ b/bindings/dotnet/rrdlib.cs @@ -8,7 +8,7 @@ * To use, please make sure that you place the rrdlib.dll in the same * directory as this dll, or change the "const string dll" to point to the * proper location. For documentation, please see the RRDtool website at: - * http://oss.oetiker.ch/rrdtool/ + * https://oss.oetiker.ch/rrdtool/ * For usage examples, please see the rrd_binding_test project. ****************************************************************************/ using System; diff --git a/bindings/python/README.md b/bindings/python/README.md index cf325ef7..9f22960c 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -1,7 +1,7 @@ python-rrdtool ============== -Python bindings for [RRDtool](http://oss.oetiker.ch/rrdtool) with a native C extension. +Python bindings for [RRDtool](https://oss.oetiker.ch/rrdtool) with a native C extension. Supported Python versions: 2.6+, 3.3+. diff --git a/bindings/python/rrdtoolmodule.c b/bindings/python/rrdtoolmodule.c index 9a11945d..248afd41 100644 --- a/bindings/python/rrdtoolmodule.c +++ b/bindings/python/rrdtoolmodule.c @@ -262,7 +262,7 @@ static char _rrdtool_create__doc__[] = "Create a new Round Robin Database.\n\n\ [DS:ds-name[=mapped-ds-name[source-index]]:DST:heartbeat:min:max]\n\ [RRA:CF:xff:steps:rows]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html"; static PyObject * _rrdtool_create(PyObject *Py_UNUSED(self), PyObject *args) @@ -301,7 +301,7 @@ static char _rrdtool_dump__doc__[] = "Dump an RRD to XML.\n\n\ file.rrd\n\ [file.xml]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrddump.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrddump.en.html"; static PyObject * _rrdtool_dump(PyObject *Py_UNUSED(self), PyObject *args) @@ -340,7 +340,7 @@ static char _rrdtool_update__doc__[] = "Store a new set of values into\ N|timestamp:value[:value...]\n\ [timestamp:value[:value...] ...]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdupdate.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdupdate.en.html"; static PyObject * _rrdtool_update(PyObject *Py_UNUSED(self), PyObject *args) @@ -414,7 +414,7 @@ static char _rrdtool_fetch__doc__[] = "Fetch data from an RRD.\n\n\ [-a|--align-start]\n\ [-d|--daemon address]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdfetch.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdfetch.en.html"; static PyObject * _rrdtool_fetch(PyObject *Py_UNUSED(self), PyObject *args) @@ -491,7 +491,7 @@ static char _rrdtool_flushcached__doc__[] = "Flush RRD files from memory.\n\n\ filename\n\ [filename ...]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdflushcached.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdflushcached.en.html"; static PyObject * _rrdtool_flushcached(PyObject *Py_UNUSED(self), PyObject *args) @@ -585,7 +585,7 @@ static char _rrdtool_graph__doc__[] = "Create a graph based on one or more " \ CDEF:vname=RPN expression\n\ VDEF=vname:RPN expression\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html"; static PyObject * _rrdtool_graph(PyObject *Py_UNUSED(self), PyObject *args) @@ -643,7 +643,7 @@ static char _rrdtool_graphv__doc__[] = "Create a graph based on one or more " \ This function works the same way as 'graph', but will return a info\n\ dictionary instead of None.\n\n\ Full documentation can be found at (graphv section):\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html"; static PyObject * _rrdtool_graphv(PyObject *Py_UNUSED(self), PyObject *args) @@ -688,7 +688,7 @@ static char _rrdtool_xport__doc__[] = "Dictionary representation of data " \ [CDEF:vname=rpn-expression]\n\ [XPORT:vname[:legend]]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdxport.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdxport.en.html"; static PyObject * _rrdtool_xport(PyObject *Py_UNUSED(self), PyObject *args) @@ -848,7 +848,7 @@ static char _rrdtool_tune__doc__[] = "Modify some basic properties of a " \ [-d|--data-source-type ds-name:DST]\n\ [-r|--data-source-rename old-name:new-name]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdtune.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdtune.en.html"; static PyObject * _rrdtool_tune(PyObject *Py_UNUSED(self), PyObject *args) @@ -886,7 +886,7 @@ static char _rrdtool_first__doc__[] = "Get the first UNIX timestamp of the "\ [--rraindex number]\n\ [-d|--daemon address]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdfirst.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdfirst.en.html"; static PyObject * _rrdtool_first(PyObject *Py_UNUSED(self), PyObject *args) @@ -921,7 +921,7 @@ static char _rrdtool_last__doc__[] = "Get the UNIX timestamp of the most "\ filename\n\ [-d|--daemon address]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html"; static PyObject * _rrdtool_last(PyObject *Py_UNUSED(self), PyObject *args) @@ -958,7 +958,7 @@ static char _rrdtool_resize__doc__[] = "Modify the number of rows in a "\ GROW|SHRINK\n\ rows\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html"; static PyObject * _rrdtool_resize(PyObject *Py_UNUSED(self), PyObject *args) @@ -996,7 +996,7 @@ static char _rrdtool_info__doc__[] = "Extract header information from an "\ [-d|--daemon address]\n\ [-F|--noflush]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdinfo.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdinfo.en.html"; static PyObject * _rrdtool_info(PyObject *Py_UNUSED(self), PyObject *args) @@ -1033,7 +1033,7 @@ static char _rrdtool_lastupdate__doc__[] = "Returns datetime and value stored "\ filename\n\ [-d|--daemon address]\n\n\ Full documentation can be found at:\n\ - http://oss.oetiker.ch/rrdtool/doc/rrdlastupdate.en.html"; + https://oss.oetiker.ch/rrdtool/doc/rrdlastupdate.en.html"; static PyObject * _rrdtool_lastupdate(PyObject *Py_UNUSED(self), PyObject *args) diff --git a/configure b/configure index 18cf5702..97ec9906 100755 --- a/configure +++ b/configure @@ -20133,7 +20133,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of glib-2.0 is 2.28.7. @@ -20154,7 +20154,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of glib-2.0 is 2.28.7. @@ -20390,7 +20390,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of gthread-2.0 is x.x.x. @@ -20411,7 +20411,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of gthread-2.0 is x.x.x. @@ -20645,7 +20645,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of pcre is x.x.x. @@ -20666,7 +20666,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of pcre is x.x.x. @@ -20901,7 +20901,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of libpng is 1.4.8. @@ -20922,7 +20922,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of libpng is 1.4.8. @@ -21135,7 +21135,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of pangocairo is 1.28.4. @@ -21156,7 +21156,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of pangocairo is 1.28.4. @@ -21369,7 +21369,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of gobject-2.0 is 2.58.1. @@ -21390,7 +21390,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of gobject-2.0 is 2.58.1. @@ -21618,7 +21618,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of libxml-2.0 is 2.7.8. @@ -21639,7 +21639,7 @@ $as_echo "$as_me: WARNING: You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of libxml-2.0 is 2.7.8. diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index bf00ca94..abe9298a 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -55,7 +55,7 @@ Now make sure the BUILD_DIR exists and go there: Lets first assume you already have all the necessary libraries pre-installed. - wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.1.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.1.tar.gz gunzip -c rrdtool-1.7.1.tar.gz | tar xf - cd rrdtool-1.7.1 ./configure --prefix=$INSTALL_DIR && make && make install @@ -219,7 +219,7 @@ environment variable will be helpful. Chances are very high that you already have that on your system ... cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz gunzip -c zlib-1.2.3.tar.gz | tar xf - cd zlib-1.2.3 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --shared @@ -234,7 +234,7 @@ drop the settings of LDFLAGS and CPPFLAGS. Note that the backslash (\) at the end of lines means that the command is split over multiple lines. cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.18.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.18.tar.gz gunzip -c libpng-1.2.18.tar.gz | tar xf - cd libpng-1.2.18 env CFLAGS="-O3 -fPIC" ./configure --prefix=$INSTALL_DIR @@ -244,7 +244,7 @@ the end of lines means that the command is split over multiple lines. =head3 Building freetype cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.3.5.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.3.5.tar.gz gunzip -c freetype-2.3.5.tar.gz | tar xf - cd freetype-2.3.5 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" @@ -259,7 +259,7 @@ add the following at the start the configure line: =head3 Building LibXML2 cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-2.6.32.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/libxml2-2.6.32.tar.gz gunzip -c libxml2-2.6.32.tar.gz | tar xf - cd libxml2-2.6.32 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" @@ -274,7 +274,7 @@ Run the fc-cache program to build the fontconfig cache after changing the config file. cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/fontconfig-2.4.2.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/fontconfig-2.4.2.tar.gz gunzip -c fontconfig-2.4.2.tar.gz | tar xf - cd fontconfig-2.4.2 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --with-freetype-config=$INSTALL_DIR/bin/freetype-config @@ -284,7 +284,7 @@ config file. =head3 Building Pixman cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/pixman-0.10.0.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/pixman-0.10.0.tar.gz gunzip -c pixman-0.10.0.tar.gz | tar xf - cd pixman-0.10.0 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" @@ -294,7 +294,7 @@ config file. =head3 Building Cairo cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz gunzip -c cairo-1.6.4.tar.gz | tar xf - cd cairo-1.6.4 ./configure --prefix=$INSTALL_DIR \ @@ -316,7 +316,7 @@ When building on Solaris you may want to do =head3 Building Glib cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/glib-2.15.4.tar.gz + wget https://oss.oetiker.ch/rrdtool/pub/libs/glib-2.15.4.tar.gz gunzip -c glib-2.15.4.tar.gz | tar xf - cd glib-2.15.4 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" @@ -326,7 +326,7 @@ When building on Solaris you may want to do =head3 Building Pango cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.bz2 + wget https://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.bz2 bunzip2 -c pango-1.21.1.tar.bz2 | tar xf - cd pango-1.21.1 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --without-x diff --git a/doc/rrdtool-dump.xsd b/doc/rrdtool-dump.xsd index 77b69a58..6c5776be 100644 --- a/doc/rrdtool-dump.xsd +++ b/doc/rrdtool-dump.xsd @@ -6,8 +6,8 @@ Tobias Lindenmann --> @@ -234,7 +234,7 @@ - + @@ -246,7 +246,7 @@ - + @@ -254,7 +254,7 @@ - + diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 index e6beff99..5872b017 100644 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -74,7 +74,7 @@ AC_DEFUN([EX_CHECK_ALL], You can find also find an archive copy on - http://oss.oetiker.ch/rrdtool/pub/libs + https://oss.oetiker.ch/rrdtool/pub/libs The last tested version of $4 is $5. diff --git a/rrdtool.spec b/rrdtool.spec index 7ced3334..7b3001c2 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -15,9 +15,9 @@ Version: 1.GIT Release: 1%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases -URL: http://oss.oetiker.ch/rrdtool/ -#Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz -Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}.tar.gz +URL: https://oss.oetiker.ch/rrdtool/ +#Source0: https://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz +Source0: https://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}.tar.gz %if %{with_php} Source1: php4-%{svnrev}.tar.gz Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch diff --git a/src/rrd_dump.c b/src/rrd_dump.c index 12b24297..b17f958e 100644 --- a/src/rrd_dump.c +++ b/src/rrd_dump.c @@ -99,16 +99,16 @@ int rrd_dump_cb_r( if (opt_header == 1) { CB_PUTS("\n"); - CB_PUTS("\n"); + CB_PUTS("\n"); CB_PUTS("\n"); CB_PUTS("\n"); } else if (opt_header == 2) { CB_PUTS("\n"); CB_PUTS("\n"); - CB_PUTS("\n"); + CB_PUTS("\txsi:schemaLocation=\"https://oss.oetiker.ch/rrdtool/rrdtool-dump.xml " + "https://oss.oetiker.ch/rrdtool/rrdtool-dump.xsd\">\n"); } else { CB_PUTS("\n"); CB_PUTS("\n"); diff --git a/tests/modify-test1.create.dump b/tests/modify-test1.create.dump index 83376967..d6ee93ba 100644 --- a/tests/modify-test1.create.dump +++ b/tests/modify-test1.create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify-test1.mod1.dump b/tests/modify-test1.mod1.dump index 8e2edfec..e5149f0e 100644 --- a/tests/modify-test1.mod1.dump +++ b/tests/modify-test1.mod1.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify-test3.create.dump b/tests/modify-test3.create.dump index 2ab56ceb..43f3af7a 100644 --- a/tests/modify-test3.create.dump +++ b/tests/modify-test3.create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify-test3.mod1.dump b/tests/modify-test3.mod1.dump index f1dff3b0..e326b9ee 100644 --- a/tests/modify-test3.mod1.dump +++ b/tests/modify-test3.mod1.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify2-testa-create.dump b/tests/modify2-testa-create.dump index 2085648b..ab0a3916 100644 --- a/tests/modify2-testa-create.dump +++ b/tests/modify2-testa-create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify2-testb-mod1.dump b/tests/modify2-testb-mod1.dump index 23254e8f..38c39c27 100644 --- a/tests/modify2-testb-mod1.dump +++ b/tests/modify2-testb-mod1.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify2-testc-mod1.dump b/tests/modify2-testc-mod1.dump index 7d4f9c2d..ecbde3b9 100644 --- a/tests/modify2-testc-mod1.dump +++ b/tests/modify2-testc-mod1.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify4-testa-create.dump b/tests/modify4-testa-create.dump index a288704b..805d4f5d 100644 --- a/tests/modify4-testa-create.dump +++ b/tests/modify4-testa-create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify4-testa1-create.dump b/tests/modify4-testa1-create.dump index 292c1b87..2373f41b 100644 --- a/tests/modify4-testa1-create.dump +++ b/tests/modify4-testa1-create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify4-testa2-create.dump b/tests/modify4-testa2-create.dump index a95d96e7..33432d78 100644 --- a/tests/modify4-testa2-create.dump +++ b/tests/modify4-testa2-create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify5-testa1-create.dump b/tests/modify5-testa1-create.dump index 292c1b87..2373f41b 100644 --- a/tests/modify5-testa1-create.dump +++ b/tests/modify5-testa1-create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/modify5-testa2-create.dump b/tests/modify5-testa2-create.dump index a95d96e7..33432d78 100644 --- a/tests/modify5-testa2-create.dump +++ b/tests/modify5-testa2-create.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/tune1-testa-mod1.dump b/tests/tune1-testa-mod1.dump index 6a246bc7..618283b3 100644 --- a/tests/tune1-testa-mod1.dump +++ b/tests/tune1-testa-mod1.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/tune1-testa-mod2.dump b/tests/tune1-testa-mod2.dump index fa8ec339..5ea9bf9e 100644 --- a/tests/tune1-testa-mod2.dump +++ b/tests/tune1-testa-mod2.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/tune1-testorg.dump b/tests/tune1-testorg.dump index 0b640c77..cdbbfece 100644 --- a/tests/tune1-testorg.dump +++ b/tests/tune1-testorg.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/tune2-testa-mod1.dump b/tests/tune2-testa-mod1.dump index 3030a049..536116d0 100644 --- a/tests/tune2-testa-mod1.dump +++ b/tests/tune2-testa-mod1.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/tests/tune2-testorg.dump b/tests/tune2-testorg.dump index 16b17320..f7cc68b4 100644 --- a/tests/tune2-testorg.dump +++ b/tests/tune2-testorg.dump @@ -1,5 +1,5 @@ - + 0003 diff --git a/win32/librrd-4.rc b/win32/librrd-4.rc index c4b75fe0..d88b8292 100644 --- a/win32/librrd-4.rc +++ b/win32/librrd-4.rc @@ -18,7 +18,7 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" - VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" + VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" diff --git a/win32/rrdcgi.rc b/win32/rrdcgi.rc index 2b29a8c5..3d09ae52 100644 --- a/win32/rrdcgi.rc +++ b/win32/rrdcgi.rc @@ -18,7 +18,7 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" - VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" + VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" diff --git a/win32/rrdtool.rc b/win32/rrdtool.rc index 5e973e40..9eb6a7c9 100644 --- a/win32/rrdtool.rc +++ b/win32/rrdtool.rc @@ -18,7 +18,7 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" - VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" + VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" diff --git a/win32/rrdupdate.rc b/win32/rrdupdate.rc index ea95dc84..971b6f19 100644 --- a/win32/rrdupdate.rc +++ b/win32/rrdupdate.rc @@ -18,7 +18,7 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" - VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/" + VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool"