Commit cbc09dd1 authored by Alain Takoudjou's avatar Alain Takoudjou

component/apache-php: enable libsodium

parent 5e6e0b59
......@@ -29,6 +29,7 @@ extends =
../gmp/buildout.cfg
../oniguruma/buildout.cfg
../xz-utils/buildout.cfg
../libsodium/buildout.cfg
[php-redis]
recipe = slapos.recipe.cmmi
......@@ -66,7 +67,7 @@ environment =
# apache-php will write in apache folder, so we cannot share apache if apache-php is used.
shared = false
[apache-php7]
[apache-php]
recipe = slapos.recipe.cmmi
url = https://www.php.net/distributions/php-8.2.24.tar.xz
md5sum = fff29ce84f5b4ddfc2063f7b2021fce2
......@@ -93,6 +94,7 @@ configure-options =
--with-mysqli=mysqlnd
--with-openssl=${openssl:location}
--with-gmp=${gmp:location}
--with-sodium=${libsodium:location}
--with-pdo-mysql=mysqlnd
--with-sodium=${libsodium:location}
--with-zip
......@@ -113,13 +115,3 @@ environment =
recipe = slapos.recipe.cmmi
url = https://github.com/gggeek/phpxmlrpc/releases/download/2.2.2/xmlrpc-2.2.2.tar.gz
md5sum = 59a644c636c6d98267d0c99b406ae9e8
[apache-php8]
<= apache-php7
url = https://www.php.net/distributions/php-8.2.2.tar.bz2
md5sum = 2a45250d2f073aa7698db5c3bc4d6d29
[apache-php]
<= apache-php8
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment