[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: tinyproxy: Update to 1.11.2. [security fixes]
From: |
guix-commits |
Subject: |
05/08: gnu: tinyproxy: Update to 1.11.2. [security fixes] |
Date: |
Fri, 11 Oct 2024 09:22:09 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit f5d2d590fa9586bb12d90d91bb5c65bdc949ce3e
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue Oct 8 08:26:27 2024 +0200
gnu: tinyproxy: Update to 1.11.2. [security fixes]
This fixes CVE-2022-40468.
* gnu/packages/web.scm (tinyproxy): Update to 1.11.2.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 552abf83c5..f1938d7b11 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1975,7 +1975,7 @@ and other data, for distribution on the web.")
(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 @@ and other data, for distribution on the web.")
version ".tar.xz"))
(sha256
(base32
- "0z0gnk74y68fv34vlgn2mf0zp1h3s27dbz8a1nwsxl0mh928hqyn"))))
+ "0sm2i05sq2mkyix7dsvm9abb3vr2nnciqywmwa3wk4b6f206h4ka"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test" ; ‘make check’ silently does nothing
- branch master updated (a73a0a6554 -> 053accdde3), guix-commits, 2024/10/11
- 04/08: gnu: wolfssl: Update to 5.7.2. [security fixes], guix-commits, 2024/10/11
- 03/08: gnu: toybox: Update to 0.8.11. [security fixes], guix-commits, 2024/10/11
- 02/08: gnu: duckdb: Update to 1.1.1. [security fixes], guix-commits, 2024/10/11
- 07/08: gnu: java-xerces: Update to 2.12.2. [security fixes], guix-commits, 2024/10/11
- 06/08: gnu: strongswan: Update to 5.9.14. [security fixes], guix-commits, 2024/10/11
- 08/08: gnu: kodi: Fix build., guix-commits, 2024/10/11
- 01/08: gnu: mullvadbrowser: Update to 13.5.6 [security fixes]., guix-commits, 2024/10/11
- 05/08: gnu: tinyproxy: Update to 1.11.2. [security fixes],
guix-commits <=