[packages/php] Rel 2; use external (system) crypt to have access to more algorithms than internal php variant

arekm arekm at pld-linux.org
Tue Mar 12 16:25:43 CET 2024


commit 8b9540af6279512d0a5817af96213c7f6196b17a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Mar 12 15:47:07 2024 +0100

    Rel 2; use external (system) crypt to have access to more algorithms than internal php variant

 php.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 4c8e131..7d4acdb 100644
--- a/php.spec
+++ b/php.spec
@@ -142,7 +142,7 @@
 %define		ver_suffix	82
 %define		php_suffix	%{!?with_default_php:%{ver_suffix}}
 %define		subver		%{nil}
-%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
@@ -2268,6 +2268,7 @@ for sapi in $sapis; do
 	%{?with_openssl:--with-openssl=shared} \
 	%{?with_kerberos5:--with-kerberos} \
 	--with-tcadb=/usr \
+	--with-external-libcrypt \
 	--with-external-pcre \
 	%{__with_without pcre_jit pcre-jit} \
 	%{__enable_disable filter filter shared} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/8b9540af6279512d0a5817af96213c7f6196b17a



More information about the pld-cvs-commit mailing list