guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

111/285: gnu: php: Update to 7.4.1.


From: guix-commits
Subject: 111/285: gnu: php: Update to 7.4.1.
Date: Sun, 29 Dec 2019 20:44:11 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 4f8604e3b974751c6231043f702d4a70d16e0fdc
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 24 12:46:21 2019 +0200

    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.
---
 gnu/packages/php.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index c74f492..a82257c 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -59,7 +59,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.0")
+    (version "7.4.1")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -67,7 +67,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0hpc425lzh3h3nzigi4w5ndzj1sz5ppj7gqykgmc2v2x1sr53dwv"))
+                "0qn7zwf2jzj3h7p4b1l79lf9gv236mycwkhgw15hj2fmpmkbh6sn"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]