* [gentoo-commits] gentoo-x86 commit in dev-php/symfony: symfony-1.4.20.ebuild ChangeLog
@ 2012-11-27 12:34 Ole Markus With (olemarkus)
0 siblings, 0 replies; 2+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-11-27 12:34 UTC (permalink / raw
To: gentoo-commits
olemarkus 12/11/27 12:34:52
Modified: ChangeLog
Added: symfony-1.4.20.ebuild
Log:
Version bump. Fixes security bug 444696
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-php/symfony/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 31 Oct 2012 07:07:29 -0000 1.12
+++ ChangeLog 27 Nov 2012 12:34:52 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/symfony
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.12 2012/10/31 07:07:29 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.13 2012/11/27 12:34:52 olemarkus Exp $
+
+*symfony-1.4.20 (27 Nov 2012)
+
+ 27 Nov 2012; Ole Markus With <olemarkus@gentoo.org> +symfony-1.4.20.ebuild:
+ Version bump. Fixes security bug 444696
*symfony-1.4.19 (31 Oct 2012)
1.1 dev-php/symfony/symfony-1.4.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild?rev=1.1&content-type=text/plain
Index: symfony-1.4.20.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild,v 1.1 2012/11/27 12:34:52 olemarkus Exp $
EAPI=2
inherit php-pear-lib-r1
DESCRIPTION="Open-source PHP5 professional web framework"
HOMEPAGE="http://www.symfony-project.com/"
SRC_URI="http://pear.symfony-project.com/get/${P}.tgz"
LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lang/php[cli,ctype,session,simplexml,tokenizer,xml]
|| ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
dev-php/pear"
RDEPEND="${DEPEND}"
pkg_postinst() {
if has_version '=dev-lang/php-5*[-posix]';then
einfo ""
einfo "To enable color output on the symfony command line"
einfo "add USE=\"posix\" to dev-lang/php"
einfo ""
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/symfony: symfony-1.4.20.ebuild ChangeLog
@ 2012-12-03 20:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-03 20:44 UTC (permalink / raw
To: gentoo-commits
ago 12/12/03 20:44:05
Modified: symfony-1.4.20.ebuild ChangeLog
Log:
Stable for x86, wrt bug #444696
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-php/symfony/symfony-1.4.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild?r1=1.2&r2=1.3
Index: symfony-1.4.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- symfony-1.4.20.ebuild 1 Dec 2012 21:27:28 -0000 1.2
+++ symfony-1.4.20.ebuild 3 Dec 2012 20:44:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild,v 1.2 2012/12/01 21:27:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild,v 1.3 2012/12/03 20:44:05 ago Exp $
EAPI=2
inherit php-pear-lib-r1
@@ -11,7 +11,7 @@
LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-lang/php[cli,ctype,session,simplexml,tokenizer,xml]
1.15 dev-php/symfony/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 1 Dec 2012 21:27:28 -0000 1.14
+++ ChangeLog 3 Dec 2012 20:44:05 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/symfony
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.14 2012/12/01 21:27:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.15 2012/12/03 20:44:05 ago Exp $
+
+ 03 Dec 2012; <ago@gentoo.org> symfony-1.4.20.ebuild:
+ Stable for x86, wrt bug #444696
01 Dec 2012; <ago@gentoo.org> symfony-1.4.20.ebuild:
Stable for amd64, wrt bug #444696
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-03 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 12:34 [gentoo-commits] gentoo-x86 commit in dev-php/symfony: symfony-1.4.20.ebuild ChangeLog Ole Markus With (olemarkus)
-- strict thread matches above, loose matches on Subject: below --
2012-12-03 20:44 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox