Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-taint: pecl-taint-0.4.1.ebuild ChangeLog pecl-taint-0.3.0.ebuild
Date: Sun, 26 Feb 2012 07:06:02
Message-Id: 20120226070550.952752004B@flycatcher.gentoo.org
1 olemarkus 12/02/26 07:05:50
2
3 Modified: ChangeLog
4 Added: pecl-taint-0.4.1.ebuild
5 Removed: pecl-taint-0.3.0.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.1.10.44/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 dev-php/pecl-taint/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 20 Feb 2012 14:20:32 -0000 1.2
25 +++ ChangeLog 26 Feb 2012 07:05:50 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-taint
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.2 2012/02/20 14:20:32 olemarkus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.3 2012/02/26 07:05:50 olemarkus Exp $
31 +
32 +*pecl-taint-0.4.1 (26 Feb 2012)
33 +
34 + 26 Feb 2012; Ole Markus With <olemarkus@g.o> +pecl-taint-0.4.1.ebuild,
35 + -pecl-taint-0.3.0.ebuild:
36 + Version bump
37
38 *pecl-taint-0.4.0 (20 Feb 2012)
39
40
41
42
43 1.1 dev-php/pecl-taint/pecl-taint-0.4.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.4.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.4.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-taint-0.4.1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.4.1.ebuild,v 1.1 2012/02/26 07:05:50 olemarkus Exp $
53
54 EAPI=4
55
56 USE_PHP="php5-3 php5-4"
57
58 inherit php-ext-pecl-r2
59
60 DESCRIPTION="Extension used for detecting XSS codes(tainted string)"
61 LICENSE="PHP-3.01"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 pkg_postinst() {
67 elog 'In order to enable this extension, add'
68 elog ' taint.enable=1'
69 elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini'
70 }