From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBD41138334 for ; Wed, 2 Jan 2019 02:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABB86E09C8; Wed, 2 Jan 2019 02:52:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 874EDE09C8 for ; Wed, 2 Jan 2019 02:52:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA1EC335C6F for ; Wed, 2 Jan 2019 02:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACAEC459 for ; Wed, 2 Jan 2019 02:52:15 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1546397527.658b08fb7c7c7015956bb8b1a628a0e560d8178d.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild X-VCS-Directories: dev-libs/cyrus-sasl/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 658b08fb7c7c7015956bb8b1a628a0e560d8178d X-VCS-Branch: master Date: Wed, 2 Jan 2019 02:52:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c630801-7feb-4dd5-bc56-aed4c0cf8d6e X-Archives-Hash: 8216a94be931413a42dc7608331b7a5c commit: 658b08fb7c7c7015956bb8b1a628a0e560d8178d Author: Jason A. Donenfeld gentoo org> AuthorDate: Wed Jan 2 02:50:50 2019 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Wed Jan 2 02:52:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658b08fb dev-libs/cyrus-sasl: use more reliable mirror Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Jason A. Donenfeld gentoo.org> dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild index 1379f6de0b9..1ab001b0bf0 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild @@ -9,7 +9,7 @@ SASLAUTHD_CONF_VER="2.1.26" DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)" HOMEPAGE="https://www.cyrusimap.org/sasl/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz" +SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz" LICENSE="BSD-with-attribution" SLOT="2"