emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39007: closed ([PATCH] gnu: Add libolm.)


From: GNU bug Tracking System
Subject: bug#39007: closed ([PATCH] gnu: Add libolm.)
Date: Sat, 11 Jan 2020 21:51:02 +0000

Your message dated Sat, 11 Jan 2020 22:50:45 +0100
with message-id <address@hidden>
and subject line Re: [bug#39007] [PATCH] gnu: Add libolm.
has caused the debbugs.gnu.org bug report #39007,
regarding [PATCH] gnu: Add libolm.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39007: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39007
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add libolm. Date: Tue, 07 Jan 2020 13:53:19 +0100
Hello guix!
This library is used by matrix and its use is suggested to clients wanting to
implement encryption.

Thanks, Nicolò

Attachment: 0001-gnu-Add-libolm.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#39007] [PATCH] gnu: Add libolm. Date: Sat, 11 Jan 2020 22:50:45 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

address@hidden (Nicolò Balzarotti) skribis:

>>From c6d662517bfa876ca470b9e45e0206bd75b5840a Mon Sep 17 00:00:00 2001
> From: nixo <address@hidden>
> Date: Sun, 5 Jan 2020 16:46:01 +0100
> Subject: [PATCH] gnu: Add libolm.
>
> * gnu/packages/messaging.scm (libolm): New variable.

I took the liberty to apply the changes below and committed it.

Thanks!

Ludo’.

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 7709775a59..1c6e759c83 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1062,7 +1062,8 @@ Trusted comments are signed, thus verified, before being 
displayed.")
              (invoke "ctest" "build/tests"))))))
     (build-system cmake-build-system)
     (synopsis "Implementation of the olm and megolm cryptographic ratchets")
-    (description "An implementation of the Double Ratchet cryptographic
-ratchet written in @code{C} and @code{C++11} and exposed as a @code{C API}.")
+    (description "The libolm library implements the Double Ratchet
+cryptographic ratchet.  It is written in C and C++11, and exposed as a C
+API.")
     (home-page "https://matrix.org/docs/projects/other/olm/";)
     (license license:asl2.0)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]