GNU bug report logs - #73693
[PATCH] gnu: tinyproxy: Update to 1.11.2. [security fixes]

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 8 Oct 2024 06:27:03 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

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: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73693: closed ([PATCH] gnu: tinyproxy: Update to 1.11.2.
 [security fixes])
Date: Fri, 11 Oct 2024 13:28:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 11 Oct 2024 14:26:32 +0100
with message-id <87bjzqrcs7.fsf <at> gmail.com>
and subject line gnu: tinyproxy: Update to 1.11.2. [security fixes]
has caused the debbugs.gnu.org bug report #73693,
regarding [PATCH] gnu: tinyproxy: Update to 1.11.2. [security fixes]
to be marked as done.

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


-- 
73693: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73693
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: tinyproxy: Update to 1.11.2. [security fixes]
Date: Tue,  8 Oct 2024 08:26:27 +0200
This fixes CVE-2022-40468.

* gnu/packages/web.scm (tinyproxy): Update to 1.11.2.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 75bad3a579..1b726bff0d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1975,7 +1975,7 @@ (define-public esbuild
 (define-public tinyproxy
   (package
     (name "tinyproxy")
-    (version "1.11.1")
+    (version "1.11.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/tinyproxy/tinyproxy/"
@@ -1983,7 +1983,7 @@ (define-public tinyproxy
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0z0gnk74y68fv34vlgn2mf0zp1h3s27dbz8a1nwsxl0mh928hqyn"))))
+                "0sm2i05sq2mkyix7dsvm9abb3vr2nnciqywmwa3wk4b6f206h4ka"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"             ; ‘make check’ silently does nothing
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 73693-done <at> debbugs.gnu.org
Subject: gnu: tinyproxy: Update to 1.11.2. [security fixes]
Date: Fri, 11 Oct 2024 14:26:32 +0100
[Message part 4 (text/plain, inline)]
Pushed as f5d2d590fa9586bb12d90d91bb5c65bdc949ce3e to master.

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 300 days ago.

Previous Next


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