diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-06-03 08:47:11 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-06-03 08:47:11 +0000 |
commit | 7caec5ea859fdbbf5e5a29538db420a7f6cda6f7 (patch) | |
tree | 5604bca0d56a4cf67e383b2e715dc7591566e6b5 /mail-client/roundcube | |
parent | Make it gold resistant, #369849 (diff) | |
download | gentoo-2-7caec5ea859fdbbf5e5a29538db420a7f6cda6f7.tar.gz gentoo-2-7caec5ea859fdbbf5e5a29538db420a7f6cda6f7.tar.bz2 gentoo-2-7caec5ea859fdbbf5e5a29538db420a7f6cda6f7.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/roundcube/files/roundcube-0.5.2-fix-imap-disconnect.patch | 26 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.5.3.ebuild (renamed from mail-client/roundcube/roundcube-0.5.2-r1.ebuild) | 6 |
3 files changed, 9 insertions, 31 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index ef54360083f8..c9cf7047bb1a 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.50 2011/05/18 21:18:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.51 2011/06/03 08:47:10 radhermit Exp $ + +*roundcube-0.5.3 (03 Jun 2011) + + 03 Jun 2011; Tim Harder <radhermit@gentoo.org> -roundcube-0.5.2-r1.ebuild, + -files/roundcube-0.5.2-fix-imap-disconnect.patch, +roundcube-0.5.3.ebuild: + Version bump and remove old. *roundcube-0.5.2-r1 (18 May 2011) diff --git a/mail-client/roundcube/files/roundcube-0.5.2-fix-imap-disconnect.patch b/mail-client/roundcube/files/roundcube-0.5.2-fix-imap-disconnect.patch deleted file mode 100644 index 4a03a01f2178..000000000000 --- a/mail-client/roundcube/files/roundcube-0.5.2-fix-imap-disconnect.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- CHANGELOG -+++ CHANGELOG -@@ -2,4 +2,5 @@ - =========================== - -+- Fix issue which cases IMAP disconnection when encrypt() method was used (#1487900) - - Fix some CSS issues in Settings for Internet Explorer - - Fixed handling of folder with name "0" in folder selector ---- program/include/rcmail.php -+++ program/include/rcmail.php -@@ -1079,4 +1079,7 @@ - $book->close(); - -+ if (is_object($this->imap)) -+ $this->imap->close(); -+ - // before closing the database connection, write session data - if ($_SERVER['REMOTE_ADDR']) -@@ -1194,7 +1197,4 @@ - } - -- if (is_object($this->imap)) -- $this->imap->close(); -- - return $base64 ? base64_encode($cipher) : $cipher; - } diff --git a/mail-client/roundcube/roundcube-0.5.2-r1.ebuild b/mail-client/roundcube/roundcube-0.5.3.ebuild index 11f23b653b23..f0449bce5fe7 100644 --- a/mail-client/roundcube/roundcube-0.5.2-r1.ebuild +++ b/mail-client/roundcube/roundcube-0.5.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.2-r1.ebuild,v 1.1 2011/05/18 21:18:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.3.ebuild,v 1.1 2011/06/03 08:47:11 radhermit Exp $ EAPI="2" -inherit eutils webapp depend.php +inherit webapp depend.php MY_PN="${PN}mail" MY_P="${MY_PN}-${PV/_/-}" @@ -45,8 +45,6 @@ pkg_setup() { src_prepare() { cp config/db.inc.php{.dist,} cp config/main.inc.php{.dist,} - - epatch "${FILESDIR}"/${P}-fix-imap-disconnect.patch } src_install() { |