mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: php: Update to 7.4.25 [security fixes].
* gnu/packages/php.scm (php): Update to 7.4.25. [source]: Don't explicitly return #t from snippet.
This commit is contained in:
parent
196e3f5235
commit
7628430a2f
1 changed files with 3 additions and 4 deletions
|
@ -60,7 +60,7 @@ (define-module (gnu packages php)
|
||||||
(define-public php
|
(define-public php
|
||||||
(package
|
(package
|
||||||
(name "php")
|
(name "php")
|
||||||
(version "7.4.22")
|
(version "7.4.25")
|
||||||
(home-page "https://secure.php.net/")
|
(home-page "https://secure.php.net/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -68,7 +68,7 @@ (define-public php
|
||||||
"php-" version ".tar.xz"))
|
"php-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s5xjy1cchlg0vfxic73wy2wip8spfjr094hzzyc76plsbbqq1wf"))
|
"02iw75niazf3zh3ry15k5yjy6ivg49rwzlr8g8w49rgyszqmi9qj"))
|
||||||
(patches (search-patches "php-bug-74093-test.patch"))
|
(patches (search-patches "php-bug-74093-test.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
@ -82,8 +82,7 @@ (define-public php
|
||||||
;;"fileinfo/libmagic" ; a patched version of libmagic
|
;;"fileinfo/libmagic" ; a patched version of libmagic
|
||||||
'("gd/libgd"
|
'("gd/libgd"
|
||||||
"pcre/pcre2lib"
|
"pcre/pcre2lib"
|
||||||
"xmlrpc/libxmlrpc"))
|
"xmlrpc/libxmlrpc"))))))
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue