GNU bug report logs -
#72851
[PATCH] gnu: pidgin: Update to 2.14.13 [security fixes].
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Wed, 28 Aug 2024 07:54:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 72851 <at> debbugs.gnu.org (full text, mbox):
If not present pidgin bundles its own certs otherwise.
* gnu/packages/messaging.scm (pdigin) [inputs]: Add nss-certs.
[#:configure-flags]: Add --with-system-ssl-certs
Change-Id: I14ec36002b31b4de52871f065bd18c9d30eca275
---
gnu/packages/messaging.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 6b3dff2152..4992db1bee 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -74,6 +74,7 @@ (define-module (gnu packages messaging)
#:use-module (gnu packages bison)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
+ #:use-module (gnu packages certs)
#:use-module (gnu packages code)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
@@ -1002,6 +1003,7 @@ (define-public pidgin
network-manager
nspr
nss
+ nss-certs
pango
perl
python-2
@@ -1024,6 +1026,9 @@ (define-public pidgin
"--disable-gevolution"
"--enable-cap"
"--enable-cyrus-sasl"
+ (string-append "--with-system-ssl-certs="
+ (assoc-ref %build-inputs "nss-certs")
+ "/etc/ssl/certs")
(string-append "--with-ncurses-headers="
(assoc-ref %build-inputs "ncurses")
"/include")
--
2.45.2
This bug report was last modified 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.