[packages/php/dev-7.1] up to 7.1.0-beta1

glen glen at pld-linux.org
Wed Aug 3 19:16:25 CEST 2016


commit 3ed7c16af305ad13abb082982899233d3187847b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Aug 3 19:29:28 2016 +0300

    up to 7.1.0-beta1
    
    - Asynchronous Signal Handling (without ticks) in ext/pcntl
    - Additional Context in pcntl_signal Handler
    - httpoxy fixes: http://bugs.php.net/72573
    - OpenSSL: Dropped sslv2 stream
    - rand() and srand() are now aliases of mt_rand() and mt_srand()
    - ext/mcrypt is now fully deprecated
    - OpenSSL version 1.0.1 or greater required

 php.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php.spec b/php.spec
index ad983e6..b6c6c05 100644
--- a/php.spec
+++ b/php.spec
@@ -134,7 +134,7 @@
 %endif
 
 %define		rel		0.5
-%define		subver	alpha3
+%define		subver	beta1
 %define		orgname	php
 %define		ver_suffix 71
 %define		php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -154,8 +154,8 @@ Epoch:		4
 License:	PHP 3.01 and Zend and BSD
 Group:		Libraries
 #Source0:	http://php.net/distributions/%{orgname}-%{version}.tar.xz
-Source0:	https://downloads.php.net/~krakjoe/php-%{version}%{subver}.tar.xz
-# Source0-md5:	3301a2f3a60d4333c4a9008628c1e106
+Source0:	https://downloads.php.net/~ab/php-%{version}%{subver}.tar.xz
+# Source0-md5:	f63c3acc5c15e69853a164b40e107d7f
 Source2:	%{orgname}-mod_php.conf
 Source3:	%{orgname}-cgi-fcgi.ini
 Source4:	%{orgname}-apache.ini
@@ -264,7 +264,7 @@ BuildRequires:	libxslt-devel >= 1.1.0
 %{?with_mm:BuildRequires:	mm-devel >= 1.3.0}
 %{?with_ldap:BuildRequires:	openldap-devel >= 2.3.0}
 %if %{with openssl} || %{with ldap}
-BuildRequires:	openssl-devel >= 0.9.8
+BuildRequires:	openssl-devel >= 1.0.1
 %endif
 %{?with_gcov:BuildRequires:	lcov}
 %{?with_snmp:%{?with_tests:BuildRequires:	mibs-net-snmp}}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/3ed7c16af305ad13abb082982899233d3187847b



More information about the pld-cvs-commit mailing list