From owner-svn-doc-head@freebsd.org Fri Sep 29 09:58:06 2017 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C182DE28AD9; Fri, 29 Sep 2017 09:58:06 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90A3D92C; Fri, 29 Sep 2017 09:58:06 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8T9w59P071651; Fri, 29 Sep 2017 09:58:05 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T9w5nW071650; Fri, 29 Sep 2017 09:58:05 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201709290958.v8T9w5nW071650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Fri, 29 Sep 2017 09:58:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50961 - head/share/tools/mirror-status X-SVN-Group: doc-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: head/share/tools/mirror-status X-SVN-Commit-Revision: 50961 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 09:58:06 -0000 Author: wosch Date: Fri Sep 29 09:58:05 2017 New Revision: 50961 URL: https://svnweb.freebsd.org/changeset/doc/50961 Log: switch to HTTPS Modified: head/share/tools/mirror-status/mirror-status Modified: head/share/tools/mirror-status/mirror-status ============================================================================== --- head/share/tools/mirror-status/mirror-status Fri Sep 29 09:54:04 2017 (r50960) +++ head/share/tools/mirror-status/mirror-status Fri Sep 29 09:58:05 2017 (r50961) @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (c) May 2001-2003 Wolfram Schneider +# Copyright (c) May 2001-2017 Wolfram Schneider # 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