Received: by mail.netbsd.org (Postfix, from userid 605) id 23AE684E78; Sat, 30 Jul 2022 00:06:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8333C84E66 for ; Sat, 30 Jul 2022 00:00:58 +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 JI70eqJgjlXA for ; Sat, 30 Jul 2022 00:00:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 06ACF84D25 for ; Sat, 30 Jul 2022 00:00:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3C9FFB1A; Sat, 30 Jul 2022 00:00:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659139257199520" MIME-Version: 1.0 Date: Sat, 30 Jul 2022 00:00:57 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/time/ntpsec To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220730000057.F3C9FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659139257199520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Jul 30 00:00:57 UTC 2022 Modified Files: pkgsrc/time/ntpsec: Makefile Log Message: ntpsec: master site redirects to https, use https directly ... but the certiciate is expired. Have complained to upstream. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/ntpsec/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659139257199520 Content-Disposition: inline Content-Length: 615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/ntpsec/Makefile diff -u pkgsrc/time/ntpsec/Makefile:1.16 pkgsrc/time/ntpsec/Makefile:1.17 --- pkgsrc/time/ntpsec/Makefile:1.16 Thu Jun 30 11:18:56 2022 +++ pkgsrc/time/ntpsec/Makefile Sat Jul 30 00:00:57 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2022/06/30 11:18:56 nia Exp $ +# $NetBSD: Makefile,v 1.17 2022/07/30 00:00:57 tnn Exp $ DISTNAME= ntpsec-1.1.9 PKGREVISION= 7 CATEGORIES= time -MASTER_SITES= http://ftp.ntpsec.org/pub/releases/ +MASTER_SITES= https://ftp.ntpsec.org/pub/releases/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.ntpsec.org/ --_----------=_1659139257199520--