[PATCH] gnu: cl+ssl: Update to 0.0.0-4.8c13317

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 2 years ago
(address . guix-patches@gnu.org)
Y1UR4xjy508lkEvi@shimizu.casa.net
---
gnu/packages/lisp-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
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
Guillaume Le Vaillant wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 58737-done@debbugs.gnu.org)
87zgdl76rx.fsf@kitej
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.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY1aC8g8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9QEgD/XfpDRR1VTvLhiU5kY29f6rHSwP0wUbOkIBPf
MMfPmyUBAJ4RbD2P3JKF05WFXVhesJcVwcXNUJbo1Ckt5AnnA7Zv
=XKnG
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58737@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58737
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help