[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73693] [PATCH] gnu: tinyproxy: Update to 1.11.2. [security fixes]
From: |
Nicolas Graves |
Subject: |
[bug#73693] [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
- [bug#73693] [PATCH] gnu: tinyproxy: Update to 1.11.2. [security fixes],
Nicolas Graves <=