diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-04-23 12:35:53 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-04-23 12:35:53 +0000 |
commit | e6e4d79ae0dc8d88c82b0a57595b1b4b21e9245b (patch) | |
tree | 01ca3507ec2b1e2b2ae8c2b1088ad908981babae /mail-mta/opensmtpd | |
parent | Linux patch 3.13.11 (diff) | |
download | gentoo-2-e6e4d79ae0dc8d88c82b0a57595b1b4b21e9245b.tar.gz gentoo-2-e6e4d79ae0dc8d88c82b0a57595b1b4b21e9245b.tar.bz2 gentoo-2-e6e4d79ae0dc8d88c82b0a57595b1b4b21e9245b.zip |
Opensmtpd now uses https
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'mail-mta/opensmtpd')
-rw-r--r-- | mail-mta/opensmtpd/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild | 6 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.4.2.201404151432_p1.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/mail-mta/opensmtpd/ChangeLog b/mail-mta/opensmtpd/ChangeLog index 633ff05550aa..4f17c9683615 100644 --- a/mail-mta/opensmtpd/ChangeLog +++ b/mail-mta/opensmtpd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/opensmtpd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.54 2014/04/16 22:14:28 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.55 2014/04/23 12:35:53 zx2c4 Exp $ + + 23 Apr 2014; Jason A. Donenfeld <zx2c4@gentoo.org> + opensmtpd-5.4.1_p1-r1.ebuild, opensmtpd-5.4.2.201404151432_p1.ebuild, + opensmtpd-5.4.2_p1.ebuild: + Opensmtpd now uses https *opensmtpd-5.4.2.201404151432_p1 (16 Apr 2014) diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild index d76141c29699..22deafc73cf4 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild,v 1.1 2013/12/13 10:43:33 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild,v 1.2 2014/04/23 12:35:53 zx2c4 Exp $ EAPI=5 @@ -12,7 +12,7 @@ MY_P="${P}" if [ $(get_last_version_component_index) -eq 4 ]; then MY_P="${PN}-$(get_version_component_range 4-)" fi -SRC_URI="http://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" +SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" LICENSE="ISC BSD BSD-1 BSD-2 BSD-4" SLOT="0" diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.2.201404151432_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.2.201404151432_p1.ebuild index 9087038da7a8..319397be22c2 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.4.2.201404151432_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.4.2.201404151432_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201404151432_p1.ebuild,v 1.1 2014/04/16 22:14:28 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201404151432_p1.ebuild,v 1.2 2014/04/23 12:35:53 zx2c4 Exp $ EAPI=5 @@ -12,7 +12,7 @@ MY_P="${P}" if [ $(get_last_version_component_index) -eq 4 ]; then MY_P="${PN}-$(get_version_component_range 4-)" fi -SRC_URI="http://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" +SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" LICENSE="ISC BSD BSD-1 BSD-2 BSD-4" SLOT="0" diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild index d6f3b7ddff9e..46e6df3b6e44 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild,v 1.2 2014/03/06 06:22:22 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild,v 1.3 2014/04/23 12:35:53 zx2c4 Exp $ EAPI=5 @@ -12,7 +12,7 @@ MY_P="${P}" if [ $(get_last_version_component_index) -eq 4 ]; then MY_P="${PN}-$(get_version_component_range 4-)" fi -SRC_URI="http://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" +SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" LICENSE="ISC BSD BSD-1 BSD-2 BSD-4" SLOT="0" |