grknight    14/09/30 23:45:58

  Modified:             ChangeLog
  Added:                pecl-taint-1.2.2-r1.ebuild
  Removed:              pecl-taint-0.5.3.ebuild pecl-taint-1.2.2.ebuild
  Log:
  Revbump to drop 5.3 support; drop old
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  Changes    Path
1.6                  dev-php/pecl-taint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-taint/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Jul 2013 21:07:14 -0000       1.5
+++ ChangeLog   30 Sep 2014 23:45:58 -0000      1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/pecl-taint
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.5 
2013/07/03 21:07:14 mabi Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.6 
2014/09/30 23:45:58 grknight Exp $
+
+*pecl-taint-1.2.2-r1 (30 Sep 2014)
+
+  30 Sep 2014; Brian Evans <[email protected]> +pecl-taint-1.2.2-r1.ebuild,
+  -pecl-taint-0.5.3.ebuild, -pecl-taint-1.2.2.ebuild:
+  Revbump to drop 5.3 support; drop old
 
 *pecl-taint-1.2.2 (03 Jul 2013)
 



1.1                  dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild

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
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

Index: pecl-taint-1.2.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=5

# Fails to build with php5-5 and php5-6
USE_PHP="php5-4"

inherit php-ext-pecl-r2

DESCRIPTION="Extension used for detecting XSS codes(tainted string)"
LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

pkg_postinst() {
        elog 'In order to enable this extension, add'
        elog '  taint.enable=1'
        elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini'
}




Reply via email to