[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/23: gnu: mbedtls-apache: Update to 2.28.7.
From: |
guix-commits |
Subject: |
03/23: gnu: mbedtls-apache: Update to 2.28.7. |
Date: |
Mon, 5 Feb 2024 02:29:41 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 585d71ce9695ab3d7f3f39b150bd15644a55cc44
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat May 27 19:31:17 2023 +0800
gnu: mbedtls-apache: Update to 2.28.7.
* 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 @@ correct OpenSSL include path. It is intended for use in
your
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 @@ number generator")
(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 @@ for developers to include cryptographic and SSL/TLS
capabilities in their
(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
- branch master updated (abeffc8237 -> 5a806face5), guix-commits, 2024/02/05
- 01/23: gnu: mbedtls-for-hiawatha: Use inherited source., guix-commits, 2024/02/05
- 05/23: gnu: mbedtls-apache: Rename to mbedtls-lts., guix-commits, 2024/02/05
- 04/23: gnu: mbedtls-apache: Use gexps., guix-commits, 2024/02/05
- 07/23: services: kernel-module-lodaer: Add udev requirement., guix-commits, 2024/02/05
- 08/23: gnu: Add pam-uaccess., guix-commits, 2024/02/05
- 09/23: gnu: font-sarasa-gothic: Update to 1.0.5., guix-commits, 2024/02/05
- 10/23: gnu: phantomsocks: Update to 0.0.0-20240125140126-2576269ca69a., guix-commits, 2024/02/05
- 02/23: gnu: mbedtls-for-hiawatha: Update package style., guix-commits, 2024/02/05
- 06/23: gnu: Add mbedtls, version 3.5.2., guix-commits, 2024/02/05
- 03/23: gnu: mbedtls-apache: Update to 2.28.7.,
guix-commits <=
- 12/23: gnu: kconfig-hardened-check: Update to 0.6.6., guix-commits, 2024/02/05
- 13/23: gnu: kconfig-hardened-check: Rename to kernel-hardening-checker., guix-commits, 2024/02/05
- 16/23: gnu: emacs-wanderlust: Update to 2.15.9-818.9fd2c65., guix-commits, 2024/02/05
- 21/23: gnu: go-github-com-docker-go-connections: Update to 0.5.0., guix-commits, 2024/02/05
- 15/23: gnu: emacs-semi-epg: Update to 1.14.6-248.9063a44., guix-commits, 2024/02/05
- 17/23: gnu: egl-wayland: Update to 1.1.13., guix-commits, 2024/02/05
- 22/23: gnu: clamav: Update to 0.103.11., guix-commits, 2024/02/05
- 14/23: gnu: emacs-flim-lb: Update to 1.14.9-142.abdd231., guix-commits, 2024/02/05
- 11/23: gnu: picard: Update to 2.11., guix-commits, 2024/02/05
- 19/23: gnu: guile-ics: Update to 0.6.0., guix-commits, 2024/02/05