[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66718] [PATCH v3 3/6] gnu: mbedtls-apache: Update to 2.28.7.
|
From: |
Hilton Chain |
|
Subject: |
[bug#66718] [PATCH v3 3/6] gnu: mbedtls-apache: Update to 2.28.7. |
|
Date: |
Sun, 28 Jan 2024 21:12:54 +0800 |
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.7.
[license]: Add gpl2+.
Change-Id: I946aa1436214a11ab3faa08b3ddf9c937a0462a9
---
gnu/packages/tls.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index d2bedd3d2b..e6d8c98722 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -973,12 +973,10 @@ (define-public perl-crypt-openssl-random
number generator")
(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
(package
(name "mbedtls-apache")
- (version "2.28.5")
+ (version "2.28.7")
(source
(origin
(method git-fetch)
@@ -987,7 +985,7 @@ (define-public mbedtls-apache
(commit (string-append "mbedtls-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jlkvvyigpjvv404b8vmx68f1v6g1h2zr6rd78dhc0xgqi018phs"))))
+ (base32 "070i5pxciw04swfqk1rmdprhsafn4cias3dlmkm467pqpjnhb394"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
@@ -1007,7 +1005,7 @@ (define-public mbedtls-apache
(embedded) products, facilitating this functionality with a minimal
coding footprint.")
(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.
(define-public mbedtls-for-hiawatha
--
2.41.0
- [bug#66718] [PATCH v3 0/6] gnu: Add mbedtls, version 3.5.2., Hilton Chain, 2024/01/28
- [bug#66718] [PATCH v3 1/6] gnu: mbedtls-for-hiawatha: Use inherited source., Hilton Chain, 2024/01/28
- [bug#66718] [PATCH v3 2/6] gnu: mbedtls-for-hiawatha: Update package style., Hilton Chain, 2024/01/28
- [bug#66718] [PATCH v3 4/6] gnu: mbedtls-apache: Use gexps., Hilton Chain, 2024/01/28
- [bug#66718] [PATCH v3 6/6] gnu: Add mbedtls, version 3.5.2., Hilton Chain, 2024/01/28
- [bug#66718] [PATCH v3 5/6] gnu: mbedtls-apache: Rename to mbedtls-lts., Hilton Chain, 2024/01/28
- [bug#66718] [PATCH v3 3/6] gnu: mbedtls-apache: Update to 2.28.7.,
Hilton Chain <=