rpms/php-extras/EL-4 php-extras-4.3.9-mcrypt.patch, NONE, 1.1 php-extras.spec, 1.18, 1.19

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Thu Jun 19 12:50:06 UTC 2008


Author: buc

Update of /cvs/extras/rpms/php-extras/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9219

Modified Files:
	php-extras.spec 
Added Files:
	php-extras-4.3.9-mcrypt.patch 
Log Message:


php-extras-4.3.9-mcrypt.patch:

--- NEW FILE php-extras-4.3.9-mcrypt.patch ---
diff -Nrbu php-4.3.9/ext/mcrypt/tests/blowfish.phpt php-4.3.9-OK/ext/mcrypt/tests/blowfish.phpt
--- php-4.3.9/ext/mcrypt/tests/blowfish.phpt	2002-10-08 14:00:52.000000000 +0400
+++ php-4.3.9-OK/ext/mcrypt/tests/blowfish.phpt	2008-06-19 16:46:46.000000000 +0400
@@ -13,7 +13,7 @@
 
 print "key               plain             crypt             guess             stat\n";
 $null = "\0\0\0\0\0\0\0\0";
-$vectors = file("ext/mcrypt/tests/vectors.txt");
+$vectors = file(dirname(__FILE__) . "/vectors.txt");
 
 $td = mcrypt_module_open ("blowfish", "", MCRYPT_MODE_ECB, "");
 


Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/EL-4/php-extras.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- php-extras.spec	18 Jun 2008 17:37:50 -0000	1.18
+++ php-extras.spec	19 Jun 2008 12:49:10 -0000	1.19
@@ -35,6 +35,7 @@
 Requires: php = %{version}
 Patch1: php-extras-4.3.11-readline.patch
 Patch2: php-extras-4.3.9-freetds.patch
+Patch3: php-extras-4.3.9-mcrypt.patch
 
 
 %description
@@ -138,6 +139,7 @@
 %setup -q -n php-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 
 %build
@@ -283,5 +285,6 @@
 - create test stuff for check section. A lot of work because we play
   with extra modules by our own way...
 - add patch for readline configure
+- add patch for mssql configure
+- add patch for mcrypt tests
 - avoid using -rpath for linking
-- backport patch for freetds from 4.3.11




More information about the fedora-extras-commits mailing list