Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (4437afd83c879e420ac7e4d664fca80b84157624)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (4437afd83c879e420ac7e4d664fca80b84157624)
  • Date: Tue, 12 Aug 2008 09:29:22 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

php-pear/php/DETAILS | 6 +++---
php-pear/php/HISTORY | 3 +++
php-pear/php4/DETAILS | 6 +++---
php-pear/php4/HISTORY | 4 ++++
php-pear/php4/POST_INSTALL | 4 ++++
5 files changed, 17 insertions(+), 6 deletions(-)

New commits:
commit 4437afd83c879e420ac7e4d664fca80b84157624
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/php: updated the RC to 5.3.0alpha1

commit a5664d735e3f341dc91b96642754ceb6a02e36c7
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/php4: updated VERSION to 4.4.9; SECURITY_PATCH++
Big red warning about PHP 4.x being EOL in POST_INSTALL

diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 12220ef..382d0fc 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,10 +1,10 @@
SPELL=php
if [[ "$PHP_RC" == y ]]; then
- VERSION=5.2.6RC5
+ VERSION=5.3.0alpha1
SECURITY_PATCH=6
-
SOURCE_HASH=sha512:5e39b27828fb7ebb1f29fd7df9f01dc9748d32af52beb43096c2e0127be840903270ec37b9d98a7c1a62020d053d83bb0fd54221e25940cf3bcb2f691c3428c2
+
SOURCE_HASH=sha512:c9cfb6dc128e7bcbcd16d45b13f8b9145eda03bb112140718d371f5cc8dc667ec80d100d00759035f282586e40502dbd86effddb4bd8b11220072ef60d4620ec
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
+ SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
else
VERSION=5.2.6
SECURITY_PATCH=7
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 4279f27..ebad5f1 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2008-08-13 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated the RC to 5.3.0alpha1
+
2008-05-03 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: changed the SOURCE_URL for the suhosin patch
* PRE_BUILD: chmod 0755; changed SPOOL_DIRECTORY for SOURCE_CACHE
diff --git a/php-pear/php4/DETAILS b/php-pear/php4/DETAILS
index 5057b0d..9ebd92d 100755
--- a/php-pear/php4/DETAILS
+++ b/php-pear/php4/DETAILS
@@ -1,6 +1,6 @@
SPELL=php4
- VERSION=4.4.8
-
SOURCE_HASH=sha512:eaace9328f0309e6d947fa8416d4733b1bf4649b69832b64e5b3e61b685bd2f66387f248fed2b26aa64b979493378aa65c0b07a4450ab9b574f1c15aba071370
+ VERSION=4.4.9
+
SOURCE_HASH=sha512:8fd269989f98f03300bfb595c00f37eeb7d888048969b18f8926605e2a37ee0552d91c69a8ee63635b2079c53141d16705e88dee662800c5d9a65542dc4caf4b
SOURCE=php-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
if [ "${VERSION//RC/}" == "$VERSION" ]; then
@@ -10,7 +10,7 @@ else
fi
WEB_SITE=http://www.php.net/
ENTERED=20011024
- SECURITY_PATCH=5
+ SECURITY_PATCH=6
LICENSE[0]=http://www.php.net/license/3_0.txt
KEYWORDS="php"
SHORT="Hypertext Preprocessor (PHP) scripting language"
diff --git a/php-pear/php4/HISTORY b/php-pear/php4/HISTORY
index a2cf44e..80eabe5 100644
--- a/php-pear/php4/HISTORY
+++ b/php-pear/php4/HISTORY
@@ -1,3 +1,7 @@
+2008-08-12 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated VERSION to 4.4.9; SECURITY_PATCH++
+ * POST_INSTALL: big red warning about PHP 4.x being EOL
+
2008-01-05 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated VERSION to 4.4.8; SECURITY_PATCH++
* BUILD: added suggestion by Andrew on bug #9172
diff --git a/php-pear/php4/POST_INSTALL b/php-pear/php4/POST_INSTALL
new file mode 100755
index 0000000..f9ca6e0
--- /dev/null
+++ b/php-pear/php4/POST_INSTALL
@@ -0,0 +1,4 @@
+default_post_install &&
+message "${PROBLEM_COLOR}PHP 4.x has reached end-of-life and is no longer
supported." &&
+message "Given this, we strongly encourage to upgrade to PHP 5.x series as
this spell" &&
+message "will be removed in the not-so-distant future from our
grimoires.${DEFAULT_COLOR}"



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (4437afd83c879e420ac7e4d664fca80b84157624), Elisamuel Resto, 08/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page