]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 7.1.0-beta1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 3 Aug 2016 16:29:28 +0000 (19:29 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 3 Aug 2016 16:34:59 +0000 (19:34 +0300)
- 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

index ad983e6590086c832e6194c25b3a60d821869de4..b6c6c05d02c550c1776954fe3c658f3100aff61d 100644 (file)
--- a/php.spec
+++ b/php.spec
 %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}}
This page took 0.578674 seconds and 4 git commands to generate.