GNU bug report logs

#76996 [PATCH] gnu: libstrophe: Update to 0.14.0.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#76996; Package guix-patches. (Thu, 13 Mar 2025 15:10:02 GMT) (full text, mbox, link).


Acknowledgement sent to ashish.is@lostca.se:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Thu, 13 Mar 2025 15:10:03 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: ashish.is@lostca.se
To: guix-patches@gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [PATCH] gnu: libstrophe: Update to 0.14.0.
Date: Thu, 13 Mar 2025 16:08:45 +0100
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/messaging.scm (libstrophe): Update to 0.14.0.
[inputs]: Add zlib.

Change-Id: I983d3c28e7f7fcd65f862fa879f713ebceb519f9
---
 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 b8971e436e..3228db1935 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2209,7 +2209,7 @@ (define-public freetalk
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.12.3")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -2218,7 +2218,7 @@ (define-public libstrophe
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17wxaqdcwhm34bl31g9fmsgmnsd7znyxcb9dhw9lmaghkql1sf0h"))))
+        (base32 "1ih28ys8nsk66n6x9s31khc946q35rma90fgrq0jvxxhgj2bqwz7"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags '(list "--disable-static")
@@ -2235,7 +2235,7 @@ (define-public libstrophe
                                                     #$name "-" #$version "/")))
               (install-file "MIT-LICENSE.txt" license-directory)))))))
     (inputs
-     (list expat openssl))
+     (list expat openssl zlib))
     (native-inputs
      (list autoconf automake libtool pkg-config))
     (synopsis "C library for writing XMPP clients")

base-commit: 678b3dddfe442e643fe5cff7730d4f9690c3e2c2
-- 
2.48.1





bug closed, send any further explanations to 76996@debbugs.gnu.org and ashish.is@lostca.se Request was from Ludovic Courtès <ludo@gnu.org> to control@debbugs.gnu.org. (Fri, 21 Mar 2025 11:35:04 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 03:33:57 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.