unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72851] [PATCH] gnu: pidgin: Update to 2.14.13 [security fixes].
@ 2024-08-28  7:41 Dariqq
  2024-08-28 18:35 ` Liliana Marie Prikler
  2024-08-29  8:35 ` [bug#72851] [PATCH v2 0/6] Pidgin updates Dariqq
  0 siblings, 2 replies; 15+ messages in thread
From: Dariqq @ 2024-08-28  7:41 UTC (permalink / raw)
  To: 72851; +Cc: Dariqq, me

The 2.14.9 update fixes CVE-2022-26491.

Cleanup leftovers from 89f4f0baa9ff956ba0efe9ec20e1805f01230a54.

* gnu/packages/messaging.scm (pidgin): Update to 2.14.13.
[source]: Switch to bz2 compression.
[snippet]: Remove.
[native-inputs]: Remove autoconf, automake and libtool.

Change-Id: Icde29d67b5ac09d7dc0939eb6c779d39b3470a6f
---
Change to bz2 compressed tarball as that is what guix refresh downloaded. This is the one used by other distributions (I have checked Arch, Fedora, NixOs). CCing the person who did the last update.

 gnu/packages/messaging.scm | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3f375f34c6..aaee5f7286 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -948,32 +948,23 @@ (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)))
-       (snippet
-        '(begin
-           ;; Remove stale generated file after applying patches.
-           (delete-file "configure")
-           #t))))
+        (search-patches "pidgin-add-search-path.patch"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
-     `(("autoconf" ,autoconf) ;; For bootstrap
-       ("automake" ,automake) ;; For bootstrap
-       ("check" ,check)
+     `(("check" ,check)
        ("dot" ,graphviz)
        ("gconf" ,gconf)
        ("intltool" ,intltool)
-       ("libtool" ,libtool) ;; For bootstrap
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("avahi" ,avahi)

base-commit: 8b25e1c5c2e8833444e702209f11731627f85239
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-08-31 16:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  7:41 [bug#72851] [PATCH] gnu: pidgin: Update to 2.14.13 [security fixes] Dariqq
2024-08-28 18:35 ` Liliana Marie Prikler
2024-08-28 20:01   ` Dariqq
2024-08-28 20:22     ` Liliana Marie Prikler
2024-08-28 21:30       ` Dariqq
2024-08-29  8:35 ` [bug#72851] [PATCH v2 0/6] Pidgin updates Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 1/6] gnu: pidgin: Update to 2.14.13 [security fixes] Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 2/6] gnu: pidgin: Remove input labels Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 3/6] gnu: pdigin: Propagate libgnt Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 4/6] gnu: pidgin: Use system ssl certs Dariqq
2024-08-30 20:09     ` Liliana Marie Prikler
2024-08-31  9:07       ` Dariqq
2024-08-31 16:31         ` bug#72851: " Liliana Marie Prikler
2024-08-29  8:35   ` [bug#72851] [PATCH v2 5/6] gnu: libgnt: Build without python2 Dariqq
2024-08-29  8:35   ` [bug#72851] [PATCH v2 6/6] gnu: pidgin: Use python3 Dariqq

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).