GNU bug report logs -
#76996
[PATCH] gnu: libstrophe: Update to 0.14.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Thu, 13 Mar 2025 15:10:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76996 in the body.
You can then email your comments to 76996 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76996
; Package
guix-patches
.
(Thu, 13 Mar 2025 15:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 13 Mar 2025 15:10:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> 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 <at> debbugs.gnu.org and ashish.is <at> lostca.se
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 21 Mar 2025 11:35:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Apr 2025 11:25:22 GMT)
Full text and
rfc822 format available.
This bug report was last modified 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.