aboutsummaryrefslogtreecommitdiff
path: root/gnu
ModeNameSize
-rw-r--r--artwork.scm1338logplainabout
d---------build290logplain
-rw-r--r--packages.scm16404logplainabout
d---------packages11370logplain
-rw-r--r--services.scm2502logplainabout
d---------services293logplain
-rw-r--r--system.scm32842logplainabout
d---------system387logplain
it/gnu/packages/php.scm?id=d6ca51d82ac04bfe88404184a1305172dc662e20'>gnu: php: Enable sysvsem module....Nextcloud 26 strongly recommends installing this module. * gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timo Wilken 2023-03-04gnu: Remove and deprecate tidy for tidy-html...* gnu/packages/web.scm (tidy): Change to deprecated alias for tidy-html * gnu/packages/pumpio.scm (pumpa): Use tidy-html instead of tidy and correct header name. * gnu/packages/markup.scm (hoedown): * gnu/packages/photo.scm (enblend-enfuse): * gnu/packages/php.scm (php): * gnu/packages/python-xyz.scm (python-pytidylib): Use tidy-html instead of tidy. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith 2023-02-19gnu: php: Drop a failed test for riscv64....* gnu/packages/php (php): Drop a failed test for riscv64. [source, arguments, description]: Fix formatting. Aleksandr Vityazev 2023-02-11gnu: php: Update to 8.2.2....* gnu/packages/php.scm (php): Update to 8.2.2. * gnu/packages/patches/php-curl-compat.patch: Remove file. * gnu/packages/patches/php-bug-74093-test.patch: Remove file. * gnu/packages/patches/php-fix-streams-copy-length.patch: New file. * gnu/local.mk (dist_patch_DATA): Remove them. Add it. Julien Lepiller 2022-09-18gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0....* gnu/packages/php.scm (php)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/ntp.scm (ntp)[inputs]: Likewise. Marius Bakke 2022-07-23gnu: PHP: Fix test failure with newer cURL....* gnu/packages/patches/php-curl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/php.scm (php)[source](patches): Add it. Marius Bakke 2022-07-23gnu: PHP: Update to 7.4.30....* gnu/packages/php.scm (php): Update to 7.4.30. [source](patches): Remove obsolete patch. * gnu/packages/patches/php-openssl_x509_checkpurpose_basic.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke 2021-12-16gnu: php: Properly fix openssl_x509_checkpurpose_basic.phpt....* gnu/packages/php.scm (php)[source]: Add patch. * gnu/packages/patches/php-openssl_x509_checkpurpose_basic.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Thanks to Diego Nicola Barbato <dnbarbato@posteo.de> Tobias Geerinckx-Rice 2021-12-16gnu: php: Disable yet another failing test....* gnu/packages/php.scm (php)[arguments]: Delete the openssl_x509_checkpurpose_basic.phpt test. Tobias Geerinckx-Rice 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-11-28gnu: php: Remove extra glibc input....* gnu/packages/php.scm (php)[arguments]: Use build-system's libc for gettext. [inputs]: Remove glibc. Efraim Flashner 2021-11-28gnu: php: Update to 7.4.26....* gnu/packages/php.scm (php): Update to 7.4.26. Efraim Flashner 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-23gnu: php: Update to 7.4.25 [security fixes]....* gnu/packages/php.scm (php): Update to 7.4.25. [source]: Don't explicitly return #t from snippet. Tobias Geerinckx-Rice 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-05gnu: php: Patch failing test case....Fixes a failing test case in PHP (Zend/tests/bug74093.phpt). See <https://github.com/php/php-src/pull/7555/files> for upstream status. * gnu/packages/php.scm (php)[source]: Add patch. * gnu/packages/patches/php-bug-74093-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Ryan Sundberg via Guix-patches via 2021-09-08gnu: php: Disable failing test....It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase. Guillaume Le Vaillant 2021-09-06gnu: php: Remove watchpoint tests on powerpc64le....All watchpoint tests except watch_002.phpt fail. There’s an upstream bug report about this problem so in the meantime remove them since it doesn’t impact actually running PHP programs. * gnu/packages/php.scm (php)[arguments]<#:phases>{prepare-tests}: Remove watchpoint tests on powerpc64le. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thiago Jung Bauermann 2021-07-29gnu: php: Update to 7.4.22 [security fixes]....* gnu/packages/php.scm (php): Update to 7.4.22. Tobias Geerinckx-Rice