GNU bug report logs - #73517
[PATCH] gnu: php: Update to 8.3.12.

Previous Next

Package: guix-patches;

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

Date: Fri, 27 Sep 2024 14:33:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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 73517 in the body.
You can then email your comments to 73517 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#73517; Package guix-patches. (Fri, 27 Sep 2024 14:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wilko Meyer <w <at> wmeyer.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 27 Sep 2024 14:33:02 GMT) Full text and rfc822 format available.

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

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.12.
Date: Fri, 27 Sep 2024 16:00:56 +0200
* gnu/packages/php.scm (php): Update to 8.3.12.

Change-Id: Ic9c60659e8dad0d00958475dc283259eb3de4072
---
Hi Guix,

Updated PHP to the latest version, which is 8.3.12. Builds
successfully on my machine.

 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 6c95653fcd..8b080b73e2 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.10")
+    (version "8.3.12")
     (home-page "https://www.php.net/")
     (source (origin
               (method url-fetch)
@@ -70,7 +70,7 @@ (define-public php
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "13cpl7983wss2462cr75kzcs7349ix1c7jqj39iyf7wk02figwm0"))
+                "0cfi9g97lnmh3b3cn4a33dyzhgwyxicawkbz372whvz26f3f4x7p"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"

base-commit: 8172b25ea22762b361b14600292c154a10579b47
-- 
2.46.0





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 29 Sep 2024 16:42:03 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Sun, 29 Sep 2024 16:42:03 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 73517-done <at> debbugs.gnu.org
Subject: Re: [bug#73517] [PATCH] gnu: php: Update to 8.3.12.
Date: Mon, 30 Sep 2024 00:40:30 +0800
[Message part 1 (text/plain, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:

> * gnu/packages/php.scm (php): Update to 8.3.12.
>
> Change-Id: Ic9c60659e8dad0d00958475dc283259eb3de4072
> ---
> Hi Guix,
>
> Updated PHP to the latest version, which is 8.3.12. Builds
> successfully on my machine.
>
>  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 6c95653fcd..8b080b73e2 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.10")
> +    (version "8.3.12")
>      (home-page "https://www.php.net/")
>      (source (origin
>                (method url-fetch)
> @@ -70,7 +70,7 @@ (define-public php
>                                    "php-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "13cpl7983wss2462cr75kzcs7349ix1c7jqj39iyf7wk02figwm0"))
> +                "0cfi9g97lnmh3b3cn4a33dyzhgwyxicawkbz372whvz26f3f4x7p"))
>                (modules '((guix build utils)))
>                (snippet
>                 '(with-directory-excursion "ext"
>
> base-commit: 8172b25ea22762b361b14600292c154a10579b47

push, close.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#73517; Package guix-patches. (Sun, 29 Sep 2024 16:42:03 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 73517-done <at> debbugs.gnu.org
Subject: Re: [bug#73517] [PATCH] gnu: php: Update to 8.3.12.
Date: Mon, 30 Sep 2024 00:40:46 +0800
[Message part 1 (text/plain, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:

> * gnu/packages/php.scm (php): Update to 8.3.12.
>
> Change-Id: Ic9c60659e8dad0d00958475dc283259eb3de4072
> ---
> Hi Guix,
>
> Updated PHP to the latest version, which is 8.3.12. Builds
> successfully on my machine.
>
>  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 6c95653fcd..8b080b73e2 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.10")
> +    (version "8.3.12")
>      (home-page "https://www.php.net/")
>      (source (origin
>                (method url-fetch)
> @@ -70,7 +70,7 @@ (define-public php
>                                    "php-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "13cpl7983wss2462cr75kzcs7349ix1c7jqj39iyf7wk02figwm0"))
> +                "0cfi9g97lnmh3b3cn4a33dyzhgwyxicawkbz372whvz26f3f4x7p"))
>                (modules '((guix build utils)))
>                (snippet
>                 '(with-directory-excursion "ext"
>
> base-commit: 8172b25ea22762b361b14600292c154a10579b47

push, close.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Oct 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 235 days ago.

Previous Next


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