[packages/php/PHP_5_5] - rel 15; disable sslv2/3

arekm arekm at pld-linux.org
Tue Sep 25 15:57:06 CEST 2018


commit 37a018574b04f788d0ec2b611ab9e68c8a859507
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Sep 25 15:56:57 2018 +0200

    - rel 15; disable sslv2/3

 php.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index 0310fe5..56353a6 100644
--- a/php.spec
+++ b/php.spec
@@ -140,7 +140,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine	with_filter
 %endif
 
-%define		rel	14
+%define		rel	15
 %define		orgname	php
 %define		ver_suffix 55
 %define		php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -2267,7 +2267,7 @@ if [ ! -f _built-conf ]; then
 	touch _built-conf
 fi
 export PROG_SENDMAIL="/usr/lib/sendmail"
-export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
+export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP -DOPENSSL_NO_SSL2=1 -DOPENSSL_NO_SSL3=1 %{rpmcppflags} \
 	-I%{_includedir}/xmlrpc-epi"
 
 sapis="
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/37a018574b04f788d0ec2b611ab9e68c8a859507



More information about the pld-cvs-commit mailing list