summaryrefslogtreecommitdiff
path: root/gnu/packages/openssl.scm
AgeCommit message (Collapse)Author
2014-06-05gnu: openssl: Upgrade to 1.0.1h.Mark H Weaver
* 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.
2014-04-22gnu: openssl: Fixes for CVE-2010-5298 and extension checking.Mark H Weaver
* gnu/packages/patches/openssl-CVE-2010-5298.patch: New file. * gnu/packages/patches/openssl-extension-checking-fixes.patch: New file. * gnu/packages/openssl.scm (openssl): Add them. * gnu-system.am (dist_patch_DATA): Add them.
2014-04-08gnu: openssl: Upgrade to 1.0.1g (CVE-2014-0160).Ludovic Courtès
* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1g (for CVE-2014-0160, <http://www.openssl.org/news/secadv_20140407.txt>.)
2014-02-09gnu: openssl: Upgrade to 1.0.1f.Mark H Weaver
* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1f.
2013-12-15gnu: openssl: Fix cross-compile issues.John Darrington
* gnu/packages/openssl.scm (openssl): Move perl from inputs to native-inputs. Replace reference to target bash with the native bash or target bash as appropriate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-01-23gnu: Remove unnecessary closures around `arguments' value.Ludovic Courtès
* gnu/packages/algebra.scm (pari-gp): Remove closure around the value of `arguments'. * gnu/packages/bdb.scm (bdb): Likewise. * gnu/packages/mit-krb5.scm (mit-krb5): Likewise. * gnu/packages/openssl.scm (openssl): Likewise. * gnu/packages/perl.scm (perl): Likewise.
2013-01-18distro: Rename (distro) to (gnu packages).Ludovic Courtès
* distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès
* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.