GNU bug report logs - #36025
[PATCH] Update php to 7.3.6

Previous Next

Package: guix-patches;

Reported by: alex.sassmannshausen <at> gmail.com

Date: Fri, 31 May 2019 12:30:03 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36025 in the body.
You can then email your comments to 36025 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#36025; Package guix-patches. (Fri, 31 May 2019 12:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to alex.sassmannshausen <at> gmail.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 31 May 2019 12:30:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
To: Guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] Update php to 7.3.6
Date: Fri, 31 May 2019 13:08:13 +0100
[Message part 1 (text/plain, inline)]
Hello,

Please find attached.  I had to disable a test for a newly solved bug
because the upstream version of GD we use differs from the version used
with PHP itself normally.

Best wishes,

Alex

[0001-gnu-php-Update-to-7.3.6.patch (text/x-diff, inline)]
From 98e354c2d43c1b62c28ec549ffd0c70f64338f60 Mon Sep 17 00:00:00 2001
From: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
Date: Fri, 31 May 2019 13:01:16 +0100
Subject: [PATCH] gnu: php: Update to 7.3.6.

* gnu/packages/php.scm (php): Update to 7.3.6.
---
 gnu/packages/php.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 68043051b5..792bcbc948 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -58,7 +58,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.3.5")
+    (version "7.3.6")
     (home-page "https://secure.php.net/")
     (source (origin
               (method url-fetch)
@@ -66,7 +66,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0wi4vd1c3ylsv7cs5b74pkspybb22qwk6fs5r2as3m3glhw1h0g1"))
+                "0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -198,8 +198,8 @@
 
              ;; Drop tests that are known to fail.
              (for-each delete-file
-                       '("ext/posix/tests/posix_getgrgid.phpt"    ; Requires /etc/group.
-                         "ext/sockets/tests/bug63000.phpt"        ; Fails to detect OS.
+                       '("ext/posix/tests/posix_getgrgid.phpt" ; Requires /etc/group.
+                         "ext/sockets/tests/bug63000.phpt" ; Fails to detect OS.
                          "ext/sockets/tests/socket_shutdown.phpt" ; Requires DNS.
                          "ext/sockets/tests/socket_send.phpt"     ; Likewise.
                          "ext/sockets/tests/mcast_ipv4_recv.phpt" ; Requires multicast.
@@ -255,6 +255,9 @@
                          ;; but the bug report suggests the issue was in
                          ;; the bundled gd, not upstream.
                          "ext/gd/tests/bug77272.phpt"
+                         ;; Test has correct result but fails on different
+                         ;; error message.
+                         "ext/gd/tests/bug77973.phpt"
 
                          ;; XXX: These iconv tests have the expected outcome,
                          ;; but with different error messages.
-- 
2.21.0


Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Fri, 31 May 2019 12:45:02 GMT) Full text and rfc822 format available.

Notification sent to alex.sassmannshausen <at> gmail.com:
bug acknowledged by developer. (Fri, 31 May 2019 12:45:02 GMT) Full text and rfc822 format available.

Message #10 received at 36025-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
Cc: 36025-done <at> debbugs.gnu.org
Subject: Re: [bug#36025] [PATCH] Update php to 7.3.6
Date: Fri, 31 May 2019 14:43:46 +0200
Le Fri, 31 May 2019 13:08:13 +0100,
Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com> a écrit :

> Hello,
> 
> Please find attached.  I had to disable a test for a newly solved bug
> because the upstream version of GD we use differs from the version
> used with PHP itself normally.
> 
> Best wishes,
> 
> Alex
> 

Too late, I already pushed my own version of the update in
27489e7f73b812e13f52e4c9026b1175103ba7e7 :p




Information forwarded to guix-patches <at> gnu.org:
bug#36025; Package guix-patches. (Fri, 31 May 2019 13:39:02 GMT) Full text and rfc822 format available.

Message #13 received at 36025-done <at> debbugs.gnu.org (full text, mbox):

From: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 36025-done <at> debbugs.gnu.org
Subject: Re: [bug#36025] [PATCH] Update php to 7.3.6
Date: Fri, 31 May 2019 14:38:25 +0100
Excellent ;-)

Julien Lepiller <julien <at> lepiller.eu> writes:

> Le Fri, 31 May 2019 13:08:13 +0100,
> Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com> a écrit :
>
>> Hello,
>> 
>> Please find attached.  I had to disable a test for a newly solved bug
>> because the upstream version of GD we use differs from the version
>> used with PHP itself normally.
>> 
>> Best wishes,
>> 
>> Alex
>> 
>
> Too late, I already pushed my own version of the update in
> 27489e7f73b812e13f52e4c9026b1175103ba7e7 :p





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 Jun 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.