From b5b51affd0e1b944ef64c41a73a9810cea8aa2ec Mon Sep 17 00:00:00 2001
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Fri, 29 Sep 2017 09:58:05 +0000
Subject: [PATCH] switch to HTTPS

---
 share/tools/mirror-status/mirror-status | 7 +++----
 1 file 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