gunnar: server/php .cvsignore, 1.6, 1.7 Makefile, 1.27, 1.28 kolab.patch, 1.19, 1.20

cvs at kolab.org cvs at kolab.org
Wed Apr 21 21:29:23 CEST 2010


Author: gunnar

Update of /kolabrepository/server/php
In directory doto:/tmp/cvs-serv15511

Modified Files:
	.cvsignore Makefile kolab.patch 
Log Message:
Update to php-5.3.2 which builds with openssl-1.0.0.0

Index: .cvsignore
===================================================================
RCS file: /kolabrepository/server/php/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- .cvsignore	4 Jan 2010 15:51:57 -0000	1.6
+++ .cvsignore	21 Apr 2010 19:29:21 -0000	1.7
@@ -1,2 +1,3 @@
 *.src.rpm
-*.tar.gz
\ No newline at end of file
+*.tar.gz
+*.tar.bz2

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile	9 Mar 2010 21:39:11 -0000	1.27
+++ Makefile	21 Apr 2010 19:29:21 -0000	1.28
@@ -3,11 +3,11 @@
 PACKAGE=php
 DOWNLOAD_VERSION=5.3.1
 OPENPKG_RELEASE=20091129
-VERSION=5.3.1
-RELEASE=20091129_kolab3
+VERSION=5.3.2
+RELEASE=20091129_kolab1
 
 SOURCE_URL=http://www.php.net/distributions
-SOURCE_0=php-5.3.1.tar.gz
+SOURCE_0=php-5.3.2.tar.bz2
 
 PATCHES=patches/php-$(VERSION)/KOLAB_php-$(VERSION)_Annotations.patch \
         patches/php-$(VERSION)/KOLAB_php-$(VERSION)_myrights.patch \

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/php/kolab.patch,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- kolab.patch	9 Mar 2010 21:39:11 -0000	1.19
+++ kolab.patch	21 Apr 2010 19:29:21 -0000	1.20
@@ -5,6 +5,15 @@
 diff -u -B -r1.183 php.spec
 --- php.spec	11 May 2008 08:31:26 -0000	1.183
 +++ php.spec	13 May 2008 14:58:33 -0000
+@@ -22,7 +22,7 @@
+ ##
+ 
+ #   package versions
+-%define       V_php                     5.3.1
++%define       V_php                     5.3.2
+ %define       V_php_suhosin_p           5.3.1-0.9.8
+ %define       V_php_suhosin_e           0.9.29
+ %define       V_php_kolab               5.2.8
 @@ -39,7 +39,7 @@
  Group:        Language
  License:      PHP





More information about the commits mailing list