[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72851] [PATCH v2 1/6] gnu: pidgin: Update to 2.14.13 [security fixe
From: |
Dariqq |
Subject: |
[bug#72851] [PATCH v2 1/6] gnu: pidgin: Update to 2.14.13 [security fixes]. |
Date: |
Thu, 29 Aug 2024 08:35:16 +0000 |
The 2.14.9 update fixes CVE-2022-26491.
* gnu/packages/messaging.scm (pidgin): Update to 2.14.13.
[source]: Switch to bz2 compression.
Change-Id: I02227f13478bbc07d53941b0d92d20dd3a6cc8ed
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3f375f34c6..cc10302caf 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -948,15 +948,15 @@ (define-public ngircd
(define-public pidgin
(package
(name "pidgin")
- (version "2.14.5")
+ (version "2.14.13")
(source
(origin
(method url-fetch)
(uri
(string-append "mirror://sourceforge/pidgin/Pidgin/"
- version "/pidgin-" version ".tar.gz"))
+ version "/pidgin-" version ".tar.bz2"))
(sha256
- (base32 "12llip3r8126gph82r638xjv2v2rg34qgggn1nbwfmc3s7halimr"))
+ (base32 "1a3by4niw5ls67mwgj20p2mr317zj4hzysi5glm9mq0pivf4j00j"))
(patches
(search-patches "pidgin-add-search-path.patch"))
(modules '((guix build utils)))
--
2.45.2
- [bug#72851] [PATCH] gnu: pidgin: Update to 2.14.13 [security fixes]., (continued)
[bug#72851] [PATCH v2 0/6] Pidgin updates, Dariqq, 2024/08/29
[bug#72851] [PATCH v2 2/6] gnu: pidgin: Remove input labels., Dariqq, 2024/08/29
[bug#72851] [PATCH v2 1/6] gnu: pidgin: Update to 2.14.13 [security fixes].,
Dariqq <=
[bug#72851] [PATCH v2 6/6] gnu: pidgin: Use python3., Dariqq, 2024/08/29