summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-09-04 17:32:07 +0000
committerStuart Herbert <stuart@gentoo.org>2005-09-04 17:32:07 +0000
commit9ad75636798ebbce8722cafc693714e74200bdbb (patch)
treed03194c510aa259d60e34471b877ef200083ee71 /dev-php/php-cgi
parentRemoved obsolete versions; use dev-lang/php instead (diff)
downloadhistorical-9ad75636798ebbce8722cafc693714e74200bdbb.tar.gz
historical-9ad75636798ebbce8722cafc693714e74200bdbb.tar.bz2
historical-9ad75636798ebbce8722cafc693714e74200bdbb.zip
Removed obsolete versions
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-php/php-cgi')
-rw-r--r--dev-php/php-cgi/ChangeLog6
-rw-r--r--dev-php/php-cgi/files/digest-php-cgi-5.0.42
-rw-r--r--dev-php/php-cgi/files/digest-php-cgi-5.1.0_beta1
-rw-r--r--dev-php/php-cgi/files/php-5.0.0-httpauthfix.patch11
-rw-r--r--dev-php/php-cgi/files/php-cgi-5.0.3-missing-arches.patch13
-rw-r--r--dev-php/php-cgi/files/php5_soap_persistence_session.diff35
-rw-r--r--dev-php/php-cgi/php-cgi-5.0.4.ebuild55
-rw-r--r--dev-php/php-cgi/php-cgi-5.1.0_beta.ebuild55
8 files changed, 5 insertions, 173 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog
index 8605059e25ad..30a288393cb9 100644
--- a/dev-php/php-cgi/ChangeLog
+++ b/dev-php/php-cgi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/php-cgi
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.94 2005/07/24 05:30:08 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.95 2005/09/04 17:32:07 stuart Exp $
+
+ 04 Sep 2005; Stuart Herbert <stuart@gentoo.org> -php-cgi-5.0.4.ebuild,
+ -php-cgi-5.1.0_beta.ebuild:
+ Removed obsolete version
24 Jul 2005; Hardave Riar <hardave@gentoo.org> php-cgi-4.4.0.ebuild:
Stable on mips, bug #97655.
diff --git a/dev-php/php-cgi/files/digest-php-cgi-5.0.4 b/dev-php/php-cgi/files/digest-php-cgi-5.0.4
deleted file mode 100644
index 0c63f459d7d7..000000000000
--- a/dev-php/php-cgi/files/digest-php-cgi-5.0.4
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 fb1aac107870f897d26563a9cc5053c0 php-5.0.4.tar.bz2 4731383
-MD5 13d1cec199f3144f9715194a59db3a8f hardening-patch-5.0.4-0.3.2.patch.gz 78117
diff --git a/dev-php/php-cgi/files/digest-php-cgi-5.1.0_beta b/dev-php/php-cgi/files/digest-php-cgi-5.1.0_beta
deleted file mode 100644
index 36de97e6a7c9..000000000000
--- a/dev-php/php-cgi/files/digest-php-cgi-5.1.0_beta
+++ /dev/null
@@ -1 +0,0 @@
-MD5 06a6f86743b5fd13cf6c95a8ddb1deac php-5.1.0b3.tar.bz2 5938988
diff --git a/dev-php/php-cgi/files/php-5.0.0-httpauthfix.patch b/dev-php/php-cgi/files/php-5.0.0-httpauthfix.patch
deleted file mode 100644
index 7b3687c72aff..000000000000
--- a/dev-php/php-cgi/files/php-5.0.0-httpauthfix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- php-5.0.0/sapi/apache/mod_php5.c 2004-07-10 09:46:09.000000000 +0200
-+++ php-5.0.0.1/sapi/apache/mod_php5.c 2004-08-08 11:32:52.824203512 +0200
-@@ -485,7 +485,7 @@
- tmp = uudecode(r->pool, authorization);
- SG(request_info).auth_user = NULL;
- tmp_user = getword_nulls_nc(r->pool, &tmp, ':');
-- if (SG(request_info).auth_user) {
-+ if (tmp_user) {
- r->connection->user = pstrdup(r->connection->pool, tmp_user);
- r->connection->ap_auth_type = "Basic";
- SG(request_info).auth_user = estrdup(tmp_user);
diff --git a/dev-php/php-cgi/files/php-cgi-5.0.3-missing-arches.patch b/dev-php/php-cgi/files/php-cgi-5.0.3-missing-arches.patch
deleted file mode 100644
index 86c5e067401e..000000000000
--- a/dev-php/php-cgi/files/php-cgi-5.0.3-missing-arches.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Silly php devs forgot about poor old ia64/s390 :(
-
---- php-5.0.3/Zend/zend_strtod.c
-+++ php-5.0.3/Zend/zend_strtod.c
-@@ -99,7 +99,7 @@
- defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
- defined(__powerpc__) || defined(__ppc__) || defined(__m88k__) || \
- defined(__hppa__) || defined(__x86_64__) || (defined(__arm__) && \
-- defined(__VFP_FP__))
-+ defined(__VFP_FP__)) || defined(__ia64__) || defined(__s390__)
- #include <sys/types.h>
- #if BYTE_ORDER == BIG_ENDIAN
- #define IEEE_BIG_ENDIAN
diff --git a/dev-php/php-cgi/files/php5_soap_persistence_session.diff b/dev-php/php-cgi/files/php5_soap_persistence_session.diff
deleted file mode 100644
index 626ac67f9081..000000000000
--- a/dev-php/php-cgi/files/php5_soap_persistence_session.diff
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ruN php-5.0.0RC3.orig/ext/soap/soap.c php-5.0.0RC3/ext/soap/soap.c
---- php-5.0.0RC3.orig/ext/soap/soap.c 2004-06-22 19:35:59.801348936 +0300
-+++ php-5.0.0RC3/ext/soap/soap.c 2004-06-29 13:39:00.506820928 +0300
-@@ -1341,16 +1341,21 @@
- soap_obj = NULL;
- #if HAVE_PHP_SESSION
- /* If persistent then set soap_obj from from the previous created session (if available) */
-+ char soapname[32+sizeof("_bogus_session_name")]; //Now we use max 32 chars from class name, must be overwriten with dynamic allocation with exact length!!
- if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
- zval **tmp_soap;
-
-+ bzero(soapname,32+sizeof("_bogus_session_name"));
-+ strncpy(soapname,service->soap_class.ce->name,32);
-+ strcat(soapname,"_bogus_session_name");
-+
- if (PS(session_status) != php_session_active &&
- PS(session_status) != php_session_disabled) {
- php_session_start(TSRMLS_C);
- }
-
- /* Find the soap object and assign */
-- if (zend_hash_find(Z_ARRVAL_P(PS(http_session_vars)), "_bogus_session_name", sizeof("_bogus_session_name"), (void **) &tmp_soap) == SUCCESS &&
-+ if (zend_hash_find(Z_ARRVAL_P(PS(http_session_vars)), soapname, sizeof(soapname), (void **) &tmp_soap) == SUCCESS &&
- Z_TYPE_PP(tmp_soap) == IS_OBJECT &&
- Z_OBJCE_PP(tmp_soap) == service->soap_class.ce) {
- soap_obj = *tmp_soap;
-@@ -1432,7 +1437,7 @@
- /* If session then update session hash with new object */
- if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
- zval **tmp_soap_pp;
-- if (zend_hash_update(Z_ARRVAL_P(PS(http_session_vars)), "_bogus_session_name", sizeof("_bogus_session_name"), &tmp_soap, sizeof(zval *), (void **)&tmp_soap_pp) == SUCCESS) {
-+ if (zend_hash_update(Z_ARRVAL_P(PS(http_session_vars)), soapname, sizeof(soapname), &tmp_soap, sizeof(zval *), (void **)&tmp_soap_pp) == SUCCESS) {
- soap_obj = *tmp_soap_pp;
- }
- } else {
diff --git a/dev-php/php-cgi/php-cgi-5.0.4.ebuild b/dev-php/php-cgi/php-cgi-5.0.4.ebuild
deleted file mode 100644
index 5271266b73bf..000000000000
--- a/dev-php/php-cgi/php-cgi-5.0.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-5.0.4.ebuild,v 1.6 2005/07/16 15:30:12 swegener Exp $
-
-PHPSAPI="cgi"
-MY_PHP_P="php-${PV}"
-PHP_S="${WORKDIR}/${MY_PHP_P}"
-PHP_PACKAGE=1
-
-inherit php5-sapi-r2 eutils
-
-DESCRIPTION="PHP Shell Interpreter"
-LICENSE="PHP"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-DEPEND=""
-PROVIDE="virtual/httpd-php"
-SLOT="0"
-IUSE="fastcgi force-cgi-redirect"
-
-PHP_INSTALLTARGETS="install"
-
-src_unpack() {
- php5-sapi-r2_src_unpack
-
- ###########################################################################
- # DO NOT ADD YOUR PATCHES HERE
- #
- # Please add your patches into the eclass, where they belong!
- #
- # Thanks,
- # Stu
- ###########################################################################
-}
-
-src_compile () {
- my_conf="${my_conf} --enable-cgi --disable-cli"
-
- if use fastcgi; then
- my_conf="${my_conf} --enable-fastcgi"
- fi
-
- if use force-cgi-redirect; then
- my_conf="${my_conf} --enable-force-cgi-redirect"
- fi
-
- php5-sapi-r2_src_compile
-}
-
-src_install () {
- php5-sapi-r2_src_install
-
- # PHP's makefile calls the cgi bin 'php'
- # we need to rename it by hand
- mv ${D}/usr/bin/php ${D}/usr/bin/php-cgi
-}
diff --git a/dev-php/php-cgi/php-cgi-5.1.0_beta.ebuild b/dev-php/php-cgi/php-cgi-5.1.0_beta.ebuild
deleted file mode 100644
index a6b4f8a46241..000000000000
--- a/dev-php/php-cgi/php-cgi-5.1.0_beta.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-5.1.0_beta.ebuild,v 1.1 2005/07/19 13:25:04 stuart Exp $
-
-PHPSAPI="cgi"
-MY_PHP_P="php-5.1.0b3"
-PHP_S="${WORKDIR}/${MY_PHP_P}"
-PHP_PACKAGE=1
-
-inherit php5-sapi-r3 eutils
-
-DESCRIPTION="PHP Shell Interpreter"
-LICENSE="PHP"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-DEPEND=""
-PROVIDE="virtual/httpd-php"
-SLOT="0"
-IUSE="fastcgi force-cgi-redirect"
-
-PHP_INSTALLTARGETS="install"
-
-src_unpack() {
- php5-sapi-r3_src_unpack
-
- ###########################################################################
- # DO NOT ADD YOUR PATCHES HERE
- #
- # Please add your patches into the eclass, where they belong!
- #
- # Thanks,
- # Stu
- ###########################################################################
-}
-
-src_compile () {
- my_conf="${my_conf} --enable-cgi --disable-cli"
-
- if use fastcgi; then
- my_conf="${my_conf} --enable-fastcgi"
- fi
-
- if use force-cgi-redirect; then
- my_conf="${my_conf} --enable-force-cgi-redirect"
- fi
-
- php5-sapi-r3_src_compile
-}
-
-src_install () {
- php5-sapi-r3_src_install
-
- # PHP's makefile calls the cgi bin 'php'
- # we need to rename it by hand
- mv ${D}/usr/bin/php ${D}/usr/bin/php-cgi
-}