grknight 15/01/19 15:38:55 Modified: ChangeLog Added: suhosin-0.9.37.1.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.18 dev-php/suhosin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 10 Oct 2014 01:47:55 -0000 1.17 +++ ChangeLog 19 Jan 2015 15:38:55 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/suhosin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.17 2014/10/10 01:47:55 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.18 2015/01/19 15:38:55 grknight Exp $ + +*suhosin-0.9.37.1 (19 Jan 2015) + + 19 Jan 2015; Brian Evans <[email protected]> + +files/suhosin-0.9.37.1-libcrypt.patch, +suhosin-0.9.37.1.ebuild: + Version bump *suhosin-0.9.36 (08 Oct 2014) 1.1 dev-php/suhosin/suhosin-0.9.37.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild?rev=1.1&content-type=text/plain Index: suhosin-0.9.37.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.1 2015/01/19 15:38:55 grknight Exp $ EAPI="5" PHP_EXT_NAME="suhosin" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-source-r2 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DESCRIPTION="Suhosin is an advanced protection system for PHP installations" HOMEPAGE="http://www.suhosin.org/" SRC_URI="http://download.suhosin.org/${P}.tar.gz" LICENSE="PHP-3.01" SLOT="0" IUSE="" DEPEND="dev-lang/php[unicode]" RDEPEND="${DEPEND}" src_prepare() { local slot for slot in $(php_get_slots); do php_init_slot_env ${slot} epatch "${FILESDIR}"/${P}-libcrypt.patch done php-ext-source-r2_src_prepare } src_install() { php-ext-source-r2_src_install dodoc CREDITS local slot for slot in $(php_get_slots); do php_init_slot_env ${slot} for inifile in ${PHPINIFILELIST} ; do insinto "${inifile/${PHP_EXT_NAME}.ini/}" insopts -m644 doins "suhosin.ini" done done } src_test() { # Makefile passes a hard-coded -d extension_dir=./modules, we move the lib # away from there in src_compile for slot in `php_get_slots`; do php_init_slot_env ${slot} NO_INTERACTION="yes" emake test || die "emake test failed for slot ${slot}" done }
