diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-06 01:33:16 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-06 08:48:20 -0500 |
commit | 08cb746f08c679a95047f1ee0d1fb70915b10f96 (patch) | |
tree | 9f9ccca4e38793f04305f5acab1dfd03be45621b /gnu-system.am | |
parent | e7ad0d586251383a4c8b00222e8dec61d491f03b (diff) | |
download | patches-08cb746f08c679a95047f1ee0d1fb70915b10f96.tar patches-08cb746f08c679a95047f1ee0d1fb70915b10f96.tar.gz |
gnu: icecat: Re-enable the Ephemeral Diffie-Hellman cipher suites.
* gnu/packages/patches/icecat-re-enable-DHE-cipher-suites.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 749814d287..f13ba05a22 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -521,6 +521,7 @@ dist_patch_DATA = \ gnu/packages/patches/hydra-automake-1.15.patch \ gnu/packages/patches/hydra-disable-darcs-test.patch \ gnu/packages/patches/icecat-avoid-bundled-includes.patch \ + gnu/packages/patches/icecat-re-enable-DHE-cipher-suites.patch \ gnu/packages/patches/icu4c-CVE-2014-6585.patch \ gnu/packages/patches/icu4c-CVE-2015-1270.patch \ gnu/packages/patches/icu4c-CVE-2015-4760.patch \ |