gnu: php: Update to 7.3.8.

* gnu/packages/php.scm (php): Update to 7.3.8.
[inputs]: Use pcre2/fixed.
master
Tobias Geerinckx-Rice 2019-08-01 21:58:27 +02:00
parent 951fd8572a
commit 61919f0981
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.3.6") (version "7.3.8")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -66,7 +66,7 @@
"php-" version ".tar.xz")) "php-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y")) "19fm990yl97fq538lkp0m1imbp30qrx7785x211w1n15wqm6n17n"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"
@ -76,7 +76,7 @@
;;"mbstring/libmbfl" ;;"mbstring/libmbfl"
;;"date/lib" ;;"date/lib"
;;"bcmath/libbcmath" ;;"bcmath/libbcmath"
;;"fileinfo/libmagic" ; This is a patched version of libmagic. ;;"fileinfo/libmagic" ; a patched version of libmagic
'("gd/libgd" '("gd/libgd"
"mbstring/oniguruma" "mbstring/oniguruma"
"pcre/pcre2lib" "pcre/pcre2lib"
@ -367,7 +367,7 @@
("oniguruma" ,oniguruma-5) ("oniguruma" ,oniguruma-5)
("openldap" ,openldap) ("openldap" ,openldap)
("openssl" ,openssl) ("openssl" ,openssl)
("pcre" ,pcre2) ("pcre" ,pcre2/fixed) ; must be /fixed for tests
("postgresql" ,postgresql) ("postgresql" ,postgresql)
("readline" ,readline) ("readline" ,readline)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
@ -378,7 +378,7 @@
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("bison" ,bison) ("bison" ,bison)
("intltool" ,intltool) ("intltool" ,intltool)
("procps" ,procps))) ; For tests. ("procps" ,procps))) ; for tests
(synopsis "PHP programming language") (synopsis "PHP programming language")
(description (description
"PHP (PHP Hypertext Processor) is a server-side (CGI) scripting "PHP (PHP Hypertext Processor) is a server-side (CGI) scripting