unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: gyara via Guix-patches via <guix-patches@gnu.org>
To: 57354@debbugs.gnu.org
Cc: gyara <me@gyara.moe>
Subject: [bug#57354] [PATCH 1/2] gnu: rust-regex-syntax: Update to 0.6.27.
Date: Tue, 23 Aug 2022 23:30:21 +0900	[thread overview]
Message-ID: <20220823143020.471916-1-me@gyara.moe> (raw)

---
This patch update rust-regex to 1.6.0 to fix CVE-2022-24713.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cfafce9aa3..9c44fec198 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48811,14 +48811,14 @@ (define-public rust-regex-automata-0.1
 (define-public rust-regex-syntax-0.6
   (package
     (name "rust-regex-syntax")
-    (version "0.6.25")
+    (version "0.6.27")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "regex-syntax" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "16y87hz1bxmmz6kk360cxwfm3jnbsxb3x4zw9x1gzz7khic2i5zl"))))
+        (base32 "0i32nnvyzzkvz1rqp2qyfxrp2170859z8ck37jd63c8irrrppy53"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/rust-lang/regex")
     (synopsis "Regular expression parser")
-- 
2.37.2





             reply	other threads:[~2022-08-23 14:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-23 14:30 gyara via Guix-patches via [this message]
2022-08-23 14:30 ` [bug#57355] [PATCH 2/2] gnu: rust-regex: Update to 1.6.0 [fixes CVE-2022-24713] gyara via Guix-patches via
2022-10-16  6:41   ` bug#57355: Closed due to already merged ギャラ via Guix-patches via
2022-08-29 16:33 ` bug#57354: [PATCH 1/2] gnu: rust-regex-syntax: Update to 0.6.27 Marius Bakke

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20220823143020.471916-1-me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=57354@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).