GNU bug report logs - #71686
[PATCH] gnu: php: Update to 8.3.8.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Thu, 20 Jun 2024 21:23:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71686: closed ([PATCH] gnu: php: Update to 8.3.8.)
Date: Sat, 29 Jun 2024 04:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 29 Jun 2024 12:47:10 +0800
with message-id <87ikxsicdt.fsf <at> iscas.ac.cn>
and subject line Re: [bug#71686] [PATCH] gnu: php: Update to 8.3.8.
has caused the debbugs.gnu.org bug report #71686,
regarding [PATCH] gnu: php: Update to 8.3.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71686: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71686
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH] gnu: php: Update to 8.3.8.
Date: Thu, 20 Jun 2024 23:16:46 +0200
* gnu/packages/php.scm (php): Update to 8.3.8.

Change-Id: Ia0714520973b537a82d12fb346f3efbadfc11e61
---

Hi Guix,

There's been a recent (mostly) security-related release of PHP, with a
couple of bug fixes as well, tackling CVE-2024-4577, CVE-2024-5458 and
CVE-2024-5585.

Cheers!

 gnu/packages/php.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 72201770c7..e5e766f576 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -62,7 +62,7 @@ (define-module (gnu packages php)
 (define-public php
   (package
     (name "php")
-    (version "8.3.6")
+    (version "8.3.8")
     (home-page "https://www.php.net/")
     (source (origin
               (method url-fetch)
@@ -70,7 +70,7 @@ (define-public php
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "1bjygxjaqmvccyk4ic3lrca5j34f0pjb6f1ldmi9gbr345mkij2k"))
+                "1mxqbfp1jlrqc72wym798wyi6nckbc0cjl6kpg147yc6c6smi8xf"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"

base-commit: b993f4735d41e690dbafb8ee2e17fce996a8cf20
-- 
2.45.1



[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 71686-done <at> debbugs.gnu.org
Subject: Re: [bug#71686] [PATCH] gnu: php: Update to 8.3.8.
Date: Sat, 29 Jun 2024 12:47:10 +0800
[Message part 4 (text/plain, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:

> * gnu/packages/php.scm (php): Update to 8.3.8.
>
> Change-Id: Ia0714520973b537a82d12fb346f3efbadfc11e61
> ---
>
> Hi Guix,
>
> There's been a recent (mostly) security-related release of PHP, with a
> couple of bug fixes as well, tackling CVE-2024-4577, CVE-2024-5458 and
> CVE-2024-5585.
>
> Cheers!
>
>  gnu/packages/php.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
> index 72201770c7..e5e766f576 100644
> --- a/gnu/packages/php.scm
> +++ b/gnu/packages/php.scm
> @@ -62,7 +62,7 @@ (define-module (gnu packages php)
>  (define-public php
>    (package
>      (name "php")
> -    (version "8.3.6")
> +    (version "8.3.8")
>      (home-page "https://www.php.net/")
>      (source (origin
>                (method url-fetch)
> @@ -70,7 +70,7 @@ (define-public php
>                                    "php-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "1bjygxjaqmvccyk4ic3lrca5j34f0pjb6f1ldmi9gbr345mkij2k"))
> +                "1mxqbfp1jlrqc72wym798wyi6nckbc0cjl6kpg147yc6c6smi8xf"))
>                (modules '((guix build utils)))
>                (snippet
>                 '(with-directory-excursion "ext"
>
> base-commit: b993f4735d41e690dbafb8ee2e17fce996a8cf20

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b5dea86d6411de36a3b7b1c5a0a13a22306a0554
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 41 days ago.

Previous Next


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