diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-29 20:59:04 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-29 21:30:15 +0200 |
commit | d2fd5c65321fe20b705298b8e8310518f808a0ab (patch) | |
tree | 09069f8abd901752fa53597a689477e6836d3b8e /gnu/packages/tls.scm | |
parent | b6beda1d6b9093a8493b5c3cde33ed522242c451 (diff) | |
download | patches-d2fd5c65321fe20b705298b8e8310518f808a0ab.tar patches-d2fd5c65321fe20b705298b8e8310518f808a0ab.tar.gz |
gnu: mbedtls-apache: Update to 2.7.2.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.2.
[source](snippet): Remove.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 79bf884259..50b5aa24b9 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -809,7 +809,7 @@ then ported to the GNU / Linux environment.") (define-public mbedtls-apache (package (name "mbedtls-apache") - (version "2.7.0") + (version "2.7.2") (source (origin (method url-fetch) @@ -819,15 +819,7 @@ then ported to the GNU / Linux environment.") version "-apache.tgz")) (sha256 (base32 - "1vsmgxnw7dpvma51896n63yaf9sncmf885ax2jfcg89ssin6vdmf")) - ;; An RFC 5114 constant was accidentally renamed in version 2.7.0. - ;; See https://github.com/ARMmbed/mbedtls/pull/1362. - (modules '((guix build utils))) - (snippet - '(begin - (substitute* "include/mbedtls/dhm.h" - (("#define MBEDTLS_DHM_RFC5114_MODP_P") - "#define MBEDTLS_DHM_RFC5114_MODP_2048_P")))))) + "1mvkqlxxvl6yp1g5g9dk4l7h3wl6149p3pfwgwzgs7xybyxw4f7x")))) (build-system cmake-build-system) (arguments `(#:configure-flags |