3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

102 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
88b4dcdabe
gnu: 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>
2021-12-16 19:06:50 +01:00
Tobias Geerinckx-Rice
5e59153595
gnu: php: Disable yet another failing test.
* gnu/packages/php.scm (php)[arguments]: Delete the
openssl_x509_checkpurpose_basic.phpt test.
2021-12-16 18:28:43 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
2d332ba5ed
gnu: php: Remove extra glibc input.
* gnu/packages/php.scm (php)[arguments]: Use build-system's libc for
gettext.
[inputs]: Remove glibc.
2021-11-28 21:28:18 +02:00
e8bc37945f
gnu: php: Update to 7.4.26.
* gnu/packages/php.scm (php): Update to 7.4.26.
2021-11-28 21:28:18 +02:00
bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-10-31 14:49:47 +02:00
Tobias Geerinckx-Rice
7628430a2f
gnu: 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.
2021-10-23 13:25:01 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen. 2021-10-12 17:46:23 +00:00
Ryan Sundberg via Guix-patches via
9aaf402a37
gnu: 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>
2021-10-05 13:45:29 +02:00
Guillaume Le Vaillant
4ccaaad45d
gnu: 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.
2021-09-08 12:05:29 +02:00
Thiago Jung Bauermann
aa1e952d21
gnu: 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>
2021-09-06 13:51:49 +02:00
Tobias Geerinckx-Rice
c022c1e5b2
gnu: php: Update to 7.4.22 [security fixes].
* gnu/packages/php.scm (php): Update to 7.4.22.
2021-07-29 19:57:57 +02:00
Marius Bakke
379bb236d4
gnu: php: Update to 7.4.21.
* gnu/packages/php.scm (php): Update to 7.4.21.
[arguments]: Remove trailing #t's.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
2021-07-23 17:29:34 +02:00
Aljosha Papsch
68e3789139
gnu: php: Build sodium.
* gnu/packages/php.scm (php): Build sodium extension.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-26 22:46:09 +02:00
Tobias Geerinckx-Rice
0e8d650c4f
gnu: php: Update to 7.4.20.
* gnu/packages/php.scm (php): Update to 7.4.20.
2021-06-03 18:23:39 +02:00
Tobias Geerinckx-Rice
1ebbf76862
gnu: php: Update to 7.4.19.
* gnu/packages/php.scm (php): Update to 7.4.19.
2021-05-06 13:56:26 +02:00
Tobias Geerinckx-Rice
9b74cfd161
gnu: php: Update to 7.4.18.
* gnu/packages/php.scm (php): Update to 7.4.18.
[arguments]: Delete yet another failing test (proc_nice_basic).
2021-05-01 11:29:11 +02:00
Tobias Geerinckx-Rice
81aa2fa4ae
gnu: php: Update to 7.4.16 [security fixes].
* gnu/packages/php.scm (php): Update to 7.4.16.
[arguments]: Patch failing new test.
2021-03-05 16:12:31 +01:00
Julien Lepiller
8753bb4192
gnu: php: Disable failing test on Arm.
* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
2021-02-26 12:57:53 +01:00
Julien Lepiller
f2130228ed
gnu: php: Disable failing tests on arm.
* gnu/packages/php.scm (arguments)[phases]: Disable additional failing
tests on arm.
2021-02-09 17:09:49 +01:00
Julien Lepiller
48650b0c35
gnu: php: Update to 7.4.15.
* gnu/packages/php.scm (php): Update to 7.4.15.
2021-02-08 16:36:21 +01:00
Julien Lepiller
d033540e6c
gnu: php: Update to 7.4.14.
* gnu/packages/php.scm (php): Update to 7.4.14.
2021-01-07 17:18:05 +01:00
Tobias Geerinckx-Rice
824a9f1060
gnu: php: Update to 7.4.13.
* gnu/packages/php.scm (php): Update to 7.4.13.
2020-11-26 04:22:51 +01:00
Tobias Geerinckx-Rice
08d8e76678
gnu: php: Move a test disablement.
* gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a
more appropriate comment section.
2020-11-05 03:46:09 +01:00
Tobias Geerinckx-Rice
697d2e037b
gnu: php: Update to 7.4.12 [security fixes].
* gnu/packages/php.scm (php): Update to 7.4.12.
[arguments]: Disable two more failing tests.
2020-10-30 09:51:38 +01:00
Tobias Geerinckx-Rice
9e93bffb58
gnu: php: Update to 7.4.11.
* gnu/packages/php.scm (php): Update to 7.4.11.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
f23e439f9f
gnu: php: Disable unreliable test.
* gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
2020-09-21 15:24:07 +02:00
Tobias Geerinckx-Rice
eb3328004e
gnu: php: Update to 7.4.10.
* gnu/packages/php.scm (php): Update to 7.4.10.
2020-09-04 11:01:04 +02:00
Tobias Geerinckx-Rice
d1c37def6e
gnu: php: Update to 7.4.9.
* gnu/packages/php.scm (php): Update to 7.4.9.
2020-08-13 16:09:40 +02:00
Tobias Geerinckx-Rice
7ed0eeb011
gnu: php: Update to 7.4.8.
* gnu/packages/php.scm (php): Update to 7.4.8.
2020-07-11 23:24:29 +02:00
Julien Lepiller
82b9ed4eae
gnu: php: Update to 7.4.7.
* gnu/packages/php.scm (php): Update to 7.4.7.
2020-06-11 15:45:05 +02:00
Julien Lepiller
9a9799ffa8
gnu: php: Update to 7.4.6.
* gnu/packages/php.scm (php): Update to 7.4.6.
2020-05-14 23:26:14 +02:00
Maxim Cournoyer
3b7f3108e0
gnu: php: Remove failing tests.
* gnu/packages/php.scm (php)[phases]{prepare-tests}: Remove the
ext/gd/tests/bug65148.phpt, ext/gd/tests/bug66590.phpt,
ext/gd/tests/bug73869.phpt, ext/gd/tests/webp_basic.phpt and
ext/gd/tests/imagecreatefromstring_webp.phpt tests.
2020-05-06 13:32:08 -04:00
Maxim Cournoyer
e98689f863
gnu: php: Partially fix the build.
* gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now
nonexistent 'lstat_stat_variation9.phpt' file.
2020-05-06 10:27:33 -04:00
Marius Bakke
030f6f489f
Merge branch 'master' into core-updates
Conflicts:
	etc/news.scm
	gnu/local.mk
	gnu/packages/bootloaders.scm
	gnu/packages/linphone.scm
	gnu/packages/linux.scm
	gnu/packages/tls.scm
	gnu/system.scm
2020-04-23 13:33:09 +02:00
Julien Lepiller
4313e6ec55
gnu: php: Update to 7.4.5.
* gnu/packages/php.scm (php): Update to 7.4.5.
2020-04-19 22:57:16 +02:00
Marius Bakke
ae0badf5bb
Merge branch 'master' into core-updates
Conflicts:
	gnu/packages/admin.scm
	gnu/packages/commencement.scm
	gnu/packages/guile.scm
	gnu/packages/linux.scm
	gnu/packages/package-management.scm
	gnu/packages/pulseaudio.scm
	gnu/packages/web.scm
2020-03-30 12:17:33 +02:00
Tobias Geerinckx-Rice
53b9df20c1
gnu: Remove more packages deprecated for over almost a year.
* gnu/packages/games.scm (armagetron-advanced)
(cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts)
(the-battle-for-wesnoth, the-battle-for-wesnoth-server)
(project-starfighter, kiki-the-nano-bot, fish-fillets-ng)
(dungeon-crawl-stone-soup): Let's forget this ever happened.
* gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name)
(magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb)
(ert-runner, groovy-emacs-modes): Remove variable.
* gnu/packages/engineering.scm (emacs-emms-player-simple-mpv)
(emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise.
* gnu/packages/finance.scm (monero-core): Likewise.
* gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles)
(tales-of-maj-eyal, battle-tanks, the-legend-of-edgar)
(gnome-tweak-tool): Likewise.
* gnu/packages/gnuzilla.scm (conkeror): Likewise.
* gnu/packages/guile-xyz.scm (mcron2): Likewise.
* gnu/packages/image.scm (pngcrunch): Likewise.
* gnu/packages/linux.scm (eudev-with-hwdb): Likewise.
* gnu/packages/maths.scm (qtoctave): Likewise.
* gnu/packages/package-management.scm (guile2.0-guix): Likewise.
* gnu/packages/php.scm (php-with-bcmath): Likewise.
* gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next):
Likewise.
* gnu/packages/video.scm (livestreamer): Likewise.
* gnu/packages/virtualization.scm (lookingglass): Likewise.
* gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise.
* gnu/packages/syndication.scm (newsbeuter): Likewise.
(newsboat)[description]: Remove historical footnote.
2020-03-29 18:40:56 +02:00
Marius Bakke
d19b14c834
Merge branch 'master' into core-updates 2020-03-21 22:16:02 +01:00
Tobias Geerinckx-Rice
d82160134a
gnu: php: Update to 7.4.4.
* gnu/packages/php.scm (php): Update to 7.4.4.
2020-03-20 03:07:06 +01:00
Marius Bakke
ebb7cf9e21
Merge branch 'master' into core-updates 2020-03-04 23:16:17 +01:00
Alex Sassmannshausen
2940b3e16c
gnu: php: Update to 7.4.3.
* gnu/packages/php.scm (php): Update to 7.4.3.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-02-21 02:44:25 +01:00
Maxim Cournoyer
1eb343f9cf
gnu: php: Update to 7.4.2.
Fixes issue #38250 (see: https://bugs.gnu.org/38250).

* gnu/packages/php.scm (php): Update to 7.4.2.
[home-page]: Update URL.
[phases]{prepare-tests}: Delete failing tests.
2020-02-02 16:52:55 -05:00
441f20a0ee
gnu: php: Update to 7.4.1.
This fixes CVE-2019-1104[45679], CVE-2019-11050.

* gnu/packages/php.scm (php): Update to 7.4.1.
2019-12-24 12:46:21 +02:00
Julien Lepiller
23bb7a6271
gnu: php: Update to 7.4.0.
* gnu/packages/php.scm (php): Update to 7.4.0.
2019-11-29 21:58:37 +01:00
Julien Lepiller
ee4db149c2
gnu: php: Update to 7.3.12.
* gnu/packages/php.scm (php): Update to 7.3.12.
2019-11-22 19:47:46 +01:00
Björn Höfling
30502f1dd6
php: Enable more extentions.
* gnu/packages/php.scm (php)[arguments]: Use libzip instead of zip for
the "--with-libzip" argument, enable intl and zip.
[inputs]: Add icu4c, libzip. Remove zip.
2019-11-16 18:00:24 +01:00
Julien Lepiller
571ed9fd2b
gnu: php: Update to 7.3.11.
* gnu/packages/php.scm (php): Update to 7.3.11.
2019-10-24 20:38:01 +02:00
Marius Bakke
5ec7c4a153
gnu: php: Build against Oniguruma 6.
* gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA-5 to ONIGURUMA.
* gnu/packages/textutils.scm (oniguruma-5): Remove variable.
2019-09-05 00:21:41 +02:00
Marius Bakke
a33925d122
gnu: Remove pcre2/fixed.
* gnu/packages/pcre.scm (pcre2/fixed): Remove variable.
(pcre2)[replacement]: Remove.
[source](patches): New field.
* gnu/packages/php.scm (php)[inputs]: Change PCRE2/FIXED to PCRE2.
2019-08-04 13:49:45 +02:00