unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: julien lepiller <julien@lepiller.eu>
To: 26896@debbugs.gnu.org
Subject: bug#26896: php: Update to 7.1.5
Date: Fri, 12 May 2017 13:24:57 +0200	[thread overview]
Message-ID: <02eed4e71590590297934ededfb8d950@lepiller.eu> (raw)

[-- 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


             reply	other threads:[~2017-05-12 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12 11:24 julien lepiller [this message]
2017-05-12 11:42 ` bug#26896: php: Update to 7.1.5 Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02eed4e71590590297934ededfb8d950@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=26896@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).