gnu: mbedtls-apache: Update to 2.28.7.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.7. [license]: Add gpl2+. Change-Id: I946aa1436214a11ab3faa08b3ddf9c937a0462a9master
parent
a13a0e00ea
commit
585d71ce96
|
@ -973,12 +973,10 @@ correct OpenSSL include path. It is intended for use in your
|
||||||
number generator")
|
number generator")
|
||||||
(license license:perl-license)))
|
(license license:perl-license)))
|
||||||
|
|
||||||
;; The "-apache" variant is the upstreamed prefered variant. A "-gpl"
|
|
||||||
;; variant exists in addition to the "-apache" one.
|
|
||||||
(define-public mbedtls-apache
|
(define-public mbedtls-apache
|
||||||
(package
|
(package
|
||||||
(name "mbedtls-apache")
|
(name "mbedtls-apache")
|
||||||
(version "2.28.5")
|
(version "2.28.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -987,7 +985,7 @@ number generator")
|
||||||
(commit (string-append "mbedtls-" version))))
|
(commit (string-append "mbedtls-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jlkvvyigpjvv404b8vmx68f1v6g1h2zr6rd78dhc0xgqi018phs"))))
|
(base32 "070i5pxciw04swfqk1rmdprhsafn4cias3dlmkm467pqpjnhb394"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1007,7 +1005,7 @@ for developers to include cryptographic and SSL/TLS capabilities in their
|
||||||
(embedded) products, facilitating this functionality with a minimal
|
(embedded) products, facilitating this functionality with a minimal
|
||||||
coding footprint.")
|
coding footprint.")
|
||||||
(home-page "https://www.trustedfirmware.org/projects/mbed-tls/")
|
(home-page "https://www.trustedfirmware.org/projects/mbed-tls/")
|
||||||
(license license:asl2.0)))
|
(license (list license:asl2.0 license:gpl2+)))) ;dual licensed
|
||||||
|
|
||||||
;; The Hiawatha Web server requires some specific features to be enabled.
|
;; The Hiawatha Web server requires some specific features to be enabled.
|
||||||
(define-public mbedtls-for-hiawatha
|
(define-public mbedtls-for-hiawatha
|
||||||
|
|
Reference in New Issue