Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FMzHe4lv; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=27J+yedp Received: by mail.netbsd.org (Postfix, from userid 605) id 5677D84EF6; Thu, 16 May 2024 13:23:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715865796; bh=5GsPofTg9FPhp21NX+A9Or9LztgLnv664ZQbVxUGf8I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=FMzHe4lv1c2WZ4ztoCyM5Lr7fcGrAE8ErrpX8B/KRF0Pp6/IgmauyMwOqWU6sqOvr gpKrXNryhNvF0pqpbzpv/MTnvomP/IXGxkIHU+SVV57AZzixuRDEVCTwwOZ+kEy3Pb CZ5ehzhXDvCtF8/9xHZTfUM2LrSAS5RVHFoIH5AU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4520284E5E for ; Thu, 16 May 2024 13:23:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EacZe8-DcQkr for ; Thu, 16 May 2024 13:23:14 +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 7D8D184CD7 for ; Thu, 16 May 2024 13:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715865794; bh=5GsPofTg9FPhp21NX+A9Or9LztgLnv664ZQbVxUGf8I=; h=Date:From:Subject:To:Reply-To; b=27J+yedp+PUfMxCXA05heHMuMUEs3KGf4rewf+5xwnbVryUlASfOn2OVlt6DYPsFH VIqUT8V3qQWVMIHEf+MLX4fkYUtSfy6OqTfq9HU+e7dnXlXutV6p638JIUqpMwgcxM /K4KUusbuhEhvfcsJQ9ZQNpV2Moz9OO2HV1EVGDE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76B0AFA2C; Thu, 16 May 2024 13:23:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715865794202720" MIME-Version: 1.0 Date: Thu, 16 May 2024 13:23:14 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/comms/asterisk20 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240516132314.76B0AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715865794202720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu May 16 13:23:14 UTC 2024 Modified Files: pkgsrc/comms/asterisk20: Makefile Log Message: comms/asterisk20: Change MASTER_SITES to https To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/asterisk20/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715865794202720 Content-Disposition: inline Content-Length: 1157 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/asterisk20/Makefile diff -u pkgsrc/comms/asterisk20/Makefile:1.5 pkgsrc/comms/asterisk20/Makefile:1.6 --- pkgsrc/comms/asterisk20/Makefile:1.5 Thu May 16 06:14:38 2024 +++ pkgsrc/comms/asterisk20/Makefile Thu May 16 13:23:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2024/05/16 06:14:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2024/05/16 13:23:14 gdt Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile @@ -7,9 +7,9 @@ DISTNAME= asterisk-20.5.0 PKGREVISION= 2 CATEGORIES= comms net audio -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ -MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ -MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/sounds/releases/ +MASTER_SITES= https://downloads.asterisk.org/pub/telephony/asterisk/ +MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ +MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/sounds/releases/ DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} --_----------=_1715865794202720--