GNU bug report logs - #39697
Update PHP to 7.4.3.

Previous Next

Package: guix-patches;

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

Date: Thu, 20 Feb 2020 17:00:03 UTC

Severity: normal

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 39697 in the body.
You can then email your comments to 39697 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#39697; Package guix-patches. (Thu, 20 Feb 2020 17:00: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. (Thu, 20 Feb 2020 17:00: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\@gnu.org" <guix-patches <at> gnu.org>
Subject: Update PHP to 7.4.3.
Date: Thu, 20 Feb 2020 17:59:35 +0100
[Message part 1 (text/plain, inline)]
Hello,

Please find attached a patch to update PHP to 7.4.3.  This skips 7.4.2.
I had to disable 2 more GD patches to get it to build.

Best wishes,

Alex

[0001-gnu-php-Update-to-7.4.3.patch (text/x-diff, inline)]
From 0c12f3923fa0c5b0cada69fceba89ceb6738beee Mon Sep 17 00:00:00 2001
From: Alex Sassmannshausen <alex <at> komputilo.eu>
Date: Thu, 20 Feb 2020 17:55:38 +0100
Subject: [PATCH] gnu: php: Update to 7.4.3.

* gnu/packages/php.scm (php): Update to 7.4.3.
---
 gnu/packages/php.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index a82257c582..7bb88a7270 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -59,7 +59,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.1")
+    (version "7.4.3")
     (home-page "https://secure.php.net/")
     (source (origin
               (method url-fetch)
@@ -67,7 +67,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0qn7zwf2jzj3h7p4b1l79lf9gv236mycwkhgw15hj2fmpmkbh6sn"))
+                "0alqqs5hn4jmz1adrbysbw92n55nkw6f9vfivqj829kwhxnqa7yg"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -237,6 +237,9 @@
                          ;; complete.  It's a warning in both cases and test
                          ;; result is the same.
                          "ext/gd/tests/bug77973.phpt"
+                         ;; New test failures added with 7.4.3
+                         "ext/gd/tests/bug79067.phpt"
+                         "ext/gd/tests/bug79068.phpt"
 
                          ;; XXX: These iconv tests have the expected outcome,
                          ;; but with different error messages.
-- 
2.23.0


Information forwarded to guix-patches <at> gnu.org:
bug#39697; Package guix-patches. (Thu, 20 Feb 2020 17:09:02 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>,
 39697 <at> debbugs.gnu.org
Subject: Re: [bug#39697] Update PHP to 7.4.3.
Date: Thu, 20 Feb 2020 12:08:26 -0500
Le 20 février 2020 11:59:35 GMT-05:00, Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com> a écrit :
>Hello,
>
>Please find attached a patch to update PHP to 7.4.3.  This skips 7.4.2.
>I had to disable 2 more GD patches to get it to build.
>
>Best wishes,
>
>Alex

A description of the failures would hade been great, but sure. I'll try to build it anl if it works, will push tonight, thank you!




Information forwarded to guix-patches <at> gnu.org:
bug#39697; Package guix-patches. (Thu, 20 Feb 2020 17:12:02 GMT) Full text and rfc822 format available.

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

From: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 39697 <at> debbugs.gnu.org
Subject: Re: [bug#39697] Update PHP to 7.4.3.
Date: Thu, 20 Feb 2020 18:11:21 +0100
Julien Lepiller <julien <at> lepiller.eu> writes:

> Le 20 février 2020 11:59:35 GMT-05:00, Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com> a écrit :
>>Hello,
>>
>>Please find attached a patch to update PHP to 7.4.3.  This skips 7.4.2.
>>I had to disable 2 more GD patches to get it to build.
>>
>>Best wishes,
>>
>>Alex
>
> A description of the failures would hade been great, but sure. I'll
> try to build it anl if it works, will push tonight, thank you!

OK, I'll bear this in mind for next time.  Thanks!

Alex




Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Fri, 21 Feb 2020 01:56:02 GMT) Full text and rfc822 format available.

Notification sent to alex.sassmannshausen <at> gmail.com:
bug acknowledged by developer. (Fri, 21 Feb 2020 01:56:02 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
Cc: 39697-done <at> debbugs.gnu.org
Subject: Re: [bug#39697] Update PHP to 7.4.3.
Date: Fri, 21 Feb 2020 02:54:53 +0100
Le Thu, 20 Feb 2020 18:11:21 +0100,
Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com> a écrit :

> Julien Lepiller <julien <at> lepiller.eu> writes:
> 
> > Le 20 février 2020 11:59:35 GMT-05:00, Alex Sassmannshausen
> > <alex.sassmannshausen <at> gmail.com> a écrit :  
> >>Hello,
> >>
> >>Please find attached a patch to update PHP to 7.4.3.  This skips
> >>7.4.2. I had to disable 2 more GD patches to get it to build.
> >>
> >>Best wishes,
> >>
> >>Alex  
> >
> > A description of the failures would hade been great, but sure. I'll
> > try to build it anl if it works, will push tonight, thank you!  
> 
> OK, I'll bear this in mind for next time.  Thanks!
> 
> Alex

Pushed as 2940b3e16ca3ad61b8d9159448a2e42d1fba2c2a, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 20 Mar 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 97 days ago.

Previous Next


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