me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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"