switch to HTTPS

This commit is contained in:
Wolfram Schneider 2017-09-29 09:58:05 +00:00
parent 4ad8c16457
commit b5b51affd0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50961

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/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. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # 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 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # 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 # mirror-status - check if the FreeBSD web mirrors are up-to-date
# #
# $FreeBSD$
use strict; use strict;
@ -39,7 +38,7 @@ use Digest::MD5 qw(md5 md5_hex md5_base64);
# Configuration # Configuration
# #
my $timeout = 2 * 10; my $timeout = 2 * 10;
my $url = 'http://www.freebsd.org/'; # Web master server my $url = 'https://www.freebsd.org/'; # Web master server