diff options
author | 2018-02-28 23:18:24 +0100 | |
---|---|---|
committer | 2018-02-28 23:18:36 +0100 | |
commit | ea94d91f89b5b427b1254b18ca5b78f951ae4a59 (patch) | |
tree | c0615fb976bfda86803dd3c8e1cbfd36eb11b0da /net-mail/dovecot/dovecot-2.2.29.1.ebuild | |
parent | net-mail/dovecot: Bump to fix CVE-2017-14461 & CVE-2017-15130 (diff) | |
download | gentoo-ea94d91f89b5b427b1254b18ca5b78f951ae4a59.tar.gz gentoo-ea94d91f89b5b427b1254b18ca5b78f951ae4a59.tar.bz2 gentoo-ea94d91f89b5b427b1254b18ca5b78f951ae4a59.zip |
net-mail/dovecot: Use HTTPS
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-mail/dovecot/dovecot-2.2.29.1.ebuild')
-rw-r--r-- | net-mail/dovecot/dovecot-2.2.29.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/dovecot/dovecot-2.2.29.1.ebuild b/net-mail/dovecot/dovecot-2.2.29.1.ebuild index 8cfd8318a2dc..484d17c54bd7 100644 --- a/net-mail/dovecot/dovecot-2.2.29.1.ebuild +++ b/net-mail/dovecot/dovecot-2.2.29.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ SRC_URI="https://dovecot.org/releases/${major_minor}/${rc_dir}${MY_P}.tar.gz https://pigeonhole.dovecot.org/releases/${major_minor}/${PN}-${major_minor}-pigeonhole-${sieve_version}.tar.gz ) " DESCRIPTION="An IMAP and POP3 server written with security primarily in mind" -HOMEPAGE="http://www.dovecot.org/" +HOMEPAGE="https://www.dovecot.org/" SLOT="0" LICENSE="LGPL-2.1 MIT" |