Received: by mail.netbsd.org (Postfix, from userid 605) id 7EE6484D77; Mon, 14 Jan 2019 09:47:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D735284D72 for ; Mon, 14 Jan 2019 09:46:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JTqN9ghp_SVg for ; Mon, 14 Jan 2019 09:46:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0633F84C82 for ; Mon, 14 Jan 2019 09:46:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00380FB16; Mon, 14 Jan 2019 09:46:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547459218203010" MIME-Version: 1.0 Date: Mon, 14 Jan 2019 09:46:58 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/mk/fetch To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20190114094659.00380FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1547459218203010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon Jan 14 09:46:58 UTC 2019 Modified Files: pkgsrc/mk/fetch: sites.mk Log Message: mk/sites: cpan.perl.org advertises Strict-Transport-Security To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 pkgsrc/mk/fetch/sites.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547459218203010 Content-Disposition: inline Content-Length: 865 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/fetch/sites.mk diff -u pkgsrc/mk/fetch/sites.mk:1.160 pkgsrc/mk/fetch/sites.mk:1.161 --- pkgsrc/mk/fetch/sites.mk:1.160 Tue Oct 23 23:22:31 2018 +++ pkgsrc/mk/fetch/sites.mk Mon Jan 14 09:46:58 2019 @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.160 2018/10/23 23:22:31 maya Exp $ +# $NetBSD: sites.mk,v 1.161 2019/01/14 09:46:58 tnn Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -39,7 +39,7 @@ MASTER_SITE_OSDN+= \ http://osdn.dl.osdn.jp/ MASTER_SITE_PERL_CPAN+= \ - http://cpan.perl.org/CPAN/modules/by-module/ \ + https://cpan.perl.org/CPAN/modules/by-module/ \ ftp://cpan.pair.com/modules/by-module/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ \ ftp://ftp.fi.muni.cz/pub/CPAN/modules/by-module/ --_----------=_1547459218203010--