]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 43; disable sslv2/3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Sep 2018 13:57:47 +0000 (15:57 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Sep 2018 13:57:47 +0000 (15:57 +0200)
php.spec

index 43f375d33fd770272495998e2ee5d89a9eef8d14..600401f8e1649492fd297081ebe5be3b88d79c1f 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -143,7 +143,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_alternatives
 %endif
 
-%define                rel     42
+%define                rel     43
 %define                orgname php
 %define                ver_suffix 53
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -2300,7 +2300,7 @@ if [ ! -f _built-conf ]; then
        touch _built-conf
 fi
 export PROG_SENDMAIL="/usr/lib/sendmail"
-export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} -I%{_includedir}/xmlrpc-epi"
+export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP -DOPENSSL_NO_SSL2=1 -DOPENSSL_NO_SSL3=1 %{rpmcppflags} -I%{_includedir}/xmlrpc-epi"
 %if %{with lfs}
 CPPFLAGS="$CPPFLAGS $(getconf LFS_CFLAGS)"
 %endif
This page took 0.060265 seconds and 4 git commands to generate.