packages: php/php.spec - fix bug 55439 (crypt() returns only the salt for M...

adamg adamg at pld-linux.org
Mon Aug 22 21:05:12 CEST 2011


Author: adamg                        Date: Mon Aug 22 19:05:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix bug 55439 (crypt() returns only the salt for MD5); release 2

---- Files affected:
packages/php:
   php.spec (1.946 -> 1.947) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.946 packages/php/php.spec:1.947
--- packages/php/php.spec:1.946	Sat Aug 20 18:39:10 2011
+++ packages/php/php.spec	Mon Aug 22 21:05:06 2011
@@ -106,7 +106,7 @@
 %undefine	with_filter
 %endif
 
-%define		rel	1
+%define		rel	2
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -190,6 +190,7 @@
 Patch62:	mcrypt-libs.patch
 Patch63:	%{name}-mysql-nowarning.patch
 Patch64:	%{name}-m4.patch
+Patch65:	%{name}-crypt-bugfix-55439.patch
 URL:		http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:	aspell-devel >= 2:0.50.0}
@@ -1872,6 +1873,7 @@
 %patch62 -p1
 %patch63 -p1
 %patch64 -p1
+%patch65 -p1
 %{__rm} -r sapi/litespeed
 gzip -dc %{SOURCE15} | tar xf - -C sapi/
 
@@ -3176,6 +3178,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.947  2011/08/22 19:05:06  adamg
+- fix bug 55439 (crypt() returns only the salt for MD5); release 2
+
 Revision 1.946  2011/08/20 16:39:10  arekm
 - up to 5.3.7 (curl limit looks merged; buff_ovf also)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.946&r2=1.947&f=u



More information about the pld-cvs-commit mailing list