Ludovic Courtès <ludo@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 13 Mar 2025 15:09:51 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 13 11:09:51 2025 Received: from localhost ([127.0.0.1]:57666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tskBy-0005IY-1I for submit <at> debbugs.gnu.org; Thu, 13 Mar 2025 11:09:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:37504) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <ashish.is@HIDDEN>) id 1tskBn-0005I3-1I for submit <at> debbugs.gnu.org; Thu, 13 Mar 2025 11:09:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ashish.is@HIDDEN>) id 1tskBh-0002fW-0a for guix-patches@HIDDEN; Thu, 13 Mar 2025 11:09:33 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <ashish.is@HIDDEN>) id 1tskBd-0007Oe-2Z for guix-patches@HIDDEN; Thu, 13 Mar 2025 11:09:32 -0400 Received: from localhost.localdomain (2a02-9140-3881-0500-2fb4-ce4d-9a46-aa37.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:500:2fb4:ce4d:9a46:aa37]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id BAE0610B4A; Thu, 13 Mar 2025 15:09:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1741878562; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nf05wjy74NcmYtONZE9lI9G07rZ6ct76xAnsxo1XK78=; b=kEqtx+D2OVO0cno555Op1Ty5U10dVHFlP7hNEureLjKOpa2qTJh3e0JfwFdw2Xp5TtQGjy sIQWT+37MSW00iThowOw2Hiy80og3Hq453r5iMcWzagxdnpS1xAIl1+ARusKnjNbQFya28 IfR5Y8owJQ/5+fC9IWJajueGSZPCNVU= From: ashish.is@HIDDEN To: guix-patches@HIDDEN Subject: [PATCH] gnu: libstrophe: Update to 0.14.0. Date: Thu, 13 Mar 2025 16:08:45 +0100 Message-ID: <11201d43cb8e70f76670ac65a1f0bcb496cbe1bb.1741878525.git.ashish.is@HIDDEN> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@HIDDEN; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA <ashish.is@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) From: Ashish SHUKLA <ashish.is@HIDDEN> * 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
ashish.is@HIDDEN
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#76996
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.