Commit 04c5315e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/apache-php: version up php 8.2.24, php-apcu 5.1.24.

parent 5fac7fc7
......@@ -51,8 +51,8 @@ environment =
[php-apcu]
recipe = slapos.recipe.cmmi
url = https://github.com/krakjoe/apcu/archive/refs/tags/v5.1.23.tar.gz
md5sum = 6508bc04b80a1ef12a71100026cfee3f
url = https://github.com/krakjoe/apcu/archive/refs/tags/v5.1.24.tar.gz
md5sum = cf4b56ae18e5b031acbc486880dd880b
configure-command =
phpize && ./configure
configure-options =
......@@ -67,8 +67,8 @@ shared = false
[apache-php]
recipe = slapos.recipe.cmmi
url = https://www.php.net/distributions/php-8.2.20.tar.xz
md5sum = 9478294cb87946891f70d5aa5f959bc3
url = https://www.php.net/distributions/php-8.2.24.tar.xz
md5sum = 3263dbd4846871dd6fabe042f141eb19
  • this md5sum seems wrong, see https://erp5js.nexedi.net/#/test_result_module/20241009-1EEB433D/36 and https://erp5js.nexedi.net/#/test_result_module/20241009-1EEB433D/40

    tomo@thym:~$ wget https://www.php.net/distributions/php-8.2.24.tar.xz
    --2024-10-09 17:22:48--  https://www.php.net/distributions/php-8.2.24.tar.xz
    Resolving www.php.net (www.php.net)... 2a02:cb40:200::1ad, 185.85.0.29
    Connecting to www.php.net (www.php.net)|2a02:cb40:200::1ad|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 12110000 (12M) [application/octet-stream]
    Saving to: ‘php-8.2.24.tar.xz’
    
    php-8.2.24.tar.xz                              100%[==================================================================================================>]  11,55M  1,06MB/s    in 12s     
    
    2024-10-09 17:23:01 (999 KB/s) - ‘php-8.2.24.tar.xz’ saved [12110000/12110000]
    
    tomo@thym:~$ md5sum php-8.2.24.tar.xz
    fff29ce84f5b4ddfc2063f7b2021fce2  php-8.2.24.tar.xz
  • Oops, it was .gz tarball one. I fixed it in abe921e6.

Please register or sign in to reply
configure-options =
--disable-static
--disable-zend-test
......
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