* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.5.4.ebuild
@ 2011-08-17 13:46 Peter Volkov (pva)
0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2011-08-17 13:46 UTC (permalink / raw
To: gentoo-commits
pva 11/08/17 13:46:33
Modified: ChangeLog
Added: roundcube-0.5.4.ebuild
Log:
Version bump, fixes security bug 379563
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.52 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 3 Jun 2011 08:47:10 -0000 1.51
+++ ChangeLog 17 Aug 2011 13:46:33 -0000 1.52
@@ -1,6 +1,11 @@
# 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.51 2011/06/03 08:47:10 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.52 2011/08/17 13:46:33 pva Exp $
+
+*roundcube-0.5.4 (17 Aug 2011)
+
+ 17 Aug 2011; Peter Volkov <pva@gentoo.org> +roundcube-0.5.4.ebuild:
+ Version bump, fixes security bug 379563
*roundcube-0.5.3 (03 Jun 2011)
1.1 mail-client/roundcube/roundcube-0.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.1&content-type=text/plain
Index: roundcube-0.5.4.ebuild
===================================================================
# 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.4.ebuild,v 1.1 2011/08/17 13:46:33 pva Exp $
EAPI="2"
inherit webapp depend.php
MY_PN="${PN}mail"
MY_P="${MY_PN}-${PV/_/-}"
DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
HOMEPAGE="http://roundcube.net"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
# roundcube is GPL-licensed, the rest of the licenses here are
# for bundled PEAR components, googiespell and utf8.class.php
LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="ldap mysql postgres ssl spell +sqlite"
DEPEND=""
RDEPEND="|| ( <dev-lang/php-5.3[crypt,iconv,json,ldap?,pcre,postgres?,session,spl,sqlite?,ssl?,unicode]
>=dev-lang/php-5.3[crypt,iconv,json,ldap?,postgres?,session,sqlite?,ssl?,unicode] )
spell? ( dev-lang/php[curl,spell] )
dev-php/PEAR-PEAR"
need_httpd_cgi
need_php_httpd
S="${WORKDIR}/${MY_P}"
pkg_setup() {
webapp_pkg_setup
use mysql && require_php_with_any_use mysql mysqli
# add some warnings about optional functionality
if ! PHPCHECKNODIE="yes" require_php_with_any_use gd gd-external; then
ewarn "IMAP quota display will not work correctly without GD support in PHP."
ewarn "Recompile PHP with either gd or gd-external in USE if you want this feature."
ewarn
fi
}
src_prepare() {
cp config/db.inc.php{.dist,}
cp config/main.inc.php{.dist,}
}
src_install() {
webapp_src_preinst
dodoc CHANGELOG INSTALL README UPGRADING
insinto "${MY_HTDOCSDIR}"
doins -r [[:lower:]]* SQL
doins .htaccess
webapp_serverowned "${MY_HTDOCSDIR}"/logs
webapp_serverowned "${MY_HTDOCSDIR}"/temp
webapp_configfile "${MY_HTDOCSDIR}"/config/{db,main}.inc.php
webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_postupgrade_txt en UPGRADING
webapp_src_install
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.5.4.ebuild
@ 2011-08-17 15:43 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-17 15:43 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/08/17 15:43:37
Modified: ChangeLog roundcube-0.5.4.ebuild
Log:
Stable on amd64 wrt bug #379563
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.53 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 17 Aug 2011 13:46:33 -0000 1.52
+++ ChangeLog 17 Aug 2011 15:43:37 -0000 1.53
@@ -1,6 +1,9 @@
# 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.52 2011/08/17 13:46:33 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.53 2011/08/17 15:43:37 hwoarang Exp $
+
+ 17 Aug 2011; Markos Chandras <hwoarang@gentoo.org> roundcube-0.5.4.ebuild:
+ Stable on amd64 wrt bug #379563
*roundcube-0.5.4 (17 Aug 2011)
1.2 mail-client/roundcube/roundcube-0.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?r1=1.1&r2=1.2
Index: roundcube-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roundcube-0.5.4.ebuild 17 Aug 2011 13:46:33 -0000 1.1
+++ roundcube-0.5.4.ebuild 17 Aug 2011 15:43:37 -0000 1.2
@@ -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/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.1 2011/08/17 13:46:33 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.2 2011/08/17 15:43:37 hwoarang Exp $
EAPI="2"
@@ -15,7 +15,7 @@
# roundcube is GPL-licensed, the rest of the licenses here are
# for bundled PEAR components, googiespell and utf8.class.php
LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="ldap mysql postgres ssl spell +sqlite"
DEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.5.4.ebuild
@ 2011-08-18 17:20 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-18 17:20 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/08/18 17:20:34
Modified: ChangeLog roundcube-0.5.4.ebuild
Log:
ppc/ppc64 stable wrt #379563
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.54 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 17 Aug 2011 15:43:37 -0000 1.53
+++ ChangeLog 18 Aug 2011 17:20:34 -0000 1.54
@@ -1,6 +1,9 @@
# 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.53 2011/08/17 15:43:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.54 2011/08/18 17:20:34 xarthisius Exp $
+
+ 18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> roundcube-0.5.4.ebuild:
+ ppc/ppc64 stable wrt #379563
17 Aug 2011; Markos Chandras <hwoarang@gentoo.org> roundcube-0.5.4.ebuild:
Stable on amd64 wrt bug #379563
1.3 mail-client/roundcube/roundcube-0.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?r1=1.2&r2=1.3
Index: roundcube-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- roundcube-0.5.4.ebuild 17 Aug 2011 15:43:37 -0000 1.2
+++ roundcube-0.5.4.ebuild 18 Aug 2011 17:20:34 -0000 1.3
@@ -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/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.2 2011/08/17 15:43:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.3 2011/08/18 17:20:34 xarthisius Exp $
EAPI="2"
@@ -15,7 +15,7 @@
# roundcube is GPL-licensed, the rest of the licenses here are
# for bundled PEAR components, googiespell and utf8.class.php
LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc ~x86"
IUSE="ldap mysql postgres ssl spell +sqlite"
DEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.5.4.ebuild
@ 2011-08-20 3:59 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-20 3:59 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/08/20 03:59:43
Modified: ChangeLog roundcube-0.5.4.ebuild
Log:
x86 stable wrt security bug #379563
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.55 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 18 Aug 2011 17:20:34 -0000 1.54
+++ ChangeLog 20 Aug 2011 03:59:43 -0000 1.55
@@ -1,6 +1,9 @@
# 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.54 2011/08/18 17:20:34 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.55 2011/08/20 03:59:43 phajdan.jr Exp $
+
+ 20 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> roundcube-0.5.4.ebuild:
+ x86 stable wrt security bug #379563
18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> roundcube-0.5.4.ebuild:
ppc/ppc64 stable wrt #379563
1.4 mail-client/roundcube/roundcube-0.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?r1=1.3&r2=1.4
Index: roundcube-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- roundcube-0.5.4.ebuild 18 Aug 2011 17:20:34 -0000 1.3
+++ roundcube-0.5.4.ebuild 20 Aug 2011 03:59:43 -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/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.3 2011/08/18 17:20:34 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.4 2011/08/20 03:59:43 phajdan.jr Exp $
EAPI="2"
@@ -15,7 +15,7 @@
# roundcube is GPL-licensed, the rest of the licenses here are
# for bundled PEAR components, googiespell and utf8.class.php
LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~arm ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86"
IUSE="ldap mysql postgres ssl spell +sqlite"
DEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.5.4.ebuild
@ 2011-08-24 18:39 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2011-08-24 18:39 UTC (permalink / raw
To: gentoo-commits
maekke 11/08/24 18:39:03
Modified: ChangeLog roundcube-0.5.4.ebuild
Log:
arm stable, bug #379563
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.56 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 20 Aug 2011 03:59:43 -0000 1.55
+++ ChangeLog 24 Aug 2011 18:39:03 -0000 1.56
@@ -1,6 +1,9 @@
# 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.55 2011/08/20 03:59:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.56 2011/08/24 18:39:03 maekke Exp $
+
+ 24 Aug 2011; Markus Meier <maekke@gentoo.org> roundcube-0.5.4.ebuild:
+ arm stable, bug #379563
20 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> roundcube-0.5.4.ebuild:
x86 stable wrt security bug #379563
1.5 mail-client/roundcube/roundcube-0.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild?r1=1.4&r2=1.5
Index: roundcube-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- roundcube-0.5.4.ebuild 20 Aug 2011 03:59:43 -0000 1.4
+++ roundcube-0.5.4.ebuild 24 Aug 2011 18:39:03 -0000 1.5
@@ -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/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.4 2011/08/20 03:59:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.5 2011/08/24 18:39:03 maekke Exp $
EAPI="2"
@@ -15,7 +15,7 @@
# roundcube is GPL-licensed, the rest of the licenses here are
# for bundled PEAR components, googiespell and utf8.class.php
LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ppc ppc64 ~sparc x86"
IUSE="ldap mysql postgres ssl spell +sqlite"
DEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-24 18:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17 13:46 [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.5.4.ebuild Peter Volkov (pva)
-- strict thread matches above, loose matches on Subject: below --
2011-08-17 15:43 Markos Chandras (hwoarang)
2011-08-18 17:20 Kacper Kowalik (xarthisius)
2011-08-20 3:59 PaweA Hajdan (phajdan.jr)
2011-08-24 18:39 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox