diff options
author | 2011-10-08 19:33:15 +0000 | |
---|---|---|
committer | 2011-10-08 19:33:15 +0000 | |
commit | 36e9a9bddceef33d1e3005363ffa2f42994250c4 (patch) | |
tree | 947b906e6cb48f566ef6b7d9206ed71540f9bd71 /net-mail/cyrus-imapd | |
parent | Restore dropped upstream -Wall -Wshadow and respect full compiler name also w... (diff) | |
download | gentoo-2-36e9a9bddceef33d1e3005363ffa2f42994250c4.tar.gz gentoo-2-36e9a9bddceef33d1e3005363ffa2f42994250c4.tar.bz2 gentoo-2-36e9a9bddceef33d1e3005363ffa2f42994250c4.zip |
x86 stable wrt security bug #385729
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r-- | net-mail/cyrus-imapd/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog index 97c9e49ad16f..f09fd5121c06 100644 --- a/net-mail/cyrus-imapd/ChangeLog +++ b/net-mail/cyrus-imapd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/cyrus-imapd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.186 2011/10/08 18:11:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.187 2011/10/08 19:33:15 phajdan.jr Exp $ + + 08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + cyrus-imapd-2.4.12.ebuild: + x86 stable wrt security bug #385729 08 Oct 2011; Raúl Porcel <armin76@gentoo.org> cyrus-imapd-2.4.12.ebuild: sparc stable wrt #385729 diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild index 13748f1e295a..89f741df28c5 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild,v 1.3 2011/10/08 18:11:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild,v 1.4 2011/10/08 19:33:15 phajdan.jr Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="afs berkdb kerberos mysql nntp pam postgres replication sieve snmp sqlite ssl tcpd" RDEPEND="sys-libs/zlib |