[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: php: Update to 7.4.18.
From: |
guix-commits |
Subject: |
06/09: gnu: php: Update to 7.4.18. |
Date: |
Sat, 1 May 2021 05:29:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9b74cfd16140b971d58dc5ae77ef8f8e98c5b47f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 30 23:32:51 2021 +0200
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).
---
gnu/packages/php.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index e93d112..df7aac6 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
(define-public php
(package
(name "php")
- (version "7.4.16")
+ (version "7.4.18")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -68,7 +68,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
- "12xr7w2mk8ab3igvbpi94ks2xfw2nqga9a6nxs94rvcdz3xcw5hw"))
+ "1qdpqk1zzrh0kqni5kfb44kin1d0mrxa6l4v02ydq8cd28mz55xb"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
@@ -325,7 +325,9 @@
;; Expects an Array with 3 preg_matches; gets 0.
"ext/pcre/tests/bug79846.phpt"
;; Expects an empty Array; gets one with " " in it.
- "ext/pcre/tests/bug80118.phpt"))
+ "ext/pcre/tests/bug80118.phpt"
+ ;; Renicing a process fails in the build environment.
+
"ext/standard/tests/general_functions/proc_nice_basic.phpt"))
;; Accomodate two extra openssl errors flanking the expected one:
;; random number generator:RAND_{load,write}_file:Cannot open file
- branch master updated (e64af20 -> 1ba3df1), guix-commits, 2021/05/01
- 01/09: gnu: ustr: Omit static libraries., guix-commits, 2021/05/01
- 03/09: gnu: mailcap: Update to 2.1.53., guix-commits, 2021/05/01
- 02/09: gnu: srt: Update to 1.4.3., guix-commits, 2021/05/01
- 05/09: gnu: khal: Update to 0.10.3., guix-commits, 2021/05/01
- 04/09: gnu: diffoscope: Update to 173., guix-commits, 2021/05/01
- 08/09: gnu: qutebrowser: Update to 2.2.1., guix-commits, 2021/05/01
- 07/09: gnu: httpd: Update to 2.4.47., guix-commits, 2021/05/01
- 06/09: gnu: php: Update to 7.4.18.,
guix-commits <=
- 09/09: gnu: soci: Update to 4.0.2., guix-commits, 2021/05/01