Received: by mail.netbsd.org (Postfix, from userid 605) id BBBC784DDA; Fri, 6 Sep 2019 14:04:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4386A84DD2 for ; Fri, 6 Sep 2019 14:04:38 +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 0ASA7cKtBG79 for ; Fri, 6 Sep 2019 14:04:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A300D84DAB for ; Fri, 6 Sep 2019 14:04:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CDAFFBF4; Fri, 6 Sep 2019 14:04:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567778677120960" MIME-Version: 1.0 Date: Fri, 6 Sep 2019 14:04:37 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/talloc To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20190906140437.9CDAFFBF4@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. --_----------=_1567778677120960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Sep 6 14:04:37 UTC 2019 Modified Files: pkgsrc/devel/talloc: Makefile Log Message: talloc: switch master site to https due to unconditional redirect XXX the master site still responds with some RFC8297 code that ftp(1) does not understand ... To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/talloc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567778677120960 Content-Disposition: inline Content-Length: 628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/talloc/Makefile diff -u pkgsrc/devel/talloc/Makefile:1.37 pkgsrc/devel/talloc/Makefile:1.38 --- pkgsrc/devel/talloc/Makefile:1.37 Thu Sep 5 09:02:11 2019 +++ pkgsrc/devel/talloc/Makefile Fri Sep 6 14:04:37 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2019/09/05 09:02:11 adam Exp $ +# $NetBSD: Makefile,v 1.38 2019/09/06 14:04:37 tnn Exp $ DISTNAME= talloc-2.3.0 CATEGORIES= devel -MASTER_SITES= http://www.samba.org/ftp/talloc/ +MASTER_SITES= https://www.samba.org/ftp/talloc/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://talloc.samba.org/talloc/doc/html/index.html --_----------=_1567778677120960--