unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26896: php: Update to 7.1.5
@ 2017-05-12 11:24 julien lepiller
  2017-05-12 11:42 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: julien lepiller @ 2017-05-12 11:24 UTC (permalink / raw)
  To: 26896

[-- Attachment #1: Type: text/plain, Size: 65 bytes --]

Hi,

php 7.1.5 has just been annonced. Here is a patch to update.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-php-Update-to-7.1.5.patch --]
[-- Type: text/x-diff; name=0001-gnu-php-Update-to-7.1.5.patch, Size: 1759 bytes --]

From 1afea5bba0e3cfb03b25d4eaaacc22a73adaf17a Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Thu, 11 May 2017 14:42:53 +0200
Subject: [PATCH] gnu: php: Update to 7.1.5.

* gnu/packages/php.scm (php): Update to 7.1.5.
---
 gnu/packages/php.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index a40568eac..9827e364c 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -53,7 +53,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.1.4")
+    (version "7.1.5")
     (home-page "https://secure.php.net/")
     (source (origin
               (method url-fetch)
@@ -61,7 +61,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02rh1lcfj2hakyls73gwn6w00yblnfh4883w13gn7sgkmn346lbi"))
+                "1b7njiqgy66ga5c8wsm78mqqjr7lj3hlpwbbvksi2mn4jv1s6jfi"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -169,12 +169,6 @@
                             "ext/standard/tests/general_functions/proc_open.phpt")
                (("/bin/cat") (which "cat")))
 
-             ;; These tests fail because they include a file whose modification
-             ;; time is 0. Touch them to make the test pass. The issue is reported
-             ;; upstream as #74137.
-             (utime "sapi/phpdbg/tests/include.inc" 1 1)
-             (utime "sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc" 1 1)
-
              ;; The encoding of this file is not recognized, so we simply drop it.
              (delete-file "ext/mbstring/tests/mb_send_mail07.phpt")
 
-- 
2.13.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#26896: php: Update to 7.1.5
  2017-05-12 11:24 bug#26896: php: Update to 7.1.5 julien lepiller
@ 2017-05-12 11:42 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-05-12 11:42 UTC (permalink / raw)
  To: julien lepiller, 26896

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

julien lepiller <julien@lepiller.eu> writes:

> Hi,
>
> php 7.1.5 has just been annonced. Here is a patch to update.

Thanks! Make sure to mention the change to [arguments] in the commit
message.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-12 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12 11:24 bug#26896: php: Update to 7.1.5 julien lepiller
2017-05-12 11:42 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).