unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58737] [PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317
@ 2022-10-23 10:05 cage
  2022-10-24 12:17 ` bug#58737: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-10-23 10:05 UTC (permalink / raw)
  To: 58737

---
 gnu/packages/lisp-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b474a0f2b7..c8544f9563 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4336,8 +4336,8 @@ (define-public ecl-md5
      (list ecl-flexi-streams))))

 (define-public sbcl-cl+ssl
-  (let ((commit "046d698cf65539faf9aba0a5ccd086a9d6f53eef")
-        (revision "3"))
+  (let ((commit "8c13317509136e6722a25be51b74b813bbb32f9e")
+        (revision "4"))
     (package
       (name "sbcl-cl+ssl")
       (version (git-version "0.0.0" revision commit))
@@ -4349,7 +4349,7 @@ (define-public sbcl-cl+ssl
                (commit commit)))
          (file-name (git-file-name "cl+ssl" version))
          (sha256
-          (base32 "110yhb0f1c8yilqsgza2xhv3675i41iizylibgy5qc5fa2lnaxbv"))))
+          (base32 "1cdq9dzk804y8bm874q8755yk4iz2z735ksm8waxl52kpfw8ai99"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        '(#:phases
@@ -4383,6 +4383,7 @@ (define-public sbcl-cl+ssl
              sbcl-trivial-garbage
              sbcl-alexandria
              sbcl-trivial-features
+             sbcl-trivial-sockets
              sbcl-usocket))
       (home-page "https://common-lisp.net/project/cl-plus-ssl/")
       (synopsis "Common Lisp bindings to OpenSSL")
--
2.34.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58737: [PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317
  2022-10-23 10:05 [bug#58737] [PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317 cage
@ 2022-10-24 12:17 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-10-24 12:17 UTC (permalink / raw)
  To: cage; +Cc: 58737-done

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

Patch pushed as 541c4998a848b763e1ad1576571837306cdc0ebf with some
modifications.
Given that trivial-sockets used for the tests is not available for ECL,
I removed it from the native inputs of ecl-cl+ssl and disabled the
tests.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-24 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-23 10:05 [bug#58737] [PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317 cage
2022-10-24 12:17 ` bug#58737: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).