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

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

bug#48185: closed ([PATCH] gnu: Add xmlsec-openssl.)


From: GNU bug Tracking System
Subject: bug#48185: closed ([PATCH] gnu: Add xmlsec-openssl.)
Date: Wed, 05 May 2021 13:32:01 +0000

Your message dated Wed, 05 May 2021 15:31:44 +0200
with message-id <87mtt9johr.fsf@gnu.org>
and subject line Re: bug#48185: [PATCH] gnu: Add xmlsec-openssl.
has caused the debbugs.gnu.org bug report #48185,
regarding [PATCH] gnu: Add xmlsec-openssl.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48185: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48185
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add xmlsec-openssl. Date: Mon, 03 May 2021 13:57:07 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi!  I'm trying to make the OATH Toolkit recipe for Guix build the PSKC
parts.  Unfortunately I realized that the GnuTLS backend of xmlsec is
lacking some functionality that is required [1] [2], and that linking
against xmlsec-openssl solves this.  However, Guix doesn't have
xmlsec-openssl, so this patch is necessary before I can suggest a patch
for PSKC support in OATH Toolkit for Guix.

/Simon
[1] https://github.com/lsh123/xmlsec/issues/317
[2] 
https://gitlab.com/oath-toolkit/oath-toolkit/-/commit/89d144c711e7dcf9c449dacf3ba0d0ba24210a79
From a6e17a786497881f1eb8b9cff2fafba8034790db Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon@josefsson.org>
Date: Mon, 3 May 2021 13:49:33 +0200
Subject: [PATCH] gnu: Add xmlsec-openssl.

* gnu/packages/xml.scm (xmlsec-openssl): New variable.
---
 gnu/packages/xml.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 04cb09779b..931698a575 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1253,6 +1253,14 @@ Libxml2).")
      '(#:configure-flags '("--disable-md5")))
     (synopsis "XML Security Library (using NSS instead of GnuTLS)")))
 
+(define-public xmlsec-openssl
+  (package/inherit xmlsec
+    (name "xmlsec-openssl")
+    (inputs
+     `(("openssl" ,openssl)
+       ("libltdl" ,libltdl)))
+    (synopsis "XML Security Library (using OpenSSL instead of GnuTLS)")))
+
 (define-public minixml
   (package
     (name "minixml")
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#48185: [PATCH] gnu: Add xmlsec-openssl. Date: Wed, 05 May 2021 15:31:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Simon,

Simon Josefsson <simon@josefsson.org> skribis:

> From a6e17a786497881f1eb8b9cff2fafba8034790db Mon Sep 17 00:00:00 2001
> From: Simon Josefsson <simon@josefsson.org>
> Date: Mon, 3 May 2021 13:49:33 +0200
> Subject: [PATCH] gnu: Add xmlsec-openssl.
>
> * gnu/packages/xml.scm (xmlsec-openssl): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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