summaryrefslogtreecommitdiff
path: root/distro/packages/openssl.scm
Commit message (Collapse)AuthorAge
* distro: openssl: Fix the `license' field.Ludovic Courtès2013-01-13
| | | | | * distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly.
* Update a few more license headers.Ludovic Courtès2013-01-06
| | | | | * distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers.
* distro: openssl: Build shared libraries.Ludovic Courtès2013-01-02
| | | | | * distro/packages/openssl.scm (openssl): `configure' phase: pass "shared --libdir=lib".
* distro: Add OpenSSL.Andreas Enge2013-01-02
* distro/packages/openssl.scm: New file. `patch-tests' phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it.