diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-30 16:27:48 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-30 17:04:34 +0100 |
commit | 2932c421a3921ccf7dd045cdbd54b23843882d8e (patch) | |
tree | bba90a5dffdd628f34856fb147eca7422dcfd93a /gnu/local.mk | |
parent | 753cacb1addfc517b2f4dc129e9da862ca2e70b1 (diff) | |
download | guix-2932c421a3921ccf7dd045cdbd54b23843882d8e.tar.gz |
gnu: OpenSSL: Add 3.0.
* gnu/packages/tls.scm (openssl-3.0): New variable. * gnu/packages/patches/openssl-3.0-c-rehash-in.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 898e8e92e3..4822e8e250 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1579,6 +1579,7 @@ dist_patch_DATA = \ %D%/packages/patches/opensles-add-license-file.patch \ %D%/packages/patches/openssl-runpath.patch \ %D%/packages/patches/openssl-1.1-c-rehash-in.patch \ + %D%/packages/patches/openssl-3.0-c-rehash-in.patch \ %D%/packages/patches/openssl-c-rehash-in.patch \ %D%/packages/patches/openssl-CVE-2019-1559.patch \ %D%/packages/patches/open-zwave-hidapi.patch \ |