summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2022-08-15 13:59:07 +0200
committerIsmael Luceno2022-08-15 14:07:45 +0200
commite97ea25afa3a589199259054e550577d63cdfaaa (patch)
tree3e5023cfe03e65e6067f98d57dc428980a612325
parentca4005edab6edf5e785604fbec45e9fc933b444e (diff)
rrdtool: Convert URLs to HTTPS
-rwxr-xr-xnet/rrdtool/DETAILS4
-rw-r--r--net/rrdtool/HISTORY1
2 files changed, 3 insertions, 2 deletions
diff --git a/net/rrdtool/DETAILS b/net/rrdtool/DETAILS
index 3464293dec..89dbb03340 100755
--- a/net/rrdtool/DETAILS
+++ b/net/rrdtool/DETAILS
@@ -8,9 +8,9 @@ else
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://oss.oetiker.ch/rrdtool/pub/$SOURCE
+ SOURCE_URL[0]=https://oss.oetiker.ch/rrdtool/pub/$SOURCE
GATHER_DOCS=off
- WEB_SITE=http://oss.oetiker.ch/rrdtool/
+ WEB_SITE=https://oss.oetiker.ch/rrdtool/
ENTERED=20020210
KEYWORDS="net"
SHORT="time-series data logging and graphing"
diff --git a/net/rrdtool/HISTORY b/net/rrdtool/HISTORY
index ab0b037d86..d93317ab46 100644
--- a/net/rrdtool/HISTORY
+++ b/net/rrdtool/HISTORY
@@ -1,5 +1,6 @@
2022-08-15 Ismael Luceno <ismael@sourcemage.org>
* PREPARE: switched to prepare_select_branch
+ * DETAILS: converted URLs to HTTPS
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/