diff options
author | Mark H Weaver <mhw@netris.org> | 2014-06-05 16:36:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-06-05 16:36:25 -0400 |
commit | 017f7415ab6eba71448215fe9bb133262680ff09 (patch) | |
tree | 7f02e9a7c63420b2bfe60ca10d8ce5fe51221d47 /gnu-system.am | |
parent | cc24623d7189ec03a2b31750daf784b06474cb84 (diff) | |
download | guix-017f7415ab6eba71448215fe9bb133262680ff09.tar guix-017f7415ab6eba71448215fe9bb133262680ff09.tar.gz |
gnu: openssl: Upgrade to 1.0.1h.
* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1h. Remove
patches, which are now upstream.
* gnu/packages/patches/openssl-extension-checking-fixes.patch: Remove.
* gnu/packages/patches/openssl-CVE-2010-5298.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 71af17f060..c5331fa10d 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -332,8 +332,6 @@ dist_patch_DATA = \ gnu/packages/patches/mit-krb5-init-fix.patch \ gnu/packages/patches/mpc123-initialize-ao.patch \ gnu/packages/patches/module-init-tools-moduledir.patch \ - gnu/packages/patches/openssl-CVE-2010-5298.patch \ - gnu/packages/patches/openssl-extension-checking-fixes.patch \ gnu/packages/patches/patchelf-page-size.patch \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ |