all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: Wilko Meyer <w@wmeyer.eu>
Cc: 71686-done@debbugs.gnu.org
Subject: bug#71686: [PATCH] gnu: php: Update to 8.3.8.
Date: Sat, 29 Jun 2024 12:47:10 +0800	[thread overview]
Message-ID: <87ikxsicdt.fsf@iscas.ac.cn> (raw)
In-Reply-To: <9620830e75809396ea6e4a4cb498afa19760995c.1718918205.git.w@wmeyer.eu> (Wilko Meyer's message of "Thu, 20 Jun 2024 23:16:46 +0200")

[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]

Wilko Meyer <w@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-06-29  4:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20 21:16 [bug#71686] [PATCH] gnu: php: Update to 8.3.8 Wilko Meyer
2024-06-29  4:47 ` Zheng Junjie [this message]

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

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

  git send-email \
    --in-reply-to=87ikxsicdt.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=71686-done@debbugs.gnu.org \
    --cc=w@wmeyer.eu \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.