Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-taint: pecl-taint-1.2.2-r1.ebuild ChangeLog pecl-taint-0.5.3.ebuild pecl-taint-1.2.2.ebuild
Date: Tue, 30 Sep 2014 23:46:02
Message-Id: 20140930234558.7AB8A69FB@oystercatcher.gentoo.org
1 grknight 14/09/30 23:45:58
2
3 Modified: ChangeLog
4 Added: pecl-taint-1.2.2-r1.ebuild
5 Removed: pecl-taint-0.5.3.ebuild pecl-taint-1.2.2.ebuild
6 Log:
7 Revbump to drop 5.3 support; drop old
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
10
11 Revision Changes Path
12 1.6 dev-php/pecl-taint/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 3 Jul 2013 21:07:14 -0000 1.5
25 +++ ChangeLog 30 Sep 2014 23:45:58 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-taint
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.5 2013/07/03 21:07:14 mabi Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.6 2014/09/30 23:45:58 grknight Exp $
32 +
33 +*pecl-taint-1.2.2-r1 (30 Sep 2014)
34 +
35 + 30 Sep 2014; Brian Evans <grknight@g.o> +pecl-taint-1.2.2-r1.ebuild,
36 + -pecl-taint-0.5.3.ebuild, -pecl-taint-1.2.2.ebuild:
37 + Revbump to drop 5.3 support; drop old
38
39 *pecl-taint-1.2.2 (03 Jul 2013)
40
41
42
43
44 1.1 dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-taint-1.2.2-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild,v 1.1 2014/09/30 23:45:58 grknight Exp $
54
55 EAPI=5
56
57 # Fails to build with php5-5 and php5-6
58 USE_PHP="php5-4"
59
60 inherit php-ext-pecl-r2
61
62 DESCRIPTION="Extension used for detecting XSS codes(tainted string)"
63 LICENSE="PHP-3.01"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 pkg_postinst() {
69 elog 'In order to enable this extension, add'
70 elog ' taint.enable=1'
71 elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini'
72 }