1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

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.
This commit is contained in:
Efraim Flashner 2019-12-24 12:46:21 +02:00
parent be0a613c10
commit 441f20a0ee
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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