emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61172: closed ([PATCH] gnu: python-pillow: Update to 9.3.0 [fixes CV


From: GNU bug Tracking System
Subject: bug#61172: closed ([PATCH] gnu: python-pillow: Update to 9.3.0 [fixes CVE-2022-45199].)
Date: Sun, 19 Mar 2023 10:51:02 +0000

Your message dated Sun, 19 Mar 2023 11:49:55 +0100
with message-id <ZBbo05XCPmk4y9Fm@noor.fritz.box>
and subject line Re: bug#61172: [PATCH] gnu: python-pillow: Update to 9.3.0 
[fixes CVE-2022-45199].
has caused the debbugs.gnu.org bug report #61172,
regarding [PATCH] gnu: python-pillow: Update to 9.3.0 [fixes CVE-2022-45199].
to be marked as done.

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


-- 
61172: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61172
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-pillow: Update to 9.3.0 [fixes CVE-2022-45199]. Date: Mon, 30 Jan 2023 14:47:51 +0100
* gnu/packages/python-xyz.scm (python-pillow): Update to 9.3.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b14c4ff0f3..9df636c7e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7591,13 +7591,13 @@ (define-public python-pikepdf
 (define-public python-pillow
   (package
     (name "python-pillow")
-    (version "9.2.0")
+    (version "9.3.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Pillow" version))
               (sha256
                (base32
-                "011wgm1mssjchpva9wsi2a07im9czyjvik137xlp5f0g7vykdrkm"))
+                "03vn7s6rq943knjglm6w82clbmvd8bya1yc0sw402mksalma4df9"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (delete-file-recursively "src/thirdparty")))))
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#61172: [PATCH] gnu: python-pillow: Update to 9.3.0 [fixes CVE-2022-45199]. Date: Sun, 19 Mar 2023 11:49:55 +0100
Hi,

> LGTM, please push!

c16add7fd9783db46bb5b308a885af62f0299e61 gnu: python-pillow: Fix CVE-2022-45199.

But to ungraft we have to merge master into core-updates first. Not
really on my agenda right now.

Cheers,
Lars



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]