GNU bug report logs -
#58737
[PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Sun, 23 Oct 2022 10:19:03 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 24 Oct 2022 12:17:07 +0000
with message-id <87zgdl76rx.fsf <at> kitej>
and subject line Re: [bug#58737] [PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317
has caused the debbugs.gnu.org bug report #58737,
regarding [PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
58737: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58737
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.