diff options
author | Leo Famulari <leo@famulari.name> | 2018-09-11 16:40:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-09-14 16:51:49 -0400 |
commit | 9e9e5d5a269f32fab596c83451824a50dbc2b62d (patch) | |
tree | f2174e2b95b7a8a139a51298a03c2d09d6bc5005 /gnu/local.mk | |
parent | e830c9d0b0ff7622b8bb86348ee0c97a28e2f2d8 (diff) | |
download | patches-9e9e5d5a269f32fab596c83451824a50dbc2b62d.tar patches-9e9e5d5a269f32fab596c83451824a50dbc2b62d.tar.gz |
gnu: OpenSSL 1.1: Update to 1.1.1.
* gnu/packages/tls.scm (openssl-next): Update to 1.1.1.
[arguments]: Patch a `/usr/bin/env` invocation in the 'config' script.
Adjust the documentation output.
* gnu/packages/patches/openssl-1.1.0-c-rehash-in.patch: Rename and ...
* gnu/packages/patches/openssl-1.1-c-rehash-in.patch: ... adjust patch.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7b230cb6f5..d37a193adb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1011,7 +1011,7 @@ dist_patch_DATA = \ %D%/packages/patches/openssl-runpath.patch \ %D%/packages/patches/openssl-1.0.2-CVE-2018-0495.patch \ %D%/packages/patches/openssl-1.0.2-CVE-2018-0732.patch \ - %D%/packages/patches/openssl-1.1.0-c-rehash-in.patch \ + %D%/packages/patches/openssl-1.1-c-rehash-in.patch \ %D%/packages/patches/openssl-c-rehash-in.patch \ %D%/packages/patches/orpheus-cast-errors-and-includes.patch \ %D%/packages/patches/osip-CVE-2017-7853.patch \ |