Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/
Date: Wed, 02 Jan 2019 02:52:20
Message-Id: 1546397527.658b08fb7c7c7015956bb8b1a628a0e560d8178d.zx2c4@gentoo
1 commit: 658b08fb7c7c7015956bb8b1a628a0e560d8178d
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 02:50:50 2019 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 02:52:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658b08fb
7
8 dev-libs/cyrus-sasl: use more reliable mirror
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
12
13 dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild
17 index 1379f6de0b9..1ab001b0bf0 100644
18 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild
19 +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27.ebuild
20 @@ -9,7 +9,7 @@ SASLAUTHD_CONF_VER="2.1.26"
21
22 DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)"
23 HOMEPAGE="https://www.cyrusimap.org/sasl/"
24 -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz"
25 +SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz"
26
27 LICENSE="BSD-with-attribution"
28 SLOT="2"