pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch ftp.gnu.org redirects to https.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ddab50af27b
branches:  trunk
changeset: 441799:3ddab50af27b
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 11 09:26:32 2020 +0000

description:
ftp.gnu.org redirects to https.

diffstat:

 mk/fetch/sites.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7e3aa967f0e6 -r 3ddab50af27b mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Wed Nov 11 09:22:26 2020 +0000
+++ b/mk/fetch/sites.mk Wed Nov 11 09:26:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.168 2020/11/05 09:16:00 nia Exp $
+# $NetBSD: sites.mk,v 1.169 2020/11/11 09:26:32 nia Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -16,7 +16,7 @@
        ftp://ftp.lip6.fr/pub/gnu/ \
        http://mirrors.kernel.org/gnu/ \
        http://ftp.funet.fi/pub/gnu/prep/ \
-       http://ftp.gnu.org/pub/gnu/
+       https://ftp.gnu.org/pub/gnu/
 
 MASTER_SITE_GITHUB+=    \
        https://github.com/



Home | Main Index | Thread Index | Old Index