This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via d48969312e45efcde69c7bbcb5d93710f73f53a6 (commit) via f35740ac44a9423b1bb1320c97987240bd3c7e60 (commit) via a761716f03c7eeb31fe6f53552a4e7b48da76c3c (commit) via 64aac4feb5e50e330da30555a54739cc89d1cd0e (commit) from 55904cd2b463983987f769c8dfd3691ced1d7912 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d48969312e45efcde69c7bbcb5d93710f73f53a6 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 3 12:39:16 2013 +0200
php: Update to 5.3.27.
commit f35740ac44a9423b1bb1320c97987240bd3c7e60 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 3 12:33:08 2013 +0200
core73: Add php to update.
commit a761716f03c7eeb31fe6f53552a4e7b48da76c3c Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 3 12:27:19 2013 +0200
php: Build sqlite2 support for PDO.
commit 64aac4feb5e50e330da30555a54739cc89d1cd0e Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Oct 3 12:28:18 2013 +0200
php: Build in zip module.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/47 => core/73}/filelists/php | 0 lfs/php | 9 +++++---- 2 files changed, 5 insertions(+), 4 deletions(-) copy config/rootfiles/{oldcore/47 => core/73}/filelists/php (100%)
Difference in files: diff --git a/config/rootfiles/core/73/filelists/php b/config/rootfiles/core/73/filelists/php new file mode 120000 index 0000000..1ae48d7 --- /dev/null +++ b/config/rootfiles/core/73/filelists/php @@ -0,0 +1 @@ +../../../common/php \ No newline at end of file diff --git a/lfs/php b/lfs/php index 58f442c..8139e21 100644 --- a/lfs/php +++ b/lfs/php @@ -24,7 +24,7 @@
include Config
-VER = 5.3.16 +VER = 5.3.27
THISAPP = php-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -46,7 +46,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) idn-0.1.tgz = $(DL_FROM)/idn-0.1.tgz Log-1.9.11.tgz = $(DL_FROM)/Log-1.9.11.tgz
-$(DL_FILE)_MD5 = 99cfd78531643027f60c900e792d21be +$(DL_FILE)_MD5 = 25ae23a5b9615fe8d33de5b63e1bb788 idn-0.1.tgz_MD5 = ef8635ec22348325a76abd2abddca4a1 Log-1.9.11.tgz_MD5 = fb7c648b212f12fdb5ce1ab687793513
@@ -114,11 +114,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-mysql-sock=/var/run/mysql \ --with-ncurses \ --with-pdo-mysql \ - --without-pdo-sqlite \ + --with-pdo-sqlite \ --with-readline \ --enable-sockets \ --with-xsl \ - --with-iconv + --with-iconv \ + --enable-zip cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install cd $(DIR_APP) && install -v -m644 $(DIR_SRC)/config/php/php.ini /etc/php.ini
hooks/post-receive -- IPFire 2.x development tree