[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: php: Update to 7.4.12 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: php: Update to 7.4.12 [security fixes]. |
Date: |
Fri, 30 Oct 2020 04:56:36 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 697d2e0 gnu: php: Update to 7.4.12 [security fixes].
697d2e0 is described below
commit 697d2e037bc999760b85b7904079679e0ccc1e62
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 29 22:06:02 2020 +0100
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.
---
gnu/packages/php.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 9e34811..835ce5c 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
(define-public php
(package
(name "php")
- (version "7.4.11")
+ (version "7.4.12")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -68,7 +68,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
- "1knnw9b5hkxmisxclw384ic6bcihihhii51q0fyva8cwkdd6fcax"))
+ "0xkbx7ykjlkv8p1an342am4j0d633dbf5x1ggmmmy985mp72nbg8"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
@@ -312,6 +312,10 @@
"ext/standard/tests/file/bug43008.phpt"
;; Table data not created in sqlite(?).
"ext/pdo_sqlite/tests/bug_42589.phpt"
+ ;; 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"
;; This tests whether microseconds ‘differ enough’ and
;; fails inconsistently on ‘fast’ machines.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: php: Update to 7.4.12 [security fixes].,
guix-commits <=