summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-05-15 12:04:21 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-05-15 12:04:21 +0000
commit1e03e9d9d628a572d89036cb7b496ee8d9c31130 (patch)
treefd9cae8e4a05b468019c78d546ffc70cff33c97b /dev-php5/suhosin
parentStable on ppc64; bug #221063 (diff)
downloadgentoo-2-1e03e9d9d628a572d89036cb7b496ee8d9c31130.tar.gz
gentoo-2-1e03e9d9d628a572d89036cb7b496ee8d9c31130.tar.bz2
gentoo-2-1e03e9d9d628a572d89036cb7b496ee8d9c31130.zip
version bump to 0.9.24 (bug 222087), removing old
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'dev-php5/suhosin')
-rw-r--r--dev-php5/suhosin/ChangeLog9
-rw-r--r--dev-php5/suhosin/suhosin-0.9.17.ebuild39
-rw-r--r--dev-php5/suhosin/suhosin-0.9.18.ebuild39
-rw-r--r--dev-php5/suhosin/suhosin-0.9.24.ebuild (renamed from dev-php5/suhosin/suhosin-0.9.20.ebuild)6
4 files changed, 11 insertions, 82 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog
index 135d31331179..016ab0cd21ff 100644
--- a/dev-php5/suhosin/ChangeLog
+++ b/dev-php5/suhosin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php5/suhosin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.27 2008/05/13 13:50:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.28 2008/05/15 12:04:21 hoffie Exp $
+
+*suhosin-0.9.24 (15 May 2008)
+
+ 15 May 2008; Christian Hoffmann <hoffie@gentoo.org>
+ -suhosin-0.9.17.ebuild, -suhosin-0.9.18.ebuild, -suhosin-0.9.20.ebuild,
+ +suhosin-0.9.24.ebuild:
+ version bump to 0.9.24 (bug 222087), removing old
13 May 2008; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.23.ebuild:
Stable for HPPA (LuckyLuke).
diff --git a/dev-php5/suhosin/suhosin-0.9.17.ebuild b/dev-php5/suhosin/suhosin-0.9.17.ebuild
deleted file mode 100644
index 2065df4948bf..000000000000
--- a/dev-php5/suhosin/suhosin-0.9.17.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.17.ebuild,v 1.10 2007/08/25 22:41:10 vapier Exp $
-
-PHP_EXT_NAME="suhosin"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-source-r1
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-
-DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
-HOMEPAGE="http://www.suhosin.org/"
-SRC_URI="http://www.hardened-php.net/suhosin/_media/${P}.tgz"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-need_php_by_category
-
-pkg_setup() {
- has_php
- require_php_with_use unicode
-}
-
-src_install() {
- php-ext-source-r1_src_install
- dodoc-php CREDITS
-
- for inifile in ${PHPINIFILELIST} ; do
- insinto "${inifile/${PHP_EXT_NAME}.ini/}"
- insopts -m644
- doins "suhosin.ini"
- done
-}
diff --git a/dev-php5/suhosin/suhosin-0.9.18.ebuild b/dev-php5/suhosin/suhosin-0.9.18.ebuild
deleted file mode 100644
index 313fbaa3aed5..000000000000
--- a/dev-php5/suhosin/suhosin-0.9.18.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.18.ebuild,v 1.7 2007/10/15 14:21:19 corsair Exp $
-
-PHP_EXT_NAME="suhosin"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-source-r1
-
-KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-
-DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
-HOMEPAGE="http://www.suhosin.org/"
-SRC_URI="http://www.hardened-php.net/suhosin/_media/${P}.tgz"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-need_php_by_category
-
-pkg_setup() {
- has_php
- require_php_with_use unicode
-}
-
-src_install() {
- php-ext-source-r1_src_install
- dodoc-php CREDITS
-
- for inifile in ${PHPINIFILELIST} ; do
- insinto "${inifile/${PHP_EXT_NAME}.ini/}"
- insopts -m644
- doins "suhosin.ini"
- done
-}
diff --git a/dev-php5/suhosin/suhosin-0.9.20.ebuild b/dev-php5/suhosin/suhosin-0.9.24.ebuild
index 81f0fc994c2c..253f005c4b80 100644
--- a/dev-php5/suhosin/suhosin-0.9.20.ebuild
+++ b/dev-php5/suhosin/suhosin-0.9.24.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.20.ebuild,v 1.1 2007/07/23 21:31:52 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.24.ebuild,v 1.1 2008/05/15 12:04:21 hoffie Exp $
PHP_EXT_NAME="suhosin"
PHP_EXT_INI="yes"
@@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-
DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
HOMEPAGE="http://www.suhosin.org/"
-SRC_URI="http://www.hardened-php.net/suhosin/_media/${P}.tgz"
+SRC_URI="http://download.suhosin.org/${P}.tgz"
LICENSE="PHP-3"
SLOT="0"
IUSE=""