cl-ironclad: update to 0.61, fix 32-bit build

This commit is contained in:
Sergey Fedorov
2024-11-12 23:49:59 +08:00
committed by Renee Otten
parent e25d74ec60
commit cb4ec0039f
+10 -8
View File
@@ -1,24 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup common_lisp 1.0
PortGroup github 1.0
github.setup sharplispers ironclad cd67e7b606acd2d14ed854f7f10b6955a68ceec4
github.setup sharplispers ironclad 0.61 v
name cl-ironclad
version 20231216
epoch 1
revision 0
checksums rmd160 e11a0139ae058cc38d229b4d7186d12ed93c47af \
sha256 0027de89be79f4c153d943420d93b0f5c57cc0b73c03510d0e367e0d408afb66 \
size 1497350
checksums rmd160 46556f2e365c0a57849abdea1ce8c7513241e9cc \
sha256 a16a3fb7a58a48843914ed8dcbcaeb3131548e4fa7c6c64f1ebbe858621869a6 \
size 1497168
github.tarball_from archive
categories-append devel
maintainers nomaintainer
license BSD
description A cryptographic toolkit written in Common Lisp
long_description {*}${description}
depends_lib-append port:cl-bordeaux-threads \
@@ -26,7 +26,9 @@ depends_lib-append port:cl-bordeaux-threads \
depends_test-append port:cl-rt
common_lisp.threads yes
common_lisp.threads yes
common_lisp.large_heap yes
# NOTE: some test are failing on ECL
# See: https://github.com/sharplispers/ironclad/issues/63