aboutsummaryrefslogtreecommitdiff
path: root/share/tools
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-09-29 09:58:05 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-09-29 09:58:05 +0000
commitb5b51affd0e1b944ef64c41a73a9810cea8aa2ec (patch)
tree3c724a23b0ca05197f460c74934cccdf88b36f15 /share/tools
parent4ad8c16457153c9775ff0cc85f95a19f9aaf35f9 (diff)
downloaddoc-b5b51affd0e1b944ef64c41a73a9810cea8aa2ec.tar.gz
doc-b5b51affd0e1b944ef64c41a73a9810cea8aa2ec.zip
switch to HTTPS
Notes
Notes: svn path=/head/; revision=50961
Diffstat (limited to 'share/tools')
-rwxr-xr-xshare/tools/mirror-status/mirror-status7
1 files changed, 3 insertions, 4 deletions
diff --git a/share/tools/mirror-status/mirror-status b/share/tools/mirror-status/mirror-status
index d310d7868e..d712b815b7 100755
--- a/share/tools/mirror-status/mirror-status
+++ b/share/tools/mirror-status/mirror-status
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright (c) May 2001-2003 Wolfram Schneider <wosch@FreeBSD.org>
+# Copyright (c) May 2001-2017 Wolfram Schneider <wosch@FreeBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -24,10 +24,9 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: mirror-status,v 1.1 2003-03-11 14:46:00 wosch Exp $
-#
# mirror-status - check if the FreeBSD web mirrors are up-to-date
#
+# $FreeBSD$
use strict;
@@ -39,7 +38,7 @@ use Digest::MD5 qw(md5 md5_hex md5_base64);
# Configuration
#
my $timeout = 2 * 10;
-my $url = 'http://www.freebsd.org/'; # Web master server
+my $url = 'https://www.freebsd.org/'; # Web master server