switch to HTTPS
This commit is contained in:
parent
4ad8c16457
commit
b5b51affd0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50961
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue