From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCceD-00047P-PG for garchives@archives.gentoo.org; Sat, 08 Oct 2011 19:33:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AB0D21C0C0; Sat, 8 Oct 2011 19:33:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D52F421C0C0 for ; Sat, 8 Oct 2011 19:33:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40EB51B4021 for ; Sat, 8 Oct 2011 19:33:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2261) id 08D562004B; Sat, 8 Oct 2011 19:33:16 +0000 (UTC) From: "PaweA Hajdan (phajdan.jr)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, phajdan.jr@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-mail/cyrus-imapd: cyrus-imapd-2.4.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cyrus-imapd-2.4.12.ebuild ChangeLog X-VCS-Directories: net-mail/cyrus-imapd X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: PaweA Hajdan Content-Type: text/plain; charset=utf8 Message-Id: <20111008193316.08D562004B@flycatcher.gentoo.org> Date: Sat, 8 Oct 2011 19:33:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3db687393b198fa0ed07607dfbb59e03 phajdan.jr 11/10/08 19:33:16 Modified: cyrus-imapd-2.4.12.ebuild ChangeLog Log: x86 stable wrt security bug #385729 =20 (Portage version: 2.1.10.11/cvs/Linux i686) Revision Changes Path 1.4 net-mail/cyrus-imapd/cyrus-imapd-2.4.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/cyrus-ima= pd/cyrus-imapd-2.4.12.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/cyrus-ima= pd/cyrus-imapd-2.4.12.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/cyrus-ima= pd/cyrus-imapd-2.4.12.ebuild?r1=3D1.3&r2=3D1.4 Index: cyrus-imapd-2.4.12.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.4.12= .ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cyrus-imapd-2.4.12.ebuild 8 Oct 2011 18:11:58 -0000 1.3 +++ cyrus-imapd-2.4.12.ebuild 8 Oct 2011 19:33:15 -0000 1.4 @@ -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 $ =20 EAPI=3D4 =20 @@ -14,7 +14,7 @@ =20 LICENSE=3D"as-is" SLOT=3D"0" -KEYWORDS=3D"amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS=3D"amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE=3D"afs berkdb kerberos mysql nntp pam postgres replication sieve sn= mp sqlite ssl tcpd" =20 RDEPEND=3D"sys-libs/zlib 1.187 net-mail/cyrus-imapd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/cyrus-ima= pd/ChangeLog?rev=3D1.187&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/cyrus-ima= pd/ChangeLog?rev=3D1.187&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/cyrus-ima= pd/ChangeLog?r1=3D1.186&r2=3D1.187 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v retrieving revision 1.186 retrieving revision 1.187 diff -u -r1.186 -r1.187 --- ChangeLog 8 Oct 2011 18:11:58 -0000 1.186 +++ ChangeLog 8 Oct 2011 19:33:15 -0000 1.187 @@ -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.18= 6 2011/10/08 18:11:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.18= 7 2011/10/08 19:33:15 phajdan.jr Exp $ + + 08 Oct 2011; Pawel Hajdan jr + cyrus-imapd-2.4.12.ebuild: + x86 stable wrt security bug #385729 =20 08 Oct 2011; Ra=C3=BAl Porcel cyrus-imapd-2.4.12.= ebuild: sparc stable wrt #385729